+ 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 Aug 13 01:40:58 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5b59866857-9twbm 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 0x7f7a5171e668 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-08-13 01:41:02.714 8 INFO neutron.common.config [-] Logging enabled! 2026-08-13 01:41:02.714 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev7 2026-08-13 01:41:02.718 7 INFO neutron.common.config [-] Logging enabled! 2026-08-13 01:41:02.718 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev7 2026-08-13 01:41:03.768 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 01:41:03.822 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 01:41:05.209 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:41:05.212 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 01:41:05.216 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 01:41:05.217 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:41:05.217 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 01:41:05.217 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 01:41:05.217 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.225 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.225 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.225 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.249 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 01:41:05.250 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.250 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 01:41:05.305 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 01:41:05.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 01:41:05.306 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 01:41:05.359 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:41:05.363 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 01:41:05.368 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 01:41:05.369 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 01:41:05.369 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 01:41:05.370 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 01:41:05.370 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.378 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.378 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 01:41:05.378 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.403 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 01:41:05.404 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.404 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 01:41:05.452 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 01:41:05.452 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 01:41:05.452 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 01:41:05.452 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 01:41:05.620 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing driver for type 'vlan' 2026-08-13 01:41:05.778 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing driver for type 'vlan' 2026-08-13 01:41:05.892 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] VlanTypeDriver initialization complete 2026-08-13 01:41:05.892 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 01:41:05.893 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing extension driver 'port_security' 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing extension driver 'qos' 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 01:41:05.906 8 INFO neutron.plugins.ml2.managers [None req-a117e3b1-556c-4692-b945-c6a521e5e466 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 01:41:05.921 8 INFO neutron.quota [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded quota_driver: . 2026-08-13 01:41:05.921 8 INFO neutron.plugins.ml2.plugin [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 01:41:05.921 8 INFO neutron.plugins.ml2.managers [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 01:41:05.921 8 INFO neutron.plugins.ml2.managers [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 01:41:05.921 8 INFO neutron.plugins.ml2.managers [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 01:41:05.922 8 INFO neutron.extensions.vlantransparent [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Disabled vlantransparent extension. 2026-08-13 01:41:05.922 8 INFO neutron.extensions.qinq [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Disabled VLAN QinQ extension. 2026-08-13 01:41:05.922 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: qos 2026-08-13 01:41:05.935 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: router 2026-08-13 01:41:05.982 8 INFO neutron.services.service_base [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 01:41:05.983 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: segments 2026-08-13 01:41:06.061 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] VlanTypeDriver initialization complete 2026-08-13 01:41:06.061 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 01:41:06.061 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 01:41:06.074 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing extension driver 'port_security' 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing extension driver 'qos' 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 01:41:06.075 7 INFO neutron.plugins.ml2.managers [None req-c99f950d-a4d8-483b-8b5a-b4840c8dd3db - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 01:41:06.081 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: trunk 2026-08-13 01:41:06.089 7 INFO neutron.quota [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded quota_driver: . 2026-08-13 01:41:06.090 7 INFO neutron.plugins.ml2.plugin [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 01:41:06.090 7 INFO neutron.plugins.ml2.managers [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 01:41:06.090 7 INFO neutron.plugins.ml2.managers [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 01:41:06.090 7 INFO neutron.plugins.ml2.managers [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 01:41:06.090 7 INFO neutron.extensions.vlantransparent [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Disabled vlantransparent extension. 2026-08-13 01:41:06.091 7 INFO neutron.extensions.qinq [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Disabled VLAN QinQ extension. 2026-08-13 01:41:06.091 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: qos 2026-08-13 01:41:06.096 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: vpnaas 2026-08-13 01:41:06.104 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: router 2026-08-13 01:41:06.138 8 WARNING stevedore.named [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 01:41:06.138 8 WARNING stevedore.named [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.151 7 INFO neutron.services.service_base [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 01:41:06.151 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: segments 2026-08-13 01:41:06.216 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 01:41:06.217 8 INFO neutron.common.utils [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 01:41:06.217 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: taas 2026-08-13 01:41:06.243 8 WARNING stevedore.named [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.248 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: trunk 2026-08-13 01:41:06.263 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: vpnaas 2026-08-13 01:41:06.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:41:06.276 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: tapmirror 2026-08-13 01:41:06.290 8 WARNING stevedore.named [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.305 7 WARNING stevedore.named [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 01:41:06.305 7 WARNING stevedore.named [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:41:06.315 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 01:41:06.324 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: tag 2026-08-13 01:41:06.334 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: timestamp 2026-08-13 01:41:06.338 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 01:41:06.344 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: flavors 2026-08-13 01:41:06.349 8 INFO neutron.manager [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loading Plugin: revisions 2026-08-13 01:41:06.353 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Initializing extension manager. 2026-08-13 01:41:06.354 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: address-group 2026-08-13 01:41:06.355 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: address-scope 2026-08-13 01:41:06.356 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 01:41:06.357 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: agent 2026-08-13 01:41:06.358 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 01:41:06.359 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 01:41:06.360 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 01:41:06.361 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: availability_zone 2026-08-13 01:41:06.362 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 01:41:06.363 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 01:41:06.363 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 01:41:06.365 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 01:41:06.366 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: dns-integration 2026-08-13 01:41:06.366 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 01:41:06.367 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 01:41:06.368 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: dvr 2026-08-13 01:41:06.370 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 01:41:06.371 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 01:41:06.371 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:41:06.372 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 01:41:06.372 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: external-net 2026-08-13 01:41:06.373 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 01:41:06.373 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: extraroute 2026-08-13 01:41:06.374 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 01:41:06.375 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 01:41:06.375 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 01:41:06.376 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 01:41:06.376 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 01:41:06.376 7 INFO neutron_vpnaas.services.vpn.plugin [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 01:41:06.377 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: fip-port-details 2026-08-13 01:41:06.377 7 INFO neutron.common.utils [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 01:41:06.377 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: taas 2026-08-13 01:41:06.377 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: flavors 2026-08-13 01:41:06.378 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 01:41:06.379 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 01:41:06.380 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: ip_allocation 2026-08-13 01:41:06.380 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 01:41:06.381 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 01:41:06.382 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: router 2026-08-13 01:41:06.384 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:41:06.384 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 01:41:06.385 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 01:41:06.386 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 01:41:06.386 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: l3-ha 2026-08-13 01:41:06.387 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:41:06.387 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 01:41:06.388 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: l3-flavors 2026-08-13 01:41:06.389 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:41:06.389 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 01:41:06.392 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 01:41:06.393 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 01:41:06.394 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 01:41:06.396 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 01:41:06.397 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 01:41:06.397 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: multi-provider 2026-08-13 01:41:06.398 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: net-mtu 2026-08-13 01:41:06.398 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 01:41:06.399 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 01:41:06.400 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: network_ha 2026-08-13 01:41:06.400 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 01:41:06.401 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 01:41:06.402 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: pagination 2026-08-13 01:41:06.402 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-device-profile 2026-08-13 01:41:06.403 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 01:41:06.403 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 01:41:06.404 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 01:41:06.404 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-mac-override 2026-08-13 01:41:06.405 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 01:41:06.405 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 01:41:06.406 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 01:41:06.407 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-resource-request 2026-08-13 01:41:06.407 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 01:41:06.408 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 01:41:06.408 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: binding 2026-08-13 01:41:06.409 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: binding-extended 2026-08-13 01:41:06.409 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-security 2026-08-13 01:41:06.410 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: project-id 2026-08-13 01:41:06.410 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: provider 2026-08-13 01:41:06.411 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 01:41:06.414 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos 2026-08-13 01:41:06.415 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 01:41:06.415 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 01:41:06.416 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-default 2026-08-13 01:41:06.416 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-fip 2026-08-13 01:41:06.417 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 01:41:06.417 7 WARNING stevedore.named [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.417 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 01:41:06.418 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 01:41:06.418 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 01:41:06.419 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 01:41:06.419 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-pps 2026-08-13 01:41:06.420 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 01:41:06.421 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 01:41:06.422 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 01:41:06.422 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 01:41:06.423 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 01:41:06.425 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: quotas 2026-08-13 01:41:06.426 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: quota_details 2026-08-13 01:41:06.428 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: rbac-policies 2026-08-13 01:41:06.428 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 01:41:06.429 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 01:41:06.429 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 01:41:06.430 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 01:41:06.430 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: revision-if-match 2026-08-13 01:41:06.431 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 01:41:06.432 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 01:41:06.432 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 01:41:06.434 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 01:41:06.435 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 01:41:06.435 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 01:41:06.436 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 01:41:06.436 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 01:41:06.437 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 01:41:06.441 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: security-group 2026-08-13 01:41:06.443 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: segment 2026-08-13 01:41:06.444 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 01:41:06.445 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: service-type 2026-08-13 01:41:06.445 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: sorting 2026-08-13 01:41:06.446 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 01:41:06.447 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 01:41:06.448 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 01:41:06.449 8 WARNING neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 01:41:06.450 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 01:41:06.450 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 01:41:06.451 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 01:41:06.452 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 01:41:06.454 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 01:41:06.455 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 01:41:06.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:41:06.456 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: tapmirror 2026-08-13 01:41:06.457 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 01:41:06.458 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: tag-creation 2026-08-13 01:41:06.458 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 01:41:06.463 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 01:41:06.464 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 01:41:06.465 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: trunk 2026-08-13 01:41:06.465 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: trunk-details 2026-08-13 01:41:06.466 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 01:41:06.466 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 01:41:06.467 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 01:41:06.467 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 01:41:06.469 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 01:41:06.470 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 01:41:06.471 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 01:41:06.472 7 WARNING stevedore.named [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 01:41:06.473 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: vpnaas 2026-08-13 01:41:06.474 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: taas 2026-08-13 01:41:06.476 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: tap-mirror 2026-08-13 01:41:06.477 8 INFO neutron.api.extensions [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 01:41:06.482 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 01:41:06.483 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 01:41:06.483 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.483 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 01:41:06.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 01:41:06.489 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: auto_allocate 2026-08-13 01:41:06.492 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:41:06.493 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:41:06.499 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:41:06.500 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:41:06.500 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:41:06.501 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.501 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.501 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: tag 2026-08-13 01:41:06.502 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.502 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.502 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:41:06.503 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.504 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.504 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:41:06.505 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:41:06.505 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:41:06.506 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.506 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.506 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.507 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.511 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: timestamp 2026-08-13 01:41:06.513 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:41:06.513 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] router is already registered 2026-08-13 01:41:06.514 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:41:06.514 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] floatingip is already registered 2026-08-13 01:41:06.514 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 01:41:06.518 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:41:06.518 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] rbac_policy is already registered 2026-08-13 01:41:06.518 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: flavors 2026-08-13 01:41:06.518 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:41:06.519 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] security_group is already registered 2026-08-13 01:41:06.519 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:41:06.519 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] security_group_rule is already registered 2026-08-13 01:41:06.520 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.520 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.521 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.521 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.521 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:41:06.521 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] trunk is already registered 2026-08-13 01:41:06.522 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.522 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.522 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.522 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.523 7 INFO neutron.manager [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loading Plugin: revisions 2026-08-13 01:41:06.523 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:41:06.523 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] endpoint_group is already registered 2026-08-13 01:41:06.523 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:41:06.523 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] vpnservice is already registered 2026-08-13 01:41:06.524 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:41:06.524 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ipsec_site_connection is already registered 2026-08-13 01:41:06.524 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.525 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.525 8 INFO neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.525 8 WARNING neutron.quota.resource_registry [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.526 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Initializing extension manager. 2026-08-13 01:41:06.527 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: address-group 2026-08-13 01:41:06.529 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: address-scope 2026-08-13 01:41:06.529 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 01:41:06.530 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: agent 2026-08-13 01:41:06.530 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 01:41:06.532 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 01:41:06.533 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 01:41:06.534 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: availability_zone 2026-08-13 01:41:06.534 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 01:41:06.535 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 01:41:06.535 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: default-subnetpools 2026-08-13 01:41:06.537 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 01:41:06.538 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: dns-integration 2026-08-13 01:41:06.539 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 01:41:06.540 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 01:41:06.540 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: dvr 2026-08-13 01:41:06.541 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 01:41:06.541 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 01:41:06.542 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:41:06.542 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 01:41:06.543 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: external-net 2026-08-13 01:41:06.543 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 01:41:06.544 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: extraroute 2026-08-13 01:41:06.545 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 01:41:06.545 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 01:41:06.546 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 01:41:06.546 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 01:41:06.547 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 01:41:06.547 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: fip-port-details 2026-08-13 01:41:06.548 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: flavors 2026-08-13 01:41:06.549 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 01:41:06.550 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: floatingip-pools 2026-08-13 01:41:06.550 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: ip_allocation 2026-08-13 01:41:06.551 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 01:41:06.551 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: l2_adjacency 2026-08-13 01:41:06.553 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: router 2026-08-13 01:41:06.554 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 01:41:06.555 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 01:41:06.556 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 01:41:06.556 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 01:41:06.557 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: l3-ha 2026-08-13 01:41:06.557 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:41:06.558 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 01:41:06.558 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: l3-flavors 2026-08-13 01:41:06.559 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 01:41:06.560 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 01:41:06.562 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 01:41:06.563 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 01:41:06.564 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 01:41:06.565 8 WARNING keystonemiddleware._common.config [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 01:41:06.565 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 01:41:06.566 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 01:41:06.566 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: multi-provider 2026-08-13 01:41:06.567 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: net-mtu 2026-08-13 01:41:06.567 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 01:41:06.568 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: network_availability_zone 2026-08-13 01:41:06.569 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: network_ha 2026-08-13 01:41:06.569 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: network-ip-availability 2026-08-13 01:41:06.570 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 01:41:06.571 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: pagination 2026-08-13 01:41:06.571 8 WARNING oslo_config.cfg [None req-8f0735dc-9cbb-4b7f-95de-72ef96e37a19 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-13 01:41:06.572 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-device-profile 2026-08-13 01:41:06.572 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 01:41:06.573 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 01:41:06.573 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension port-hints not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7a5171e668 pid: 8 (default app) 2026-08-13 01:41:06.574 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-mac-override 2026-08-13 01:41:06.574 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 01:41:06.575 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 01:41:06.575 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 01:41:06.576 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-resource-request 2026-08-13 01:41:06.577 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 01:41:06.579 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 01:41:06.580 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: binding 2026-08-13 01:41:06.582 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: binding-extended 2026-08-13 01:41:06.583 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-security 2026-08-13 01:41:06.584 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: project-id 2026-08-13 01:41:06.585 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: provider 2026-08-13 01:41:06.586 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 01:41:06.589 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos 2026-08-13 01:41:06.590 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 01:41:06.591 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 01:41:06.592 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-default 2026-08-13 01:41:06.593 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-fip 2026-08-13 01:41:06.594 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 01:41:06.594 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 01:41:06.595 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 01:41:06.596 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 01:41:06.596 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 01:41:06.597 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-pps 2026-08-13 01:41:06.598 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 01:41:06.598 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 01:41:06.599 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 01:41:06.600 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: quota-check-limit 2026-08-13 01:41:06.600 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 01:41:06.603 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: quotas 2026-08-13 01:41:06.605 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: quota_details 2026-08-13 01:41:06.607 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: rbac-policies 2026-08-13 01:41:06.607 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: rbac-address-group 2026-08-13 01:41:06.608 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 01:41:06.608 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 01:41:06.609 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 01:41:06.609 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: revision-if-match 2026-08-13 01:41:06.610 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 01:41:06.611 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: router_availability_zone 2026-08-13 01:41:06.611 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 01:41:06.613 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 01:41:06.614 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 01:41:06.614 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 01:41:06.615 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 01:41:06.615 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 01:41:06.616 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 01:41:06.622 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: security-group 2026-08-13 01:41:06.624 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: segment 2026-08-13 01:41:06.624 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 01:41:06.625 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: service-type 2026-08-13 01:41:06.625 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: sorting 2026-08-13 01:41:06.626 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 01:41:06.627 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: standard-attr-description 2026-08-13 01:41:06.627 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: stateful-security-group 2026-08-13 01:41:06.628 7 WARNING neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 01:41:06.628 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 01:41:06.629 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnet-external-network 2026-08-13 01:41:06.630 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnet_onboard 2026-08-13 01:41:06.630 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 01:41:06.631 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnet-service-types 2026-08-13 01:41:06.631 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnet_allocation 2026-08-13 01:41:06.632 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 01:41:06.633 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: tag-creation 2026-08-13 01:41:06.633 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 01:41:06.637 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 01:41:06.638 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 01:41:06.639 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: trunk 2026-08-13 01:41:06.640 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: trunk-details 2026-08-13 01:41:06.641 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 01:41:06.641 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 01:41:06.642 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 01:41:06.643 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 01:41:06.645 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 01:41:06.646 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 01:41:06.647 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: vpn-flavors 2026-08-13 01:41:06.649 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: vpnaas 2026-08-13 01:41:06.650 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: taas 2026-08-13 01:41:06.651 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: tap-mirror 2026-08-13 01:41:06.652 7 INFO neutron.api.extensions [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 01:41:06.654 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 01:41:06.654 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 01:41:06.655 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.655 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 01:41:06.658 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:41:06.659 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:41:06.663 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:41:06.664 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:41:06.664 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:41:06.665 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.665 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.666 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.666 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.666 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:41:06.667 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.667 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.668 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:41:06.668 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:41:06.668 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:41:06.669 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.669 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.669 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.669 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.674 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 01:41:06.674 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] router is already registered 2026-08-13 01:41:06.675 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 01:41:06.675 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] floatingip is already registered 2026-08-13 01:41:06.678 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 01:41:06.679 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] rbac_policy is already registered 2026-08-13 01:41:06.679 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 01:41:06.679 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] security_group is already registered 2026-08-13 01:41:06.680 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 01:41:06.680 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] security_group_rule is already registered 2026-08-13 01:41:06.681 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.681 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.681 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 01:41:06.681 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] subnetpool is already registered 2026-08-13 01:41:06.682 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 01:41:06.682 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] trunk is already registered 2026-08-13 01:41:06.682 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.683 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.683 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.683 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.683 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 01:41:06.684 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] endpoint_group is already registered 2026-08-13 01:41:06.684 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 01:41:06.684 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] vpnservice is already registered 2026-08-13 01:41:06.685 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 01:41:06.685 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ipsec_site_connection is already registered 2026-08-13 01:41:06.685 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 01:41:06.685 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ipsecpolicy is already registered 2026-08-13 01:41:06.686 7 INFO neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 01:41:06.686 7 WARNING neutron.quota.resource_registry [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] ikepolicy is already registered 2026-08-13 01:41:06.728 7 WARNING keystonemiddleware._common.config [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 01:41:06.736 7 WARNING oslo_config.cfg [None req-da2e6fd6-1604-49ea-b185-0ab92f58dd2a - - - - - -] 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 0x7f7a5171e668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 01:41:11.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d7c07a4-41f1-4c28-8107-236844d18428 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:11 2026] GET /v2.0/networks/public => generated 108 bytes in 817 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: 4/5] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:41:12.686 7 WARNING neutron.services.revisions.revision_plugin [None req-cebd7a3d-1293-4f07-bf39-9869c1c518ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:12.709 7 INFO neutron.db.segments_db [None req-cebd7a3d-1293-4f07-bf39-9869c1c518ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 945a08c2-d000-4a5f-a101-21e03edc90d6 of type flat for network 91a75dc6-562c-4b50-ab94-69fa0b8e4c3c 2026-08-13 01:41:12.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cebd7a3d-1293-4f07-bf39-9869c1c518ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:12 2026] POST /v2.0/networks => generated 124 bytes in 515 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:41:18.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e712a36-c877-49b8-8bd2-d9ca82a9e963 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:18 2026] GET /v2.0/networks/public => generated 108 bytes in 372 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:41:19.280 8 WARNING neutron.services.revisions.revision_plugin [None req-91d86af0-039d-401d-b97a-5a17300e8dab 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:19.312 8 INFO neutron.db.segments_db [None req-91d86af0-039d-401d-b97a-5a17300e8dab 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 2b51e6b6-ce49-4635-83ec-83a08650ec59 of type flat for network 987ae657-199e-41f6-92ba-3d634cd88c44 2026-08-13 01:41:19.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91d86af0-039d-401d-b97a-5a17300e8dab 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:19 2026] POST /v2.0/networks => generated 124 bytes in 352 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:41:25.271 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a13a3d0b-0cbf-41d5-bf1c-6e0bc210f834 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:25 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:25 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-08-13 01:41:25.367 7 WARNING neutron.services.revisions.revision_plugin [None req-b29e18ca-ca58-414f-aa1d-bb68b14bdf9c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:25.386 7 INFO neutron.db.segments_db [None req-b29e18ca-ca58-414f-aa1d-bb68b14bdf9c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 2e214af9-5341-43ec-b2d3-e911c7945b43 of type flat for network c1ce1c43-f3ae-4264-900d-1966cdab4198 2026-08-13 01:41:25.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b29e18ca-ca58-414f-aa1d-bb68b14bdf9c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:25 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:41:31.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe708d67-eb3b-4f3e-8222-1517ca2adea9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:31 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: 9/15] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:41:31.381 7 WARNING neutron.services.revisions.revision_plugin [None req-b0b1aa49-84d9-4d06-aa72-ca0e54816e13 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:31.401 7 INFO neutron.db.segments_db [None req-b0b1aa49-84d9-4d06-aa72-ca0e54816e13 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 7e43bdeb-cc7d-4469-9120-9874b65ecc4f of type flat for network 0e0393bc-ea71-49a9-897e-1593a3825de8 2026-08-13 01:41:31.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0b1aa49-84d9-4d06-aa72-ca0e54816e13 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:31 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:41:37.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e15210f-3aa8-4282-9e26-85599b5c7fd7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:37 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:37 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-08-13 01:41:37.413 8 WARNING neutron.services.revisions.revision_plugin [None req-9c45bd45-4b68-4678-a7d7-687aa10656ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:37.431 8 INFO neutron.db.segments_db [None req-9c45bd45-4b68-4678-a7d7-687aa10656ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 7b0fd9bf-c1de-4fc5-8383-0e51899ff224 of type flat for network 0c2172ea-15de-4e3b-b9a7-1cee5f4ef105 2026-08-13 01:41:37.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c45bd45-4b68-4678-a7d7-687aa10656ea 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:37 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 01:41:43.424 8 INFO neutron.pecan_wsgi.hooks.translation [None req-006faf3d-d4d5-4e34-87b5-751e44fac01a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:43 2026] GET /v2.0/networks/public => generated 108 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:41:43.504 8 WARNING neutron.services.revisions.revision_plugin [None req-d71a50c1-5e2d-4317-8c2a-cea299d4f0c3 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Could not find related network for resource to bump revision. 2026-08-13 01:41:43.521 8 INFO neutron.db.segments_db [None req-d71a50c1-5e2d-4317-8c2a-cea299d4f0c3 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 92ad0b73-fd86-48a7-b3ce-f8a182b9cdaa of type flat for network eb6c0c43-01ab-4e08-af9f-61c70746a2e2 [pid: 8|app: 0|req: 13/23] 199.19.213.175 () {48 vars in 968 bytes} [Thu Aug 13 01:41:43 2026] POST /v2.0/networks => generated 706 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:41:44.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-353940c5-8e67-4008-b6e1-cb0399941952 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 01:41:44 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 01:41:44 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:41:44.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34135295-d2f3-49b8-b64c-3b873717c34e 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.19.213.175 () {44 vars in 1035 bytes} [Thu Aug 13 01:41:44 2026] GET /v2.0/subnets/public-subnet?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.19.213.175 () {44 vars in 1058 bytes} [Thu Aug 13 01:41:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.175 () {48 vars in 966 bytes} [Thu Aug 13 01:41:44 2026] POST /v2.0/subnets => generated 664 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:46:35.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45c6106c-d1c2-4b46-9fa2-681a5f165506 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 199.19.213.175 () {44 vars in 938 bytes} [Thu Aug 13 01:46:35 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: 35/67] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 01:46:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 01:46:35.262 7 INFO neutron.db.segments_db [None req-2172d84d-0d18-4ee8-ad34-b10b9a82c504 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment cfa47740-41d5-4fed-abc7-dc5e33ac3d4f of type vxlan for network 9604a19b-130a-4d7d-8051-ec0b97e72b19 [pid: 7|app: 0|req: 33/68] 199.19.213.175 () {48 vars in 967 bytes} [Thu Aug 13 01:46:35 2026] POST /v2.0/networks => generated 707 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:46:36.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ef32a4d-a435-4462-a2a6-87f841feebe1 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.19.213.175 () {44 vars in 938 bytes} [Thu Aug 13 01:46:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 01:46:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:46:36.427 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1288e221-4929-4fbc-8997-d310bcd89b01 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.19.213.175 () {44 vars in 1037 bytes} [Thu Aug 13 01:46:36 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.19.213.175 () {44 vars in 1060 bytes} [Thu Aug 13 01:46:36 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.19.213.175 () {48 vars in 966 bytes} [Thu Aug 13 01:46:36 2026] POST /v2.0/subnets => generated 651 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 01:46:37.846 7 INFO neutron.api.v2.resource [None req-d1675ba1-7d43-4817-98a2-e21efdadf292 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.19.213.175 () {44 vars in 972 bytes} [Thu Aug 13 01:46:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.19.213.175 () {44 vars in 994 bytes} [Thu Aug 13 01:46:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.19.213.175 () {48 vars in 981 bytes} [Thu Aug 13 01:46:37 2026] POST /v2.0/security-groups => generated 1616 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:39 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => 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: 38/78] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:39 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => 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: 41/79] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:39 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:40 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:40 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:40 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:41 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:41 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => 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: 46/89] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:41 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:42 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:42 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:42 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:43 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:43 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:43 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.19.213.175 () {44 vars in 988 bytes} [Thu Aug 13 01:46:44 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 01:46:45.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5c84f0a-31ee-488a-98c9-39bf5e8836db 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 199.19.213.175 () {44 vars in 1077 bytes} [Thu Aug 13 01:46:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.19.213.175 () {44 vars in 1100 bytes} [Thu Aug 13 01:46:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:45 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.19.213.175 () {48 vars in 962 bytes} [Thu Aug 13 01:46:45 2026] POST /v2.0/ports => generated 1100 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 01:46:52.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c18fcbe-484c-4dc3-8f84-aaf33cc0a8d2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.19.213.175 () {44 vars in 980 bytes} [Thu Aug 13 01:46:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/105] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.19.213.175 () {48 vars in 1032 bytes} [Thu Aug 13 01:46:52 2026] PUT /v2.0/ports/b6607a22-6713-4c1d-a536-d01207f32a01 => generated 1249 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.19.213.175 () {44 vars in 921 bytes} [Thu Aug 13 01:46:54 2026] GET /v2.0/ports => generated 3730 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 01:46:55.904 8 INFO neutron.api.v2.resource [None req-4ad98b26-d76d-4489-ae12-8e709571c7fd 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/110] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 01:46:55 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/111] 199.19.213.175 () {44 vars in 982 bytes} [Thu Aug 13 01:46:55 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: 58/112] 199.19.213.175 () {48 vars in 981 bytes} [Thu Aug 13 01:46:55 2026] POST /v2.0/security-groups => generated 1610 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:57 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:57 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:57 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:58 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2246 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:58 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:46:58 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:46:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/131] 199.19.213.175 () {44 vars in 976 bytes} [Thu Aug 13 01:48:11 2026] GET /v2.0/quotas/70d8d5b0b0944c7c8ab6a1602ee97ebd => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/132] 199.19.213.175 () {48 vars in 1028 bytes} [Thu Aug 13 01:48:11 2026] PUT /v2.0/quotas/70d8d5b0b0944c7c8ab6a1602ee97ebd => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 01:50:31.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40bb1e8e-1129-4bbd-9457-3757856c53cb 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/151] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 01:50:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 233 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: 74/152] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 01:50:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 01:50:33.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab2a76b3-c144-4eeb-96e1-02d8452bb6a1 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/153] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 01:50:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/154] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 01:50:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 01:57:51.023 8 INFO neutron.api.v2.resource [None req-bf0d4748-9130-4f15-ab77-fff63b0bbcd1 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 109/213] 199.19.213.175 () {44 vars in 1075 bytes} [Thu Aug 13 01:57:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e62269961ec442a8ba0606625692ce3c => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.19.213.175 () {44 vars in 1098 bytes} [Thu Aug 13 01:57:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e62269961ec442a8ba0606625692ce3c => generated 23 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.19.213.175 () {48 vars in 982 bytes} [Thu Aug 13 01:57:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:52 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:57:52 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/218] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:52 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/219] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:57:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/220] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:53 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/221] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:57:53 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/222] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:53 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/223] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:57:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/224] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:54 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/225] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:57:54 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/226] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:55 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/227] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:57:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/230] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:56 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/231] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 01:57:56 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/232] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 01:57:56 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/233] 199.19.213.175 () {48 vars in 992 bytes} [Thu Aug 13 01:57:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 199.19.213.175 () {30 vars in 740 bytes} [Thu Aug 13 02:00:12 2026] GET /v2.0/networks?tenant_id=e62269961ec442a8ba0606625692ce3c&shared=False => generated 15 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:00:12.327 8 INFO neutron.db.segments_db [None req-6fe6c9b5-4be7-4d78-a9dc-1229fdd4a3bc 04c5be079ea94c0c837cd422be50ffff e62269961ec442a8ba0606625692ce3c - - ebe4bf1479af445abce08510b2af93c7 ebe4bf1479af445abce08510b2af93c7] Added segment d6e44ad8-f0ec-40f5-b0ca-ab06840b5768 of type vxlan for network 0cbabdbe-f9bc-4b55-8063-11f394a6b4c9 [pid: 8|app: 0|req: 129/253] 199.19.213.175 () {34 vars in 682 bytes} [Thu Aug 13 02:00:12 2026] POST /v2.0/networks => generated 718 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/254] 199.19.213.175 () {30 vars in 722 bytes} [Thu Aug 13 02:00:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/255] 199.19.213.175 () {30 vars in 633 bytes} [Thu Aug 13 02:00:12 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: 126/256] 199.19.213.175 () {34 vars in 677 bytes} [Thu Aug 13 02:00:12 2026] POST /v2.0/ports => generated 999 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/257] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:00:12 2026] GET /v2.0/networks/0cbabdbe-f9bc-4b55-8063-11f394a6b4c9 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/258] 199.19.213.175 () {30 vars in 722 bytes} [Thu Aug 13 02:00:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/259] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:00:15 2026] GET /v2.0/networks/0cbabdbe-f9bc-4b55-8063-11f394a6b4c9 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/262] 199.19.213.175 () {44 vars in 976 bytes} [Thu Aug 13 02:00:28 2026] GET /v2.0/quotas/e62269961ec442a8ba0606625692ce3c => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/263] 199.19.213.175 () {48 vars in 1028 bytes} [Thu Aug 13 02:00:28 2026] PUT /v2.0/quotas/e62269961ec442a8ba0606625692ce3c => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:05.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47f72fb5-aa49-4d1c-9b4b-f30712735f73 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/364] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 02:13:04 2026] GET /v2.0/networks/public => generated 108 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 02:13:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:06.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-553edbb4-c566-4ae1-9d44-f2e360fb4a63 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/366] 199.19.213.175 () {44 vars in 928 bytes} [Thu Aug 13 02:13:06 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 02:13:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:06.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ee109b0-f955-4bd1-a11d-457e9f685e00 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/368] 199.19.213.175 () {44 vars in 1035 bytes} [Thu Aug 13 02:13:06 2026] GET /v2.0/subnets/public-subnet?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 199.19.213.175 () {44 vars in 1058 bytes} [Thu Aug 13 02:13:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:34.804 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfb7c0e3-23bd-420d-8eab-846b41976c1c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/374] 199.19.213.175 () {44 vars in 938 bytes} [Thu Aug 13 02:13:34 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: 185/375] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 02:13:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:35.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-784a0ab0-3416-45dd-8205-e026bb1cadf6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/376] 199.19.213.175 () {44 vars in 938 bytes} [Thu Aug 13 02:13:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 02:13:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:35.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9132c1f2-4faf-4452-a0db-9251660c209b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/378] 199.19.213.175 () {44 vars in 1037 bytes} [Thu Aug 13 02:13:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.19.213.175 () {44 vars in 1060 bytes} [Thu Aug 13 02:13:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:37.226 8 INFO neutron.api.v2.resource [None req-9dab11db-f7b8-4103-ba64-f33d5bace4cd 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/380] 199.19.213.175 () {44 vars in 972 bytes} [Thu Aug 13 02:13:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.19.213.175 () {44 vars in 994 bytes} [Thu Aug 13 02:13:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:38 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:38 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:38 2026] GET /v2.0/security-group-rules/e57feef0-c8fa-4c51-9e59-490ce8784816 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:39 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/386] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:39 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:39 2026] GET /v2.0/security-group-rules/a7ce7462-367e-4f8e-bf2b-a5b0ff3e76bb => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:40 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:40 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/390] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:40 2026] GET /v2.0/security-group-rules/c2dd6b6a-395f-41a8-b52d-c588964c512e => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/393] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:41 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/394] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:41 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/395] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:41 2026] GET /v2.0/security-group-rules/41be8abe-ef49-43fb-8709-00c0bffc9b35 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:42 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:42 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => 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: 202/398] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:42 2026] GET /v2.0/security-group-rules/b075ee54-61bf-49b6-a0c9-04fe2cbbab10 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 199.19.213.175 () {44 vars in 988 bytes} [Thu Aug 13 02:13:43 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:13:43.762 8 INFO neutron.pecan_wsgi.hooks.translation [None req-374e0d19-1bfa-4b5f-a929-abb8cd1f24ee 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/400] 199.19.213.175 () {44 vars in 1077 bytes} [Thu Aug 13 02:13:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 199.19.213.175 () {44 vars in 1100 bytes} [Thu Aug 13 02:13:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 1254 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/402] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:43 2026] GET /v2.0/security-groups/92a77f51-a310-4d8b-a840-4bb337469782 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:13:51.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7262735-0c01-47ec-8506-0863e549f129 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/403] 199.19.213.175 () {44 vars in 980 bytes} [Thu Aug 13 02:13:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 199.19.213.175 () {44 vars in 921 bytes} [Thu Aug 13 02:13:53 2026] GET /v2.0/ports => generated 4725 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:13:54.510 8 INFO neutron.api.v2.resource [None req-136b4ece-84ea-49dd-bfc9-598c5d98f362 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/406] 199.19.213.175 () {44 vars in 960 bytes} [Thu Aug 13 02:13:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.19.213.175 () {44 vars in 982 bytes} [Thu Aug 13 02:13:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:55 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:55 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/410] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:55 2026] GET /v2.0/security-group-rules/b7da903f-8a9e-44b6-be8a-a6c8aac73aad => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/413] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:56 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/414] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:13:56 2026] GET /v2.0/security-groups/a4afedda-bf4e-4117-9555-bb80bc8006ce => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:13:56 2026] GET /v2.0/security-group-rules/7f4044f3-a79f-4d6c-8649-1696a864dd9f => generated 627 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/416] 199.19.213.175 () {44 vars in 976 bytes} [Thu Aug 13 02:14:09 2026] GET /v2.0/quotas/70d8d5b0b0944c7c8ab6a1602ee97ebd => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:15:06.723 8 INFO neutron.api.v2.resource [None req-0840e71b-5cc5-4e31-8f9f-22fe2c9baf3a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 216/425] 199.19.213.175 () {44 vars in 1075 bytes} [Thu Aug 13 02:15:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e62269961ec442a8ba0606625692ce3c => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/426] 199.19.213.175 () {44 vars in 1098 bytes} [Thu Aug 13 02:15:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e62269961ec442a8ba0606625692ce3c => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/427] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 02:15:07 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/428] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:15:07 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/429] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:15:07 2026] GET /v2.0/security-group-rules/f2772a79-ff5f-4d92-b083-ba76d8f7285f => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/430] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 02:15:08 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/431] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:15:08 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/432] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:15:09 2026] GET /v2.0/security-group-rules/5817ad91-28ab-4f68-91ff-4d2ef9ffe351 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/433] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 02:15:10 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/434] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:15:10 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/435] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:15:10 2026] GET /v2.0/security-group-rules/6015681c-9589-4468-8ed3-af55b5917aba => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/438] 199.19.213.175 () {44 vars in 1089 bytes} [Thu Aug 13 02:15:11 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb?project_id=e62269961ec442a8ba0606625692ce3c => generated 4075 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/439] 199.19.213.175 () {44 vars in 1002 bytes} [Thu Aug 13 02:15:11 2026] GET /v2.0/security-groups/7f61e06e-7669-4ee1-85e6-d2ecb15c26fb => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/440] 199.19.213.175 () {44 vars in 1012 bytes} [Thu Aug 13 02:15:11 2026] GET /v2.0/security-group-rules/5d232a31-be47-4bb3-8c01-2334a671c6be => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/441] 199.19.213.175 () {44 vars in 976 bytes} [Thu Aug 13 02:15:19 2026] GET /v2.0/quotas/e62269961ec442a8ba0606625692ce3c => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/450] 199.19.213.175 () {44 vars in 950 bytes} [Thu Aug 13 02:16:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/455] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:16:53 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: 231/456] 10.0.0.171 () {32 vars in 655 bytes} [Thu Aug 13 02:16:54 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/457] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:16:54 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/458] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:16:54 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/459] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:16:55 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:16:55 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/461] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:16:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/462] 10.0.0.171 () {32 vars in 655 bytes} [Thu Aug 13 02:16:55 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-08-13 02:17:06.754 7 INFO neutron.db.segments_db [None req-bc66c3c9-e46b-4d2e-9a0a-effe0ccb3ffd 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 06185c61-c0a5-471a-8ef0-e971c9fdc996 of type vxlan for network 098acfb7-a8ab-4d8e-b6c7-4d8d7a0c099d [pid: 7|app: 0|req: 230/465] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:17:06 2026] POST /v2.0/networks => generated 744 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:06.929 8 INFO neutron.db.segments_db [None req-538af7db-ac60-48b2-baab-3909259fc1bb 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 900929c9-8caf-4251-94b5-1b9c2e1d92dd of type vxlan for network e7783d75-629d-4c0d-a67c-ac8ff8153a17 [pid: 8|app: 0|req: 236/466] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:17:06 2026] POST /v2.0/networks => generated 752 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:07.037 7 INFO neutron.db.segments_db [None req-b0bfdf87-537b-4a74-bb59-ec472bb63b8b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 1fca1c6c-01ba-422e-a1d4-b83919c84440 of type vxlan for network ba793224-c61a-46ba-915c-3ba2314daf46 [pid: 7|app: 0|req: 231/467] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:17:06 2026] POST /v2.0/networks => generated 748 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/468] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:07 2026] POST /v2.0/subnets => generated 691 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/469] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:07 2026] POST /v2.0/subnets => generated 699 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/470] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:07 2026] POST /v2.0/subnets => generated 696 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:07.390 7 INFO neutron.db.segments_db [None req-b1fcb978-4404-4d41-b142-9d878785ff7f 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 7a82af7e-afbd-4e2f-ad32-fda121285492 of type vxlan for network 283cd458-61b5-4bfc-89c5-4107acdb3897 2026-08-13 02:17:07.396 8 INFO neutron.db.segments_db [None req-d5f9b990-7c9a-47bb-baea-83678ca3f682 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment d340d748-155e-4969-8edf-572c2d5cf291 of type vxlan for network ccd62bf6-2d9c-4035-b7a0-f6a2fd8657eb 2026-08-13 02:17:07.653 7 INFO neutron.db.l3_hamode_db [None req-b1fcb978-4404-4d41-b142-9d878785ff7f 62d09fd87f944a6eb822484a88d3691e 9183506b51484420897b913ce57577b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:07.666 8 INFO neutron.db.l3_hamode_db [None req-d5f9b990-7c9a-47bb-baea-83678ca3f682 62d09fd87f944a6eb822484a88d3691e 112bcc0869924e458cea56614202892e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:08.650 8 INFO neutron.db.l3_hamode_db [None req-d5f9b990-7c9a-47bb-baea-83678ca3f682 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:08.882 7 INFO neutron.db.l3_hamode_db [None req-b1fcb978-4404-4d41-b142-9d878785ff7f 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/471] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:07 2026] POST /v2.0/routers => generated 739 bytes in 2677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/472] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:07 2026] POST /v2.0/routers => generated 731 bytes in 2718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:10.066 8 INFO neutron.db.segments_db [None req-6ecd2cfa-91b5-48bc-a7e4-2cf6346be571 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment ae168f60-13ba-4b29-b883-0222a1a630e4 of type vxlan for network c2e61242-3f94-43a2-bbe1-c65d3156b339 [pid: 7|app: 0|req: 234/473] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:10 2026] GET /v2.0/security-groups?tenant_id=7b17df4f2642420abc8f371652927c6c&name=default => generated 2923 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:10.352 8 INFO neutron.db.l3_hamode_db [None req-6ecd2cfa-91b5-48bc-a7e4-2cf6346be571 62d09fd87f944a6eb822484a88d3691e d6e522aeaa2c43f48a4dbfdf5698b979 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:11.198 8 INFO neutron.db.l3_hamode_db [None req-6ecd2cfa-91b5-48bc-a7e4-2cf6346be571 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/474] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:10 2026] PUT /v2.0/routers/6b2d35ff-6fe0-4143-961f-3420649f3178/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:10 2026] POST /v2.0/routers => generated 736 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:12 2026] DELETE /v2.0/security-groups/443d4ec0-dbf4-40ed-b50b-77f561592da5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/479] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:11 2026] PUT /v2.0/routers/57fe1c40-47d4-44fc-901f-8aafca0c3888/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/480] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:17:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/481] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/482] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:12 2026] PUT /v2.0/routers/2dbe8788-3da3-4fc6-ab11-9911f8d9c61b/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/484] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:17:13 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 10.0.0.170 () {38 vars in 971 bytes} [Thu Aug 13 02:17:14 2026] POST /v2.0/security-groups => generated 1681 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/486] 10.0.0.170 () {34 vars in 1098 bytes} [Thu Aug 13 02:17:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--723871372&fields=id&tenant_id=112bcc0869924e458cea56614202892e => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/487] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:17:14 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => 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: 242/488] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:17:14 2026] GET /v2.0/quotas/112bcc0869924e458cea56614202892e => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:17:14 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/490] 10.0.0.170 () {38 vars in 971 bytes} [Thu Aug 13 02:17:14 2026] POST /v2.0/security-groups => generated 1685 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/491] 10.0.0.170 () {38 vars in 971 bytes} [Thu Aug 13 02:17:14 2026] POST /v2.0/security-groups => generated 1681 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/492] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/e82992b4-a837-4ab0-8e23-2dba2a9cd892 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.170 () {38 vars in 981 bytes} [Thu Aug 13 02:17:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/494] 10.0.0.170 () {34 vars in 907 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/extensions => generated 21537 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/495] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 250/496] 10.0.0.170 () {38 vars in 971 bytes} [Thu Aug 13 02:17:15 2026] POST /v2.0/security-groups => generated 1681 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/497] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 251/498] 10.0.0.170 () {38 vars in 971 bytes} [Thu Aug 13 02:17:15 2026] POST /v2.0/security-groups => generated 1684 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/499] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups?tenant_id=9183506b51484420897b913ce57577b9 => generated 7904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/500] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/aa32fb72-6ee7-49ec-b6ee-2008cfc7a0cc => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/501] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/502] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/aa32fb72-6ee7-49ec-b6ee-2008cfc7a0cc => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/503] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/10b1d43e-9db0-4b81-a911-8293c1b0b2ff => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/505] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Aug 13 02:17:15 2026] DELETE /v2.0/security-groups/10b1d43e-9db0-4b81-a911-8293c1b0b2ff => 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: 251/506] 10.0.0.170 () {38 vars in 981 bytes} [Thu Aug 13 02:17:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:15.814 8 INFO neutron.api.v2.resource [req-a5bd2ce4-0fe6-45e4-ab5c-65301a24fb22 req-ed9f593f-0ad9-4d84-a1d2-3061cd13e68c e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/507] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/10b1d43e-9db0-4b81-a911-8293c1b0b2ff => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/508] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 2309 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/509] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:15 2026] GET /v2.0/security-groups/28e6ecc3-5686-46a5-b4c4-d00657e3640b => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/510] 10.0.0.170 () {38 vars in 981 bytes} [Thu Aug 13 02:17:15 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/511] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Aug 13 02:17:15 2026] DELETE /v2.0/security-groups/28e6ecc3-5686-46a5-b4c4-d00657e3640b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:16.027 8 INFO neutron.api.v2.resource [req-935b6739-e8b3-4195-b046-da7ab6fcd968 req-84ff44f1-8187-40f5-8f22-5f681dee79da e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/512] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/28e6ecc3-5686-46a5-b4c4-d00657e3640b => 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: 254/513] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 2939 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/48c530d1-a523-4075-b480-d944b790b1ff => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/515] 10.0.0.170 () {34 vars in 1001 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-group-rules/ac8287cd-1b15-4e59-8511-c63c44e2a5ba => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/516] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 2939 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/517] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Aug 13 02:17:16 2026] DELETE /v2.0/security-groups/48c530d1-a523-4075-b480-d944b790b1ff => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:16.231 8 INFO neutron.api.v2.resource [req-b44f4873-5978-4e37-bfce-4f49c440743e req-c8ee3101-7bd2-4e4e-a0da-314654f97cc4 e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/518] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/48c530d1-a523-4075-b480-d944b790b1ff => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/519] 10.0.0.170 () {36 vars in 1023 bytes} [Thu Aug 13 02:17:16 2026] DELETE /v2.0/security-group-rules/ac8287cd-1b15-4e59-8511-c63c44e2a5ba => 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: 263/520] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups?tenant_id=9183506b51484420897b913ce57577b9 => generated 2921 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/521] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 2309 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/522] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/aa32fb72-6ee7-49ec-b6ee-2008cfc7a0cc => generated 2918 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/523] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/aa32fb72-6ee7-49ec-b6ee-2008cfc7a0cc => generated 2918 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/524] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Aug 13 02:17:16 2026] DELETE /v2.0/security-groups/82f7cf5a-5146-4489-8a42-660122f7896c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:16.494 8 INFO neutron.api.v2.resource [req-0232c00d-f201-4d1b-bacf-6afbf7278e63 req-c60cdc0b-4c99-445e-ba9c-5608bd59846a e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/525] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/48c530d1-a523-4075-b480-d944b790b1ff => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:17:16.529 8 INFO neutron.api.v2.resource [req-e4cbe0ed-070e-494c-9ab4-986f9b9b4d18 req-3a6f14fd-9580-4735-b5ca-2fad379f83f8 e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/526] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/28e6ecc3-5686-46a5-b4c4-d00657e3640b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/527] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/e82992b4-a837-4ab0-8e23-2dba2a9cd892 => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:16.576 7 INFO neutron.api.v2.resource [req-1fa4cc97-5f6d-4607-a618-1d2c3f89be3b req-d9668231-d662-4b87-9460-93d0050bb380 e489e2a97021481cb858c405e9847fb9 9183506b51484420897b913ce57577b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 261/528] 10.0.0.170 () {34 vars in 991 bytes} [Thu Aug 13 02:17:16 2026] GET /v2.0/security-groups/10b1d43e-9db0-4b81-a911-8293c1b0b2ff => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/529] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Aug 13 02:17:16 2026] DELETE /v2.0/security-groups/e82992b4-a837-4ab0-8e23-2dba2a9cd892 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:17.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-893013e0-b289-4304-941b-37759c69c59c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: fb0afa9d-ded8-48e8-bfab-a0712eeba9a5 2026-08-13 02:17:17.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893013e0-b289-4304-941b-37759c69c59c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: fb0afa9d-ded8-48e8-bfab-a0712eeba9a5 2026-08-13 02:17:17.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-844afb70-5fdc-4ceb-a143-bfafdccfddc7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: a6ba1641-9c0e-4159-8833-4ff507922c00 2026-08-13 02:17:17.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-844afb70-5fdc-4ceb-a143-bfafdccfddc7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: a6ba1641-9c0e-4159-8833-4ff507922c00 [pid: 8|app: 0|req: 269/530] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:17:16 2026] PUT /v2.0/routers/2dbe8788-3da3-4fc6-ab11-9911f8d9c61b/remove_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/531] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:17 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => 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: 262/532] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:17:16 2026] PUT /v2.0/routers/57fe1c40-47d4-44fc-901f-8aafca0c3888/remove_router_interface => generated 309 bytes in 1449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/533] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:17 2026] GET /v2.0/security-groups?tenant_id=1a01d0fa091844d7a5e766b011ce7415&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:18.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: beb7bbf1-a545-4371-b497-d8f31e7a3eb4 2026-08-13 02:17:18.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: beb7bbf1-a545-4371-b497-d8f31e7a3eb4 2026-08-13 02:17:18.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: c8b9109a-e276-40c3-9b3a-2dad97644a51 2026-08-13 02:17:18.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: c8b9109a-e276-40c3-9b3a-2dad97644a51 2026-08-13 02:17:18.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 053a48ea-d0b7-4788-8bf9-c32c931c545b 2026-08-13 02:17:18.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 053a48ea-d0b7-4788-8bf9-c32c931c545b 2026-08-13 02:17:18.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 03a08a2b-d827-40af-9718-9fa54754c51d 2026-08-13 02:17:18.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 03a08a2b-d827-40af-9718-9fa54754c51d 2026-08-13 02:17:18.633 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - 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 2244, 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 648, 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-08-13 02:17:18.643 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - 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 2244, 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 648, 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-08-13 02:17:18.949 8 INFO neutron.db.l3_hamode_db [None req-0aa944f4-e44c-4555-a53d-a90da8f8c8b6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network 283cd458-61b5-4bfc-89c5-4107acdb3897 was deleted as no HA routers are present in tenant 9183506b51484420897b913ce57577b9. [pid: 8|app: 0|req: 272/534] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:18 2026] DELETE /v2.0/routers/57fe1c40-47d4-44fc-901f-8aafca0c3888 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:19.028 7 INFO neutron.db.l3_hamode_db [None req-6c35c717-198c-4aeb-bcab-95b5db8b7e98 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network c2e61242-3f94-43a2-bbe1-c65d3156b339 was deleted as no HA routers are present in tenant d6e522aeaa2c43f48a4dbfdf5698b979. [pid: 7|app: 0|req: 263/535] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:18 2026] DELETE /v2.0/routers/2dbe8788-3da3-4fc6-ab11-9911f8d9c61b => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/536] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:18 2026] DELETE /v2.0/security-groups/7dfed33a-38c2-4825-b8f1-007feb87116a => 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: 274/537] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/subnets/23c9a8e7-11a1-47f2-b1a1-b8de3f6900d2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/538] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:19 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => 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: 264/539] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/subnets/bd72176e-1c58-4b1d-b492-7234eed59750 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:17:19.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-78f09203-1c33-4848-92c9-d623580e9ad7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 858cc3cc-b3e4-4fc9-81e3-8540f4c097d3 2026-08-13 02:17:19.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78f09203-1c33-4848-92c9-d623580e9ad7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 858cc3cc-b3e4-4fc9-81e3-8540f4c097d3 2026-08-13 02:17:19.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-a76c4835-5c35-46a9-b946-65de48f37fc9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 84dc6853-bf5b-458b-983c-f32a119cf9b6 2026-08-13 02:17:19.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a76c4835-5c35-46a9-b946-65de48f37fc9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 84dc6853-bf5b-458b-983c-f32a119cf9b6 [pid: 8|app: 0|req: 276/540] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/networks/ba793224-c61a-46ba-915c-3ba2314daf46 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:17:19.459 8 INFO neutron.services.segments.plugin [-] Segment 7a82af7e-afbd-4e2f-ad32-fda121285492 resource provider aggregate not found 2026-08-13 02:17:19.465 8 INFO neutron.services.segments.plugin [-] Segment 7a82af7e-afbd-4e2f-ad32-fda121285492 resource provider aggregate not found 2026-08-13 02:17:19.501 7 INFO neutron.services.segments.plugin [-] Segment ae168f60-13ba-4b29-b883-0222a1a630e4 resource provider aggregate not found 2026-08-13 02:17:19.511 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a82af7e-afbd-4e2f-ad32-fda121285492 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a82af7e-afbd-4e2f-ad32-fda121285492 found for delete ", "request_id": "req-d5daec4d-c003-4831-afc0-74ac2fe8d676"}]} 2026-08-13 02:17:19.521 7 INFO neutron.services.segments.plugin [-] Segment ae168f60-13ba-4b29-b883-0222a1a630e4 resource provider aggregate not found 2026-08-13 02:17:19.524 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a82af7e-afbd-4e2f-ad32-fda121285492 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a82af7e-afbd-4e2f-ad32-fda121285492 found for delete ", "request_id": "req-6f6253c5-597e-4868-8e67-64e1af25d4ed"}]} 2026-08-13 02:17:19.529 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae168f60-13ba-4b29-b883-0222a1a630e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae168f60-13ba-4b29-b883-0222a1a630e4 found for delete ", "request_id": "req-b4a292ab-895e-45fd-819b-056fec3fa1fb"}]} 2026-08-13 02:17:19.540 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae168f60-13ba-4b29-b883-0222a1a630e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae168f60-13ba-4b29-b883-0222a1a630e4 found for delete ", "request_id": "req-8408c386-2b46-46bc-8a5b-17b6f834401b"}]} [pid: 7|app: 0|req: 265/541] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/networks/098acfb7-a8ab-4d8e-b6c7-4d8d7a0c099d => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/542] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:19 2026] GET /v2.0/security-groups?tenant_id=37f8e2b8bac3429bbc90c48651593980&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/543] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:19 2026] GET /v2.0/security-groups?tenant_id=d6e522aeaa2c43f48a4dbfdf5698b979&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/544] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/security-groups/592efea8-14ba-4e04-bd25-b53b19d20794 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/545] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/security-groups/1e82ae8a-ba80-4f1c-84fa-546cf76ba5a5 => 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: 267/546] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:19 2026] GET /v2.0/security-groups?tenant_id=9183506b51484420897b913ce57577b9&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/547] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:19 2026] DELETE /v2.0/security-groups/aa32fb72-6ee7-49ec-b6ee-2008cfc7a0cc => 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: 268/548] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:20 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => 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: 281/549] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:20 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 684 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/550] 199.19.213.175 () {34 vars in 911 bytes} [Thu Aug 13 02:17:20 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/551] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:17:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=112bcc0869924e458cea56614202892e => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/552] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:17:20 2026] POST /v2.0/ports => generated 958 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/553] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:21 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 961 bytes in 66 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-08-13 02:17:21.534 8 INFO neutron.services.segments.plugin [-] Segment 1fca1c6c-01ba-422e-a1d4-b83919c84440 resource provider aggregate not found 2026-08-13 02:17:21.550 7 INFO neutron.services.segments.plugin [-] Segment 06185c61-c0a5-471a-8ef0-e971c9fdc996 resource provider aggregate not found 2026-08-13 02:17:21.557 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fca1c6c-01ba-422e-a1d4-b83919c84440 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fca1c6c-01ba-422e-a1d4-b83919c84440 found for delete ", "request_id": "req-bdd5c6f7-404b-446a-b331-29c370d2a336"}]} 2026-08-13 02:17:21.558 8 INFO neutron.services.segments.plugin [-] Segment 1fca1c6c-01ba-422e-a1d4-b83919c84440 resource provider aggregate not found 2026-08-13 02:17:21.568 7 INFO neutron.services.segments.plugin [-] Segment 06185c61-c0a5-471a-8ef0-e971c9fdc996 resource provider aggregate not found 2026-08-13 02:17:21.578 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fca1c6c-01ba-422e-a1d4-b83919c84440 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fca1c6c-01ba-422e-a1d4-b83919c84440 found for delete ", "request_id": "req-94e1804b-f579-4f85-bdac-de50405ab699"}]} 2026-08-13 02:17:21.593 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06185c61-c0a5-471a-8ef0-e971c9fdc996 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06185c61-c0a5-471a-8ef0-e971c9fdc996 found for delete ", "request_id": "req-c55054fe-bff1-422a-8c3e-18f426bd15ae"}]} [pid: 7|app: 0|req: 271/554] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:21 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:21.594 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06185c61-c0a5-471a-8ef0-e971c9fdc996 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06185c61-c0a5-471a-8ef0-e971c9fdc996 found for delete ", "request_id": "req-0455b5fd-6d5b-4e6d-b27e-2208a653f40a"}]} 2026-08-13 02:17:22.084 8 INFO neutron.db.segments_db [None req-158cc72b-9b2b-49be-88d7-a3e3dd65efb3 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 64f081af-042c-4b6e-bf9b-46c5edeb079d of type vxlan for network ac863594-f553-4cbb-917a-74f6a9903a31 [pid: 8|app: 0|req: 284/555] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:17:21 2026] POST /v2.0/networks => generated 738 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:22.420 8 INFO neutron.db.segments_db [None req-d4881c24-cb39-40f9-9fd2-3c4d102a5716 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 of type vxlan for network ba60b827-47dd-4fe2-9326-94f8c4e11560 [pid: 7|app: 0|req: 272/556] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:17:21 2026] PUT /v2.0/ports/78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 1239 bytes in 662 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: 285/557] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:17:22 2026] POST /v2.0/networks => generated 747 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/558] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:22 2026] POST /v2.0/subnets => generated 685 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/559] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:22 2026] POST /v2.0/subnets => generated 694 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/560] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:22 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:22.789 8 INFO neutron.db.segments_db [None req-b5d203b0-2ed6-4b9b-8e70-8e6c0899f698 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 of type vxlan for network ca429774-983e-4fcd-831a-7745bae17638 2026-08-13 02:17:22.809 7 INFO neutron.db.segments_db [None req-1126436f-975d-4629-acb5-eafcb50cbf0e 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 65b5b264-5a98-4869-884d-b6198e5ebe93 of type vxlan for network e4f5aa2e-a525-42b4-aa72-021e456c4b94 2026-08-13 02:17:23.040 8 INFO neutron.db.l3_hamode_db [None req-b5d203b0-2ed6-4b9b-8e70-8e6c0899f698 62d09fd87f944a6eb822484a88d3691e 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:23.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45cc3838-aa47-4501-8c57-5c0fad22b806'] response: {'name': 'network-changed', 'server_uuid': 'ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d', 'tag': '78ba3b24-5ef8-48c3-9439-4db5015a1ec1', 'status': 'completed', 'code': 200} 2026-08-13 02:17:23.124 7 INFO neutron.db.l3_hamode_db [None req-1126436f-975d-4629-acb5-eafcb50cbf0e 62d09fd87f944a6eb822484a88d3691e 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:23.999 8 INFO neutron.db.l3_hamode_db [None req-b5d203b0-2ed6-4b9b-8e70-8e6c0899f698 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:24.003 7 INFO neutron.db.l3_hamode_db [None req-1126436f-975d-4629-acb5-eafcb50cbf0e 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 275/561] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:22 2026] POST /v2.0/routers => generated 734 bytes in 2637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/562] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:25 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/563] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:22 2026] POST /v2.0/routers => generated 725 bytes in 2718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/564] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:25 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/565] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:25 2026] PUT /v2.0/routers/5fe4fb82-3383-4a9f-b546-d48a52ef883b/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/566] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/569] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/570] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/571] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:25 2026] PUT /v2.0/routers/a78ba4be-df7f-448b-879d-5b0939004e08/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/572] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/573] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/574] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 280/575] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:26 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/576] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:17:27 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/577] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:17:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/578] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:27 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: 281/579] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/580] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/581] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/582] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:27 2026] GET /v2.0/security-groups?tenant_id=b439e8f9cc64481398f5bedef9cd0bf3&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/583] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1242 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/584] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:17:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/585] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/586] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:28 2026] DELETE /v2.0/security-groups/e01ba5df-509e-4177-a954-77e503a6cf36 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/587] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/588] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:17:28 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/589] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/590] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/security-groups?tenant_id=a27b1e9ba0ce416a9621706c3f77047e&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/591] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:28 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/592] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:29 2026] DELETE /v2.0/security-groups/00f0a4a5-83f7-48d3-80fb-a4298295fe43 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/593] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:17:28 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/594] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&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: 289/595] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/596] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/597] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1605150614&fields=id&tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2 => 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: 308/598] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/599] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/networks?id=ac863594-f553-4cbb-917a-74f6a9903a31 => generated 670 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/600] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/quotas/0a7573d8b52c46af835e7ab0b5fcf5d2 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/601] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/602] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/ports?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/603] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/604] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:17:29 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/605] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:30 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 295/606] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:30 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/607] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:30 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/608] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:31 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 313/609] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:31 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/610] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:31 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&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: 314/611] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:31 2026] GET /v2.0/security-groups?tenant_id=2b5697bce4d94630b0e75c27235431c0&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/612] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:32 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 298/613] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:32 2026] DELETE /v2.0/security-groups/0e437245-98fd-40fb-bcbc-a73fb43d3023 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/614] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:33 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/615] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:33 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/616] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:33 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 300/617] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/618] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&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: 301/619] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1393296686&fields=id&tenant_id=8c1391d1828d4fc0a7c04b0f3b864087 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/620] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/621] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/networks?id=ba60b827-47dd-4fe2-9326-94f8c4e11560 => generated 679 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/622] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/networks?id=ac863594-f553-4cbb-917a-74f6a9903a31 => generated 670 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/623] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/quotas/8c1391d1828d4fc0a7c04b0f3b864087 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/624] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 306/625] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/626] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:17:34 2026] GET /v2.0/ports?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/627] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:17:34 2026] POST /v2.0/ports => generated 954 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 309/628] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:17:35 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/629] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:35 2026] GET /v2.0/security-groups?tenant_id=927e4cc8b47b41d493fed235183003a6&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:35.642 8 INFO neutron.db.l3_db [None req-ec9bfe0e-b657-4b28-ba37-5e1f9ae6556d 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] Floating IP 3154b15b-8eb0-49b0-b350-7ea25446882e associated. External IP: 10.96.250.207, port: 78ba3b24-5ef8-48c3-9439-4db5015a1ec1. [pid: 7|app: 0|req: 311/631] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:17:35 2026] PUT /v2.0/ports/20d4e2d5-bb77-4423-8dd5-479bd7e86f16 => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/631] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:34 2026] PUT /v2.0/floatingips/3154b15b-8eb0-49b0-b350-7ea25446882e => generated 856 bytes in 1413 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: 312/632] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:17:35 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?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: 313/633] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 314/634] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/635] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:35 2026] DELETE /v2.0/security-groups/9d166a2b-151a-429d-9d02-eea0b7a57910 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/636] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/637] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:36.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c71da93a-1bfe-4adc-85d1-b110362e60da'] response: {'name': 'network-changed', 'server_uuid': 'aef550a6-f9d6-4e2e-a97a-5885ce6e99d6', 'tag': '20d4e2d5-bb77-4423-8dd5-479bd7e86f16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 316/638] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:17:36.532 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e151262-5ba4-40b4-909b-8a9c29c910ab'] response: {'name': 'network-changed', 'server_uuid': 'ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d', 'tag': '78ba3b24-5ef8-48c3-9439-4db5015a1ec1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 323/639] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/ports?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/640] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:17:36 2026] GET /v2.0/networks?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&shared=False => generated 766 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/641] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:17:37 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: 318/642] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/643] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/644] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 859 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/645] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 969 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/646] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/647] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/648] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&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: 328/649] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/650] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/651] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:37 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 323/652] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/ports?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 330/653] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20d4e2d5-bb77-4423-8dd5-479bd7e86f16 => 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: 331/654] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/subnets?id=f3f7e069-13b6-4072-a65d-b3c902057ecf => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/655] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/ports?network_id=ac863594-f553-4cbb-917a-74f6a9903a31&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/656] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?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: 334/657] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?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: 335/658] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/659] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 337/660] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:38 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:17:38.643 7 INFO neutron.db.segments_db [None req-3adbce05-ef38-4e27-af43-16066640012c f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Added segment 626e0567-5d6e-48a4-bead-f544b9da9a06 of type vxlan for network f6297512-57cd-4eb5-936e-443d0df56ab3 [pid: 7|app: 0|req: 324/661] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:17:38 2026] POST /v2.0/networks => generated 650 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/662] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:38 2026] POST /v2.0/subnets => generated 627 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:39.088 7 INFO neutron.db.segments_db [None req-f725d073-ee97-4ebf-86c9-10109d00fc9b f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Added segment 65d789fa-c860-48df-a5f2-3e7ebe701212 of type vxlan for network 8339a66f-51a3-4c11-9a9b-b2f5d9b27d08 2026-08-13 02:17:39.563 7 INFO neutron.db.l3_hamode_db [None req-f725d073-ee97-4ebf-86c9-10109d00fc9b f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 339/663] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:39 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/664] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:39 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 341/665] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:39 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:40.474 7 INFO neutron.db.l3_hamode_db [None req-f725d073-ee97-4ebf-86c9-10109d00fc9b f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 342/666] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:40 2026] GET /v2.0/networks?id=ba60b827-47dd-4fe2-9326-94f8c4e11560 => generated 679 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/667] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:40 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/670] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:40 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 347/671] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:17:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c1391d1828d4fc0a7c04b0f3b864087 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/672] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:40 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 325/673] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:39 2026] POST /v2.0/routers => generated 695 bytes in 2387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/674] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:17:40 2026] POST /v2.0/ports => generated 954 bytes in 455 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: 350/675] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:17:41 2026] PUT /v2.0/ports/7570879b-cc70-4f6e-917a-81c8accb828d => generated 1235 bytes in 509 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: 351/676] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:41 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:42.003 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5966f15-c24b-4e0c-966d-31544bf8876f'] response: {'name': 'network-changed', 'server_uuid': '380b6d3c-0161-478e-b5e4-93a279fd49e6', 'tag': '7570879b-cc70-4f6e-917a-81c8accb828d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/677] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:42 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/678] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:42 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/679] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:42 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 355/680] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:42 2026] GET /v2.0/ports?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/681] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:17:42 2026] GET /v2.0/networks?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&shared=False => generated 775 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/682] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:17:42 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: 7|app: 0|req: 326/683] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:41 2026] PUT /v2.0/routers/adc4e3f8-9d21-4760-89b4-3b6ccafc7ce3/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/684] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:17:42 2026] POST /v2.0/ports => generated 955 bytes in 426 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: 359/685] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 360/686] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 971 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/687] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 362/688] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 327/689] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:17:43 2026] POST /v2.0/ports => generated 955 bytes in 483 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: 328/690] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/ports?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/691] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7570879b-cc70-4f6e-917a-81c8accb828d => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/692] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/subnets?id=c967a8ff-7aee-4a37-9b42-2ef80ead6a81 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/693] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/ports?network_id=ba60b827-47dd-4fe2-9326-94f8c4e11560&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: 332/694] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?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: 333/695] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:43 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?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: 334/696] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:44 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:44.604 8 INFO neutron.db.l3_db [None req-f5e2bbc6-463f-4772-8305-67766304ff81 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Floating IP 21209770-721f-496c-a761-bb6326f0cd21 associated. External IP: 10.96.250.213, port: 8bb294cb-d1ed-431b-84ca-28a9bf36f1e0. [pid: 7|app: 0|req: 335/697] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:44 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 336/698] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:44 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 337/699] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:44 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 338/700] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:44 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/701] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:17:43 2026] POST /v2.0/floatingips => generated 842 bytes in 1362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/702] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1244 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:45.340 8 INFO neutron.db.l3_db [None req-7ef50c8c-fddd-4493-9132-e822ea1c4557 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Floating IP 21209770-721f-496c-a761-bb6326f0cd21 disassociated. External IP: 10.96.250.213, port: 8bb294cb-d1ed-431b-84ca-28a9bf36f1e0. 2026-08-13 02:17:45.399 7 INFO neutron.db.l3_db [None req-c00c1827-4c5d-44dd-bb63-2d5a11f8916a 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] Floating IP d2c0e9e1-64c4-4475-abe9-8aec7404fc94 associated. External IP: 10.96.250.214, port: 20d4e2d5-bb77-4423-8dd5-479bd7e86f16. [pid: 7|app: 0|req: 339/703] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:44 2026] PUT /v2.0/floatingips/d2c0e9e1-64c4-4475-abe9-8aec7404fc94 => generated 855 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/704] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:45 2026] PUT /v2.0/floatingips/21209770-721f-496c-a761-bb6326f0cd21 => generated 552 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/705] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/706] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 342/707] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:45.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-c52a369e-142e-4753-a579-b13d9a18040c f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: 0670c85c-a592-40bc-9036-a9d738a27373 [pid: 7|app: 0|req: 343/708] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:45.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c52a369e-142e-4753-a579-b13d9a18040c f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: 0670c85c-a592-40bc-9036-a9d738a27373 [pid: 7|app: 0|req: 344/709] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:45 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:45.914 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d700fca-d7ba-40f3-97fd-4a271e062cf7'] response: {'name': 'network-changed', 'server_uuid': 'aef550a6-f9d6-4e2e-a97a-5885ce6e99d6', 'tag': '20d4e2d5-bb77-4423-8dd5-479bd7e86f16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/710] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:17:45 2026] DELETE /v2.0/floatingips/21209770-721f-496c-a761-bb6326f0cd21 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/711] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 368/712] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/713] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/ports?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 370/714] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/networks?id=ac863594-f553-4cbb-917a-74f6a9903a31 => generated 766 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/715] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20d4e2d5-bb77-4423-8dd5-479bd7e86f16 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/716] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/subnets?id=f3f7e069-13b6-4072-a65d-b3c902057ecf => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/717] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/ports?network_id=ac863594-f553-4cbb-917a-74f6a9903a31&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/718] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?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: 375/719] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31?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-08-13 02:17:46.866 7 INFO neutron.db.l3_db [None req-a1c9f3b3-779b-4425-af5d-b36320826e69 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Floating IP 153cd552-192d-4fe9-a8cc-2017a27ee5d0 associated. External IP: 10.96.250.202, port: a16d057d-2c72-42ba-aabc-fe66f2b3a190. [pid: 8|app: 0|req: 376/720] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:46 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/721] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:47 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 345/722] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:17:46 2026] POST /v2.0/floatingips => generated 842 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/723] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:17:47 2026] GET /v2.0/floatingips/153cd552-192d-4fe9-a8cc-2017a27ee5d0 => generated 842 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/724] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:47 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 380/725] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:47 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 346/726] 10.0.0.171 () {32 vars in 655 bytes} [Thu Aug 13 02:17:47 2026] GET /v2.0/floatingips => generated 845 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/727] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:48 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:48.229 8 INFO neutron.db.l3_db [None req-2d51cd71-06b0-48a4-83dc-73b39b1f18d3 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Floating IP 153cd552-192d-4fe9-a8cc-2017a27ee5d0 associated. External IP: 10.96.250.202, port: a16d057d-2c72-42ba-aabc-fe66f2b3a190. [pid: 7|app: 0|req: 348/728] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:48 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/729] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:48 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 350/730] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:48 2026] GET /v2.0/security-groups?id=6bcea54c-d214-4ac4-a026-e22b281f4b62&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: 351/731] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:17:48 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:48.842 7 INFO neutron_taas.services.taas.taas_plugin [req-ecc86e9a-0478-4df1-ba2f-5e57da504181 req-b191dd1d-2861-4e48-ab59-3fad5006c877 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] TaaS: Handle Delete Port: 20d4e2d5-bb77-4423-8dd5-479bd7e86f16 2026-08-13 02:17:48.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ecc86e9a-0478-4df1-ba2f-5e57da504181 req-b191dd1d-2861-4e48-ab59-3fad5006c877 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] Tap Mirror: Handle Delete Port: 20d4e2d5-bb77-4423-8dd5-479bd7e86f16 [pid: 8|app: 0|req: 381/732] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:47 2026] PUT /v2.0/floatingips/153cd552-192d-4fe9-a8cc-2017a27ee5d0 => generated 842 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:49.011 8 INFO neutron.db.l3_db [None req-5a12a1b5-96e2-4ae1-be04-8bd6f90391ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Floating IP 153cd552-192d-4fe9-a8cc-2017a27ee5d0 disassociated. External IP: 10.96.250.202, port: 8bb294cb-d1ed-431b-84ca-28a9bf36f1e0. 2026-08-13 02:17:49.042 7 INFO neutron.db.l3_db [req-ecc86e9a-0478-4df1-ba2f-5e57da504181 req-b191dd1d-2861-4e48-ab59-3fad5006c877 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] Floating IP d2c0e9e1-64c4-4475-abe9-8aec7404fc94 disassociated. External IP: 10.96.250.214, port: 20d4e2d5-bb77-4423-8dd5-479bd7e86f16. [pid: 8|app: 0|req: 382/733] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:48 2026] PUT /v2.0/floatingips/153cd552-192d-4fe9-a8cc-2017a27ee5d0 => generated 552 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/734] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:49 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/735] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:17:48 2026] DELETE /v2.0/ports/20d4e2d5-bb77-4423-8dd5-479bd7e86f16 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/736] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:49 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:49.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-511f6eb4-166f-4f45-a874-a2ae5b98d98d'] response: {'server_uuid': 'aef550a6-f9d6-4e2e-a97a-5885ce6e99d6', 'name': 'network-vif-deleted', 'tag': '20d4e2d5-bb77-4423-8dd5-479bd7e86f16', 'status': 'completed', 'code': 200} 2026-08-13 02:17:49.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-91640901-f6c6-4ba3-8d53-b37d28ad2264 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: b87e4699-ef9b-465a-9be9-d260d90ae1bf 2026-08-13 02:17:49.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91640901-f6c6-4ba3-8d53-b37d28ad2264 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: b87e4699-ef9b-465a-9be9-d260d90ae1bf [pid: 7|app: 0|req: 354/737] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:49 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 384/738] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:17:49 2026] DELETE /v2.0/floatingips/153cd552-192d-4fe9-a8cc-2017a27ee5d0 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:49.755 7 INFO neutron.api.v2.resource [None req-623e4563-a727-4fb6-8caa-8f9d69d0b06f f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 355/739] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:17:49 2026] DELETE /v2.0/floatingips/153cd552-192d-4fe9-a8cc-2017a27ee5d0 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:17:49.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fcec032-a067-47f5-a004-76eafff929b1 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: 8bb294cb-d1ed-431b-84ca-28a9bf36f1e0 2026-08-13 02:17:49.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fcec032-a067-47f5-a004-76eafff929b1 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: 8bb294cb-d1ed-431b-84ca-28a9bf36f1e0 [pid: 8|app: 0|req: 385/740] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:17:49 2026] DELETE /v2.0/ports/8bb294cb-d1ed-431b-84ca-28a9bf36f1e0 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:17:50.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-e10b6275-f8bf-46f8-833f-c22abc093e89 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: a16d057d-2c72-42ba-aabc-fe66f2b3a190 2026-08-13 02:17:50.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e10b6275-f8bf-46f8-833f-c22abc093e89 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: a16d057d-2c72-42ba-aabc-fe66f2b3a190 [pid: 7|app: 0|req: 356/741] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:17:50 2026] DELETE /v2.0/ports/a16d057d-2c72-42ba-aabc-fe66f2b3a190 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/742] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:50 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/743] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:50 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 359/744] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:50 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 386/745] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:17:50 2026] GET /v2.0/ports?device_id=adc4e3f8-9d21-4760-89b4-3b6ccafc7ce3 => generated 958 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:51.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d364b11-8256-471d-b80f-175e28256488 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: e97b99ae-68f0-4bda-a689-5712929a903e 2026-08-13 02:17:51.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d364b11-8256-471d-b80f-175e28256488 f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: e97b99ae-68f0-4bda-a689-5712929a903e [pid: 8|app: 0|req: 387/746] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:51 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 388/747] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:51 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/748] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:51 2026] GET /v2.0/ports?device_id=aef550a6-f9d6-4e2e-a97a-5885ce6e99d6 => 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: 360/749] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:17:50 2026] PUT /v2.0/routers/adc4e3f8-9d21-4760-89b4-3b6ccafc7ce3/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:52.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ab2d360-a686-4c51-a065-63c8448482ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: 63a1d519-dc41-4147-8ff7-022da1a1b7af 2026-08-13 02:17:52.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab2d360-a686-4c51-a065-63c8448482ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: 63a1d519-dc41-4147-8ff7-022da1a1b7af 2026-08-13 02:17:52.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ab2d360-a686-4c51-a065-63c8448482ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] TaaS: Handle Delete Port: aa04ca01-0da5-4263-b14d-7fa952e82b94 2026-08-13 02:17:52.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab2d360-a686-4c51-a065-63c8448482ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] Tap Mirror: Handle Delete Port: aa04ca01-0da5-4263-b14d-7fa952e82b94 2026-08-13 02:17:52.949 8 INFO neutron.services.segments.plugin [-] Segment 65d789fa-c860-48df-a5f2-3e7ebe701212 resource provider aggregate not found 2026-08-13 02:17:52.958 8 INFO neutron.services.segments.plugin [-] Segment 65d789fa-c860-48df-a5f2-3e7ebe701212 resource provider aggregate not found 2026-08-13 02:17:52.969 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65d789fa-c860-48df-a5f2-3e7ebe701212 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d789fa-c860-48df-a5f2-3e7ebe701212 found for delete ", "request_id": "req-0ef0830e-5f28-48fc-b1e8-4e347d8a04b2"}]} 2026-08-13 02:17:52.974 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65d789fa-c860-48df-a5f2-3e7ebe701212 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d789fa-c860-48df-a5f2-3e7ebe701212 found for delete ", "request_id": "req-487ae76d-cc93-4ddf-8338-c12514af08c1"}]} [pid: 7|app: 0|req: 361/750] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:52 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:52.991 8 INFO neutron.db.l3_hamode_db [None req-7ab2d360-a686-4c51-a065-63c8448482ef f8ec1e2aa7214098966e7b0b3ee8ae70 4e7382ddc2584fb78752fd44b46d3961 - - default default] HA network 8339a66f-51a3-4c11-9a9b-b2f5d9b27d08 was deleted as no HA routers are present in tenant 4e7382ddc2584fb78752fd44b46d3961. [pid: 8|app: 0|req: 390/751] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:51 2026] DELETE /v2.0/routers/adc4e3f8-9d21-4760-89b4-3b6ccafc7ce3 => generated 0 bytes in 1055 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/752] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:52 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 363/753] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:53 2026] DELETE /v2.0/security-groups/6bcea54c-d214-4ac4-a026-e22b281f4b62 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/754] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:53 2026] DELETE /v2.0/subnets/2e549c2b-c383-4eb3-aebf-ffa1ea26362a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:17:53.166 8 INFO neutron.api.v2.resource [None req-6b6287ed-4573-4867-ac18-d4b457b6b315 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 392/755] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:17:53 2026] GET /v2.0/security-groups/6bcea54c-d214-4ac4-a026-e22b281f4b62 => 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: 364/756] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:53 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:53.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-3621172e-bebe-4772-b522-d4597a3fcb98 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] TaaS: Handle Delete Port: a7870847-2637-4edd-82cc-787ab8f897ff 2026-08-13 02:17:53.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3621172e-bebe-4772-b522-d4597a3fcb98 7e5e66c49f1d4e118f6b8aa00c8b5ad8 0a7573d8b52c46af835e7ab0b5fcf5d2 - - default default] Tap Mirror: Handle Delete Port: a7870847-2637-4edd-82cc-787ab8f897ff [pid: 8|app: 0|req: 393/757] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:17:53 2026] DELETE /v2.0/networks/f6297512-57cd-4eb5-936e-443d0df56ab3 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/758] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:17:53 2026] DELETE /v2.0/floatingips/d2c0e9e1-64c4-4475-abe9-8aec7404fc94 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:53.712 8 INFO neutron.db.l3_db [None req-2163cae9-48c4-4814-badd-f96a240d13d0 c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] Floating IP f52d6844-40eb-4a3f-a40c-9d3dfc3fdd10 associated. External IP: 10.96.250.211, port: 7570879b-cc70-4f6e-917a-81c8accb828d. 2026-08-13 02:17:53.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-66e99ede-0728-4c04-8216-37628591f73a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: d92b44e4-8adc-4986-bbae-14335d267c4d 2026-08-13 02:17:53.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e99ede-0728-4c04-8216-37628591f73a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: d92b44e4-8adc-4986-bbae-14335d267c4d [pid: 8|app: 0|req: 394/759] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:17:53 2026] PUT /v2.0/floatingips/f52d6844-40eb-4a3f-a40c-9d3dfc3fdd10 => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:54.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ce25ee3-a835-4214-a41a-d9f4689a05b1'] response: {'name': 'network-changed', 'server_uuid': '380b6d3c-0161-478e-b5e4-93a279fd49e6', 'tag': '7570879b-cc70-4f6e-917a-81c8accb828d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/760] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/security-groups?tenant_id=4e7382ddc2584fb78752fd44b46d3961&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/761] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/762] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:54 2026] DELETE /v2.0/security-groups/d49dc2b5-5c11-40f1-9ded-a5b5257c10c8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/763] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/764] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:17:53 2026] PUT /v2.0/routers/a78ba4be-df7f-448b-879d-5b0939004e08/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/765] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/ports?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:54.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-12eb0325-92a9-473e-aa80-598d99154817 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 822f293f-5965-4da3-9119-f8415e09e83c 2026-08-13 02:17:54.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12eb0325-92a9-473e-aa80-598d99154817 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 822f293f-5965-4da3-9119-f8415e09e83c [pid: 7|app: 0|req: 368/766] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/networks?id=ba60b827-47dd-4fe2-9326-94f8c4e11560 => generated 775 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/767] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 370/768] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7570879b-cc70-4f6e-917a-81c8accb828d => 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: 371/769] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 372/770] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/subnets?id=c967a8ff-7aee-4a37-9b42-2ef80ead6a81 => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/771] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/ports?network_id=ba60b827-47dd-4fe2-9326-94f8c4e11560&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:17:54.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-12eb0325-92a9-473e-aa80-598d99154817 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 0c09aac4-fed7-48ad-b880-32ddd238583d 2026-08-13 02:17:54.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12eb0325-92a9-473e-aa80-598d99154817 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 0c09aac4-fed7-48ad-b880-32ddd238583d [pid: 7|app: 0|req: 374/772] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:17:54.999 8 INFO neutron.services.segments.plugin [-] Segment 626e0567-5d6e-48a4-bead-f544b9da9a06 resource provider aggregate not found 2026-08-13 02:17:55.008 8 INFO neutron.services.segments.plugin [-] Segment 626e0567-5d6e-48a4-bead-f544b9da9a06 resource provider aggregate not found 2026-08-13 02:17:55.023 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 626e0567-5d6e-48a4-bead-f544b9da9a06 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626e0567-5d6e-48a4-bead-f544b9da9a06 found for delete ", "request_id": "req-3863fd9f-c437-4702-be25-9efd7b189b51"}]} 2026-08-13 02:17:55.041 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 626e0567-5d6e-48a4-bead-f544b9da9a06 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626e0567-5d6e-48a4-bead-f544b9da9a06 found for delete ", "request_id": "req-82e5cb6d-2146-45c2-9964-f1c5dd5e015e"}]} [pid: 7|app: 0|req: 375/773] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:17:54 2026] GET /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560?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) 2026-08-13 02:17:55.370 8 INFO neutron.db.l3_hamode_db [None req-12eb0325-92a9-473e-aa80-598d99154817 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network ca429774-983e-4fcd-831a-7745bae17638 was deleted as no HA routers are present in tenant 0a7573d8b52c46af835e7ab0b5fcf5d2. [pid: 8|app: 0|req: 399/774] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:54 2026] DELETE /v2.0/routers/a78ba4be-df7f-448b-879d-5b0939004e08 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/775] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:17:55 2026] DELETE /v2.0/subnets/f3f7e069-13b6-4072-a65d-b3c902057ecf => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:17:55.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fec09aa-0189-4335-b38c-e8a09723d8d2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 55eaea9b-3b2f-4ed6-a21d-53c6608c55f8 2026-08-13 02:17:55.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fec09aa-0189-4335-b38c-e8a09723d8d2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 55eaea9b-3b2f-4ed6-a21d-53c6608c55f8 [pid: 7|app: 0|req: 379/778] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:55 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/779] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:56 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 400/780] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:17:55 2026] DELETE /v2.0/networks/ac863594-f553-4cbb-917a-74f6a9903a31 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/781] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:17:56 2026] GET /v2.0/security-groups?tenant_id=0a7573d8b52c46af835e7ab0b5fcf5d2&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: 401/782] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:17:56 2026] DELETE /v2.0/security-groups/80d49ea6-16b9-43e0-abc5-abc2d09c1e9d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:17:56.848 7 INFO neutron.db.segments_db [None req-b2efb201-e88e-4ca4-a678-d02a3b263b4d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 34972f26-794e-432b-805e-563c141b27d9 of type vxlan for network 07033191-f592-4272-b9e6-d69750d55821 [pid: 7|app: 0|req: 382/783] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:17:56 2026] POST /v2.0/networks => generated 633 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:57.045 8 INFO neutron.services.segments.plugin [-] Segment db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 resource provider aggregate not found 2026-08-13 02:17:57.060 8 INFO neutron.db.segments_db [None req-a6807c88-6930-4eaf-98bd-35fd38deab28 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 04421b83-9bcb-4554-9553-9783855f9cb2 of type vxlan for network c36e7ce9-ef41-4eb7-8ca3-4f0e2b5b458e 2026-08-13 02:17:57.065 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 found for delete ", "request_id": "req-71fefae5-d6be-40c1-acc8-4e4f3d305d97"}]} 2026-08-13 02:17:57.075 8 INFO neutron.services.segments.plugin [-] Segment db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 resource provider aggregate not found 2026-08-13 02:17:57.083 8 INFO neutron.services.segments.plugin [-] Segment 64f081af-042c-4b6e-bf9b-46c5edeb079d resource provider aggregate not found 2026-08-13 02:17:57.101 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0fb1ab-ba97-4c2b-8b0b-f8042b50ed93 found for delete ", "request_id": "req-35029e0e-7a30-41e5-8094-19bbfe480acd"}]} 2026-08-13 02:17:57.118 8 INFO neutron.services.segments.plugin [-] Segment 64f081af-042c-4b6e-bf9b-46c5edeb079d resource provider aggregate not found 2026-08-13 02:17:57.122 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64f081af-042c-4b6e-bf9b-46c5edeb079d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f081af-042c-4b6e-bf9b-46c5edeb079d found for delete ", "request_id": "req-5c99fb98-8791-461d-8339-ddc7d6f2dda7"}]} 2026-08-13 02:17:57.144 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64f081af-042c-4b6e-bf9b-46c5edeb079d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f081af-042c-4b6e-bf9b-46c5edeb079d found for delete ", "request_id": "req-560e8ee1-4fde-4978-b45c-be9aafb3ce47"}]} [pid: 7|app: 0|req: 383/784] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:57 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/785] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:17:56 2026] POST /v2.0/networks => generated 632 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/786] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:17:57 2026] GET /v2.0/security-groups?id=19d399a0-6f0c-4bf5-a47c-45a685a7404d&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: 403/787] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:57 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/788] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:57 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:17:57.788 8 INFO neutron.db.segments_db [None req-6c624719-08e4-43db-a2db-98d6d1ff71f7 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment e9ccf443-b18a-4fd0-a477-60b083434cd3 of type vxlan for network 4ae9c5bc-c198-49c2-9802-66d0de850943 [pid: 7|app: 0|req: 386/789] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:17:57 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:17:57.951 7 INFO neutron_taas.services.taas.taas_plugin [req-3bc1fdfe-853b-481e-a0ad-44be912312d7 req-a46efa49-fe2a-45cc-a00e-78e3fa13460b c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] TaaS: Handle Delete Port: 7570879b-cc70-4f6e-917a-81c8accb828d 2026-08-13 02:17:57.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3bc1fdfe-853b-481e-a0ad-44be912312d7 req-a46efa49-fe2a-45cc-a00e-78e3fa13460b c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] Tap Mirror: Handle Delete Port: 7570879b-cc70-4f6e-917a-81c8accb828d 2026-08-13 02:17:58.067 8 INFO neutron.db.l3_hamode_db [None req-6c624719-08e4-43db-a2db-98d6d1ff71f7 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:17:58.083 7 INFO neutron.db.l3_db [req-3bc1fdfe-853b-481e-a0ad-44be912312d7 req-a46efa49-fe2a-45cc-a00e-78e3fa13460b c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] Floating IP f52d6844-40eb-4a3f-a40c-9d3dfc3fdd10 disassociated. External IP: 10.96.250.211, port: 7570879b-cc70-4f6e-917a-81c8accb828d. 2026-08-13 02:17:58.200 8 INFO neutron.db.l3_hamode_db [None req-6c624719-08e4-43db-a2db-98d6d1ff71f7 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 387/790] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:17:57 2026] DELETE /v2.0/ports/7570879b-cc70-4f6e-917a-81c8accb828d => generated 0 bytes in 699 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/791] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:58 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:17:58.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5d26899-eb3e-40b4-b1c6-c5ab59ed0ea7'] response: {'server_uuid': '380b6d3c-0161-478e-b5e4-93a279fd49e6', 'name': 'network-vif-deleted', 'tag': '7570879b-cc70-4f6e-917a-81c8accb828d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/792] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:17:57 2026] POST /v2.0/routers => generated 510 bytes in 1255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/793] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:17:59 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/794] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:17:58 2026] PUT /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d/add_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: 406/795] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:00 2026] GET /v2.0/ports/020fb3d5-42fd-4128-ace5-a86747da9303 => generated 959 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/796] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:00 2026] GET /v2.0/security-groups?tenant_id=cebdda05dd8a4045824ee7b9538d347a&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/797] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:00 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 409/798] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:00 2026] DELETE /v2.0/security-groups/f0484cc6-7151-4ebe-a667-f9d9a67547e0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/799] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:01 2026] GET /v2.0/security-groups?tenant_id=d91e87e1473e45d9a52c9ebac51b8aa6&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/800] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:01 2026] DELETE /v2.0/security-groups/1aa9f09e-0206-4393-894c-edc032463e8b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/801] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:00 2026] PUT /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/802] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:01 2026] GET /v2.0/ports/84885a3e-706d-434a-b7a0-794e27ba4cc4 => generated 967 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:01.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-df864673-fbaa-4837-90c4-c29034da847f 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 84885a3e-706d-434a-b7a0-794e27ba4cc4 2026-08-13 02:18:01.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df864673-fbaa-4837-90c4-c29034da847f 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 84885a3e-706d-434a-b7a0-794e27ba4cc4 [pid: 8|app: 0|req: 413/803] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:01 2026] GET /v2.0/ports?device_id=380b6d3c-0161-478e-b5e4-93a279fd49e6 => 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: 391/804] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:01 2026] PUT /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:02.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-504d7e73-25bc-4d74-915d-f39004b93504 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 020fb3d5-42fd-4128-ace5-a86747da9303 2026-08-13 02:18:02.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504d7e73-25bc-4d74-915d-f39004b93504 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 020fb3d5-42fd-4128-ace5-a86747da9303 [pid: 7|app: 0|req: 392/805] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:02 2026] DELETE /v2.0/security-groups/19d399a0-6f0c-4bf5-a47c-45a685a7404d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:03.103 7 INFO neutron.api.v2.resource [None req-63789f49-fb38-4d22-9303-7e3510180815 c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/806] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:18:03 2026] GET /v2.0/security-groups/19d399a0-6f0c-4bf5-a47c-45a685a7404d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/807] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:02 2026] PUT /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/808] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:03 2026] GET /v2.0/ports?device_id=2cbf302c-2dbc-465f-8a59-afe122d6350d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:03.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ea10bda-79d0-425f-b6b3-c34a2d191421 c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] TaaS: Handle Delete Port: deaff369-5248-4cf5-bdad-0978ffeac8ae 2026-08-13 02:18:03.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea10bda-79d0-425f-b6b3-c34a2d191421 c86b29b3229345b69054d1dc7db00f78 8c1391d1828d4fc0a7c04b0f3b864087 - - default default] Tap Mirror: Handle Delete Port: deaff369-5248-4cf5-bdad-0978ffeac8ae 2026-08-13 02:18:03.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-47483753-7fbd-4de2-b390-6f2cf3a64786 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: cfcabb2f-fe32-4468-ac9b-a8512237973f 2026-08-13 02:18:03.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47483753-7fbd-4de2-b390-6f2cf3a64786 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: cfcabb2f-fe32-4468-ac9b-a8512237973f [pid: 7|app: 0|req: 394/809] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:18:03 2026] DELETE /v2.0/floatingips/f52d6844-40eb-4a3f-a40c-9d3dfc3fdd10 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:03.713 8 INFO neutron.services.segments.plugin [-] Segment e9ccf443-b18a-4fd0-a477-60b083434cd3 resource provider aggregate not found 2026-08-13 02:18:03.725 8 INFO neutron.services.segments.plugin [-] Segment e9ccf443-b18a-4fd0-a477-60b083434cd3 resource provider aggregate not found 2026-08-13 02:18:03.730 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9ccf443-b18a-4fd0-a477-60b083434cd3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ccf443-b18a-4fd0-a477-60b083434cd3 found for delete ", "request_id": "req-3a0c9f29-0a75-47d3-ac19-400e091660ff"}]} 2026-08-13 02:18:03.749 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9ccf443-b18a-4fd0-a477-60b083434cd3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ccf443-b18a-4fd0-a477-60b083434cd3 found for delete ", "request_id": "req-f8000822-0b32-4954-b441-c6bfdd01ceab"}]} 2026-08-13 02:18:03.752 8 INFO neutron.db.l3_hamode_db [None req-47483753-7fbd-4de2-b390-6f2cf3a64786 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] HA network 4ae9c5bc-c198-49c2-9802-66d0de850943 was deleted as no HA routers are present in tenant 440628c796ac400f907dfe4ae858829e. [pid: 8|app: 0|req: 416/810] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:03 2026] DELETE /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:03.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-c22fa941-4acc-44da-9682-c1fe6949e57a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 30224189-d508-4877-b6d4-d18420b75e45 2026-08-13 02:18:03.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c22fa941-4acc-44da-9682-c1fe6949e57a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 30224189-d508-4877-b6d4-d18420b75e45 [pid: 8|app: 0|req: 417/811] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:03 2026] DELETE /v2.0/subnets/3529f814-eee5-4009-af7d-b7e4d239bb3d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/812] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:03 2026] DELETE /v2.0/subnets/44ad37c4-4caf-4d7b-a82d-8fb8151d435e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:04.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-6eb163cf-c302-418d-98af-b1fe4c781e91 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: befbedd2-3e8a-4a5d-96a1-09973926a691 2026-08-13 02:18:04.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eb163cf-c302-418d-98af-b1fe4c781e91 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: befbedd2-3e8a-4a5d-96a1-09973926a691 [pid: 8|app: 0|req: 419/813] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:04 2026] DELETE /v2.0/networks/c36e7ce9-ef41-4eb7-8ca3-4f0e2b5b458e => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/814] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:03 2026] PUT /v2.0/routers/5fe4fb82-3383-4a9f-b546-d48a52ef883b/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:04.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a3f7988-cf10-40f4-81ab-1f4b19e6fda6 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 9ae16a95-0453-45ef-852c-f762709f567d 2026-08-13 02:18:04.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a3f7988-cf10-40f4-81ab-1f4b19e6fda6 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 9ae16a95-0453-45ef-852c-f762709f567d 2026-08-13 02:18:04.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-82884164-155f-42b7-9620-e08b03070eb7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: c239c5e0-35d7-4e8a-a139-d44c8f1ff105 2026-08-13 02:18:04.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82884164-155f-42b7-9620-e08b03070eb7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: c239c5e0-35d7-4e8a-a139-d44c8f1ff105 [pid: 8|app: 0|req: 420/815] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:04 2026] DELETE /v2.0/networks/07033191-f592-4272-b9e6-d69750d55821 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/816] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:04 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:04.906 8 INFO neutron.db.segments_db [None req-0f0ed8dc-54ab-4159-9a76-006ad3270382 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 of type vxlan for network 0827120c-d174-4632-a866-bd93bbed96bd 2026-08-13 02:18:04.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-82884164-155f-42b7-9620-e08b03070eb7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 9bcc85d5-6422-4eb0-a893-56fae32bcc4c 2026-08-13 02:18:04.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82884164-155f-42b7-9620-e08b03070eb7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 9bcc85d5-6422-4eb0-a893-56fae32bcc4c [pid: 8|app: 0|req: 422/817] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:04 2026] POST /v2.0/networks => generated 633 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/818] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:18:04 2026] GET /v2.0/ports/78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:05.352 7 INFO neutron.services.segments.plugin [-] Segment 65b5b264-5a98-4869-884d-b6198e5ebe93 resource provider aggregate not found [pid: 8|app: 0|req: 424/819] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:05 2026] POST /v2.0/subnets => generated 646 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:05.357 7 INFO neutron.services.segments.plugin [-] Segment 65b5b264-5a98-4869-884d-b6198e5ebe93 resource provider aggregate not found 2026-08-13 02:18:05.376 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65b5b264-5a98-4869-884d-b6198e5ebe93 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b5b264-5a98-4869-884d-b6198e5ebe93 found for delete ", "request_id": "req-080d002a-ddd2-44a7-9f01-fc375d6b79ef"}]} 2026-08-13 02:18:05.381 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65b5b264-5a98-4869-884d-b6198e5ebe93 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b5b264-5a98-4869-884d-b6198e5ebe93 found for delete ", "request_id": "req-ec6eb2ab-0384-4d59-8135-fec4e361b2f4"}]} 2026-08-13 02:18:05.386 7 INFO neutron.db.l3_hamode_db [None req-82884164-155f-42b7-9620-e08b03070eb7 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network e4f5aa2e-a525-42b4-aa72-021e456c4b94 was deleted as no HA routers are present in tenant 8c1391d1828d4fc0a7c04b0f3b864087. [pid: 7|app: 0|req: 396/820] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:04 2026] DELETE /v2.0/routers/5fe4fb82-3383-4a9f-b546-d48a52ef883b => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:05.442 7 INFO neutron.db.segments_db [None req-f9cfccb0-4e33-43af-9c50-ba8554ddbcfb 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 017f370a-42cb-44c6-8861-a0d88edff076 of type vxlan for network 721a0839-f00d-4a7c-975f-43d07c9c5978 [pid: 8|app: 0|req: 425/821] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:05 2026] GET /v2.0/security-groups?tenant_id=300b8b071a3d4b7e91949f71f9740b56&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:18:05.722 7 INFO neutron.db.l3_hamode_db [None req-f9cfccb0-4e33-43af-9c50-ba8554ddbcfb 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:05.757 8 INFO neutron.services.segments.plugin [-] Segment 04421b83-9bcb-4554-9553-9783855f9cb2 resource provider aggregate not found 2026-08-13 02:18:05.772 8 INFO neutron.services.segments.plugin [-] Segment 04421b83-9bcb-4554-9553-9783855f9cb2 resource provider aggregate not found 2026-08-13 02:18:05.780 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04421b83-9bcb-4554-9553-9783855f9cb2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04421b83-9bcb-4554-9553-9783855f9cb2 found for delete ", "request_id": "req-abed8812-9166-4941-a4c7-25dd6672f45c"}]} 2026-08-13 02:18:05.802 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04421b83-9bcb-4554-9553-9783855f9cb2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04421b83-9bcb-4554-9553-9783855f9cb2 found for delete ", "request_id": "req-26ddf840-b537-4ab6-96e3-2a1ffcc932bb"}]} 2026-08-13 02:18:05.803 8 INFO neutron.services.segments.plugin [-] Segment 34972f26-794e-432b-805e-563c141b27d9 resource provider aggregate not found 2026-08-13 02:18:05.824 8 INFO neutron.services.segments.plugin [-] Segment 34972f26-794e-432b-805e-563c141b27d9 resource provider aggregate not found 2026-08-13 02:18:05.832 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34972f26-794e-432b-805e-563c141b27d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34972f26-794e-432b-805e-563c141b27d9 found for delete ", "request_id": "req-6ed3f721-bd87-4925-8b61-c661a3e4124a"}]} 2026-08-13 02:18:05.842 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34972f26-794e-432b-805e-563c141b27d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34972f26-794e-432b-805e-563c141b27d9 found for delete ", "request_id": "req-ef506778-414b-41e7-8f97-f13d87ff2612"}]} 2026-08-13 02:18:05.850 7 INFO neutron.db.l3_hamode_db [None req-f9cfccb0-4e33-43af-9c50-ba8554ddbcfb 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/822] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:05 2026] DELETE /v2.0/subnets/c967a8ff-7aee-4a37-9b42-2ef80ead6a81 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/823] 199.19.213.175 () {34 vars in 1000 bytes} [Thu Aug 13 02:18:05 2026] GET /v2.0/subnets?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/824] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:05 2026] DELETE /v2.0/security-groups/aac25c05-1c6c-4b47-9691-21afe703f150 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:06.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a1ff00c-ec54-4cef-9070-57f9fe4c9338 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 615ee5cc-8e03-470a-a4d6-fd9d88dbecb3 2026-08-13 02:18:06.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1ff00c-ec54-4cef-9070-57f9fe4c9338 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 615ee5cc-8e03-470a-a4d6-fd9d88dbecb3 [pid: 8|app: 0|req: 429/825] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:06 2026] DELETE /v2.0/networks/ba60b827-47dd-4fe2-9326-94f8c4e11560 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/826] 199.19.213.175 () {34 vars in 1146 bytes} [Thu Aug 13 02:18:06 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d&device_owner=compute%3Anova&network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/827] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:05 2026] POST /v2.0/routers => generated 511 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/828] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:06 2026] GET /v2.0/security-groups?tenant_id=f3cfcd66ed254fd3b8e1e13f59eef30c&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: 432/829] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:06 2026] POST /v2.0/ports => generated 964 bytes in 318 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: 433/830] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:06 2026] GET /v2.0/security-groups?tenant_id=8c1391d1828d4fc0a7c04b0f3b864087&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/831] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:18:06 2026] PUT /v2.0/ports/78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 1149 bytes in 447 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: 434/832] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:06 2026] DELETE /v2.0/security-groups/8f31da95-cc45-4740-b65f-741e137553cc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:07.050 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ea1f11b-4fe7-4dcd-8258-e269e1985b0f'] response: {'name': 'network-changed', 'server_uuid': 'ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d', 'tag': '78ba3b24-5ef8-48c3-9439-4db5015a1ec1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 435/833] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:07 2026] DELETE /v2.0/security-groups/4ae4e4ad-d353-4732-ae78-efbe84973cd4 => 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: 436/834] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1421 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/835] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/836] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/837] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => 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: 440/838] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/839] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&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: 442/840] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:07.858 8 INFO neutron.services.segments.plugin [-] Segment 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 resource provider aggregate not found 2026-08-13 02:18:07.869 8 INFO neutron.services.segments.plugin [-] Segment 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 resource provider aggregate not found [pid: 8|app: 0|req: 443/841] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:07 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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-08-13 02:18:07.885 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 found for delete ", "request_id": "req-dc02b353-d60f-4c55-867b-a9e8f9dd2e21"}]} 2026-08-13 02:18:07.892 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fbe5ccd-cae7-42a6-b638-1e16af6be9e2 found for delete ", "request_id": "req-576cdd1a-4690-4ee7-840e-400b499ff3b2"}]} [pid: 7|app: 0|req: 399/842] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:06 2026] PUT /v2.0/routers/27646a85-f963-40a2-83fe-afbb50583db4/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/843] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:08 2026] GET /v2.0/ports/0c76735a-291d-4441-876f-a86aea35450e => generated 1038 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 445/844] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:08 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1152 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/845] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:08 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:08.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-40c25742-6cc9-48dd-b874-faf7f2229ff8 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 0c76735a-291d-4441-876f-a86aea35450e 2026-08-13 02:18:08.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40c25742-6cc9-48dd-b874-faf7f2229ff8 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 0c76735a-291d-4441-876f-a86aea35450e [pid: 8|app: 0|req: 447/846] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:08 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:18:09.310 8 INFO neutron.db.segments_db [None req-ce558c75-15a2-4273-bd09-a52832f957a1 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b of type vxlan for network 9765d90e-3c69-43aa-b024-f6cd0094164d [pid: 7|app: 0|req: 400/847] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:08 2026] PUT /v2.0/routers/27646a85-f963-40a2-83fe-afbb50583db4/remove_router_interface => generated 309 bytes in 1194 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: 448/848] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:18:08 2026] POST /v2.0/networks => generated 743 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/849] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:09 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:09.580 8 INFO neutron.api.v2.resource [None req-8fcf414d-ea9f-4ecb-a8a6-06cdbd7a5b27 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/850] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:09 2026] PUT /v2.0/routers/27646a85-f963-40a2-83fe-afbb50583db4/remove_router_interface => generated 197 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/851] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/852] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:09 2026] GET /v2.0/ports?device_id=27646a85-f963-40a2-83fe-afbb50583db4 => 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: 402/853] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:09 2026] POST /v2.0/subnets => generated 690 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/854] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:18:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:09.718 8 INFO neutron.db.segments_db [None req-b27df355-558b-4930-9854-736b52a9fc3b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment eadc7f77-89d6-4681-a9c0-1fd31644d951 of type vxlan for network b03f39b9-bafa-4ca7-9682-ee30bd1632ef 2026-08-13 02:18:09.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f0a4600-70d3-4aa5-a7ae-8a6e80260b3d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: d88f5f83-9ca3-425c-a2a1-86bb052724d7 2026-08-13 02:18:09.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f0a4600-70d3-4aa5-a7ae-8a6e80260b3d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: d88f5f83-9ca3-425c-a2a1-86bb052724d7 2026-08-13 02:18:10.025 8 INFO neutron.db.l3_hamode_db [None req-b27df355-558b-4930-9854-736b52a9fc3b 62d09fd87f944a6eb822484a88d3691e 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:10.162 7 INFO neutron.services.segments.plugin [-] Segment 017f370a-42cb-44c6-8861-a0d88edff076 resource provider aggregate not found 2026-08-13 02:18:10.168 7 INFO neutron.services.segments.plugin [-] Segment 017f370a-42cb-44c6-8861-a0d88edff076 resource provider aggregate not found 2026-08-13 02:18:10.180 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 017f370a-42cb-44c6-8861-a0d88edff076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017f370a-42cb-44c6-8861-a0d88edff076 found for delete ", "request_id": "req-906a6d20-aa03-4b19-9413-c011a0fccb30"}]} 2026-08-13 02:18:10.194 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 017f370a-42cb-44c6-8861-a0d88edff076 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017f370a-42cb-44c6-8861-a0d88edff076 found for delete ", "request_id": "req-343d4a86-c3fd-4559-aab0-ca1be0fc8b4d"}]} 2026-08-13 02:18:10.202 7 INFO neutron.db.l3_hamode_db [None req-3f0a4600-70d3-4aa5-a7ae-8a6e80260b3d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] HA network 721a0839-f00d-4a7c-975f-43d07c9c5978 was deleted as no HA routers are present in tenant 440628c796ac400f907dfe4ae858829e. [pid: 7|app: 0|req: 403/855] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:09 2026] DELETE /v2.0/routers/27646a85-f963-40a2-83fe-afbb50583db4 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/856] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:10 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/857] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:10 2026] DELETE /v2.0/subnets/dec5a916-82fa-437d-b911-ae0b0fc550bd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/858] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:10 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&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: 407/859] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:10 2026] DELETE /v2.0/networks/0827120c-d174-4632-a866-bd93bbed96bd => 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: 408/860] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:10 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:10.693 7 INFO neutron.db.segments_db [None req-41e9b555-4aeb-4250-9ecb-fc972d70ddd2 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 of type vxlan for network 780ad141-2b87-496f-855d-11626b8877c1 [pid: 7|app: 0|req: 409/861] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:10 2026] POST /v2.0/networks => generated 633 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/862] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:10 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:11.015 8 INFO neutron.db.l3_hamode_db [None req-b27df355-558b-4930-9854-736b52a9fc3b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 413/865] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:10 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:11.211 7 INFO neutron.db.segments_db [None req-4824a650-39f4-4471-81a3-cbbd225179a3 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment 9833e9f7-770e-4a95-93cf-e7bdd876d406 of type vxlan for network 6676b1c8-d2c8-44ab-988f-2676cfa5af5d 2026-08-13 02:18:11.514 7 INFO neutron.db.l3_hamode_db [None req-4824a650-39f4-4471-81a3-cbbd225179a3 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:11.654 7 INFO neutron.db.l3_hamode_db [None req-4824a650-39f4-4471-81a3-cbbd225179a3 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 453/866] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:09 2026] POST /v2.0/routers => generated 730 bytes in 2325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/867] 199.19.213.175 () {34 vars in 1118 bytes} [Thu Aug 13 02:18:11 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:18:12.221 7 INFO neutron.services.segments.plugin [-] Segment 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 resource provider aggregate not found 2026-08-13 02:18:12.235 7 INFO neutron.services.segments.plugin [-] Segment 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 resource provider aggregate not found 2026-08-13 02:18:12.241 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 found for delete ", "request_id": "req-97f9dfaf-9abe-407b-bb11-5ce4c841d374"}]} 2026-08-13 02:18:12.258 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ecd9b29-1eb2-4e6e-90c7-e23a2d67d3a6 found for delete ", "request_id": "req-af4b9d4c-e2aa-42d5-8ac1-9b8f01966ad5"}]} [pid: 7|app: 0|req: 414/868] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:11 2026] POST /v2.0/routers => generated 510 bytes in 1201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/869] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:12 2026] GET /v2.0/security-groups?tenant_id=f88f7e10b253420fb9eeb326de62ab33&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/870] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:18:12 2026] PUT /v2.0/ports/78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 972 bytes in 460 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-08-13 02:18:13.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1949f32c-501c-4d71-a251-0c438db08eab'] response: {'name': 'network-changed', 'server_uuid': 'ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d', 'tag': '78ba3b24-5ef8-48c3-9439-4db5015a1ec1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 455/871] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:12 2026] PUT /v2.0/routers/8ff47f75-30c9-4bc1-a658-12ea14b32f6a/add_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/872] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:13 2026] DELETE /v2.0/security-groups/debb4229-812c-4de5-919b-a00727b1caad => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/873] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/874] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/875] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/876] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/877] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/878] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 463/879] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:13 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 464/880] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:18:14 2026] POST /v2.0/security-groups => generated 1659 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/881] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:18:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/882] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:13 2026] PUT /v2.0/routers/96755590-0401-4486-8efb-a306a55ea9f4/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/883] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:14 2026] GET /v2.0/ports/603edba1-2825-4354-897b-3d85e8bd0e2e => generated 959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/884] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:18:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:14.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a826ad3-e02e-406a-9b5a-4e3f2a3dd9e9 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 603edba1-2825-4354-897b-3d85e8bd0e2e 2026-08-13 02:18:14.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a826ad3-e02e-406a-9b5a-4e3f2a3dd9e9 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 603edba1-2825-4354-897b-3d85e8bd0e2e [pid: 8|app: 0|req: 467/885] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:18:14 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/886] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/ports?tenant_id=112bcc0869924e458cea56614202892e&device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/887] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/888] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:14 2026] PUT /v2.0/routers/96755590-0401-4486-8efb-a306a55ea9f4/remove_router_interface => generated 309 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/889] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/networks?id=e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 780 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/890] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/ports?device_id=96755590-0401-4486-8efb-a306a55ea9f4 => 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: 420/891] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/892] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/893] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/subnets?id=5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/894] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/ports?network_id=e7783d75-629d-4c0d-a67c-ac8ff8153a17&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/895] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:15.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d7ed3aa-4d73-4969-b3c6-61fe70925ca2 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 6df425de-2fee-427c-b088-191edd73923d 2026-08-13 02:18:15.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d7ed3aa-4d73-4969-b3c6-61fe70925ca2 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 6df425de-2fee-427c-b088-191edd73923d [pid: 8|app: 0|req: 476/896] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17?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: 477/897] 10.0.0.170 () {34 vars in 1098 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--571255484&fields=id&tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e => 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: 478/898] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/networks?id=9765d90e-3c69-43aa-b024-f6cd0094164d => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/899] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/quotas/2bb17b26b3534201ac3a5a2557ed1e5e => generated 292 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/900] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/ports?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:15.962 7 INFO neutron.services.segments.plugin [-] Segment 9833e9f7-770e-4a95-93cf-e7bdd876d406 resource provider aggregate not found 2026-08-13 02:18:15.969 7 INFO neutron.services.segments.plugin [-] Segment 9833e9f7-770e-4a95-93cf-e7bdd876d406 resource provider aggregate not found 2026-08-13 02:18:15.981 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9833e9f7-770e-4a95-93cf-e7bdd876d406 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9833e9f7-770e-4a95-93cf-e7bdd876d406 found for delete ", "request_id": "req-13bbaac0-ee9c-432b-b47a-3202588ecdfc"}]} 2026-08-13 02:18:15.996 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9833e9f7-770e-4a95-93cf-e7bdd876d406 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9833e9f7-770e-4a95-93cf-e7bdd876d406 found for delete ", "request_id": "req-e13bd3dd-3320-49ee-bb20-2d0aa03d780c"}]} [pid: 8|app: 0|req: 481/901] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:18:15 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:16.009 7 INFO neutron.db.l3_hamode_db [None req-6d7ed3aa-4d73-4969-b3c6-61fe70925ca2 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] HA network 6676b1c8-d2c8-44ab-988f-2676cfa5af5d was deleted as no HA routers are present in tenant 440628c796ac400f907dfe4ae858829e. [pid: 7|app: 0|req: 421/902] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:15 2026] DELETE /v2.0/routers/96755590-0401-4486-8efb-a306a55ea9f4 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/903] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:18:16 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?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: 422/904] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:16 2026] DELETE /v2.0/subnets/3c700a16-c3d8-4253-95ec-4126ace5bec3 => 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: 423/905] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:16 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 424/906] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:16 2026] DELETE /v2.0/networks/780ad141-2b87-496f-855d-11626b8877c1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/907] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:16 2026] GET /v2.0/security-groups?tenant_id=dacc8f84be5c4317ace8de8641300cf3&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:18:16.458 8 INFO neutron.db.segments_db [None req-839c609d-6296-4de5-806a-bfc5e245bf1d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Added segment e55d1cd2-4f0c-4f19-b5b0-32c66650f460 of type vxlan for network ef992e70-1502-4b6c-b2fa-97a0c382b8ab [pid: 7|app: 0|req: 425/908] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:16 2026] DELETE /v2.0/security-groups/3de6231c-64a7-4065-97b3-deb8339887de => 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: 426/909] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:16 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/910] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:16 2026] GET /v2.0/security-groups?id=8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2&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-08-13 02:18:16.708 8 INFO neutron.db.l3_hamode_db [None req-839c609d-6296-4de5-806a-bfc5e245bf1d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 428/911] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:17 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 429/912] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:18:17 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:17.597 8 INFO neutron.db.l3_hamode_db [None req-839c609d-6296-4de5-806a-bfc5e245bf1d 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:17.662 7 INFO neutron_taas.services.taas.taas_plugin [req-11de806a-b9d9-4cfa-bb5d-02415e8cc9a3 req-d99800c4-6d5f-4c23-95bc-25d6a920f842 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] TaaS: Handle Delete Port: 78ba3b24-5ef8-48c3-9439-4db5015a1ec1 2026-08-13 02:18:17.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-11de806a-b9d9-4cfa-bb5d-02415e8cc9a3 req-d99800c4-6d5f-4c23-95bc-25d6a920f842 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] Tap Mirror: Handle Delete Port: 78ba3b24-5ef8-48c3-9439-4db5015a1ec1 2026-08-13 02:18:17.797 7 INFO neutron.db.l3_db [req-11de806a-b9d9-4cfa-bb5d-02415e8cc9a3 req-d99800c4-6d5f-4c23-95bc-25d6a920f842 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] Floating IP 3154b15b-8eb0-49b0-b350-7ea25446882e disassociated. External IP: 10.96.250.207, port: 78ba3b24-5ef8-48c3-9439-4db5015a1ec1. 2026-08-13 02:18:18.016 7 INFO neutron.services.segments.plugin [-] Segment 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 resource provider aggregate not found 2026-08-13 02:18:18.051 7 INFO neutron.services.segments.plugin [-] Segment 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 resource provider aggregate not found 2026-08-13 02:18:18.058 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 found for delete ", "request_id": "req-cd18fd69-d3a2-4790-95b4-79879e3466bb"}]} 2026-08-13 02:18:18.085 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47f40eeb-b7d0-4b0b-b614-e1a2dd7874c6 found for delete ", "request_id": "req-e92b580e-0677-43a4-ba74-0c958d3edcc9"}]} [pid: 7|app: 0|req: 430/913] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:18:17 2026] DELETE /v2.0/ports/78ba3b24-5ef8-48c3-9439-4db5015a1ec1 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/914] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:18 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:18.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ccc5731-695f-475e-8471-815775af5677'] response: {'server_uuid': 'ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d', 'name': 'network-vif-deleted', 'tag': '78ba3b24-5ef8-48c3-9439-4db5015a1ec1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 432/915] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:18 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:18.828 7 INFO neutron.db.segments_db [None req-c8378072-0cb9-494d-9026-e9fdf1fc62ac 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment 5b30ac22-3f9a-456e-8b0d-42824302a20b of type vxlan for network 2cba573a-d1b0-49fa-b417-79dcc460392e 2026-08-13 02:18:18.892 7 INFO neutron.db.segments_db [None req-c8378072-0cb9-494d-9026-e9fdf1fc62ac 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment af84a862-2964-4f8b-b4e2-60453c1e17dd of type vxlan for network 57306d77-f234-4068-9e1e-a755d8bb8109 [pid: 7|app: 0|req: 433/916] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:18 2026] POST /v2.0/networks => generated 1245 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/917] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/networks => generated 1844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/918] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:16 2026] POST /v2.0/routers => generated 692 bytes in 2734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/919] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/routers/48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 698 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/920] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:19 2026] DELETE /v2.0/networks/2cba573a-d1b0-49fa-b417-79dcc460392e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/921] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/routers => generated 701 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/922] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/923] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:19 2026] DELETE /v2.0/networks/57306d77-f234-4068-9e1e-a755d8bb8109 => 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: 437/924] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/networks => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:19.537 7 INFO neutron.db.segments_db [None req-a1ecd9e5-e95e-4949-9dee-d08eb217c8cf 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment 74d53b16-68d2-41f1-b638-11c8bf54d8a5 of type vxlan for network 67778a67-5b3b-4087-adab-3fda81d7ebb5 [pid: 7|app: 0|req: 438/925] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:19 2026] POST /v2.0/networks => generated 650 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/926] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:19.724 7 INFO neutron.db.segments_db [None req-d91d1293-1c17-41a3-88ff-389f88b40d1c 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment c236576c-bc21-47ea-84d2-dc934aa921a7 of type vxlan for network 883ded44-3fb0-44de-b110-59ea242ee36d [pid: 8|app: 0|req: 488/927] 10.0.0.171 () {34 vars in 741 bytes} [Thu Aug 13 02:18:19 2026] PUT /v2.0/routers/48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 705 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/928] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/routers/48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/929] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:19 2026] POST /v2.0/networks => generated 650 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/930] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:19 2026] GET /v2.0/ports?device_id=48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:20.091 7 INFO neutron.services.segments.plugin [-] Segment 5b30ac22-3f9a-456e-8b0d-42824302a20b resource provider aggregate not found 2026-08-13 02:18:20.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-a08ce398-3f65-43c7-8999-7039baec102b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 482ab0b0-c7e1-460f-85cb-d324a6ed512f 2026-08-13 02:18:20.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a08ce398-3f65-43c7-8999-7039baec102b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 482ab0b0-c7e1-460f-85cb-d324a6ed512f 2026-08-13 02:18:20.110 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b30ac22-3f9a-456e-8b0d-42824302a20b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b30ac22-3f9a-456e-8b0d-42824302a20b found for delete ", "request_id": "req-b2bea0cb-73bc-4922-a068-10e5b8cac387"}]} 2026-08-13 02:18:20.119 7 INFO neutron.services.segments.plugin [-] Segment 5b30ac22-3f9a-456e-8b0d-42824302a20b resource provider aggregate not found 2026-08-13 02:18:20.136 7 INFO neutron.services.segments.plugin [-] Segment af84a862-2964-4f8b-b4e2-60453c1e17dd resource provider aggregate not found 2026-08-13 02:18:20.143 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b30ac22-3f9a-456e-8b0d-42824302a20b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b30ac22-3f9a-456e-8b0d-42824302a20b found for delete ", "request_id": "req-140aa649-8d78-4554-b418-921df68ba220"}]} 2026-08-13 02:18:20.160 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment af84a862-2964-4f8b-b4e2-60453c1e17dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af84a862-2964-4f8b-b4e2-60453c1e17dd found for delete ", "request_id": "req-9801b2c3-79e8-4b39-8c33-b13e5891b54b"}]} 2026-08-13 02:18:20.163 7 INFO neutron.services.segments.plugin [-] Segment af84a862-2964-4f8b-b4e2-60453c1e17dd resource provider aggregate not found 2026-08-13 02:18:20.183 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment af84a862-2964-4f8b-b4e2-60453c1e17dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af84a862-2964-4f8b-b4e2-60453c1e17dd found for delete ", "request_id": "req-afef8cb5-75fd-41eb-8477-da2593d90e41"}]} 2026-08-13 02:18:20.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-a08ce398-3f65-43c7-8999-7039baec102b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] TaaS: Handle Delete Port: 286e48df-3d64-4890-8866-71c2a50e820b 2026-08-13 02:18:20.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a08ce398-3f65-43c7-8999-7039baec102b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] Tap Mirror: Handle Delete Port: 286e48df-3d64-4890-8866-71c2a50e820b [pid: 7|app: 0|req: 441/931] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:19 2026] POST /v2.0/ports => generated 1505 bytes in 671 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: 442/932] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => 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: 443/933] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/ports => generated 1505 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/934] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/networks?id=9765d90e-3c69-43aa-b024-f6cd0094164d => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:20.665 8 INFO neutron.services.segments.plugin [-] Segment e55d1cd2-4f0c-4f19-b5b0-32c66650f460 resource provider aggregate not found 2026-08-13 02:18:20.678 8 INFO neutron.services.segments.plugin [-] Segment e55d1cd2-4f0c-4f19-b5b0-32c66650f460 resource provider aggregate not found 2026-08-13 02:18:20.688 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e55d1cd2-4f0c-4f19-b5b0-32c66650f460 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e55d1cd2-4f0c-4f19-b5b0-32c66650f460 found for delete ", "request_id": "req-b0be0591-0939-4c7c-9114-5307c8de8ba8"}]} 2026-08-13 02:18:20.706 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e55d1cd2-4f0c-4f19-b5b0-32c66650f460 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e55d1cd2-4f0c-4f19-b5b0-32c66650f460 found for delete ", "request_id": "req-b00aaa64-00fe-4c27-9b02-8618fb82db06"}]} 2026-08-13 02:18:20.711 8 INFO neutron.db.l3_hamode_db [None req-a08ce398-3f65-43c7-8999-7039baec102b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] HA network ef992e70-1502-4b6c-b2fa-97a0c382b8ab was deleted as no HA routers are present in tenant 440628c796ac400f907dfe4ae858829e. [pid: 8|app: 0|req: 491/935] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:19 2026] DELETE /v2.0/routers/48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:20.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6b91933-5aa8-4830-98c5-6e7430cdcb42 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] TaaS: Handle Delete Port: af5f18c0-4d75-4799-9f98-31a67e239c90 2026-08-13 02:18:20.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6b91933-5aa8-4830-98c5-6e7430cdcb42 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Tap Mirror: Handle Delete Port: af5f18c0-4d75-4799-9f98-31a67e239c90 [pid: 8|app: 0|req: 492/936] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/937] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/ports?device_id=48f004ec-f57b-499c-96a5-3ccf89fa723b => 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: 494/938] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:20 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/939] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:20 2026] DELETE /v2.0/ports/af5f18c0-4d75-4799-9f98-31a67e239c90 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:20.859 7 INFO neutron.api.v2.resource [None req-ca3f211f-4560-4459-a869-99b3c70e2905 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/940] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:20 2026] DELETE /v2.0/routers/48f004ec-f57b-499c-96a5-3ccf89fa723b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:20.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-4828c446-10f7-4f8c-9eb6-a4decc2c49ca 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] TaaS: Handle Delete Port: 4d57f521-b537-45df-aed1-70e71d7dd802 2026-08-13 02:18:20.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4828c446-10f7-4f8c-9eb6-a4decc2c49ca 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Tap Mirror: Handle Delete Port: 4d57f521-b537-45df-aed1-70e71d7dd802 [pid: 7|app: 0|req: 447/941] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:20 2026] DELETE /v2.0/ports/4d57f521-b537-45df-aed1-70e71d7dd802 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/942] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports?device_id=96755590-0401-4486-8efb-a306a55ea9f4 => 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: 449/943] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:21.118 7 INFO neutron.api.v2.resource [None req-43ab9e43-8842-43d5-9dd4-46a4570b1dda 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/944] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/routers/96755590-0401-4486-8efb-a306a55ea9f4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:21.179 7 INFO neutron.db.segments_db [None req-34edaaa5-5509-4e68-a29c-3f1b5bb213ca 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment fd99cbde-ea1c-4ea3-88a6-52541b5449b3 of type vxlan for network 94eee120-9006-45d5-b022-e952333b2b85 [pid: 8|app: 0|req: 495/945] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:18:20 2026] POST /v2.0/ports => generated 958 bytes in 391 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-08-13 02:18:21.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1cc73583-90c9-4b7c-9262-fecfc84e254b 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/946] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/subnets/3c700a16-c3d8-4253-95ec-4126ace5bec3 => 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: 451/947] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:21 2026] POST /v2.0/networks => generated 650 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/948] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports?device_id=27646a85-f963-40a2-83fe-afbb50583db4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:21.356 7 INFO neutron.db.segments_db [None req-3ffbb933-0006-48fe-a761-339aa5aba5c7 589ebe3bcd114553acee193578dcb7cf e05c4f77cecf4f18b4904a693675bc14 - - default default] Added segment 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece of type vxlan for network daad1ad2-33d0-44a6-947a-c35e4d1cfefa [pid: 7|app: 0|req: 453/949] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:21 2026] POST /v2.0/networks => generated 650 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:21.506 7 INFO neutron.api.v2.resource [None req-a6d56466-dc69-4f13-84da-d2b7f4943813 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/950] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/routers/27646a85-f963-40a2-83fe-afbb50583db4 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:21.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77ee3c12-919c-474d-8f38-bd49d6e6dfb5 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/951] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/subnets/dec5a916-82fa-437d-b911-ae0b0fc550bd => 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: 497/952] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:18:21 2026] PUT /v2.0/ports/48270f3e-d32b-4447-88c1-80ca942db7c6 => generated 1239 bytes in 471 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: 498/953] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports?device_id=2cbf302c-2dbc-465f-8a59-afe122d6350d => 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: 499/954] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports?device_id=ee1ba14c-cf32-4ac3-b495-db4ecfd2a46d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:21.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-763cd4e6-3cf0-4cd2-a359-b74da9afabc5'] response: {'name': 'network-changed', 'server_uuid': 'aaebc598-75d3-47a0-90d3-0ea032392930', 'tag': '48270f3e-d32b-4447-88c1-80ca942db7c6', 'status': 'completed', 'code': 200} 2026-08-13 02:18:21.726 8 INFO neutron.api.v2.resource [None req-457a96c0-f19f-438e-ac9b-14f1edadd687 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/955] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/routers/2cbf302c-2dbc-465f-8a59-afe122d6350d => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:21.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f15a4b7-430a-4b65-9003-660bbaf9f3f3 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/956] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/subnets/3529f814-eee5-4009-af7d-b7e4d239bb3d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:21.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a846f1f2-a33b-4948-b67d-6032c127ede5 609d2bcd5f1d4607adc94c3b617b1a65 440628c796ac400f907dfe4ae858829e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/957] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:21 2026] DELETE /v2.0/subnets/44ad37c4-4caf-4d7b-a82d-8fb8151d435e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/958] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/959] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/960] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:21 2026] POST /v2.0/subnets => generated 1273 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/961] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:21 2026] GET /v2.0/subnets => generated 1909 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/962] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/subnets/e176a7c2-5240-476f-b8bd-75caaf716c15 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/963] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:22 2026] GET /v2.0/ports?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/964] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/subnets/af2fe491-aa87-4409-8fd2-c00b6457c638 => 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: 507/965] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:18:22 2026] GET /v2.0/networks?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&shared=False => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/966] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:22 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/967] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:18:22 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: 459/968] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:22 2026] GET /v2.0/security-groups?tenant_id=440628c796ac400f907dfe4ae858829e&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/969] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/security-groups/a101308b-ce1e-470f-8c51-653c47f5134a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/970] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/networks/daad1ad2-33d0-44a6-947a-c35e4d1cfefa => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:22.703 7 INFO neutron.services.segments.plugin [-] Segment fd99cbde-ea1c-4ea3-88a6-52541b5449b3 resource provider aggregate not found 2026-08-13 02:18:22.711 7 INFO neutron.services.segments.plugin [-] Segment fd99cbde-ea1c-4ea3-88a6-52541b5449b3 resource provider aggregate not found 2026-08-13 02:18:22.714 8 INFO neutron.services.segments.plugin [-] Segment 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece resource provider aggregate not found 2026-08-13 02:18:22.735 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fd99cbde-ea1c-4ea3-88a6-52541b5449b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd99cbde-ea1c-4ea3-88a6-52541b5449b3 found for delete ", "request_id": "req-2d67a851-7c89-437c-a284-207dbf1a7e12"}]} 2026-08-13 02:18:22.741 8 INFO neutron.services.segments.plugin [-] Segment 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece resource provider aggregate not found 2026-08-13 02:18:22.742 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fd99cbde-ea1c-4ea3-88a6-52541b5449b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd99cbde-ea1c-4ea3-88a6-52541b5449b3 found for delete ", "request_id": "req-3cc8b2c3-3f50-448e-b60f-2e5a6bd93795"}]} 2026-08-13 02:18:22.751 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece found for delete ", "request_id": "req-f17ae878-6f02-45ef-b975-18c8cea445b7"}]} [pid: 7|app: 0|req: 461/971] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/networks/94eee120-9006-45d5-b022-e952333b2b85 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:22.777 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bbf7969-6cce-4ad6-a6f2-b5fd1ecfdece found for delete ", "request_id": "req-141144b0-6cdf-4627-ba03-d982749caba6"}]} [pid: 8|app: 0|req: 511/972] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/networks/883ded44-3fb0-44de-b110-59ea242ee36d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/973] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/security-groups/8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:22.942 7 INFO neutron.api.v2.resource [None req-b347acf3-0c80-4ff2-a7e4-a7cc831788f9 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/974] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:18:22 2026] GET /v2.0/security-groups/8a5ae20f-1ce2-40cb-b899-a8a7cd3209e2 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:23.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-db0c5925-c28a-4c33-b71d-cfe13281ea12 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] TaaS: Handle Delete Port: fe494890-abff-4668-b413-893d10d09e50 [pid: 8|app: 0|req: 512/975] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/networks/67778a67-5b3b-4087-adab-3fda81d7ebb5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:23.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db0c5925-c28a-4c33-b71d-cfe13281ea12 5d3907214003454e97c0d648a2ed33d6 112bcc0869924e458cea56614202892e - - default default] Tap Mirror: Handle Delete Port: fe494890-abff-4668-b413-893d10d09e50 [pid: 8|app: 0|req: 513/976] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/977] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&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: 464/978] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:18:22 2026] DELETE /v2.0/floatingips/3154b15b-8eb0-49b0-b350-7ea25446882e => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/979] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/ports?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/980] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/security-groups?tenant_id=e05c4f77cecf4f18b4904a693675bc14&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/981] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=48270f3e-d32b-4447-88c1-80ca942db7c6 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:23.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fb6cb5f-1071-4b16-a1d9-b77dff9308d8 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 39f89b79-c5c6-4765-9adc-a8ee8131b34b 2026-08-13 02:18:23.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb6cb5f-1071-4b16-a1d9-b77dff9308d8 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 39f89b79-c5c6-4765-9adc-a8ee8131b34b [pid: 7|app: 0|req: 468/982] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:23 2026] DELETE /v2.0/security-groups/e28a103f-e51e-4f37-81cd-1128a39e3762 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/983] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/subnets?id=eeaf7cf0-9003-4ee8-9efe-63af57ef3789 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/984] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/ports?network_id=9765d90e-3c69-43aa-b024-f6cd0094164d&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/985] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/986] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:23 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?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: 473/987] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:24 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/988] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:24 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/989] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:23 2026] PUT /v2.0/routers/6b2d35ff-6fe0-4143-961f-3420649f3178/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:24.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f60d882-34ef-4471-93b0-8c30d34933f2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 877f002a-7288-48cd-83b4-a8a4c8b64edf 2026-08-13 02:18:24.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f60d882-34ef-4471-93b0-8c30d34933f2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 877f002a-7288-48cd-83b4-a8a4c8b64edf 2026-08-13 02:18:24.777 8 INFO neutron.services.segments.plugin [-] Segment c236576c-bc21-47ea-84d2-dc934aa921a7 resource provider aggregate not found 2026-08-13 02:18:24.810 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c236576c-bc21-47ea-84d2-dc934aa921a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c236576c-bc21-47ea-84d2-dc934aa921a7 found for delete ", "request_id": "req-88e579ee-ab41-4f5b-bf2c-b3f05020b213"}]} 2026-08-13 02:18:24.816 8 INFO neutron.services.segments.plugin [-] Segment c236576c-bc21-47ea-84d2-dc934aa921a7 resource provider aggregate not found 2026-08-13 02:18:24.833 8 INFO neutron.services.segments.plugin [-] Segment 74d53b16-68d2-41f1-b638-11c8bf54d8a5 resource provider aggregate not found 2026-08-13 02:18:24.838 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c236576c-bc21-47ea-84d2-dc934aa921a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c236576c-bc21-47ea-84d2-dc934aa921a7 found for delete ", "request_id": "req-ba1a1cac-c0c2-4849-8e70-b0313bd308b2"}]} 2026-08-13 02:18:24.854 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74d53b16-68d2-41f1-b638-11c8bf54d8a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d53b16-68d2-41f1-b638-11c8bf54d8a5 found for delete ", "request_id": "req-7522978b-c898-457f-a2d4-cb1811d87966"}]} 2026-08-13 02:18:24.856 8 INFO neutron.services.segments.plugin [-] Segment 74d53b16-68d2-41f1-b638-11c8bf54d8a5 resource provider aggregate not found 2026-08-13 02:18:24.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f60d882-34ef-4471-93b0-8c30d34933f2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: c69ff038-0f29-470d-923a-e778b8754620 2026-08-13 02:18:24.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f60d882-34ef-4471-93b0-8c30d34933f2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: c69ff038-0f29-470d-923a-e778b8754620 2026-08-13 02:18:24.870 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74d53b16-68d2-41f1-b638-11c8bf54d8a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d53b16-68d2-41f1-b638-11c8bf54d8a5 found for delete ", "request_id": "req-04c8401f-97cd-4076-9dbe-d3df7b4bd3c9"}]} 2026-08-13 02:18:25.342 7 INFO neutron.services.segments.plugin [-] Segment d340d748-155e-4969-8edf-572c2d5cf291 resource provider aggregate not found 2026-08-13 02:18:25.345 7 INFO neutron.services.segments.plugin [-] Segment d340d748-155e-4969-8edf-572c2d5cf291 resource provider aggregate not found 2026-08-13 02:18:25.364 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d340d748-155e-4969-8edf-572c2d5cf291 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d340d748-155e-4969-8edf-572c2d5cf291 found for delete ", "request_id": "req-cf8f7c83-34f8-437f-a4cd-252ec10be1c4"}]} 2026-08-13 02:18:25.364 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d340d748-155e-4969-8edf-572c2d5cf291 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d340d748-155e-4969-8edf-572c2d5cf291 found for delete ", "request_id": "req-71057b33-b04e-48af-9003-815930d74ce7"}]} 2026-08-13 02:18:25.373 7 INFO neutron.db.l3_hamode_db [None req-5f60d882-34ef-4471-93b0-8c30d34933f2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network ccd62bf6-2d9c-4035-b7a0-f6a2fd8657eb was deleted as no HA routers are present in tenant 112bcc0869924e458cea56614202892e. [pid: 7|app: 0|req: 475/990] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:24 2026] DELETE /v2.0/routers/6b2d35ff-6fe0-4143-961f-3420649f3178 => generated 0 bytes in 1019 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/991] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:25 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/992] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:25 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/993] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:25 2026] DELETE /v2.0/subnets/5e5888c2-331c-42cc-9a93-6dc70b634d2f => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:25.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee1a3e3b-1599-4163-8e99-48ec3a292d53 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 238443e0-c326-4249-b382-415f25e0b68b 2026-08-13 02:18:25.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee1a3e3b-1599-4163-8e99-48ec3a292d53 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 238443e0-c326-4249-b382-415f25e0b68b [pid: 7|app: 0|req: 478/994] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:25 2026] DELETE /v2.0/networks/e7783d75-629d-4c0d-a67c-ac8ff8153a17 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:26.090 8 INFO neutron.db.segments_db [None req-1fb2cbe2-16ee-4b70-8da1-96635a966d99 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] Added segment 67013d86-4eac-4d74-ab8b-74fe9b3ce122 of type vxlan for network cc97245f-cff6-49ff-a290-52d976ed276d [pid: 7|app: 0|req: 481/997] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:26 2026] GET /v2.0/security-groups?tenant_id=112bcc0869924e458cea56614202892e&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/998] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:25 2026] POST /v2.0/networks => generated 648 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/999] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:26 2026] DELETE /v2.0/security-groups/344bb5f0-b8e3-467e-8f1a-c6bbec0c3344 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1000] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:26 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1001] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:26 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1002] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:26 2026] POST /v2.0/subnets => generated 673 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:27.077 8 INFO neutron.db.segments_db [None req-09cc67ed-92cb-44b5-b7d1-ade850175e83 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] Added segment 61e56977-9b05-421a-9601-4e8034b03927 of type vxlan for network 5a98f758-f930-4e22-ada7-c4ff07d5c373 [pid: 8|app: 0|req: 520/1003] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:27 2026] POST /v2.0/networks => generated 648 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1004] 10.0.0.171 () {34 vars in 743 bytes} [Thu Aug 13 02:18:27 2026] PUT /v2.0/networks/5a98f758-f930-4e22-ada7-c4ff07d5c373 => generated 592 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:27.388 7 INFO neutron.services.segments.plugin [-] Segment 900929c9-8caf-4251-94b5-1b9c2e1d92dd resource provider aggregate not found 2026-08-13 02:18:27.393 7 INFO neutron.services.segments.plugin [-] Segment 900929c9-8caf-4251-94b5-1b9c2e1d92dd resource provider aggregate not found 2026-08-13 02:18:27.407 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 900929c9-8caf-4251-94b5-1b9c2e1d92dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900929c9-8caf-4251-94b5-1b9c2e1d92dd found for delete ", "request_id": "req-272b954a-02e9-4b34-bd70-8b6089cfec90"}]} 2026-08-13 02:18:27.409 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 900929c9-8caf-4251-94b5-1b9c2e1d92dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900929c9-8caf-4251-94b5-1b9c2e1d92dd found for delete ", "request_id": "req-a39ef062-b395-419e-88ec-7138f9303ca8"}]} [pid: 8|app: 0|req: 521/1005] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:27 2026] POST /v2.0/subnets => generated 646 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1006] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:27 2026] GET /v2.0/security-groups?tenant_id=e6fb4f354a2b4a698e5c136d52cda463&name=default => generated 2925 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1007] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:27 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 522/1008] 10.0.0.171 () {34 vars in 741 bytes} [Thu Aug 13 02:18:27 2026] PUT /v2.0/subnets/5ed23897-e0b6-4f4b-80c6-9a8b908722d6 => generated 656 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1009] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:27 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1010] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:27 2026] DELETE /v2.0/security-groups/88d77213-c5ea-4f6a-898c-7e1fc1e49beb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:28.256 8 INFO neutron.services.segments.plugin [-] Segment 61e56977-9b05-421a-9601-4e8034b03927 resource provider aggregate not found 2026-08-13 02:18:28.273 8 INFO neutron.services.segments.plugin [-] Segment 61e56977-9b05-421a-9601-4e8034b03927 resource provider aggregate not found 2026-08-13 02:18:28.303 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61e56977-9b05-421a-9601-4e8034b03927 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e56977-9b05-421a-9601-4e8034b03927 found for delete ", "request_id": "req-2958b0ce-db11-476d-ae59-e197a1cb8afb"}]} 2026-08-13 02:18:28.312 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61e56977-9b05-421a-9601-4e8034b03927 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e56977-9b05-421a-9601-4e8034b03927 found for delete ", "request_id": "req-d09497cf-5e1e-4848-bc04-99e8f2bb38d5"}]} [pid: 8|app: 0|req: 524/1011] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:28 2026] DELETE /v2.0/networks/5a98f758-f930-4e22-ada7-c4ff07d5c373 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:28.368 7 INFO neutron.pecan_wsgi.hooks.translation [None req-177dd5f9-8d31-4ea6-a552-2ec2e5f29d68 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/1012] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:28 2026] DELETE /v2.0/networks/5a98f758-f930-4e22-ada7-c4ff07d5c373 => generated 138 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1013] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1014] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/subnets?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 649 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1015] 10.0.0.171 () {32 vars in 653 bytes} [Thu Aug 13 02:18:28 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: 490/1016] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/networks => generated 1313 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1017] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/subnets => generated 1312 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1018] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/networks/cc97245f-cff6-49ff-a290-52d976ed276d => generated 673 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1019] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:18:28 2026] GET /v2.0/subnets/589d4f11-2f6f-4d07-a866-f1a77c610062 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:28.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfcc223b-a7bf-4bdc-a6f8-ff71b7943e62 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/1020] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:28 2026] DELETE /v2.0/subnets/5ed23897-e0b6-4f4b-80c6-9a8b908722d6 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:28.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cebd631-1279-4ec4-b9d1-cc4c03d3c89b ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1021] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:28 2026] DELETE /v2.0/networks/5a98f758-f930-4e22-ada7-c4ff07d5c373 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1022] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:29 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 531/1023] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:29 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&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: 493/1024] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:28 2026] DELETE /v2.0/subnets/589d4f11-2f6f-4d07-a866-f1a77c610062 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1025] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:29 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:29.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-70f2a5ed-b709-4356-a152-b6ac693ec275 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] TaaS: Handle Delete Port: 784d4457-2ebe-4d11-ba7c-7c3cc211ac09 2026-08-13 02:18:29.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70f2a5ed-b709-4356-a152-b6ac693ec275 ad7c6d9afa814ab39e5d78a003e1694e 2a494a3786d2462fbcb13c8f17d330d0 - - default default] Tap Mirror: Handle Delete Port: 784d4457-2ebe-4d11-ba7c-7c3cc211ac09 2026-08-13 02:18:29.666 7 INFO neutron.services.segments.plugin [-] Segment 67013d86-4eac-4d74-ab8b-74fe9b3ce122 resource provider aggregate not found 2026-08-13 02:18:29.672 7 INFO neutron.services.segments.plugin [-] Segment 67013d86-4eac-4d74-ab8b-74fe9b3ce122 resource provider aggregate not found 2026-08-13 02:18:29.692 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67013d86-4eac-4d74-ab8b-74fe9b3ce122 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67013d86-4eac-4d74-ab8b-74fe9b3ce122 found for delete ", "request_id": "req-79381710-7c8d-4d1d-b7fa-e690279e8256"}]} 2026-08-13 02:18:29.694 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67013d86-4eac-4d74-ab8b-74fe9b3ce122 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67013d86-4eac-4d74-ab8b-74fe9b3ce122 found for delete ", "request_id": "req-468ae4b6-5948-4439-a970-8b1a1dc8071e"}]} [pid: 7|app: 0|req: 494/1026] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:29 2026] DELETE /v2.0/networks/cc97245f-cff6-49ff-a290-52d976ed276d => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:29.772 8 INFO neutron.db.l3_db [None req-55dfb6fd-d7da-42cb-95fb-7d565c9f3de9 bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] Floating IP 4b83ede2-f292-4681-bdd3-fe9b5746bb5d associated. External IP: 10.96.250.202, port: 48270f3e-d32b-4447-88c1-80ca942db7c6. [pid: 8|app: 0|req: 533/1027] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:18:29 2026] PUT /v2.0/floatingips/4b83ede2-f292-4681-bdd3-fe9b5746bb5d => generated 856 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:30.170 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9be6f62d-809b-424e-bacf-4e756609e745'] response: {'name': 'network-changed', 'server_uuid': 'aaebc598-75d3-47a0-90d3-0ea032392930', 'tag': '48270f3e-d32b-4447-88c1-80ca942db7c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 534/1028] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1029] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:29 2026] GET /v2.0/security-groups?tenant_id=40774be00452406589d8a9210f749030&name=default => generated 2925 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1030] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&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: 496/1031] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:30 2026] DELETE /v2.0/security-groups/fbb5b32e-1e38-49c6-9790-9f16d1844fea => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1032] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/security-groups?tenant_id=2a494a3786d2462fbcb13c8f17d330d0&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1033] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1034] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1035] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:30 2026] DELETE /v2.0/security-groups/6a00f6f5-3746-4da4-a6dd-a387ecb6f65a => 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: 499/1036] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/ports?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 538/1037] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/networks?id=9765d90e-3c69-43aa-b024-f6cd0094164d => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1038] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=48270f3e-d32b-4447-88c1-80ca942db7c6 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1039] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/subnets?id=eeaf7cf0-9003-4ee8-9efe-63af57ef3789 => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1040] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/ports?network_id=9765d90e-3c69-43aa-b024-f6cd0094164d&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1041] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:30 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1042] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:31 2026] GET /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d?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: 541/1043] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:31 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1044] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:31 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1045] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:32 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:33.031 8 INFO neutron.db.segments_db [None req-5fe14f57-f59b-4e8a-8659-1459f11ef070 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Added segment a222a41d-e19b-4d7a-ae31-2a3d05445577 of type vxlan for network e7aad230-a809-43f6-8e14-715c209dda55 [pid: 7|app: 0|req: 505/1046] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:18:33 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1047] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:33 2026] GET /v2.0/security-groups?id=9a6947e4-5f56-4b83-8b7b-167d1c29df4b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1048] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:32 2026] POST /v2.0/networks => generated 648 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:33.159 7 INFO neutron_taas.services.taas.taas_plugin [req-1b15ade5-8029-4f4f-8d15-261af70ea025 req-d8ec7fb0-84b9-4bba-a49d-ed0d389a651d bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] TaaS: Handle Delete Port: 48270f3e-d32b-4447-88c1-80ca942db7c6 2026-08-13 02:18:33.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b15ade5-8029-4f4f-8d15-261af70ea025 req-d8ec7fb0-84b9-4bba-a49d-ed0d389a651d bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] Tap Mirror: Handle Delete Port: 48270f3e-d32b-4447-88c1-80ca942db7c6 2026-08-13 02:18:33.274 7 INFO neutron.db.l3_db [req-1b15ade5-8029-4f4f-8d15-261af70ea025 req-d8ec7fb0-84b9-4bba-a49d-ed0d389a651d bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] Floating IP 4b83ede2-f292-4681-bdd3-fe9b5746bb5d disassociated. External IP: 10.96.250.202, port: 48270f3e-d32b-4447-88c1-80ca942db7c6. [pid: 8|app: 0|req: 543/1049] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:33 2026] POST /v2.0/ports => generated 778 bytes in 443 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-08-13 02:18:33.651 8 INFO neutron.db.segments_db [None req-c61fc0d9-9aea-4008-93d2-083698a06edc 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Added segment a5b904c4-d7f8-4156-853a-a50af3927ce1 of type vxlan for network 13209764-7c53-4e9f-ad1b-5ce01232fbf8 [pid: 8|app: 0|req: 544/1050] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:33 2026] POST /v2.0/networks => generated 636 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1051] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:18:33 2026] DELETE /v2.0/ports/48270f3e-d32b-4447-88c1-80ca942db7c6 => generated 0 bytes in 683 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:33.788 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-451a7a1d-dbe3-41a4-b494-dfa70c06e88c'] response: {'server_uuid': 'aaebc598-75d3-47a0-90d3-0ea032392930', 'name': 'network-vif-deleted', 'tag': '48270f3e-d32b-4447-88c1-80ca942db7c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 545/1052] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:33 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1053] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:34 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 508/1054] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:33 2026] POST /v2.0/ports => generated 965 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:34.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-134e89b5-519b-4612-80b9-d6dd243d6bb0 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] TaaS: Handle Delete Port: 094a43d4-785b-4d08-8b10-f95aefe11078 2026-08-13 02:18:34.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-134e89b5-519b-4612-80b9-d6dd243d6bb0 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Tap Mirror: Handle Delete Port: 094a43d4-785b-4d08-8b10-f95aefe11078 [pid: 8|app: 0|req: 547/1055] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:34 2026] DELETE /v2.0/ports/094a43d4-785b-4d08-8b10-f95aefe11078 => generated 0 bytes in 233 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-08-13 02:18:34.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-884d0ed1-475b-4eaa-91b7-791032579b31 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/1056] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:34 2026] DELETE /v2.0/ports/094a43d4-785b-4d08-8b10-f95aefe11078 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:34.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d114596-1404-46cf-b0b6-0de3eb99003f 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1057] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:34 2026] GET /v2.0/ports/094a43d4-785b-4d08-8b10-f95aefe11078 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1058] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:34 2026] DELETE /v2.0/subnets/10ac4416-1bde-420c-9c30-ab44af5ac08d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:35.091 8 INFO neutron.services.segments.plugin [-] Segment a5b904c4-d7f8-4156-853a-a50af3927ce1 resource provider aggregate not found 2026-08-13 02:18:35.105 8 INFO neutron.services.segments.plugin [-] Segment a5b904c4-d7f8-4156-853a-a50af3927ce1 resource provider aggregate not found 2026-08-13 02:18:35.119 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5b904c4-d7f8-4156-853a-a50af3927ce1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b904c4-d7f8-4156-853a-a50af3927ce1 found for delete ", "request_id": "req-0c76ff8e-22f8-490e-afd4-0635bb752ca9"}]} [pid: 8|app: 0|req: 549/1059] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:34 2026] DELETE /v2.0/networks/13209764-7c53-4e9f-ad1b-5ce01232fbf8 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:35.130 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5b904c4-d7f8-4156-853a-a50af3927ce1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b904c4-d7f8-4156-853a-a50af3927ce1 found for delete ", "request_id": "req-0a9495ec-d974-4cf2-9d42-7cbd57289609"}]} 2026-08-13 02:18:35.191 7 INFO neutron.db.segments_db [None req-9fe09de1-b920-4098-bf48-aa1b0400d13a 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Added segment 925f977a-5196-48a6-ab7c-12dc86658f7e of type vxlan for network 7c3f0a42-34eb-452a-b109-e7db8dc9d934 [pid: 7|app: 0|req: 511/1060] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:35 2026] POST /v2.0/networks => generated 636 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1061] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:35 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1062] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:35 2026] GET /v2.0/security-groups?tenant_id=9d52f9eff4c744d4be2224ec8b06da22&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1063] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:35 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1064] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:35 2026] DELETE /v2.0/security-groups/8680be9c-b6b3-4eb2-bba7-efdfc46535d7 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1065] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:35 2026] GET /v2.0/security-groups?tenant_id=68a61d41608d4354bf703be88a0b0b5a&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: 514/1066] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:35 2026] POST /v2.0/ports => generated 923 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1067] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:35 2026] DELETE /v2.0/security-groups/59fc9c95-580b-42f2-986b-ce2e2db06624 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:36.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-281308d8-af68-4d47-8a29-f2c5873b9bc0 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] TaaS: Handle Delete Port: 2e3294a7-a958-4f03-908b-c6f060b9d28e 2026-08-13 02:18:36.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-281308d8-af68-4d47-8a29-f2c5873b9bc0 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Tap Mirror: Handle Delete Port: 2e3294a7-a958-4f03-908b-c6f060b9d28e [pid: 7|app: 0|req: 515/1068] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:36 2026] DELETE /v2.0/ports/2e3294a7-a958-4f03-908b-c6f060b9d28e => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:36.352 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91baec90-dadb-4bb7-9f35-f5b580062313 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1069] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:36 2026] GET /v2.0/ports/2e3294a7-a958-4f03-908b-c6f060b9d28e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1070] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:36 2026] GET /v2.0/ports?device_id=aaebc598-75d3-47a0-90d3-0ea032392930 => 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: 516/1071] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:36 2026] DELETE /v2.0/subnets/c6dac526-6ddf-44ec-8823-54f97a2ea898 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1072] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:36 2026] DELETE /v2.0/networks/7c3f0a42-34eb-452a-b109-e7db8dc9d934 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1073] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:36 2026] POST /v2.0/ports => generated 779 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:37.148 8 INFO neutron.services.segments.plugin [-] Segment 925f977a-5196-48a6-ab7c-12dc86658f7e resource provider aggregate not found 2026-08-13 02:18:37.156 8 INFO neutron.services.segments.plugin [-] Segment 925f977a-5196-48a6-ab7c-12dc86658f7e resource provider aggregate not found 2026-08-13 02:18:37.178 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 925f977a-5196-48a6-ab7c-12dc86658f7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925f977a-5196-48a6-ab7c-12dc86658f7e found for delete ", "request_id": "req-46c1d0ad-19ac-49db-a007-79c223c0af02"}]} 2026-08-13 02:18:37.181 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 925f977a-5196-48a6-ab7c-12dc86658f7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925f977a-5196-48a6-ab7c-12dc86658f7e found for delete ", "request_id": "req-9328234a-fa85-4ee9-8e98-64ef5e935894"}]} [pid: 8|app: 0|req: 557/1074] 10.0.0.171 () {34 vars in 737 bytes} [Thu Aug 13 02:18:37 2026] PUT /v2.0/ports/4ab3f4c0-9c88-41f3-8c1f-d89c08ab4126 => generated 752 bytes in 221 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-08-13 02:18:37.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c0979d5-581b-47ec-ada9-a8838e1795a1 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] TaaS: Handle Delete Port: 4ab3f4c0-9c88-41f3-8c1f-d89c08ab4126 2026-08-13 02:18:37.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0979d5-581b-47ec-ada9-a8838e1795a1 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Tap Mirror: Handle Delete Port: 4ab3f4c0-9c88-41f3-8c1f-d89c08ab4126 [pid: 7|app: 0|req: 518/1075] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/ports/4ab3f4c0-9c88-41f3-8c1f-d89c08ab4126 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 558/1076] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:37 2026] GET /v2.0/ports => generated 781 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:37.555 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22b9403e-7eb0-4d6c-9b35-e7032a836008 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1077] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:37 2026] GET /v2.0/ports/4ab3f4c0-9c88-41f3-8c1f-d89c08ab4126 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1078] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:37 2026] GET /v2.0/ports => generated 781 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1079] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/security-groups/9a6947e4-5f56-4b83-8b7b-167d1c29df4b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:37.673 8 INFO neutron.api.v2.resource [None req-ff33e82b-f864-4561-bb48-16459328264d bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1080] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:18:37 2026] GET /v2.0/security-groups/9a6947e4-5f56-4b83-8b7b-167d1c29df4b => 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: 521/1081] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:37 2026] GET /v2.0/ports/b8ec1954-dca1-4330-a38d-79086a3013f2 => generated 778 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:37.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f829d06-d15a-4d29-bea8-0ae61b1161cb 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1082] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/ports/2e3294a7-a958-4f03-908b-c6f060b9d28e => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:37.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09a8b2d8-1ba2-49a5-a547-f5bf588d3191 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1083] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/subnets/c6dac526-6ddf-44ec-8823-54f97a2ea898 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:37.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52ae723f-2459-4214-8721-bc3b7a5fae5f 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1084] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/subnets/10ac4416-1bde-420c-9c30-ab44af5ac08d => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:37.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-938cd379-83cd-42e1-a86f-8e9256a14cfa bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] TaaS: Handle Delete Port: 8e67b103-005b-4751-9480-88e8e6f22a51 2026-08-13 02:18:37.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-938cd379-83cd-42e1-a86f-8e9256a14cfa bcb6df130afc49dbae66ba8d3a45e656 2bb17b26b3534201ac3a5a2557ed1e5e - - default default] Tap Mirror: Handle Delete Port: 8e67b103-005b-4751-9480-88e8e6f22a51 2026-08-13 02:18:37.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-746f0e3a-8513-41c7-a775-8e91d696ad51 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] TaaS: Handle Delete Port: b8ec1954-dca1-4330-a38d-79086a3013f2 2026-08-13 02:18:37.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-746f0e3a-8513-41c7-a775-8e91d696ad51 672a47f373224df9bb890cb6eda8696f 33541b60acfb4ad7986fbcd96d926e8f - - default default] Tap Mirror: Handle Delete Port: b8ec1954-dca1-4330-a38d-79086a3013f2 [pid: 8|app: 0|req: 561/1085] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/floatingips/4b83ede2-f292-4681-bdd3-fe9b5746bb5d => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1086] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:37 2026] DELETE /v2.0/ports/b8ec1954-dca1-4330-a38d-79086a3013f2 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1087] 10.0.0.171 () {32 vars in 653 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-13 02:18:38.318 7 INFO neutron.services.segments.plugin [-] Segment a222a41d-e19b-4d7a-ae31-2a3d05445577 resource provider aggregate not found 2026-08-13 02:18:38.325 7 INFO neutron.services.segments.plugin [-] Segment a222a41d-e19b-4d7a-ae31-2a3d05445577 resource provider aggregate not found 2026-08-13 02:18:38.343 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a222a41d-e19b-4d7a-ae31-2a3d05445577 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a222a41d-e19b-4d7a-ae31-2a3d05445577 found for delete ", "request_id": "req-411736a7-42a1-48a2-9a14-8f98675fa129"}]} 2026-08-13 02:18:38.348 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a222a41d-e19b-4d7a-ae31-2a3d05445577 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a222a41d-e19b-4d7a-ae31-2a3d05445577 found for delete ", "request_id": "req-78b05ddf-3b53-4306-9e54-df53b9715fa7"}]} [pid: 7|app: 0|req: 527/1088] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:38 2026] DELETE /v2.0/networks/e7aad230-a809-43f6-8e14-715c209dda55 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1089] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1090] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1091] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:18:38 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: 531/1092] 10.0.0.171 () {32 vars in 665 bytes} [Thu Aug 13 02:18:38 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) 2026-08-13 02:18:38.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b4b314c-9937-4f02-ac4d-d1dc28df9097 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 33b4c238-5a44-4016-a188-96881669b2bd 2026-08-13 02:18:38.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b4b314c-9937-4f02-ac4d-d1dc28df9097 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 33b4c238-5a44-4016-a188-96881669b2bd [pid: 7|app: 0|req: 532/1093] 10.0.0.171 () {32 vars in 699 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1094] 10.0.0.171 () {32 vars in 697 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1095] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1096] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1097] 10.0.0.171 () {32 vars in 703 bytes} [Thu Aug 13 02:18:38 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: 537/1098] 10.0.0.171 () {32 vars in 693 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1099] 10.0.0.171 () {32 vars in 695 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1100] 10.0.0.171 () {32 vars in 685 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1101] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1102] 10.0.0.171 () {32 vars in 661 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1103] 10.0.0.171 () {32 vars in 699 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1104] 10.0.0.171 () {32 vars in 679 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1105] 10.0.0.171 () {32 vars in 683 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1106] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1107] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1108] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:18:38 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: 7|app: 0|req: 548/1109] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1110] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:38 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: 7|app: 0|req: 550/1111] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:38 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: 551/1112] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1113] 10.0.0.171 () {32 vars in 699 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1114] 10.0.0.171 () {32 vars in 679 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1115] 10.0.0.171 () {32 vars in 667 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1116] 10.0.0.171 () {32 vars in 677 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1117] 10.0.0.171 () {32 vars in 665 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/l3-ha => 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: 557/1118] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:38 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: 7|app: 0|req: 558/1119] 10.0.0.171 () {32 vars in 713 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1120] 10.0.0.171 () {32 vars in 691 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1121] 10.0.0.171 () {32 vars in 683 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1122] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1123] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:38 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: 563/1124] 10.0.0.171 () {32 vars in 705 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1125] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1126] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1127] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:38 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: 567/1128] 10.0.0.171 () {32 vars in 693 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1129] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1130] 10.0.0.171 () {32 vars in 709 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1131] 10.0.0.171 () {32 vars in 705 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1132] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1133] 10.0.0.171 () {32 vars in 697 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1134] 10.0.0.171 () {32 vars in 711 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1135] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1136] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/binding-extended => 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: 576/1137] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1138] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1139] 10.0.0.171 () {32 vars in 671 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1140] 10.0.0.171 () {32 vars in 661 bytes} [Thu Aug 13 02:18:38 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: 580/1141] 10.0.0.171 () {32 vars in 699 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1142] 10.0.0.171 () {32 vars in 699 bytes} [Thu Aug 13 02:18:38 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: 7|app: 0|req: 582/1143] 10.0.0.171 () {32 vars in 677 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1144] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1145] 10.0.0.171 () {32 vars in 683 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1146] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1147] 10.0.0.171 () {32 vars in 685 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1148] 10.0.0.171 () {32 vars in 707 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1149] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1150] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:37 2026] PUT /v2.0/routers/8ff47f75-30c9-4bc1-a658-12ea14b32f6a/remove_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1151] 10.0.0.171 () {32 vars in 697 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1152] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:38 2026] GET /v2.0/security-groups?tenant_id=33541b60acfb4ad7986fbcd96d926e8f&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1153] 10.0.0.171 () {32 vars in 695 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1154] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:39 2026] DELETE /v2.0/security-groups/50df49ee-71d9-4ad2-b8da-bad629d73622 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1155] 10.0.0.171 () {32 vars in 685 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1156] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1157] 10.0.0.171 () {32 vars in 705 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1158] 10.0.0.171 () {32 vars in 667 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:39.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddd98d56-aa7e-41de-81d1-2f2cdd4fc6f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: f8cbff70-9c0c-4b34-b01a-042bae24f658 2026-08-13 02:18:39.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd98d56-aa7e-41de-81d1-2f2cdd4fc6f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: f8cbff70-9c0c-4b34-b01a-042bae24f658 [pid: 7|app: 0|req: 596/1159] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1160] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1161] 10.0.0.171 () {32 vars in 691 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1162] 10.0.0.171 () {32 vars in 691 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1163] 10.0.0.171 () {32 vars in 695 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1164] 10.0.0.171 () {32 vars in 685 bytes} [Thu Aug 13 02:18:39 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: 602/1165] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 603/1166] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1167] 10.0.0.171 () {32 vars in 703 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1168] 10.0.0.171 () {32 vars in 713 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1169] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1170] 10.0.0.171 () {32 vars in 715 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1171] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1172] 10.0.0.171 () {32 vars in 741 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1173] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1174] 10.0.0.171 () {32 vars in 683 bytes} [Thu Aug 13 02:18:39 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: 612/1175] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1176] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1177] 10.0.0.171 () {32 vars in 679 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1178] 10.0.0.171 () {32 vars in 669 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1179] 10.0.0.171 () {32 vars in 697 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1180] 10.0.0.171 () {32 vars in 705 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1181] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1182] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1183] 10.0.0.171 () {32 vars in 683 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1184] 10.0.0.171 () {32 vars in 705 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1185] 10.0.0.171 () {32 vars in 695 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 623/1186] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1187] 10.0.0.171 () {32 vars in 697 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:39.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddd98d56-aa7e-41de-81d1-2f2cdd4fc6f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 02cc09ad-ff73-4380-8d22-e9e5daf001ce 2026-08-13 02:18:39.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd98d56-aa7e-41de-81d1-2f2cdd4fc6f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 02cc09ad-ff73-4380-8d22-e9e5daf001ce [pid: 7|app: 0|req: 625/1188] 10.0.0.171 () {32 vars in 679 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1189] 10.0.0.171 () {32 vars in 689 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 627/1190] 10.0.0.171 () {32 vars in 701 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 628/1191] 10.0.0.171 () {32 vars in 665 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1192] 10.0.0.171 () {32 vars in 681 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1193] 10.0.0.171 () {32 vars in 677 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1194] 10.0.0.171 () {32 vars in 693 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 632/1195] 10.0.0.171 () {32 vars in 677 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1196] 10.0.0.171 () {32 vars in 667 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1197] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:18:39 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: 7|app: 0|req: 635/1198] 10.0.0.171 () {32 vars in 675 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1199] 10.0.0.171 () {32 vars in 687 bytes} [Thu Aug 13 02:18:39 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:39.976 8 INFO neutron.services.segments.plugin [-] Segment eadc7f77-89d6-4681-a9c0-1fd31644d951 resource provider aggregate not found 2026-08-13 02:18:39.988 8 INFO neutron.services.segments.plugin [-] Segment eadc7f77-89d6-4681-a9c0-1fd31644d951 resource provider aggregate not found 2026-08-13 02:18:40.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eadc7f77-89d6-4681-a9c0-1fd31644d951 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eadc7f77-89d6-4681-a9c0-1fd31644d951 found for delete ", "request_id": "req-e8613fd4-fb5b-4159-b986-d5e14bbe8e75"}]} 2026-08-13 02:18:40.010 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eadc7f77-89d6-4681-a9c0-1fd31644d951 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eadc7f77-89d6-4681-a9c0-1fd31644d951 found for delete ", "request_id": "req-b344020a-3969-4dab-84b5-2addc7af69e5"}]} 2026-08-13 02:18:40.015 8 INFO neutron.db.l3_hamode_db [None req-ddd98d56-aa7e-41de-81d1-2f2cdd4fc6f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network b03f39b9-bafa-4ca7-9682-ee30bd1632ef was deleted as no HA routers are present in tenant 2bb17b26b3534201ac3a5a2557ed1e5e. [pid: 8|app: 0|req: 564/1200] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:39 2026] DELETE /v2.0/routers/8ff47f75-30c9-4bc1-a658-12ea14b32f6a => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1201] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:40 2026] DELETE /v2.0/subnets/eeaf7cf0-9003-4ee8-9efe-63af57ef3789 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:40.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f3eafb3-e362-4eb0-ab82-eeec4b5ad3de 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: ba8e2616-d22c-4d19-bda9-eb1837178852 2026-08-13 02:18:40.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f3eafb3-e362-4eb0-ab82-eeec4b5ad3de 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: ba8e2616-d22c-4d19-bda9-eb1837178852 [pid: 8|app: 0|req: 565/1202] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:40 2026] DELETE /v2.0/networks/9765d90e-3c69-43aa-b024-f6cd0094164d => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1203] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:40 2026] GET /v2.0/security-groups?tenant_id=30e1f09390e14e0ebb6ea312c81ef588&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1204] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:40 2026] DELETE /v2.0/security-groups/3d8a537d-032e-4f2c-82a1-c5a8c2ee7f42 => 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: 639/1205] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:40 2026] GET /v2.0/security-groups?tenant_id=2bb17b26b3534201ac3a5a2557ed1e5e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1208] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:40 2026] DELETE /v2.0/security-groups/1f965217-5d75-43be-bb7c-9bf5945320ad => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:41.619 7 INFO neutron.db.segments_db [None req-72137e10-5fa1-421d-8497-036c03209272 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Added segment 8c0351a1-4530-4ece-afa3-eb894ac219f2 of type vxlan for network 58e05619-38a2-4afa-a80f-3338eb8a5a14 [pid: 7|app: 0|req: 642/1209] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:41 2026] POST /v2.0/networks => generated 644 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:42.021 8 INFO neutron.services.segments.plugin [-] Segment 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b resource provider aggregate not found 2026-08-13 02:18:42.028 8 INFO neutron.services.segments.plugin [-] Segment 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b resource provider aggregate not found 2026-08-13 02:18:42.042 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b found for delete ", "request_id": "req-9d3c8364-b9a8-488b-8f5d-ca33e99702c8"}]} 2026-08-13 02:18:42.042 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c3782cb-0cc8-4ae7-8d3d-a83e6387683b found for delete ", "request_id": "req-62c1ae52-c445-491e-b1ad-499e9c22fc94"}]} [pid: 8|app: 0|req: 568/1210] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:41 2026] POST /v2.0/ports => generated 774 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:42.150 7 INFO neutron.db.segments_db [None req-caf094bb-5c71-4cab-b01c-8a397e3b45b0 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Added segment 78c6ee88-945f-4b02-b37b-ad1ce24ba333 of type vxlan for network 6609424d-7eab-47c5-9aba-863601b93e11 [pid: 7|app: 0|req: 643/1211] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:42 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1212] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:42 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1213] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:42 2026] GET /v2.0/security-groups?tenant_id=c8fe0e9e87e645d8886ad54c07100b4d&name=default => generated 2925 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1214] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:42 2026] DELETE /v2.0/security-groups/01c6ccc4-ba4d-42f8-99f2-9cda8dd7016b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1215] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:42 2026] POST /v2.0/ports => generated 952 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:43.088 8 INFO neutron.db.segments_db [None req-96e9e0b9-f12f-45a4-a210-9f43b742030e 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 of type vxlan for network cbf958cf-eff5-4570-95f2-d5d5c13800d8 2026-08-13 02:18:43.151 8 INFO neutron.db.segments_db [None req-96e9e0b9-f12f-45a4-a210-9f43b742030e 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment dde5f4e3-5867-41d4-94ab-41c12c5e1502 of type vxlan for network f0ffda1d-05f2-4083-a183-bf08961d4ce4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 571/1216] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:42 2026] POST /v2.0/networks => generated 1245 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:18:43.316 7 INFO neutron.db.segments_db [None req-a8e46a44-cff5-4fd1-ba75-d8b80056e877 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment bc121ea5-331f-4ebd-8184-2936a7e0b64b of type vxlan for network dc4f845f-8de5-479c-a6bd-84fe6046bd3b [pid: 7|app: 0|req: 646/1217] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:18:43 2026] POST /v2.0/networks => generated 743 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:43.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-504b0dd6-a64e-4d76-937b-3c1ea91525bb 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] TaaS: Handle Delete Port: 2fb0db96-8655-4946-bfbc-b8e4c125dbc2 2026-08-13 02:18:43.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504b0dd6-a64e-4d76-937b-3c1ea91525bb 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Tap Mirror: Handle Delete Port: 2fb0db96-8655-4946-bfbc-b8e4c125dbc2 [pid: 7|app: 0|req: 647/1218] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/networks => generated 1844 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1219] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:43 2026] DELETE /v2.0/ports/2fb0db96-8655-4946-bfbc-b8e4c125dbc2 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1220] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:43 2026] POST /v2.0/subnets => generated 690 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:43.672 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5df4176a-1eb7-485c-ae0b-0506d708c94c 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1221] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:43 2026] DELETE /v2.0/ports/2fb0db96-8655-4946-bfbc-b8e4c125dbc2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:43.815 7 INFO neutron.db.segments_db [None req-2f8e2bf9-c3c8-43a8-8367-275d5ef102b0 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment cb384ff4-9b0e-45eb-b51c-b76814665300 of type vxlan for network aab932a5-7f50-40cc-82d7-5fd32cb99ff2 [pid: 8|app: 0|req: 573/1222] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:43 2026] DELETE /v2.0/networks/cbf958cf-eff5-4570-95f2-d5d5c13800d8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:43.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad04c4a7-80ef-414c-b25e-6487fa3fb798 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1223] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:43 2026] GET /v2.0/ports/2fb0db96-8655-4946-bfbc-b8e4c125dbc2 => 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: 575/1224] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:43 2026] DELETE /v2.0/networks/f0ffda1d-05f2-4083-a183-bf08961d4ce4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:44.070 8 INFO neutron.services.segments.plugin [-] Segment 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 resource provider aggregate not found 2026-08-13 02:18:44.070 8 INFO neutron.services.segments.plugin [-] Segment 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 resource provider aggregate not found 2026-08-13 02:18:44.089 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 found for delete ", "request_id": "req-aa0baa77-5dac-4481-b1da-c79265876b04"}]} 2026-08-13 02:18:44.093 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edf3494-c7ef-4d7b-8c88-1ef9ff7e5ea6 found for delete ", "request_id": "req-20fd74b2-24e6-4f2a-a3b0-bf20f56a6c29"}]} 2026-08-13 02:18:44.110 8 INFO neutron.services.segments.plugin [-] Segment dde5f4e3-5867-41d4-94ab-41c12c5e1502 resource provider aggregate not found 2026-08-13 02:18:44.115 8 INFO neutron.services.segments.plugin [-] Segment dde5f4e3-5867-41d4-94ab-41c12c5e1502 resource provider aggregate not found 2026-08-13 02:18:44.131 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dde5f4e3-5867-41d4-94ab-41c12c5e1502 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dde5f4e3-5867-41d4-94ab-41c12c5e1502 found for delete ", "request_id": "req-a47b5bed-86b5-46ed-8009-f586ae93483d"}]} 2026-08-13 02:18:44.134 7 INFO neutron.db.l3_hamode_db [None req-2f8e2bf9-c3c8-43a8-8367-275d5ef102b0 62d09fd87f944a6eb822484a88d3691e fce44c0304c04782bae11efb55883fa2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:44.136 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dde5f4e3-5867-41d4-94ab-41c12c5e1502 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dde5f4e3-5867-41d4-94ab-41c12c5e1502 found for delete ", "request_id": "req-faa23e12-69ad-48a4-80fc-db2727707889"}]} [pid: 8|app: 0|req: 576/1225] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:44 2026] DELETE /v2.0/subnets/d1f7e8b4-53cd-40fe-8cfa-4a9b81303ee6 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1226] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:44 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:44.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-828fc8eb-6947-4014-980d-896bc6fd7edc 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] TaaS: Handle Delete Port: bfc28bd3-e185-410f-af02-853e068d349c 2026-08-13 02:18:44.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-828fc8eb-6947-4014-980d-896bc6fd7edc 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Tap Mirror: Handle Delete Port: bfc28bd3-e185-410f-af02-853e068d349c [pid: 8|app: 0|req: 578/1227] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:44 2026] DELETE /v2.0/networks/6609424d-7eab-47c5-9aba-863601b93e11 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:44.709 8 INFO neutron.db.segments_db [None req-0d4f3a18-7031-410d-8893-1806dd9f93fa 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment 5d693c45-d828-4363-aa25-8c3dbe06e8ff of type vxlan for network 40e3dc09-4a13-4dc8-967f-0c89b97dbe64 [pid: 8|app: 0|req: 579/1228] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:44 2026] POST /v2.0/networks => generated 653 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:44.870 8 INFO neutron.db.segments_db [None req-cbcaae74-5642-4241-983d-01b0e27b95ac 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Added segment a60aff00-919d-4341-9a07-a1c590a75faf of type vxlan for network cd35d3e8-ed16-4db1-a2f6-4172637cb308 [pid: 8|app: 0|req: 580/1229] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:44 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:44.982 7 INFO neutron.db.l3_hamode_db [None req-2f8e2bf9-c3c8-43a8-8367-275d5ef102b0 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:45.035 8 INFO neutron.db.segments_db [None req-7abcceb0-63e8-42ab-9c0b-8f706b7559d8 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment 1156475e-14f2-4b58-90a2-5bb193ef2bbf of type vxlan for network 66772423-a2ef-4594-84cd-929dcdb82662 [pid: 8|app: 0|req: 581/1230] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:44 2026] POST /v2.0/networks => generated 653 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1231] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:45 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1232] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:43 2026] POST /v2.0/routers => generated 730 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1233] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:45 2026] POST /v2.0/ports => generated 1505 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:18:46.161 8 INFO neutron.services.segments.plugin [-] Segment 78c6ee88-945f-4b02-b37b-ad1ce24ba333 resource provider aggregate not found 2026-08-13 02:18:46.163 8 INFO neutron.services.segments.plugin [-] Segment 78c6ee88-945f-4b02-b37b-ad1ce24ba333 resource provider aggregate not found 2026-08-13 02:18:46.180 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 78c6ee88-945f-4b02-b37b-ad1ce24ba333 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c6ee88-945f-4b02-b37b-ad1ce24ba333 found for delete ", "request_id": "req-4c0753e3-e00c-4987-a53a-e16dfcd3224a"}]} 2026-08-13 02:18:46.183 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 78c6ee88-945f-4b02-b37b-ad1ce24ba333 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c6ee88-945f-4b02-b37b-ad1ce24ba333 found for delete ", "request_id": "req-70c9b262-7d3d-4ca4-8b9b-3a4e89435bae"}]} [pid: 7|app: 0|req: 651/1234] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:45 2026] POST /v2.0/ports => generated 912 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1235] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:46 2026] GET /v2.0/ports => generated 1505 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:18:46.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-a64b76b7-3785-443f-8bca-f45a60502199 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] TaaS: Handle Delete Port: f94e7c24-f30a-4e17-b7d9-22088863e2a0 2026-08-13 02:18:46.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a64b76b7-3785-443f-8bca-f45a60502199 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Tap Mirror: Handle Delete Port: f94e7c24-f30a-4e17-b7d9-22088863e2a0 [pid: 7|app: 0|req: 653/1236] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:46 2026] DELETE /v2.0/ports/f94e7c24-f30a-4e17-b7d9-22088863e2a0 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:46.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-198085a1-f83f-4d3c-a866-1240f2ecae8a 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] TaaS: Handle Delete Port: 88433573-59f1-48e1-9f5a-680624a2d78c 2026-08-13 02:18:46.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-198085a1-f83f-4d3c-a866-1240f2ecae8a 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Tap Mirror: Handle Delete Port: 88433573-59f1-48e1-9f5a-680624a2d78c [pid: 7|app: 0|req: 654/1237] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:46 2026] DELETE /v2.0/ports/88433573-59f1-48e1-9f5a-680624a2d78c => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:46.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6af6d77-7f18-4d41-ab62-b77c667cd125 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1238] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:46 2026] GET /v2.0/ports/f94e7c24-f30a-4e17-b7d9-22088863e2a0 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:47.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-939d1be9-3876-4516-9a67-43748a3d646e 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] TaaS: Handle Delete Port: e6e17a11-454f-46c1-bddd-977320280b01 2026-08-13 02:18:47.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-939d1be9-3876-4516-9a67-43748a3d646e 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Tap Mirror: Handle Delete Port: e6e17a11-454f-46c1-bddd-977320280b01 [pid: 8|app: 0|req: 584/1239] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:45 2026] PUT /v2.0/routers/9e18d434-f0ea-4ca1-9c28-242c3f564402/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1240] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:46 2026] DELETE /v2.0/ports/e6e17a11-454f-46c1-bddd-977320280b01 => 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: 657/1241] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:47 2026] GET /v2.0/ports => 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: 585/1242] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:47 2026] DELETE /v2.0/subnets/a7e38983-b936-49a6-b4b0-541818bafb10 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:47.288 7 INFO neutron.db.segments_db [None req-752c40ad-b1ec-4fe7-af37-f9f67c93db85 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment f65eccb7-4eb9-4bc3-95dc-940c3fd5202c of type vxlan for network 67d3e957-aa30-4c98-b743-3442b26cee2f [pid: 8|app: 0|req: 586/1243] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:47 2026] DELETE /v2.0/networks/cd35d3e8-ed16-4db1-a2f6-4172637cb308 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1244] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:47 2026] POST /v2.0/networks => generated 653 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:47.492 7 INFO neutron.db.segments_db [None req-e1bdaa24-8d83-4841-b249-4039b7c3a59e 2d8a4809692f44e3993666f6d13c71a1 b87d49d8d6974e62a37bf0d84ce8dc4e - - default default] Added segment 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e of type vxlan for network edf756ec-9464-4758-be07-2ac85966fcb5 [pid: 7|app: 0|req: 659/1245] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:47 2026] POST /v2.0/networks => generated 653 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1246] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:18:47 2026] POST /v2.0/ports => generated 775 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 588/1247] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:18:47 2026] POST /v2.0/security-groups => generated 1659 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1248] 10.0.0.171 () {34 vars in 737 bytes} [Thu Aug 13 02:18:47 2026] PUT /v2.0/ports/49d5919d-c926-44a2-90c7-390f5d163082 => generated 752 bytes in 254 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-08-13 02:18:48.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f069825-cb87-4ec1-a967-e29ead9b7dc9 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] TaaS: Handle Delete Port: 49d5919d-c926-44a2-90c7-390f5d163082 2026-08-13 02:18:48.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f069825-cb87-4ec1-a967-e29ead9b7dc9 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Tap Mirror: Handle Delete Port: 49d5919d-c926-44a2-90c7-390f5d163082 [pid: 8|app: 0|req: 589/1249] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:18:47 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: 661/1250] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:47 2026] DELETE /v2.0/ports/49d5919d-c926-44a2-90c7-390f5d163082 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:48.206 8 INFO neutron.services.segments.plugin [-] Segment a60aff00-919d-4341-9a07-a1c590a75faf resource provider aggregate not found 2026-08-13 02:18:48.209 8 INFO neutron.services.segments.plugin [-] Segment a60aff00-919d-4341-9a07-a1c590a75faf resource provider aggregate not found [pid: 8|app: 0|req: 590/1251] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:18:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:48.236 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a60aff00-919d-4341-9a07-a1c590a75faf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60aff00-919d-4341-9a07-a1c590a75faf found for delete ", "request_id": "req-c6755686-4347-4c5b-b600-cd20954bd908"}]} 2026-08-13 02:18:48.242 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a60aff00-919d-4341-9a07-a1c590a75faf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60aff00-919d-4341-9a07-a1c590a75faf found for delete ", "request_id": "req-747f3ccc-fb8c-4600-93bf-f184ea6c1d20"}]} [pid: 8|app: 0|req: 591/1252] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:48 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1253] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:48 2026] POST /v2.0/subnets => generated 1324 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:18:48.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f685be13-8810-4236-a926-c87e44655176 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 663/1254] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:48 2026] GET /v2.0/ports/49d5919d-c926-44a2-90c7-390f5d163082 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1255] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:48 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1256] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:18:48 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1257] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:18:48 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1258] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:48 2026] GET /v2.0/ports/7ff55654-5317-485d-ab67-f26fd78997d1 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:48.919 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13ba91b5-143d-4078-82a7-de5f3586fdb9 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1259] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/ports/f94e7c24-f30a-4e17-b7d9-22088863e2a0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1260] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/subnets/b10e242f-8979-45e6-b0e8-073c947e1249 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:48.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56879f4b-b8fe-49e9-9010-46698dc14d3c 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1261] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/subnets/a7e38983-b936-49a6-b4b0-541818bafb10 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:48.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e48ba1bb-9bd0-4eaa-b383-c09a66610b17 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1262] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/subnets/d1f7e8b4-53cd-40fe-8cfa-4a9b81303ee6 => 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: 667/1263] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/subnets/b4e344c2-2b8f-4b0b-95c0-309716410c9a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:49.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6ffa0eb-7497-4356-94d0-65f22f42c43f 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] TaaS: Handle Delete Port: 7ff55654-5317-485d-ab67-f26fd78997d1 2026-08-13 02:18:49.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6ffa0eb-7497-4356-94d0-65f22f42c43f 92ca34f33ee3444f9b4e7ff6752bbf45 d62d8d9dd7ab4caa9b4cd492265172b6 - - default default] Tap Mirror: Handle Delete Port: 7ff55654-5317-485d-ab67-f26fd78997d1 [pid: 7|app: 0|req: 668/1264] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:49 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: 8|app: 0|req: 597/1265] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:18:48 2026] DELETE /v2.0/ports/7ff55654-5317-485d-ab67-f26fd78997d1 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:18:49.226 7 INFO neutron.services.segments.plugin [-] Segment 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e resource provider aggregate not found 2026-08-13 02:18:49.233 7 INFO neutron.services.segments.plugin [-] Segment 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e resource provider aggregate not found 2026-08-13 02:18:49.257 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e found for delete ", "request_id": "req-35b4fb8b-aac2-454d-baf2-577e466325c7"}]} 2026-08-13 02:18:49.260 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2f41f0-8509-4ce5-9df4-e35ef41dc78e found for delete ", "request_id": "req-628a7af7-4db9-4ccc-81a7-1a55760c7bb4"}]} [pid: 7|app: 0|req: 669/1266] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:49 2026] DELETE /v2.0/networks/edf756ec-9464-4758-be07-2ac85966fcb5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1267] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:49 2026] DELETE /v2.0/networks/58e05619-38a2-4afa-a80f-3338eb8a5a14 => 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: 670/1268] 10.0.0.170 () {34 vars in 1098 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--226148058&fields=id&tenant_id=fce44c0304c04782bae11efb55883fa2 => 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: 671/1269] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/networks?id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b => generated 675 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1270] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/quotas/fce44c0304c04782bae11efb55883fa2 => 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: 599/1271] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:49 2026] DELETE /v2.0/networks/67d3e957-aa30-4c98-b743-3442b26cee2f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1272] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/ports?tenant_id=fce44c0304c04782bae11efb55883fa2&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1273] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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: 675/1274] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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: 600/1275] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:49 2026] DELETE /v2.0/networks/66772423-a2ef-4594-84cd-929dcdb82662 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1276] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:49 2026] DELETE /v2.0/networks/40e3dc09-4a13-4dc8-967f-0c89b97dbe64 => 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: 601/1277] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1278] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:49 2026] GET /v2.0/security-groups?tenant_id=d62d8d9dd7ab4caa9b4cd492265172b6&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1279] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:50 2026] DELETE /v2.0/security-groups/68dfec11-addf-4126-b869-6f0eb4259a75 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:50.268 8 INFO neutron.services.segments.plugin [-] Segment 8c0351a1-4530-4ece-afa3-eb894ac219f2 resource provider aggregate not found 2026-08-13 02:18:50.273 8 INFO neutron.services.segments.plugin [-] Segment 8c0351a1-4530-4ece-afa3-eb894ac219f2 resource provider aggregate not found 2026-08-13 02:18:50.298 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c0351a1-4530-4ece-afa3-eb894ac219f2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c0351a1-4530-4ece-afa3-eb894ac219f2 found for delete ", "request_id": "req-71741ccc-8290-4d2b-aa33-bca1bf403651"}]} 2026-08-13 02:18:50.304 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c0351a1-4530-4ece-afa3-eb894ac219f2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c0351a1-4530-4ece-afa3-eb894ac219f2 found for delete ", "request_id": "req-6196cb5a-9b33-4a09-9651-c7cc9602cfbf"}]} 2026-08-13 02:18:50.320 8 INFO neutron.services.segments.plugin [-] Segment f65eccb7-4eb9-4bc3-95dc-940c3fd5202c resource provider aggregate not found 2026-08-13 02:18:50.335 8 INFO neutron.services.segments.plugin [-] Segment f65eccb7-4eb9-4bc3-95dc-940c3fd5202c resource provider aggregate not found 2026-08-13 02:18:50.338 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f65eccb7-4eb9-4bc3-95dc-940c3fd5202c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65eccb7-4eb9-4bc3-95dc-940c3fd5202c found for delete ", "request_id": "req-69fe1cd2-915a-4b43-834c-e8a0305cae6f"}]} 2026-08-13 02:18:50.357 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f65eccb7-4eb9-4bc3-95dc-940c3fd5202c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65eccb7-4eb9-4bc3-95dc-940c3fd5202c found for delete ", "request_id": "req-4b9e9f4a-f85a-4225-8aae-7edf3bdae14d"}]} 2026-08-13 02:18:50.361 8 INFO neutron.services.segments.plugin [-] Segment 1156475e-14f2-4b58-90a2-5bb193ef2bbf resource provider aggregate not found 2026-08-13 02:18:50.378 8 INFO neutron.services.segments.plugin [-] Segment 1156475e-14f2-4b58-90a2-5bb193ef2bbf resource provider aggregate not found 2026-08-13 02:18:50.393 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1156475e-14f2-4b58-90a2-5bb193ef2bbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1156475e-14f2-4b58-90a2-5bb193ef2bbf found for delete ", "request_id": "req-9096feaf-2005-45c3-bfb3-6676dd7b3d28"}]} 2026-08-13 02:18:50.413 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1156475e-14f2-4b58-90a2-5bb193ef2bbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1156475e-14f2-4b58-90a2-5bb193ef2bbf found for delete ", "request_id": "req-e21a3d69-39c2-4a52-9969-da32eecb5fcc"}]} [pid: 7|app: 0|req: 678/1280] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:50 2026] GET /v2.0/security-groups?tenant_id=b87d49d8d6974e62a37bf0d84ce8dc4e&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1281] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:50 2026] DELETE /v2.0/security-groups/0025932c-c4c4-497f-9474-55eee1fb2f94 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1282] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:50 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:51.285 7 INFO neutron.services.segments.plugin [-] Segment 5d693c45-d828-4363-aa25-8c3dbe06e8ff resource provider aggregate not found 2026-08-13 02:18:51.294 7 INFO neutron.services.segments.plugin [-] Segment 5d693c45-d828-4363-aa25-8c3dbe06e8ff resource provider aggregate not found 2026-08-13 02:18:51.309 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d693c45-d828-4363-aa25-8c3dbe06e8ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d693c45-d828-4363-aa25-8c3dbe06e8ff found for delete ", "request_id": "req-03e5dc6f-3388-4a7b-becb-8c5d4333cc13"}]} 2026-08-13 02:18:51.310 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d693c45-d828-4363-aa25-8c3dbe06e8ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d693c45-d828-4363-aa25-8c3dbe06e8ff found for delete ", "request_id": "req-8ad7f672-93ed-4ac2-8d95-633ea867ce3b"}]} [pid: 8|app: 0|req: 604/1283] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:51 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:52.460 7 INFO neutron.db.segments_db [None req-e4f2362f-aec6-44c8-a3b9-d791b4578b89 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment 5e237ae0-c35b-4356-8c7c-426d32af945f of type vxlan for network 6312d624-d26a-48a8-a03d-5e47ecc304cf [pid: 7|app: 0|req: 680/1284] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/networks => generated 630 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:52.552 8 INFO neutron.db.segments_db [None req-b6896a52-6a1e-4898-8ade-7544d9067db3 6a2463e5a8e641409d6309c8a8c34be4 d4e32fbe829f445ab0fd8f11e080fc2f - - default default] Added segment 4282b5ad-be06-4507-962d-58e3bb7624bc of type vxlan for network cb0fd120-8bae-4a25-ac91-2e7d401822e6 2026-08-13 02:18:52.598 7 INFO neutron.db.segments_db [None req-88176a20-9cd8-49af-a2f2-5695b9f6896c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment 474df451-4f84-4a9d-b243-d6fced431d38 of type vxlan for network a83e48fb-e02a-4e13-8d1a-4dbfd9c0a6dc [pid: 8|app: 0|req: 605/1285] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/networks => generated 644 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1286] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1287] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/subnets => generated 641 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1288] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:53.047 8 INFO neutron.db.segments_db [None req-f2b8c19d-cb79-41e3-a35b-e325d6bc7801 6a2463e5a8e641409d6309c8a8c34be4 d4e32fbe829f445ab0fd8f11e080fc2f - - default default] Added segment f9bc9e62-f6bf-4d38-be63-b53ea3736294 of type vxlan for network 42611385-0c50-4acf-980f-c0cba7ab0482 [pid: 8|app: 0|req: 607/1289] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/networks => generated 644 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1290] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:53 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 609/1291] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:53 2026] GET /v2.0/security-groups?tenant_id=4dcb9b6ba735459cb92e60f6b680c6f6&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1292] 10.0.0.171 () {34 vars in 743 bytes} [Thu Aug 13 02:18:53 2026] PUT /v2.0/networks/42611385-0c50-4acf-980f-c0cba7ab0482 => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1293] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:52 2026] POST /v2.0/subnets => generated 626 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1294] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:53 2026] DELETE /v2.0/security-groups/d404945d-641d-48fb-afcb-5d83623bcf34 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:53.750 8 INFO neutron.db.segments_db [None req-3a0ea58f-4441-49a9-b577-957e95638f82 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment c613705a-2025-4e1b-9439-9dd1a4838184 of type vxlan for network 80056f1e-d897-4808-89cb-f2a1a9c0d13e [pid: 7|app: 0|req: 684/1295] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:53 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:53.998 8 INFO neutron.db.l3_hamode_db [None req-3a0ea58f-4441-49a9-b577-957e95638f82 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 685/1296] 10.0.0.171 () {34 vars in 741 bytes} [Thu Aug 13 02:18:53 2026] PUT /v2.0/subnets/93afe61c-0711-4b3a-b8f5-22f2a16c7192 => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:54.096 8 INFO neutron.db.l3_hamode_db [None req-3a0ea58f-4441-49a9-b577-957e95638f82 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:18:54.261 7 INFO neutron.services.segments.plugin [-] Segment f9bc9e62-f6bf-4d38-be63-b53ea3736294 resource provider aggregate not found 2026-08-13 02:18:54.265 7 INFO neutron.services.segments.plugin [-] Segment f9bc9e62-f6bf-4d38-be63-b53ea3736294 resource provider aggregate not found 2026-08-13 02:18:54.285 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9bc9e62-f6bf-4d38-be63-b53ea3736294 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9bc9e62-f6bf-4d38-be63-b53ea3736294 found for delete ", "request_id": "req-320210db-9b6d-4b17-a4c1-129899f524c3"}]} 2026-08-13 02:18:54.286 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9bc9e62-f6bf-4d38-be63-b53ea3736294 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9bc9e62-f6bf-4d38-be63-b53ea3736294 found for delete ", "request_id": "req-aec44ad6-6c8d-42b6-ba7b-1e60a0ca7693"}]} [pid: 7|app: 0|req: 686/1297] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:54 2026] DELETE /v2.0/networks/42611385-0c50-4acf-980f-c0cba7ab0482 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1298] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/networks?id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1299] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:54.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c1fb582-9c42-4763-a041-a71748113c37 6a2463e5a8e641409d6309c8a8c34be4 d4e32fbe829f445ab0fd8f11e080fc2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1300] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:54 2026] DELETE /v2.0/networks/42611385-0c50-4acf-980f-c0cba7ab0482 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1301] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fce44c0304c04782bae11efb55883fa2 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1302] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1303] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:18:53 2026] POST /v2.0/routers => generated 507 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1304] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/subnets?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1305] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:18:54 2026] POST /v2.0/ports => generated 954 bytes in 371 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: 693/1306] 10.0.0.171 () {32 vars in 653 bytes} [Thu Aug 13 02:18:54 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1307] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:18:54 2026] PUT /v2.0/ports/7091ecdf-5295-432f-bea3-cb59afa19426 => generated 1235 bytes in 445 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-08-13 02:18:55.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f87e5b0-6597-40cc-b611-615b5989543a'] response: {'name': 'network-changed', 'server_uuid': 'fa650e9b-d47a-46df-ae30-7bdc800fc2c3', 'tag': '7091ecdf-5295-432f-bea3-cb59afa19426', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1308] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/networks => generated 1309 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1309] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/subnets => generated 1280 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1310] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1311] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/networks/cb0fd120-8bae-4a25-ac91-2e7d401822e6 => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1312] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1313] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/subnets/9f453ee9-d957-4063-b4a7-2fd52ee3c933 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:55.592 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7619ca1-709c-43e3-a8ae-5f8e2cb65ade 6a2463e5a8e641409d6309c8a8c34be4 d4e32fbe829f445ab0fd8f11e080fc2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1314] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:55 2026] DELETE /v2.0/subnets/93afe61c-0711-4b3a-b8f5-22f2a16c7192 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:18:55.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-039790a7-d0f2-463e-97c3-7bf06eb6695b 6a2463e5a8e641409d6309c8a8c34be4 d4e32fbe829f445ab0fd8f11e080fc2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1315] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:55 2026] DELETE /v2.0/networks/42611385-0c50-4acf-980f-c0cba7ab0482 => 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: 703/1316] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:55 2026] DELETE /v2.0/subnets/9f453ee9-d957-4063-b4a7-2fd52ee3c933 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1317] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:18:55 2026] DELETE /v2.0/networks/cb0fd120-8bae-4a25-ac91-2e7d401822e6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1320] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:54 2026] PUT /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1321] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/ports?tenant_id=fce44c0304c04782bae11efb55883fa2&device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1322] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/networks?tenant_id=fce44c0304c04782bae11efb55883fa2&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1323] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:55 2026] GET /v2.0/ports/772cc5af-af30-4787-88a0-4bc065dd28fc => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1324] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:18:55 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) 2026-08-13 02:18:56.311 7 INFO neutron.services.segments.plugin [-] Segment 4282b5ad-be06-4507-962d-58e3bb7624bc resource provider aggregate not found 2026-08-13 02:18:56.317 7 INFO neutron.services.segments.plugin [-] Segment 4282b5ad-be06-4507-962d-58e3bb7624bc resource provider aggregate not found 2026-08-13 02:18:56.330 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4282b5ad-be06-4507-962d-58e3bb7624bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4282b5ad-be06-4507-962d-58e3bb7624bc found for delete ", "request_id": "req-65fb9f8a-a80e-46b9-96ff-7c5f2f7780de"}]} 2026-08-13 02:18:56.342 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4282b5ad-be06-4507-962d-58e3bb7624bc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4282b5ad-be06-4507-962d-58e3bb7624bc found for delete ", "request_id": "req-379af54f-dbe4-48cf-be7e-6a90ff262282"}]} [pid: 7|app: 0|req: 710/1325] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:18:56 2026] GET /v2.0/security-groups?tenant_id=d4e32fbe829f445ab0fd8f11e080fc2f&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1326] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:56 2026] DELETE /v2.0/security-groups/57d5a229-b030-4853-8394-cdbc30332d80 => 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: 712/1327] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:56 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1328] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:56 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1329] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/ports?tenant_id=fce44c0304c04782bae11efb55883fa2&device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 715/1330] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7091ecdf-5295-432f-bea3-cb59afa19426 => 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: 716/1331] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/subnets?id=d0568216-bfaf-4673-95f3-b581cb4aac29 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1332] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/ports?network_id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1333] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:18:56 2026] PUT /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1334] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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: 617/1335] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/ports/3f2704c9-aa6b-4961-bad9-047eb6f00992 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1336] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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) 2026-08-13 02:18:57.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-eac67d04-1adb-493e-b0c2-3373588f07a9 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 3f2704c9-aa6b-4961-bad9-047eb6f00992 2026-08-13 02:18:57.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac67d04-1adb-493e-b0c2-3373588f07a9 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 3f2704c9-aa6b-4961-bad9-047eb6f00992 [pid: 7|app: 0|req: 720/1337] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 721/1338] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:57 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:58.393 7 INFO neutron.db.segments_db [None req-57ed22db-f62b-4614-866b-6a72aa7e580b 2ed80c5a044a4be08b153515198751e0 a16d2dc6729f4cf9b654ce14eb3b20aa - - default default] Added segment 96c051ea-3360-4343-81e0-b665a6820ad4 of type vxlan for network fa8912aa-bfc6-4730-96d9-9d6d4d5450b7 [pid: 8|app: 0|req: 618/1339] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:57 2026] PUT /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49/remove_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1340] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:58 2026] POST /v2.0/networks => generated 631 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1341] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:18:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:18:58.831 8 INFO neutron.db.segments_db [None req-677049dd-2c51-4ecb-b6a9-1d0bd0fb9c97 2ed80c5a044a4be08b153515198751e0 a16d2dc6729f4cf9b654ce14eb3b20aa - - default default] Added segment b3650342-e666-44ee-8bb6-44be8061c8b6 of type vxlan for network 0c1f288a-8e37-4057-b19c-684ea05a94f6 2026-08-13 02:18:58.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8dc74db-520e-455a-864e-7df2ffdb9e5d 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 772cc5af-af30-4787-88a0-4bc065dd28fc 2026-08-13 02:18:58.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8dc74db-520e-455a-864e-7df2ffdb9e5d 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 772cc5af-af30-4787-88a0-4bc065dd28fc [pid: 8|app: 0|req: 620/1342] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:58 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1343] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:18:58 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1344] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:18:58 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:59.091 8 INFO neutron.db.segments_db [None req-26ffe8dd-645e-446f-b77e-b073facce2c7 2ed80c5a044a4be08b153515198751e0 a16d2dc6729f4cf9b654ce14eb3b20aa - - default default] Added segment e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c of type vxlan for network 6b88d744-8672-40ec-b9da-5e728e4464c6 [pid: 8|app: 0|req: 623/1345] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:59 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) [pid: 8|app: 0|req: 624/1346] 10.0.0.171 () {34 vars in 758 bytes} [Thu Aug 13 02:18:59 2026] PUT /v2.0/security-groups/c06ad002-fc75-4764-b4ed-aa6c96c0552a => generated 1664 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1347] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:18:59 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:18:59.360 8 INFO neutron.db.segments_db [None req-d9894adb-2341-4e1a-9176-f72a6b6417a1 2ed80c5a044a4be08b153515198751e0 a16d2dc6729f4cf9b654ce14eb3b20aa - - default default] Added segment 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 of type vxlan for network 0c147ecc-cd12-4ca8-9b8d-7284f0f06050 [pid: 7|app: 0|req: 723/1348] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:18:58 2026] PUT /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1349] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:18:59 2026] GET /v2.0/security-groups/c06ad002-fc75-4764-b4ed-aa6c96c0552a => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1350] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:18:59 2026] GET /v2.0/ports?device_id=2055e254-c3fc-4bf0-9f12-af9a8e956d49 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1351] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:59 2026] POST /v2.0/networks => generated 631 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1352] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:59 2026] DELETE /v2.0/security-groups/c06ad002-fc75-4764-b4ed-aa6c96c0552a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:18:59.556 7 INFO neutron.db.segments_db [None req-6fbc404c-1007-4572-95a8-623e37a5326c 2ed80c5a044a4be08b153515198751e0 a16d2dc6729f4cf9b654ce14eb3b20aa - - default default] Added segment 946fd9f7-5a3e-40fd-82a9-80209b7c8676 of type vxlan for network 9a6950f8-e51e-4a27-a805-b2677a3b0f30 2026-08-13 02:18:59.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-929932cb-30ed-42e5-9db6-3362aed3538f 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 01b3d00d-1abc-45d5-8a33-43412ba6f8be [pid: 7|app: 0|req: 727/1353] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:18:59 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:18:59.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-929932cb-30ed-42e5-9db6-3362aed3538f 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 01b3d00d-1abc-45d5-8a33-43412ba6f8be [pid: 7|app: 0|req: 728/1354] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:18:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1355] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:18:59 2026] PUT /v2.0/networks/fa8912aa-bfc6-4730-96d9-9d6d4d5450b7/tags => generated 17 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:18:59.900 7 INFO neutron.api.v2.resource [None req-0f8080a1-d644-48e9-aee5-819c89166625 a5c911323d6a4260b9244927d62b3f3a 685e61cb9345417da0e477c149ed8ef2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1356] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:18:59 2026] DELETE /v2.0/security-groups/c06ad002-fc75-4764-b4ed-aa6c96c0552a => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1357] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:18:59 2026] PUT /v2.0/networks/0c1f288a-8e37-4057-b19c-684ea05a94f6/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:00.071 8 INFO neutron.services.segments.plugin [-] Segment c613705a-2025-4e1b-9439-9dd1a4838184 resource provider aggregate not found 2026-08-13 02:19:00.077 8 INFO neutron.services.segments.plugin [-] Segment c613705a-2025-4e1b-9439-9dd1a4838184 resource provider aggregate not found 2026-08-13 02:19:00.094 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c613705a-2025-4e1b-9439-9dd1a4838184 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c613705a-2025-4e1b-9439-9dd1a4838184 found for delete ", "request_id": "req-4525fc9c-1f79-4697-99fb-d66c7cd0574b"}]} 2026-08-13 02:19:00.095 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c613705a-2025-4e1b-9439-9dd1a4838184 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c613705a-2025-4e1b-9439-9dd1a4838184 found for delete ", "request_id": "req-14c1bc3d-de29-4324-b987-bda838ec6b38"}]} 2026-08-13 02:19:00.120 8 INFO neutron.db.l3_hamode_db [None req-929932cb-30ed-42e5-9db6-3362aed3538f 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] HA network 80056f1e-d897-4808-89cb-f2a1a9c0d13e was deleted as no HA routers are present in tenant bab2de0dc36f4f5ebf1f982ba8b2fd12. [pid: 8|app: 0|req: 627/1358] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:18:59 2026] DELETE /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1359] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:18:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1360] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:00 2026] PUT /v2.0/networks/6b88d744-8672-40ec-b9da-5e728e4464c6/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1361] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:00 2026] DELETE /v2.0/subnets/bc3debdd-5ff2-4335-b599-8c993e4c20c4 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1362] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1363] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:00 2026] PUT /v2.0/networks/0c147ecc-cd12-4ca8-9b8d-7284f0f06050/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1364] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/security-group-rules/878ba3d9-edb5-4c32-adb0-22a050b8d141 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1365] 10.0.0.171 () {32 vars in 666 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1366] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1367] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:00 2026] DELETE /v2.0/subnets/b129b4d3-c222-4bfa-ad49-61cc3faad9ff => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1368] 10.0.0.171 () {32 vars in 680 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1369] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1370] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:00 2026] DELETE /v2.0/security-group-rules/878ba3d9-edb5-4c32-adb0-22a050b8d141 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:00.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-97b24be7-9160-422d-91b0-a1bebf1a187c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 680ad755-2749-4078-a586-84cb681d7fee 2026-08-13 02:19:00.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97b24be7-9160-422d-91b0-a1bebf1a187c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 680ad755-2749-4078-a586-84cb681d7fee [pid: 8|app: 0|req: 633/1371] 10.0.0.171 () {32 vars in 676 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1372] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1373] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1374] 10.0.0.171 () {32 vars in 688 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:00.808 7 INFO neutron.services.segments.plugin [-] Segment 474df451-4f84-4a9d-b243-d6fced431d38 resource provider aggregate not found 2026-08-13 02:19:00.812 7 INFO neutron.services.segments.plugin [-] Segment 474df451-4f84-4a9d-b243-d6fced431d38 resource provider aggregate not found 2026-08-13 02:19:00.848 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 474df451-4f84-4a9d-b243-d6fced431d38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474df451-4f84-4a9d-b243-d6fced431d38 found for delete ", "request_id": "req-53ec7be6-5803-4fc2-91cf-0ae0597c08d9"}]} 2026-08-13 02:19:00.849 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 474df451-4f84-4a9d-b243-d6fced431d38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474df451-4f84-4a9d-b243-d6fced431d38 found for delete ", "request_id": "req-1839a97d-318b-45ea-862f-bbb1096c6aa1"}]} [pid: 7|app: 0|req: 739/1375] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:00 2026] DELETE /v2.0/networks/a83e48fb-e02a-4e13-8d1a-4dbfd9c0a6dc => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1376] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1377] 10.0.0.171 () {32 vars in 674 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1378] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/security-group-rules/2796958e-c199-4ca4-8680-03d33f4f86fa => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1379] 10.0.0.171 () {32 vars in 688 bytes} [Thu Aug 13 02:19:00 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:01.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-b89503c8-9506-4862-8451-444045567968 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 135b9908-a484-4ef4-bbed-8f7fb6433d50 2026-08-13 02:19:01.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b89503c8-9506-4862-8451-444045567968 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 135b9908-a484-4ef4-bbed-8f7fb6433d50 [pid: 7|app: 0|req: 743/1380] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1381] 10.0.0.171 () {32 vars in 684 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1382] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:01 2026] DELETE /v2.0/security-group-rules/2796958e-c199-4ca4-8680-03d33f4f86fa => 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: 638/1383] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:00 2026] DELETE /v2.0/networks/6312d624-d26a-48a8-a03d-5e47ecc304cf => 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: 746/1384] 10.0.0.171 () {32 vars in 696 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1385] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:01 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) 2026-08-13 02:19:01.327 7 INFO neutron.db.segments_db [None req-f98e1464-66e1-4fc9-92a8-1de74491a091 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment 63137492-dcd3-43f3-b616-1e8f50c15b86 of type vxlan for network 4591ee66-d1b0-45ce-8084-224cdd283475 [pid: 8|app: 0|req: 640/1386] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:01 2026] DELETE /v2.0/networks/fa8912aa-bfc6-4730-96d9-9d6d4d5450b7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:01.433 8 INFO neutron.db.securitygroups_db [None req-aefeef97-ae57-489d-8e59-307bf88d7de9 a5c911323d6a4260b9244927d62b3f3a 685e61cb9345417da0e477c149ed8ef2 - - default default] Project 685e61cb9345417da0e477c149ed8ef2 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: 747/1387] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:01 2026] POST /v2.0/networks => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1388] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1389] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:01 2026] DELETE /v2.0/networks/0c1f288a-8e37-4057-b19c-684ea05a94f6 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1390] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/security-group-rules/a7d8e035-04da-4306-b082-d10346ff65b7 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1391] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:01 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1392] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:01 2026] DELETE /v2.0/networks/6b88d744-8672-40ec-b9da-5e728e4464c6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1393] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1394] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:01 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:01.938 7 INFO neutron.db.segments_db [None req-e2b0172a-a475-43ff-85f4-25d68cd8d7f5 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment bb8dc103-cae0-4807-ade3-18f6bad8d4c4 of type vxlan for network 14cd9466-cc3f-4100-9d5a-379baa88d616 [pid: 8|app: 0|req: 644/1395] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:01 2026] DELETE /v2.0/networks/0c147ecc-cd12-4ca8-9b8d-7284f0f06050 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1396] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:02 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&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-08-13 02:19:02.116 8 INFO neutron.services.segments.plugin [-] Segment 5e237ae0-c35b-4356-8c7c-426d32af945f resource provider aggregate not found 2026-08-13 02:19:02.124 8 INFO neutron.services.segments.plugin [-] Segment 5e237ae0-c35b-4356-8c7c-426d32af945f resource provider aggregate not found 2026-08-13 02:19:02.144 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e237ae0-c35b-4356-8c7c-426d32af945f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e237ae0-c35b-4356-8c7c-426d32af945f found for delete ", "request_id": "req-79773e6a-d960-4fc0-8120-a9b7c683bbf5"}]} 2026-08-13 02:19:02.147 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e237ae0-c35b-4356-8c7c-426d32af945f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e237ae0-c35b-4356-8c7c-426d32af945f found for delete ", "request_id": "req-ba680661-eb9a-4d58-aa93-e213714f46e7"}]} 2026-08-13 02:19:02.172 8 INFO neutron.services.segments.plugin [-] Segment 96c051ea-3360-4343-81e0-b665a6820ad4 resource provider aggregate not found 2026-08-13 02:19:02.180 8 INFO neutron.services.segments.plugin [-] Segment 96c051ea-3360-4343-81e0-b665a6820ad4 resource provider aggregate not found 2026-08-13 02:19:02.190 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 96c051ea-3360-4343-81e0-b665a6820ad4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c051ea-3360-4343-81e0-b665a6820ad4 found for delete ", "request_id": "req-ba3ac2b2-b0cf-4df3-be9e-377865794180"}]} [pid: 8|app: 0|req: 646/1397] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:02 2026] DELETE /v2.0/security-group-rules/a7d8e035-04da-4306-b082-d10346ff65b7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:02.211 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 96c051ea-3360-4343-81e0-b665a6820ad4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c051ea-3360-4343-81e0-b665a6820ad4 found for delete ", "request_id": "req-c41354d1-bb4e-4ac8-8d71-8c005e8950bb"}]} 2026-08-13 02:19:02.217 8 INFO neutron.services.segments.plugin [-] Segment 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 resource provider aggregate not found 2026-08-13 02:19:02.241 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 found for delete ", "request_id": "req-4427ea02-5b90-4675-92f3-4b9b4819b2fc"}]} 2026-08-13 02:19:02.244 7 INFO neutron.db.l3_hamode_db [None req-e2b0172a-a475-43ff-85f4-25d68cd8d7f5 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:19:02.248 8 INFO neutron.services.segments.plugin [-] Segment 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 resource provider aggregate not found 2026-08-13 02:19:02.278 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9d8fcc-5e5f-4932-8779-3ba5f562b110 found for delete ", "request_id": "req-21c3e60a-19eb-4fb4-bffa-f1cb6846fd01"}]} 2026-08-13 02:19:02.369 7 INFO neutron.db.l3_hamode_db [None req-e2b0172a-a475-43ff-85f4-25d68cd8d7f5 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 647/1398] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:02 2026] DELETE /v2.0/networks/9a6950f8-e51e-4a27-a805-b2677a3b0f30 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1399] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1400] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:02 2026] DELETE /v2.0/security-groups/bf43c1ef-75b8-4c02-88ff-a3c9401574c2 => 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: 650/1401] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1402] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:02.897 7 INFO neutron.services.segments.plugin [-] Segment b3650342-e666-44ee-8bb6-44be8061c8b6 resource provider aggregate not found 2026-08-13 02:19:02.905 7 INFO neutron.services.segments.plugin [-] Segment b3650342-e666-44ee-8bb6-44be8061c8b6 resource provider aggregate not found 2026-08-13 02:19:02.921 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3650342-e666-44ee-8bb6-44be8061c8b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3650342-e666-44ee-8bb6-44be8061c8b6 found for delete ", "request_id": "req-0d08091e-6fbf-442e-8b35-1561daece10a"}]} 2026-08-13 02:19:02.951 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3650342-e666-44ee-8bb6-44be8061c8b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3650342-e666-44ee-8bb6-44be8061c8b6 found for delete ", "request_id": "req-cfebf929-aa61-4a2e-b8c1-bc267b524d9b"}]} 2026-08-13 02:19:02.953 7 INFO neutron.services.segments.plugin [-] Segment e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c resource provider aggregate not found 2026-08-13 02:19:02.985 7 INFO neutron.services.segments.plugin [-] Segment e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c resource provider aggregate not found 2026-08-13 02:19:02.997 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c found for delete ", "request_id": "req-b172a695-f316-4935-9afe-90a477e43d00"}]} 2026-08-13 02:19:03.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32d5bc3-4e2b-4687-ab22-e86fe5fc3a4c found for delete ", "request_id": "req-5d8669b3-0be3-45e2-ad14-913808f5adfc"}]} [pid: 7|app: 0|req: 752/1403] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:01 2026] POST /v2.0/routers => generated 506 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1404] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:03 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1405] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:03 2026] GET /v2.0/security-groups?tenant_id=685e61cb9345417da0e477c149ed8ef2&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1406] 10.0.0.171 () {34 vars in 665 bytes} [Thu Aug 13 02:19:03 2026] POST /v2.0/ports => generated 947 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1407] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:03 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 756/1408] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:03 2026] DELETE /v2.0/security-groups/3acf7387-cbd3-4247-a39b-bc154485f4ee => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1409] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:03 2026] GET /v2.0/security-groups?tenant_id=6b62c9d987794b229a155b9433f342a8&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1410] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:03 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 655/1411] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:03 2026] DELETE /v2.0/security-groups/f1980abf-4917-402e-b434-dadde655bf6f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:04.098 8 INFO neutron.db.l3_db [None req-5ab3250a-a1cd-4958-bdec-5d3527b9c986 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] Floating IP 049fbe25-3510-4947-8b62-4a3ab1191480 associated. External IP: 10.96.250.211, port: 7091ecdf-5295-432f-bea3-cb59afa19426. 2026-08-13 02:19:04.272 8 INFO neutron.services.segments.plugin [-] Segment 946fd9f7-5a3e-40fd-82a9-80209b7c8676 resource provider aggregate not found 2026-08-13 02:19:04.290 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 946fd9f7-5a3e-40fd-82a9-80209b7c8676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946fd9f7-5a3e-40fd-82a9-80209b7c8676 found for delete ", "request_id": "req-07d8482e-3d1e-403b-b813-9ba0ddcea9c1"}]} 2026-08-13 02:19:04.307 8 INFO neutron.services.segments.plugin [-] Segment 946fd9f7-5a3e-40fd-82a9-80209b7c8676 resource provider aggregate not found 2026-08-13 02:19:04.327 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 946fd9f7-5a3e-40fd-82a9-80209b7c8676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946fd9f7-5a3e-40fd-82a9-80209b7c8676 found for delete ", "request_id": "req-2038c7e1-0fda-43b2-a27f-65061c2449c7"}]} [pid: 8|app: 0|req: 656/1412] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:03 2026] PUT /v2.0/floatingips/049fbe25-3510-4947-8b62-4a3ab1191480 => generated 855 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:04.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f9b885e-4b8d-4692-ab85-95a84c5ea301'] response: {'name': 'network-changed', 'server_uuid': 'fa650e9b-d47a-46df-ae30-7bdc800fc2c3', 'tag': '7091ecdf-5295-432f-bea3-cb59afa19426', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 657/1413] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:04 2026] GET /v2.0/security-groups?tenant_id=a388e20bcd6a4b619e47c271545baa1d&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1414] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:04 2026] DELETE /v2.0/security-groups/f415cd8c-4627-484c-88b3-b5fd0dd28bd5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1415] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:03 2026] PUT /v2.0/routers/dca7b0b8-2afc-4a9c-955a-f467b664de00/add_router_interface => generated 309 bytes in 1166 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: 659/1416] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:04 2026] GET /v2.0/ports/ad3b0b54-6234-4e17-8b77-ab22dc250650 => generated 1021 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1417] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:04 2026] GET /v2.0/security-groups?tenant_id=a16d2dc6729f4cf9b654ce14eb3b20aa&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1418] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:04 2026] DELETE /v2.0/security-groups/0cc73a42-2881-4dfb-b930-ff8fe0329bb7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1419] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/ports?tenant_id=fce44c0304c04782bae11efb55883fa2&device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1420] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/networks?id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1421] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7091ecdf-5295-432f-bea3-cb59afa19426 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:05.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-f497ff4d-dd32-4465-a1f0-664adeeea25b 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: ad3b0b54-6234-4e17-8b77-ab22dc250650 2026-08-13 02:19:05.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f497ff4d-dd32-4465-a1f0-664adeeea25b 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: ad3b0b54-6234-4e17-8b77-ab22dc250650 [pid: 7|app: 0|req: 763/1422] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/subnets?id=d0568216-bfaf-4673-95f3-b581cb4aac29 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1423] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/ports?network_id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b&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: 765/1424] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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: 766/1425] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?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: 660/1426] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:19:04 2026] PUT /v2.0/routers/dca7b0b8-2afc-4a9c-955a-f467b664de00/remove_router_interface => generated 309 bytes in 851 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-08-13 02:19:05.787 8 INFO neutron.api.v2.resource [None req-cbf2db75-8ff4-4856-96cf-6cf072a6a3a3 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1427] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:19:05 2026] PUT /v2.0/routers/dca7b0b8-2afc-4a9c-955a-f467b664de00/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1428] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/ports?device_id=dca7b0b8-2afc-4a9c-955a-f467b664de00 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1429] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:19:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1430] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:05.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-61eca106-734c-4f06-bd00-28efb014b489 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 96fc2caf-4995-41de-8715-94266e204298 2026-08-13 02:19:06.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61eca106-734c-4f06-bd00-28efb014b489 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 96fc2caf-4995-41de-8715-94266e204298 [pid: 7|app: 0|req: 769/1431] 10.0.0.171 () {34 vars in 758 bytes} [Thu Aug 13 02:19:05 2026] PUT /v2.0/security-groups/e66b1ec3-59e2-41d0-b9e4-3d6c2375a176 => generated 1663 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1432] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-groups/e66b1ec3-59e2-41d0-b9e4-3d6c2375a176 => generated 1663 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1433] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:06 2026] DELETE /v2.0/security-groups/e66b1ec3-59e2-41d0-b9e4-3d6c2375a176 => 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: 772/1434] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:06.239 7 INFO neutron.api.v2.resource [None req-8d6aabc4-08a3-4f86-b782-dcbb9ea93684 5ad945688e964e359d9c2d68fc310026 e7bf640339294e70983a4b54d7fe0d34 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1435] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:06 2026] DELETE /v2.0/security-groups/e66b1ec3-59e2-41d0-b9e4-3d6c2375a176 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:06.430 8 INFO neutron.services.segments.plugin [-] Segment bb8dc103-cae0-4807-ade3-18f6bad8d4c4 resource provider aggregate not found [pid: 7|app: 0|req: 774/1436] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:19:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:19:06.439 8 INFO neutron.services.segments.plugin [-] Segment bb8dc103-cae0-4807-ade3-18f6bad8d4c4 resource provider aggregate not found 2026-08-13 02:19:06.456 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb8dc103-cae0-4807-ade3-18f6bad8d4c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8dc103-cae0-4807-ade3-18f6bad8d4c4 found for delete ", "request_id": "req-938ceed0-c509-474a-bd7a-0b223f762d1c"}]} 2026-08-13 02:19:06.458 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb8dc103-cae0-4807-ade3-18f6bad8d4c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8dc103-cae0-4807-ade3-18f6bad8d4c4 found for delete ", "request_id": "req-38d98d26-2337-4dce-9b7c-b3bd946200f7"}]} 2026-08-13 02:19:06.478 8 INFO neutron.db.l3_hamode_db [None req-61eca106-734c-4f06-bd00-28efb014b489 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] HA network 14cd9466-cc3f-4100-9d5a-379baa88d616 was deleted as no HA routers are present in tenant bab2de0dc36f4f5ebf1f982ba8b2fd12. [pid: 8|app: 0|req: 663/1437] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:05 2026] DELETE /v2.0/routers/dca7b0b8-2afc-4a9c-955a-f467b664de00 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1438] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1439] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-group-rules/1314dccf-3d72-4837-bfeb-c8d29269a403 => 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: 664/1440] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:06 2026] DELETE /v2.0/subnets/863ea391-81ad-4bfc-b921-40d0bbfb9c0e => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1441] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1442] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:06 2026] DELETE /v2.0/security-group-rules/1314dccf-3d72-4837-bfeb-c8d29269a403 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:06.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-1acb1e87-c898-48a5-a545-a4fdfc1ed42c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 80c07286-4789-4edc-bf88-80d188f7c8e2 2026-08-13 02:19:06.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1acb1e87-c898-48a5-a545-a4fdfc1ed42c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 80c07286-4789-4edc-bf88-80d188f7c8e2 [pid: 7|app: 0|req: 779/1443] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1444] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1445] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-group-rules/92597b39-5371-4fba-9a05-2f0cb0442d17 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1446] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:06 2026] DELETE /v2.0/networks/4591ee66-d1b0-45ce-8084-224cdd283475 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1447] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:07.088 8 INFO neutron.db.segments_db [None req-4a1ccb27-9be4-4807-a1ac-34b2dd791a82 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 of type vxlan for network fb50b29c-52aa-456d-a4c1-a720acbe0704 [pid: 7|app: 0|req: 783/1448] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:07 2026] DELETE /v2.0/security-group-rules/92597b39-5371-4fba-9a05-2f0cb0442d17 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1449] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1450] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:07 2026] POST /v2.0/networks => generated 630 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1451] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1452] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:19:07 2026] GET /v2.0/security-group-rules/3b842dfd-1626-4e52-8bc5-207a07d91a4f => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1453] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:07 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1454] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:07 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:07.482 8 INFO neutron.db.segments_db [None req-8b2fb76e-a9cb-405d-9288-87124702fc83 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment ea57f93d-7809-4f86-9721-bb4303be993b of type vxlan for network 63c19aff-c43a-49cc-8449-444ae66799c8 [pid: 7|app: 0|req: 788/1455] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:19:07 2026] DELETE /v2.0/security-group-rules/3b842dfd-1626-4e52-8bc5-207a07d91a4f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1456] 10.0.0.171 () {32 vars in 673 bytes} [Thu Aug 13 02:19:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1457] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:07 2026] DELETE /v2.0/security-groups/c9bab924-62d2-460c-bcd1-4f675da74393 => 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: 791/1458] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:07 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) 2026-08-13 02:19:07.741 8 INFO neutron.db.l3_hamode_db [None req-8b2fb76e-a9cb-405d-9288-87124702fc83 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 792/1459] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:19:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:07.875 8 INFO neutron.db.l3_hamode_db [None req-8b2fb76e-a9cb-405d-9288-87124702fc83 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 793/1460] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:08 2026] GET /v2.0/security-groups?tenant_id=e7bf640339294e70983a4b54d7fe0d34&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:08.500 8 INFO neutron.services.segments.plugin [-] Segment 63137492-dcd3-43f3-b616-1e8f50c15b86 resource provider aggregate not found 2026-08-13 02:19:08.504 8 INFO neutron.services.segments.plugin [-] Segment 63137492-dcd3-43f3-b616-1e8f50c15b86 resource provider aggregate not found 2026-08-13 02:19:08.536 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 63137492-dcd3-43f3-b616-1e8f50c15b86 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63137492-dcd3-43f3-b616-1e8f50c15b86 found for delete ", "request_id": "req-253f5c32-3136-4f19-9ecd-78e3106021b4"}]} 2026-08-13 02:19:08.542 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 63137492-dcd3-43f3-b616-1e8f50c15b86 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63137492-dcd3-43f3-b616-1e8f50c15b86 found for delete ", "request_id": "req-9e08d5da-17da-4b4c-ba1c-403f64672574"}]} [pid: 8|app: 0|req: 668/1461] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:07 2026] POST /v2.0/routers => generated 506 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1462] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:08 2026] DELETE /v2.0/security-groups/3802a036-a8ec-4662-b260-1c4aa19edf76 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1463] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1464] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1465] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:09 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) [pid: 7|app: 0|req: 798/1466] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1467] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1468] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:09 2026] PUT /v2.0/policies/5ab32e72-9de4-4841-a291-1fc4921c12f9/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1469] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:09 2026] PUT /v2.0/policies/1e7b6a4a-bae0-4bf5-9d97-86d99518d721/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1470] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:08 2026] PUT /v2.0/routers/aecfb489-f9d3-4b89-8453-76874406e2b8/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1471] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:09 2026] PUT /v2.0/policies/2c0e1433-7b92-4f2a-ae54-3d55e3021984/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: 670/1472] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:09 2026] GET /v2.0/ports/5476363b-d6fb-41af-b4b9-c4018d1ece0f => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1473] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:09 2026] PUT /v2.0/policies/ace5aaf1-83c5-47c1-a9ad-cb0933ee1ffc/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:10.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-0970f376-c0b3-4bfd-9af8-5281478acfc8 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 5476363b-d6fb-41af-b4b9-c4018d1ece0f 2026-08-13 02:19:10.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0970f376-c0b3-4bfd-9af8-5281478acfc8 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 5476363b-d6fb-41af-b4b9-c4018d1ece0f [pid: 7|app: 0|req: 804/1474] 10.0.0.171 () {32 vars in 674 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1475] 10.0.0.171 () {32 vars in 688 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1476] 10.0.0.171 () {32 vars in 684 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1477] 10.0.0.171 () {32 vars in 696 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1478] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1479] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:19:09 2026] PUT /v2.0/routers/aecfb489-f9d3-4b89-8453-76874406e2b8/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1480] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/ports?device_id=aecfb489-f9d3-4b89-8453-76874406e2b8 => 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: 809/1483] 10.0.0.171 () {32 vars in 696 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1484] 10.0.0.171 () {32 vars in 692 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1485] 10.0.0.171 () {32 vars in 704 bytes} [Thu Aug 13 02:19:10 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1486] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:10 2026] DELETE /v2.0/qos/policies/5ab32e72-9de4-4841-a291-1fc4921c12f9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:11.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-88be0d92-768f-41ad-a588-8056a9dfaded 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 1608b4ad-aacb-499d-b0d7-dc410d68c3ff 2026-08-13 02:19:11.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88be0d92-768f-41ad-a588-8056a9dfaded 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 1608b4ad-aacb-499d-b0d7-dc410d68c3ff [pid: 7|app: 0|req: 813/1487] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/qos/policies/1e7b6a4a-bae0-4bf5-9d97-86d99518d721 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1488] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/qos/policies/2c0e1433-7b92-4f2a-ae54-3d55e3021984 => 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: 815/1489] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/qos/policies/ace5aaf1-83c5-47c1-a9ad-cb0933ee1ffc => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1490] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/qos/policies/51aed6b9-f206-409f-83cd-6a205b7ea153 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:11.460 8 INFO neutron.services.segments.plugin [-] Segment ea57f93d-7809-4f86-9721-bb4303be993b resource provider aggregate not found 2026-08-13 02:19:11.461 8 INFO neutron.services.segments.plugin [-] Segment ea57f93d-7809-4f86-9721-bb4303be993b resource provider aggregate not found 2026-08-13 02:19:11.484 8 INFO neutron.db.l3_hamode_db [None req-88be0d92-768f-41ad-a588-8056a9dfaded 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] HA network 63c19aff-c43a-49cc-8449-444ae66799c8 was deleted as no HA routers are present in tenant bab2de0dc36f4f5ebf1f982ba8b2fd12. 2026-08-13 02:19:11.485 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea57f93d-7809-4f86-9721-bb4303be993b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea57f93d-7809-4f86-9721-bb4303be993b found for delete ", "request_id": "req-e286d023-386f-4760-b57e-770a2f414393"}]} 2026-08-13 02:19:11.490 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea57f93d-7809-4f86-9721-bb4303be993b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea57f93d-7809-4f86-9721-bb4303be993b found for delete ", "request_id": "req-210beafe-2489-4ce7-997f-0f10c4cc6206"}]} [pid: 8|app: 0|req: 675/1491] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:10 2026] DELETE /v2.0/routers/aecfb489-f9d3-4b89-8453-76874406e2b8 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1492] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/subnets/eb1d71b0-d63f-41e0-a577-0e686753ef99 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:11.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b342739-8580-4676-8b38-96f32eb2e433 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: 3ab220d3-e9db-4a40-bab3-659158f16f6d 2026-08-13 02:19:11.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b342739-8580-4676-8b38-96f32eb2e433 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: 3ab220d3-e9db-4a40-bab3-659158f16f6d [pid: 8|app: 0|req: 676/1493] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:11 2026] DELETE /v2.0/networks/fb50b29c-52aa-456d-a4c1-a720acbe0704 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:12.019 7 INFO neutron.db.segments_db [None req-f0cdc8c6-13a0-47f8-bbbf-2e69a4e0d8b0 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Added segment 12d62b9c-a291-41a8-b66c-e4a14873e830 of type vxlan for network 738c20f5-16de-4f45-a589-9a593aa1972b [pid: 8|app: 0|req: 677/1494] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:12 2026] GET /v2.0/security-groups?tenant_id=a614ad4551c441509f9890bbb214e246&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:12.315 7 INFO neutron.db.l3_hamode_db [None req-f0cdc8c6-13a0-47f8-bbbf-2e69a4e0d8b0 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 678/1495] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:12 2026] DELETE /v2.0/security-groups/e2a8422c-ea75-425f-84ed-a70d8504de12 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1496] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:12 2026] GET /v2.0/security-groups?tenant_id=30bfc87684fa4a588aca66d311958e21&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: 680/1497] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:12 2026] DELETE /v2.0/security-groups/feea27b2-0a26-4af0-b20e-330dd79ed8b8 => 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: 681/1498] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:12 2026] GET /v2.0/security-groups?tenant_id=167c374eec1044eb92a6c2c88b36f502&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1499] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:13 2026] DELETE /v2.0/security-groups/41d49113-234c-4114-bd85-0e4036fcf16d => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:13.169 7 INFO neutron.db.l3_hamode_db [None req-f0cdc8c6-13a0-47f8-bbbf-2e69a4e0d8b0 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:19:13.515 8 INFO neutron.services.segments.plugin [-] Segment 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 resource provider aggregate not found 2026-08-13 02:19:13.521 8 INFO neutron.services.segments.plugin [-] Segment 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 resource provider aggregate not found 2026-08-13 02:19:13.542 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 found for delete ", "request_id": "req-ec0c265d-3dfa-4030-856a-9541341a5691"}]} 2026-08-13 02:19:13.542 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ece9a34-ac00-4fcf-83b7-bc762d96ea34 found for delete ", "request_id": "req-46cc669c-e451-4483-ae48-2d3070d2bc0c"}]} [pid: 8|app: 0|req: 683/1500] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:13 2026] GET /v2.0/security-groups?tenant_id=b3fae06e4d3e49e5a81dffd91f01b768&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1501] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:13 2026] DELETE /v2.0/security-groups/0303a2bb-101b-477e-9aa4-27a301599347 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1502] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:11 2026] POST /v2.0/routers => generated 687 bytes in 2206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1503] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/security-groups?tenant_id=9c106c8861124ffcb13a3ed84a1da911&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1504] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/routers/07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 693 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1505] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:14 2026] DELETE /v2.0/security-groups/33b8d716-bb44-46da-9c95-126fd609d6d6 => 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: 820/1506] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/routers => generated 696 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1507] 10.0.0.171 () {34 vars in 741 bytes} [Thu Aug 13 02:19:14 2026] PUT /v2.0/routers/07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 700 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1508] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/routers/07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 700 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1509] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:14 2026] GET /v2.0/ports?device_id=07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:15.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8c76b49-2060-4b79-9ad5-a53a22b79c88 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: b9efd149-e7e5-4dae-8ba3-4d04a837636f 2026-08-13 02:19:15.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8c76b49-2060-4b79-9ad5-a53a22b79c88 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: b9efd149-e7e5-4dae-8ba3-4d04a837636f 2026-08-13 02:19:15.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8c76b49-2060-4b79-9ad5-a53a22b79c88 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] TaaS: Handle Delete Port: ada853dd-d7e7-49c6-80ef-ad6a4de1fabf 2026-08-13 02:19:15.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8c76b49-2060-4b79-9ad5-a53a22b79c88 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] Tap Mirror: Handle Delete Port: ada853dd-d7e7-49c6-80ef-ad6a4de1fabf 2026-08-13 02:19:15.696 7 INFO neutron.services.segments.plugin [-] Segment 12d62b9c-a291-41a8-b66c-e4a14873e830 resource provider aggregate not found 2026-08-13 02:19:15.697 7 INFO neutron.services.segments.plugin [-] Segment 12d62b9c-a291-41a8-b66c-e4a14873e830 resource provider aggregate not found 2026-08-13 02:19:15.721 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12d62b9c-a291-41a8-b66c-e4a14873e830 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d62b9c-a291-41a8-b66c-e4a14873e830 found for delete ", "request_id": "req-c5f630ad-4780-4e58-af23-f5f40d76dc26"}]} 2026-08-13 02:19:15.724 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12d62b9c-a291-41a8-b66c-e4a14873e830 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d62b9c-a291-41a8-b66c-e4a14873e830 found for delete ", "request_id": "req-9544909b-dc47-481e-b440-ef0eed1264c4"}]} 2026-08-13 02:19:15.739 7 INFO neutron.db.l3_hamode_db [None req-c8c76b49-2060-4b79-9ad5-a53a22b79c88 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] HA network 738c20f5-16de-4f45-a589-9a593aa1972b was deleted as no HA routers are present in tenant bab2de0dc36f4f5ebf1f982ba8b2fd12. [pid: 7|app: 0|req: 822/1510] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:14 2026] DELETE /v2.0/routers/07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1511] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/ports?device_id=07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:15.801 7 INFO neutron.api.v2.resource [None req-9ea9e865-a027-4110-8306-6dd33d3dfd40 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1512] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/routers/07a5d6cf-3574-4840-a3bb-82c396afb6cf => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1513] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/ports?device_id=aecfb489-f9d3-4b89-8453-76874406e2b8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:15.864 7 INFO neutron.api.v2.resource [None req-b11cb4b2-6023-41cb-b28b-c763a862d14b 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1514] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/routers/aecfb489-f9d3-4b89-8453-76874406e2b8 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:15.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24a4de50-2029-45f6-ac4a-9e9a3bb956c3 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1515] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/subnets/eb1d71b0-d63f-41e0-a577-0e686753ef99 => 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: 825/1516] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/ports?device_id=dca7b0b8-2afc-4a9c-955a-f467b664de00 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:15.941 8 INFO neutron.api.v2.resource [None req-fa1b6f6e-8e98-46b2-b9e3-76d0a5d60ed4 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 692/1517] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/routers/dca7b0b8-2afc-4a9c-955a-f467b664de00 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:15.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b95226cd-4d40-4ccc-8ea5-24f8cdd6c1b0 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1518] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/subnets/863ea391-81ad-4bfc-b921-40d0bbfb9c0e => 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: 693/1519] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:15 2026] GET /v2.0/ports?device_id=2055e254-c3fc-4bf0-9f12-af9a8e956d49 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:16.013 7 INFO neutron.api.v2.resource [None req-d1358ed1-c8ca-4ed3-8d96-7e66b9550c52 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1520] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:15 2026] DELETE /v2.0/routers/2055e254-c3fc-4bf0-9f12-af9a8e956d49 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:16.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1380cbf-8432-4fa2-8dfc-5ceb1aec212c 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 694/1521] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:16 2026] DELETE /v2.0/subnets/bc3debdd-5ff2-4335-b599-8c993e4c20c4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:16.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8a7a27b-d51f-4a36-8ce9-77f8f65d0ac8 73a905576a494f9eb9760658277c003b bab2de0dc36f4f5ebf1f982ba8b2fd12 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1522] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:16 2026] DELETE /v2.0/subnets/b129b4d3-c222-4bfa-ad49-61cc3faad9ff => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1523] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:16 2026] GET /v2.0/security-groups?tenant_id=bab2de0dc36f4f5ebf1f982ba8b2fd12&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1524] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:16 2026] DELETE /v2.0/security-groups/430d2285-b941-4df0-a3ee-5eb44400989e => 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: 830/1525] 10.0.0.103 () {30 vars in 650 bytes} [Thu Aug 13 02:19:17 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-13 02:19:17.828 8 INFO neutron.db.segments_db [None req-21482e39-5990-43de-b67c-63096f5fec54 9bb48361c0a541e19c64d25d3cecaf38 a38f987476a340cf9c6a5433c0af99ae - - default default] Added segment b219cfb9-b9aa-4e87-ad0e-3434547e862b of type vxlan for network c13df308-f706-43a1-80d4-a7c48058222c [pid: 7|app: 0|req: 831/1526] 10.0.0.103 () {30 vars in 724 bytes} [Thu Aug 13 02:19:17 2026] GET /v2.0/quotas/f5b0f077412f41d28b9e371a0f5fcf9c/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1527] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:17 2026] POST /v2.0/networks => generated 632 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1528] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:17 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:18.252 8 INFO neutron.db.segments_db [None req-9794f7db-1063-4742-9b73-d715d64c0eb1 9bb48361c0a541e19c64d25d3cecaf38 a38f987476a340cf9c6a5433c0af99ae - - default default] Added segment d6cfbce3-75e4-4610-a28b-2669523a8888 of type vxlan for network bc98c4a6-439b-4ee8-aca5-e8f6080a1fa2 [pid: 8|app: 0|req: 697/1529] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:18 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1530] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:18 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:18.670 8 INFO neutron.db.segments_db [None req-e052b4b3-9021-499c-bc7c-8faa3c6b5418 9bb48361c0a541e19c64d25d3cecaf38 a38f987476a340cf9c6a5433c0af99ae - - default default] Added segment de4923c1-a863-4686-acb8-6b3102413d59 of type vxlan for network 6ea0b5ee-da58-4cc9-823c-4f626b0f7e68 [pid: 8|app: 0|req: 698/1531] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:18 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1532] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:19:18 2026] POST /v2.0/subnetpools => generated 549 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1533] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:19:18 2026] GET /v2.0/subnetpools/1685a9a0-2837-460b-a771-62c27d9a2272 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1534] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:18 2026] PUT /v2.0/subnetpools/1685a9a0-2837-460b-a771-62c27d9a2272 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1535] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:18 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) [pid: 7|app: 0|req: 837/1536] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:19:19 2026] DELETE /v2.0/subnetpools/1685a9a0-2837-460b-a771-62c27d9a2272 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:19.093 7 INFO neutron.api.v2.resource [None req-0db761b3-b80c-4479-9b15-9149fa1242be f3e72f522f824a14ac283bbf600f8178 6939d16be1ab4dd59cb9e1965b59f098 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 838/1537] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/subnetpools/1685a9a0-2837-460b-a771-62c27d9a2272 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:19:19.097 8 INFO neutron.db.segments_db [None req-fc4c5ede-5cf4-48af-b862-23ac8ae9f743 9bb48361c0a541e19c64d25d3cecaf38 a38f987476a340cf9c6a5433c0af99ae - - default default] Added segment 2a7781a9-4774-45a7-a04d-ff41897d0bf8 of type vxlan for network 0e7c69f5-0b01-4767-adf4-ecdbc03aa021 2026-08-13 02:19:19.107 7 INFO neutron.api.v2.resource [None req-83cea1b7-c2b8-436d-9024-c0761ec9c789 f3e72f522f824a14ac283bbf600f8178 6939d16be1ab4dd59cb9e1965b59f098 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1538] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:19:19 2026] DELETE /v2.0/subnetpools/1685a9a0-2837-460b-a771-62c27d9a2272 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1539] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:19 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: 7|app: 0|req: 840/1540] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:19 2026] POST /v2.0/subnets => generated 629 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:19.613 8 INFO neutron.db.segments_db [None req-b732c5ae-3794-4afd-90ff-2e46b94f7621 9bb48361c0a541e19c64d25d3cecaf38 a38f987476a340cf9c6a5433c0af99ae - - default default] Added segment 17ebc512-71d1-4240-ac40-663f19ce58f3 of type vxlan for network df2b4fd1-b5fe-4e45-b504-ad11ef84d6d9 [pid: 8|app: 0|req: 701/1541] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:19 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: 7|app: 0|req: 841/1542] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:19 2026] GET /v2.0/security-groups?tenant_id=6939d16be1ab4dd59cb9e1965b59f098&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1543] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:19 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1544] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:19 2026] DELETE /v2.0/security-groups/4c8e387e-64a8-445c-852e-af858555b993 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1545] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:19 2026] PUT /v2.0/subnets/afc87ded-e37a-4448-adcf-f22b17302a71/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1546] 10.0.0.103 () {30 vars in 650 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1547] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:20 2026] PUT /v2.0/subnets/8e7bfff0-38b2-48a3-84de-fd1a7e16e9ab/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1548] 10.0.0.103 () {30 vars in 724 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/quotas/f5b0f077412f41d28b9e371a0f5fcf9c/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: 705/1549] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:20 2026] PUT /v2.0/subnets/6e0410ff-3dba-4fbe-8802-4d94c2a4c499/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1550] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:20 2026] PUT /v2.0/subnets/8e9f417d-a92a-427f-afb0-5f4dcd0abc62/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1551] 10.0.0.171 () {32 vars in 664 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1552] 10.0.0.171 () {32 vars in 678 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1553] 10.0.0.171 () {32 vars in 674 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1554] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1555] 10.0.0.171 () {32 vars in 672 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1556] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1557] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1558] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:19:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1559] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:20 2026] DELETE /v2.0/subnets/afc87ded-e37a-4448-adcf-f22b17302a71 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1560] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:20 2026] DELETE /v2.0/subnets/8e7bfff0-38b2-48a3-84de-fd1a7e16e9ab => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1561] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/subnets/6e0410ff-3dba-4fbe-8802-4d94c2a4c499 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1562] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/subnets/8e9f417d-a92a-427f-afb0-5f4dcd0abc62 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1563] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/subnets/3f24107f-4357-425f-af47-ec6d946fe250 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:21.604 7 INFO neutron.services.segments.plugin [-] Segment b219cfb9-b9aa-4e87-ad0e-3434547e862b resource provider aggregate not found 2026-08-13 02:19:21.611 7 INFO neutron.services.segments.plugin [-] Segment b219cfb9-b9aa-4e87-ad0e-3434547e862b resource provider aggregate not found 2026-08-13 02:19:21.625 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b219cfb9-b9aa-4e87-ad0e-3434547e862b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b219cfb9-b9aa-4e87-ad0e-3434547e862b found for delete ", "request_id": "req-9b258533-44d1-4b78-a09d-56ec1a066646"}]} [pid: 7|app: 0|req: 852/1564] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/networks/c13df308-f706-43a1-80d4-a7c48058222c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:21.630 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b219cfb9-b9aa-4e87-ad0e-3434547e862b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b219cfb9-b9aa-4e87-ad0e-3434547e862b found for delete ", "request_id": "req-0b461874-7cd8-45d3-adf3-af0b2ebd5921"}]} 2026-08-13 02:19:21.765 8 INFO neutron.services.segments.plugin [-] Segment d6cfbce3-75e4-4610-a28b-2669523a8888 resource provider aggregate not found 2026-08-13 02:19:21.772 8 INFO neutron.services.segments.plugin [-] Segment d6cfbce3-75e4-4610-a28b-2669523a8888 resource provider aggregate not found 2026-08-13 02:19:21.786 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6cfbce3-75e4-4610-a28b-2669523a8888 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6cfbce3-75e4-4610-a28b-2669523a8888 found for delete ", "request_id": "req-a2149c6d-94a8-4106-be5a-e65ff5d7b570"}]} 2026-08-13 02:19:21.791 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6cfbce3-75e4-4610-a28b-2669523a8888 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6cfbce3-75e4-4610-a28b-2669523a8888 found for delete ", "request_id": "req-74f85a4d-2bce-4703-9a7b-82b98166dbb9"}]} [pid: 8|app: 0|req: 713/1565] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/networks/bc98c4a6-439b-4ee8-aca5-e8f6080a1fa2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1566] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/networks/6ea0b5ee-da58-4cc9-823c-4f626b0f7e68 => 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: 714/1567] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:21 2026] DELETE /v2.0/networks/0e7c69f5-0b01-4767-adf4-ecdbc03aa021 => 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: 854/1568] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:22 2026] DELETE /v2.0/networks/df2b4fd1-b5fe-4e45-b504-ad11ef84d6d9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1569] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:22 2026] GET /v2.0/security-groups?tenant_id=f5b0f077412f41d28b9e371a0f5fcf9c&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1570] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:22 2026] DELETE /v2.0/security-groups/4e7d2282-f771-4196-8669-bae490502fa1 => 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: 716/1571] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:23 2026] GET /v2.0/security-groups?tenant_id=80cf9d70e9b748e8aa886b9582283cae&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1572] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:23 2026] DELETE /v2.0/security-groups/04ec25d4-901e-4651-930b-34c074c298d5 => 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: 856/1573] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:23 2026] GET /v2.0/security-groups?tenant_id=096a5cd34ea64b1f95cd2247a0ad8290&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1574] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:23 2026] GET /v2.0/security-groups?tenant_id=a38f987476a340cf9c6a5433c0af99ae&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1575] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:23 2026] DELETE /v2.0/security-groups/7a907825-b955-447e-950c-7fce5238cbc7 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:23.649 7 INFO neutron.services.segments.plugin [-] Segment de4923c1-a863-4686-acb8-6b3102413d59 resource provider aggregate not found [pid: 7|app: 0|req: 858/1576] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:23 2026] DELETE /v2.0/security-groups/627687f7-6f80-436f-9c4f-59d2c2afde55 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:23.659 7 INFO neutron.services.segments.plugin [-] Segment de4923c1-a863-4686-acb8-6b3102413d59 resource provider aggregate not found 2026-08-13 02:19:23.671 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de4923c1-a863-4686-acb8-6b3102413d59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4923c1-a863-4686-acb8-6b3102413d59 found for delete ", "request_id": "req-0ab28d62-46c9-479d-bbb4-87877fdf93ec"}]} 2026-08-13 02:19:23.683 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de4923c1-a863-4686-acb8-6b3102413d59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4923c1-a863-4686-acb8-6b3102413d59 found for delete ", "request_id": "req-6f8c8640-d321-444b-8eb0-ac2448c70b3d"}]} 2026-08-13 02:19:23.694 7 INFO neutron.services.segments.plugin [-] Segment 17ebc512-71d1-4240-ac40-663f19ce58f3 resource provider aggregate not found 2026-08-13 02:19:23.710 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17ebc512-71d1-4240-ac40-663f19ce58f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17ebc512-71d1-4240-ac40-663f19ce58f3 found for delete ", "request_id": "req-730af1c3-9afd-44e7-a044-795695e81d8a"}]} 2026-08-13 02:19:23.715 7 INFO neutron.services.segments.plugin [-] Segment 17ebc512-71d1-4240-ac40-663f19ce58f3 resource provider aggregate not found 2026-08-13 02:19:23.736 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17ebc512-71d1-4240-ac40-663f19ce58f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17ebc512-71d1-4240-ac40-663f19ce58f3 found for delete ", "request_id": "req-5d578d70-98af-4834-a152-545e57d51f89"}]} 2026-08-13 02:19:23.815 8 INFO neutron.services.segments.plugin [-] Segment 2a7781a9-4774-45a7-a04d-ff41897d0bf8 resource provider aggregate not found 2026-08-13 02:19:23.825 8 INFO neutron.services.segments.plugin [-] Segment 2a7781a9-4774-45a7-a04d-ff41897d0bf8 resource provider aggregate not found 2026-08-13 02:19:23.847 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a7781a9-4774-45a7-a04d-ff41897d0bf8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a7781a9-4774-45a7-a04d-ff41897d0bf8 found for delete ", "request_id": "req-a082a9d2-2aa9-48c6-acdb-a642d4cf8cb7"}]} 2026-08-13 02:19:23.853 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a7781a9-4774-45a7-a04d-ff41897d0bf8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a7781a9-4774-45a7-a04d-ff41897d0bf8 found for delete ", "request_id": "req-96c7502c-c5df-43a6-bcef-ba64bb480569"}]} [pid: 8|app: 0|req: 719/1577] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:23 2026] GET /v2.0/security-groups?tenant_id=029a76dbdf1b4d748e4f08c850e8c9ef&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1578] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:23 2026] DELETE /v2.0/security-groups/c76338aa-cdba-4a6f-9bf4-e99243a6e1f5 => 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: 721/1581] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:25 2026] GET /v2.0/security-groups?tenant_id=1481bed8df964189897f5dd7c74fc2e3&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:26.322 7 INFO neutron.db.segments_db [None req-dc418d45-5c59-4f52-a7ef-e21e812158fc 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Added segment a8a09d4c-4870-4ff9-9f96-eec36eb05c0e of type vxlan for network 8ac78c4c-29f0-409d-a51c-f6244d83f5ec [pid: 8|app: 0|req: 722/1582] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:26 2026] DELETE /v2.0/security-groups/3b59e4b4-be3e-462c-89c3-8656ff5572c3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1583] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:19:25 2026] POST /v2.0/networks => generated 633 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:26.484 8 INFO neutron.db.segments_db [None req-d44f1478-c400-4229-89bd-bbe5181cd276 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Added segment d7442fe9-4b75-44ba-90a8-0584bfaae539 of type vxlan for network a05636f3-df48-47d8-bf1d-cd6bb6c5f7f3 2026-08-13 02:19:26.727 8 INFO neutron.db.l3_hamode_db [None req-d44f1478-c400-4229-89bd-bbe5181cd276 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:19:27.561 8 INFO neutron.db.l3_hamode_db [None req-d44f1478-c400-4229-89bd-bbe5181cd276 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 723/1584] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:26 2026] POST /v2.0/routers => generated 695 bytes in 2049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1585] 10.0.0.171 () {32 vars in 776 bytes} [Thu Aug 13 02:19:28 2026] GET /v2.0/subnets?project_id=6b70189aceb94c52ad0d7c3848102ffe&cidr=10.100.0.0%2F28 => generated 14 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1586] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:19:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:28.769 7 INFO neutron.db.segments_db [None req-08b1c71e-3087-4186-93b7-4988b28a6d63 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Added segment 758c77aa-be05-496c-b1f2-a4aadbb8066b of type vxlan for network a1452fc3-ddc9-4249-919f-a3f6dd182ee6 [pid: 8|app: 0|req: 726/1587] 10.0.0.171 () {32 vars in 784 bytes} [Thu Aug 13 02:19:28 2026] GET /v2.0/subnets?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1588] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:28 2026] POST /v2.0/networks => generated 632 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1589] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:28 2026] POST /v2.0/subnets => generated 656 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1590] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:19:28 2026] POST /v2.0/ports => generated 743 bytes in 431 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: 864/1591] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:19:29 2026] POST /v2.0/trunks => generated 407 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:29.713 7 INFO neutron.db.segments_db [None req-d90fa0ef-0351-4499-b457-0888bbb34250 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Added segment cb848189-35d3-4f8c-8da2-49faff31618f of type vxlan for network 5abf32f7-916d-4c4e-97e6-e5d5c217956f [pid: 7|app: 0|req: 865/1592] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:29 2026] POST /v2.0/networks => generated 631 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1593] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:19:29 2026] POST /v2.0/ports => generated 743 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 867/1594] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:19:30 2026] POST /v2.0/trunks => generated 407 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:30.546 7 INFO neutron.db.segments_db [None req-9b3ee743-cb03-46d9-b9b3-1dadb89a1293 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Added segment dbcba2ef-8d75-422d-acfa-c33200625261 of type vxlan for network 45a90f05-9141-44a2-963b-43d6980c324b [pid: 7|app: 0|req: 868/1595] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:30 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: 728/1596] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:29 2026] PUT /v2.0/routers/65014bf4-0829-4c91-be67-b7126b5871f7/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1597] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:19:30 2026] GET /v2.0/networks => generated 7164 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1598] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:19:30 2026] GET /v2.0/subnets => generated 3896 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1599] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:19:30 2026] POST /v2.0/ports => generated 743 bytes in 327 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: 870/1600] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:19:30 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:31.253 7 INFO neutron.db.segments_db [None req-4e21efc5-a701-4bb4-bf2c-d0ef1a160c86 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Added segment bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 of type vxlan for network 0ec7b656-2401-4a21-b82a-1e4df315369c [pid: 8|app: 0|req: 731/1601] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:19:30 2026] GET /v2.0/routers => generated 1464 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1602] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:31 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: 7|app: 0|req: 872/1603] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1604] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1605] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 874/1606] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1607] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1608] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:32.019 8 INFO neutron.db.segments_db [None req-b4b1327b-64a8-4c4f-b8f3-e91d46dfdada 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Added segment ad56a7e0-c87e-4e75-9be9-a8562dd520a4 of type vxlan for network 8c08be96-ba6f-4c79-aefa-ac434eb76e99 [pid: 8|app: 0|req: 734/1609] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:31 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1610] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:32.188 7 INFO neutron.db.securitygroups_db [None req-d797f383-72b5-459b-8a17-30c20098c6a8 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Project 6b70189aceb94c52ad0d7c3848102ffe 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: 877/1611] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:32.329 7 INFO neutron.db.securitygroups_db [None req-c3f1b8d0-ccd6-43dc-8a39-0e91f9fbb674 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Project 6b70189aceb94c52ad0d7c3848102ffe 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: 878/1612] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:32 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: 735/1613] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:19:32 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: 879/1614] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:19:32 2026] POST /v2.0/trunks => generated 407 bytes in 174 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: 736/1615] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:32 2026] PUT /v2.0/trunks/34c82e4f-2440-48f1-a717-1542d2bdccd5/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: 880/1616] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:32 2026] PUT /v2.0/trunks/b65f467e-298d-410a-8e98-8ff95e9447af/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1617] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:32 2026] PUT /v2.0/trunks/0f37b9c3-c674-4a71-876a-9ff4c6300738/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1618] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:19:32 2026] PUT /v2.0/trunks/89943cd6-853e-4442-ad29-8c5d70687da1/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: 739/1619] 10.0.0.171 () {32 vars in 662 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1620] 10.0.0.171 () {32 vars in 676 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1621] 10.0.0.171 () {32 vars in 672 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1622] 10.0.0.171 () {32 vars in 684 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1623] 10.0.0.171 () {32 vars in 670 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1624] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:19:32 2026] GET /v2.0/networks => generated 1298 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1625] 10.0.0.171 () {32 vars in 684 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1626] 10.0.0.171 () {32 vars in 680 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1627] 10.0.0.171 () {32 vars in 692 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1628] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks/34c82e4f-2440-48f1-a717-1542d2bdccd5 => generated 412 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1629] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1617174275&fields=id&tenant_id=6b70189aceb94c52ad0d7c3848102ffe => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1630] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports/697ff602-0e9f-40e1-9f19-974944f2d37a => generated 826 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1631] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1632] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/quotas/6b70189aceb94c52ad0d7c3848102ffe => 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: 747/1633] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:33 2026] DELETE /v2.0/trunks/34c82e4f-2440-48f1-a717-1542d2bdccd5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1634] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks/b65f467e-298d-410a-8e98-8ff95e9447af => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1635] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports/31847c7e-1d99-413a-888b-2b865bd52f4e => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1636] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:33 2026] DELETE /v2.0/trunks/b65f467e-298d-410a-8e98-8ff95e9447af => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1637] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks/0f37b9c3-c674-4a71-876a-9ff4c6300738 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1638] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports/55d82b98-fdc8-4a52-b975-c22ef1c020a5 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1639] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:33 2026] DELETE /v2.0/trunks/0f37b9c3-c674-4a71-876a-9ff4c6300738 => 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: 754/1640] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks/89943cd6-853e-4442-ad29-8c5d70687da1 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1641] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports/4173d0ab-90bf-4648-80be-2931f77bbbf5 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1642] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&fields=id => generated 103 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1643] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:33 2026] DELETE /v2.0/trunks/89943cd6-853e-4442-ad29-8c5d70687da1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1644] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/trunks/9fcbfa2a-112c-496f-bf4f-f432160eff70 => 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: 757/1645] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:19:33 2026] GET /v2.0/ports/bf59bec4-189b-41bc-a2e9-415494c3fe53 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1646] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:33 2026] DELETE /v2.0/trunks/9fcbfa2a-112c-496f-bf4f-f432160eff70 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:34.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-03d28b55-56cb-490d-a617-6b8861a46009 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] TaaS: Handle Delete Port: 697ff602-0e9f-40e1-9f19-974944f2d37a 2026-08-13 02:19:34.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03d28b55-56cb-490d-a617-6b8861a46009 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Tap Mirror: Handle Delete Port: 697ff602-0e9f-40e1-9f19-974944f2d37a [pid: 8|app: 0|req: 758/1647] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:19:34 2026] DELETE /v2.0/ports/697ff602-0e9f-40e1-9f19-974944f2d37a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:34.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-a53c16a3-9771-49a5-a475-1d77dbe60747 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] TaaS: Handle Delete Port: 31847c7e-1d99-413a-888b-2b865bd52f4e 2026-08-13 02:19:34.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a53c16a3-9771-49a5-a475-1d77dbe60747 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Tap Mirror: Handle Delete Port: 31847c7e-1d99-413a-888b-2b865bd52f4e [pid: 8|app: 0|req: 759/1648] 10.0.0.170 () {34 vars in 907 bytes} [Thu Aug 13 02:19:34 2026] GET /v2.0/extensions => generated 21537 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1649] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:19:34 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 890/1650] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:19:34 2026] DELETE /v2.0/ports/31847c7e-1d99-413a-888b-2b865bd52f4e => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1651] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:19:34 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:34.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-98752d39-9854-4280-8ace-97a7e40134e7 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] TaaS: Handle Delete Port: 55d82b98-fdc8-4a52-b975-c22ef1c020a5 2026-08-13 02:19:34.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98752d39-9854-4280-8ace-97a7e40134e7 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Tap Mirror: Handle Delete Port: 55d82b98-fdc8-4a52-b975-c22ef1c020a5 [pid: 7|app: 0|req: 891/1652] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:19:34 2026] DELETE /v2.0/ports/55d82b98-fdc8-4a52-b975-c22ef1c020a5 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1653] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:34 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:34.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1266155-db16-417b-9430-472916ff6b8c 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] TaaS: Handle Delete Port: 4173d0ab-90bf-4648-80be-2931f77bbbf5 2026-08-13 02:19:34.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1266155-db16-417b-9430-472916ff6b8c 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Tap Mirror: Handle Delete Port: 4173d0ab-90bf-4648-80be-2931f77bbbf5 [pid: 8|app: 0|req: 762/1654] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:19:34 2026] DELETE /v2.0/ports/4173d0ab-90bf-4648-80be-2931f77bbbf5 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:35.029 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dcf2851-3e26-4162-972d-3460ae05b1c5 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] TaaS: Handle Delete Port: bf59bec4-189b-41bc-a2e9-415494c3fe53 2026-08-13 02:19:35.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dcf2851-3e26-4162-972d-3460ae05b1c5 64b8c523ed964e8abe447f79e562d462 5912b41781e8446da448e2ab5da364e4 - - default default] Tap Mirror: Handle Delete Port: bf59bec4-189b-41bc-a2e9-415494c3fe53 [pid: 7|app: 0|req: 893/1655] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:19:34 2026] DELETE /v2.0/ports/bf59bec4-189b-41bc-a2e9-415494c3fe53 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:35.267 8 INFO neutron.services.segments.plugin [-] Segment 758c77aa-be05-496c-b1f2-a4aadbb8066b resource provider aggregate not found 2026-08-13 02:19:35.271 8 INFO neutron.services.segments.plugin [-] Segment 758c77aa-be05-496c-b1f2-a4aadbb8066b resource provider aggregate not found 2026-08-13 02:19:35.293 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 758c77aa-be05-496c-b1f2-a4aadbb8066b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 758c77aa-be05-496c-b1f2-a4aadbb8066b found for delete ", "request_id": "req-da5386b6-199e-40af-91de-f10e29cf076e"}]} 2026-08-13 02:19:35.306 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 758c77aa-be05-496c-b1f2-a4aadbb8066b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 758c77aa-be05-496c-b1f2-a4aadbb8066b found for delete ", "request_id": "req-16d25dae-74ac-425b-9964-d7e1adca5767"}]} [pid: 8|app: 0|req: 763/1656] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:35 2026] DELETE /v2.0/networks/a1452fc3-ddc9-4249-919f-a3f6dd182ee6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:35.454 7 INFO neutron.services.segments.plugin [-] Segment cb848189-35d3-4f8c-8da2-49faff31618f resource provider aggregate not found 2026-08-13 02:19:35.462 7 INFO neutron.services.segments.plugin [-] Segment cb848189-35d3-4f8c-8da2-49faff31618f resource provider aggregate not found 2026-08-13 02:19:35.476 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb848189-35d3-4f8c-8da2-49faff31618f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb848189-35d3-4f8c-8da2-49faff31618f found for delete ", "request_id": "req-b4f4eaac-6d29-4ac6-b041-1393d02e5b22"}]} 2026-08-13 02:19:35.485 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb848189-35d3-4f8c-8da2-49faff31618f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb848189-35d3-4f8c-8da2-49faff31618f found for delete ", "request_id": "req-aeac0c67-b9ee-4e30-a54d-02444190fac3"}]} [pid: 7|app: 0|req: 894/1657] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:35 2026] DELETE /v2.0/networks/5abf32f7-916d-4c4e-97e6-e5d5c217956f => 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: 764/1658] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:35 2026] DELETE /v2.0/networks/45a90f05-9141-44a2-963b-43d6980c324b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1659] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:35 2026] DELETE /v2.0/networks/0ec7b656-2401-4a21-b82a-1e4df315369c => 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: 896/1660] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:35 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 765/1661] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:35 2026] DELETE /v2.0/networks/8c08be96-ba6f-4c79-aefa-ac434eb76e99 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:19:36.174 7 INFO neutron.db.segments_db [None req-e24a37d9-2fa0-4c65-b7d6-74b52cc6caf0 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Added segment 1f3d2add-7fe1-4f25-81b5-75a4dd275950 of type vxlan for network 7f022d00-95df-4edc-bebb-aceb46db735c [pid: 7|app: 0|req: 897/1662] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:35 2026] POST /v2.0/networks => generated 640 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1663] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:36 2026] POST /v2.0/subnets => generated 657 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1664] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:19:36 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1665] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:36 2026] GET /v2.0/security-groups?tenant_id=5912b41781e8446da448e2ab5da364e4&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1666] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:36 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1667] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:36 2026] DELETE /v2.0/security-groups/e88ae985-fc54-4554-b95e-bcd3928c9f14 => 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: 899/1668] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:36 2026] POST /v2.0/subnets => generated 732 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:37.191 7 INFO neutron.db.segments_db [None req-79ce168e-72e9-4824-9d82-43503293f88c a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Added segment 4537ce73-9b0a-4684-8307-2c3ea290769a of type vxlan for network 2e0a8466-48d4-4d99-b02c-b041b9e909cc [pid: 8|app: 0|req: 770/1669] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:37 2026] GET /v2.0/security-groups?tenant_id=799d54cffe1548f08aad7e10e3809c3d&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1670] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:37 2026] POST /v2.0/networks => generated 638 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:37.321 8 INFO neutron.services.segments.plugin [-] Segment dbcba2ef-8d75-422d-acfa-c33200625261 resource provider aggregate not found 2026-08-13 02:19:37.339 8 INFO neutron.services.segments.plugin [-] Segment dbcba2ef-8d75-422d-acfa-c33200625261 resource provider aggregate not found 2026-08-13 02:19:37.349 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dbcba2ef-8d75-422d-acfa-c33200625261 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbcba2ef-8d75-422d-acfa-c33200625261 found for delete ", "request_id": "req-b66783f1-5477-487f-ba0f-d2eee3fa3f9b"}]} 2026-08-13 02:19:37.378 8 INFO neutron.services.segments.plugin [-] Segment ad56a7e0-c87e-4e75-9be9-a8562dd520a4 resource provider aggregate not found 2026-08-13 02:19:37.386 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dbcba2ef-8d75-422d-acfa-c33200625261 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbcba2ef-8d75-422d-acfa-c33200625261 found for delete ", "request_id": "req-7963c11f-9ea3-4302-9ec9-43e4868f62b5"}]} 2026-08-13 02:19:37.418 8 INFO neutron.services.segments.plugin [-] Segment ad56a7e0-c87e-4e75-9be9-a8562dd520a4 resource provider aggregate not found 2026-08-13 02:19:37.433 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ad56a7e0-c87e-4e75-9be9-a8562dd520a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad56a7e0-c87e-4e75-9be9-a8562dd520a4 found for delete ", "request_id": "req-f28ed567-c7e1-4afb-a0f4-45e62806344e"}]} 2026-08-13 02:19:37.446 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ad56a7e0-c87e-4e75-9be9-a8562dd520a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad56a7e0-c87e-4e75-9be9-a8562dd520a4 found for delete ", "request_id": "req-0cb0250f-616c-4a82-b8ad-8000ac530c8e"}]} [pid: 8|app: 0|req: 771/1671] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:37 2026] DELETE /v2.0/security-groups/bb9b10fb-77d5-4bca-85a3-568428b6ca00 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:37.497 7 INFO neutron.services.segments.plugin [-] Segment bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 resource provider aggregate not found 2026-08-13 02:19:37.513 7 INFO neutron.services.segments.plugin [-] Segment bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 resource provider aggregate not found 2026-08-13 02:19:37.523 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 found for delete ", "request_id": "req-2a6fde47-ebd0-4207-9e53-d3865aa0e0f6"}]} 2026-08-13 02:19:37.537 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd237b2d-c9bf-4d38-ae43-d9f9ddca8e00 found for delete ", "request_id": "req-52d7e1fa-8fb2-4ee5-844e-2c5605654ff4"}]} [pid: 7|app: 0|req: 901/1672] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:37 2026] POST /v2.0/subnets => generated 655 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1673] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:37 2026] GET /v2.0/security-groups?tenant_id=211c91a11270489cbe6d99c7380715b8&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1674] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:37 2026] DELETE /v2.0/security-groups/a237c0c6-d72f-44ca-978e-174c6351b161 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1675] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:37 2026] POST /v2.0/subnets => generated 726 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:38.039 8 INFO neutron.db.segments_db [None req-715e17bd-9050-499d-a324-373e719bc73e a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Added segment 18bf4205-632d-4d50-8676-892e228d0438 of type vxlan for network 2dc73f94-cced-4494-8a8e-e2699bc2ba1c [pid: 7|app: 0|req: 903/1676] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:38 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 774/1677] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:37 2026] POST /v2.0/networks => generated 638 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1678] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:38 2026] POST /v2.0/subnets => generated 655 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1679] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:38 2026] POST /v2.0/subnets => generated 730 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:38.747 7 INFO neutron.db.segments_db [None req-5c9db561-6382-41ad-a05a-3d0de03f4f42 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Added segment 28133546-571b-4690-b5f8-c053dfb3e7e2 of type vxlan for network 771e581d-5f9f-4313-8050-535210e8db69 2026-08-13 02:19:39.009 7 INFO neutron.db.l3_hamode_db [None req-5c9db561-6382-41ad-a05a-3d0de03f4f42 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1680] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:19:39 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1681] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:39 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 778/1682] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:19:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b70189aceb94c52ad0d7c3848102ffe => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1683] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:19:39 2026] POST /v2.0/ports => generated 954 bytes in 379 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-08-13 02:19:39.912 7 INFO neutron.db.l3_hamode_db [None req-5c9db561-6382-41ad-a05a-3d0de03f4f42 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1684] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:19:39 2026] PUT /v2.0/ports/30d17a4f-5bd4-482c-8549-829b52626206 => generated 1235 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:39.998 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a601160b-53b6-4a07-a6ca-489021492427'] response: {'name': 'network-changed', 'server_uuid': '6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf', 'tag': '30d17a4f-5bd4-482c-8549-829b52626206', '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: 781/1685] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:40 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1686] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:40 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&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: 783/1687] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:40 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1688] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:19:40 2026] GET /v2.0/networks?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&shared=False => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1689] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:19:40 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: 905/1692] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:19:38 2026] POST /v2.0/routers => generated 685 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:41.630 7 INFO neutron.db.segments_db [None req-16c0c8ba-bcb8-4914-b51e-4efed80e56c7 72ef054461af4d75861e204f3c3b1f21 7f4f81e2ad2840d4b888b352bbb2c0db - - default default] Added segment 14fb56ae-18be-4f35-a2b7-955a579c1d3a of type vxlan for network 58db8b83-56ea-4012-b457-814accbb7228 [pid: 7|app: 0|req: 906/1693] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:19:41 2026] POST /v2.0/networks => generated 632 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1694] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:41 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1695] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:41 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1696] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:41 2026] PUT /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1697] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:41 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&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: 911/1698] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=30d17a4f-5bd4-482c-8549-829b52626206 => 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: 912/1699] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:41 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1700] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/subnets?id=43d8b03e-f760-430e-bade-68e381c68015 => 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: 914/1701] 10.0.0.171 () {34 vars in 764 bytes} [Thu Aug 13 02:19:42 2026] PUT /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1702] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/ports?network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec&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: 916/1703] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1704] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:40 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1705] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 789/1706] 10.0.0.171 () {34 vars in 760 bytes} [Thu Aug 13 02:19:42 2026] PUT /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1707] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 791/1708] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/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: 792/1709] 10.0.0.171 () {34 vars in 782 bytes} [Thu Aug 13 02:19:42 2026] PUT /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/black.or.white => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1710] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1711] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:42 2026] PUT /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1712] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/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: 796/1713] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 1240 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1714] 10.0.0.171 () {32 vars in 741 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/red => 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: 798/1715] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:43.033 8 INFO neutron.api.v2.resource [None req-c106de2f-f003-4ebf-92f5-d1bf115583be 72ef054461af4d75861e204f3c3b1f21 7f4f81e2ad2840d4b888b352bbb2c0db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1716] 10.0.0.171 () {32 vars in 745 bytes} [Thu Aug 13 02:19:42 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1717] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:43 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1718] 10.0.0.171 () {32 vars in 744 bytes} [Thu Aug 13 02:19:43 2026] DELETE /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1719] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:43 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1720] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:43 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:43.275 8 INFO neutron.api.v2.resource [None req-a0dedadd-ce1c-4a63-9d56-47b7a016158e 72ef054461af4d75861e204f3c3b1f21 7f4f81e2ad2840d4b888b352bbb2c0db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1721] 10.0.0.171 () {32 vars in 748 bytes} [Thu Aug 13 02:19:43 2026] DELETE /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/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: 805/1722] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:43 2026] DELETE /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1723] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:43 2026] GET /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:43.576 8 INFO neutron.services.segments.plugin [-] Segment 14fb56ae-18be-4f35-a2b7-955a579c1d3a resource provider aggregate not found 2026-08-13 02:19:43.583 8 INFO neutron.services.segments.plugin [-] Segment 14fb56ae-18be-4f35-a2b7-955a579c1d3a resource provider aggregate not found 2026-08-13 02:19:43.594 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 14fb56ae-18be-4f35-a2b7-955a579c1d3a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14fb56ae-18be-4f35-a2b7-955a579c1d3a found for delete ", "request_id": "req-2c908207-7e14-49d7-865d-1341b74acf7a"}]} 2026-08-13 02:19:43.611 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 14fb56ae-18be-4f35-a2b7-955a579c1d3a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14fb56ae-18be-4f35-a2b7-955a579c1d3a found for delete ", "request_id": "req-bd4c910c-151f-4eea-a3e9-e93fd7346b7d"}]} [pid: 8|app: 0|req: 807/1724] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:19:43 2026] DELETE /v2.0/networks/58db8b83-56ea-4012-b457-814accbb7228 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1725] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:42 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/add_router_interface => generated 309 bytes in 1625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1726] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:44 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 920/1727] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:44 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1728] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:44 2026] GET /v2.0/security-groups?tenant_id=751d40b65d534cf1bbcc2fadd6b17558&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1729] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:44 2026] DELETE /v2.0/security-groups/42d530ca-ca2c-4f70-945a-92d37fff3d1d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1730] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:44 2026] GET /v2.0/security-groups?tenant_id=7f4f81e2ad2840d4b888b352bbb2c0db&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1731] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:44 2026] DELETE /v2.0/security-groups/f40c868d-ab33-4052-99bf-fed144c5a00e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1732] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:45 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1733] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:45 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1734] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:19:43 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/add_router_interface => generated 309 bytes in 1717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1735] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:19:45 2026] POST /v2.0/security-groups => generated 1628 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1736] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1737] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1738] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1739] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1740] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1741] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1742] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:46 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1743] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:46 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1744] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1745] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1746] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1747] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1748] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:19:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1749] 10.0.0.170 () {34 vars in 1096 bytes} [Thu Aug 13 02:19:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1654164117&fields=id&tenant_id=3bf17cf872c14190b11590091e5dc606 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1750] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:19:47 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1751] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:19:47 2026] GET /v2.0/quotas/3bf17cf872c14190b11590091e5dc606 => 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: 935/1752] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:19:47 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&fields=id => generated 241 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1753] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1754] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 819/1755] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1756] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 820/1757] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 938/1758] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1759] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1760] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:48 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1761] 10.0.0.171 () {34 vars in 678 bytes} [Thu Aug 13 02:19:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1762] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:49 2026] PUT /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1763] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1764] 10.0.0.171 () {34 vars in 764 bytes} [Thu Aug 13 02:19:49 2026] PUT /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1765] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:49.402 8 INFO neutron.db.l3_db [None req-bbed9bd9-34d2-4962-a302-deeca747a680 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Floating IP 98342579-1fdd-48c3-b895-2866e7e364af associated. External IP: 10.96.250.220, port: 30d17a4f-5bd4-482c-8549-829b52626206. [pid: 7|app: 0|req: 945/1766] 10.0.0.171 () {34 vars in 760 bytes} [Thu Aug 13 02:19:49 2026] PUT /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1767] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1768] 10.0.0.171 () {34 vars in 782 bytes} [Thu Aug 13 02:19:49 2026] PUT /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1769] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1770] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:19:49 2026] PUT /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1771] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/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: 951/1772] 10.0.0.171 () {32 vars in 741 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1773] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:19:48 2026] POST /v2.0/floatingips => generated 855 bytes in 1219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:19:49.761 7 INFO neutron.api.v2.resource [None req-9a3f8cc3-3fc2-4799-bb0f-6d0d76ee3c80 4d8d3a5003a848b9b0d51cca8a499fe7 f92829ad54a94e41ac1fd006db81287c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1774] 10.0.0.171 () {32 vars in 745 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 02:19:49.790 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99d573b2-77ae-4cef-a155-ddfc52533a29'] response: {'name': 'network-changed', 'server_uuid': '6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf', 'tag': '30d17a4f-5bd4-482c-8549-829b52626206', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 823/1775] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1776] 10.0.0.171 () {32 vars in 744 bytes} [Thu Aug 13 02:19:49 2026] DELETE /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/red => 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: 824/1777] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:49 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:49.944 7 INFO neutron.api.v2.resource [None req-85786379-038c-4d47-bd70-188df531bef7 4d8d3a5003a848b9b0d51cca8a499fe7 f92829ad54a94e41ac1fd006db81287c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1778] 10.0.0.171 () {32 vars in 748 bytes} [Thu Aug 13 02:19:49 2026] DELETE /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1779] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:49 2026] DELETE /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1780] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1781] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:50 2026] DELETE /v2.0/qos/policies/6dd830d0-56b0-4c76-b2b7-e49b9bd7f2d1 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1782] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1783] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1784] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=30d17a4f-5bd4-482c-8549-829b52626206 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1785] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/subnets?id=43d8b03e-f760-430e-bade-68e381c68015 => 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: 958/1786] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/ports?network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1787] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 959/1788] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 830/1789] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1790] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:50 2026] GET /v2.0/security-groups?tenant_id=7a486f64d0664901b81bd26d38f3c4f9&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1791] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:51 2026] DELETE /v2.0/security-groups/262e4902-6682-4b77-97a1-1532d8981116 => 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: 961/1792] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:19:51 2026] GET /v2.0/security-groups?tenant_id=f92829ad54a94e41ac1fd006db81287c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1793] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:19:51 2026] DELETE /v2.0/security-groups/1671eaed-4bd2-4c02-92b4-e74e29820731 => 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: 962/1794] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:19:51 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1795] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:19:52 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1796] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:19:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bf17cf872c14190b11590091e5dc606 => generated 179 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1797] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:19:52 2026] POST /v2.0/ports => generated 1179 bytes in 472 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: 835/1798] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:53 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1799] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:53 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1800] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:19:53 2026] PUT /v2.0/ports/dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => generated 1460 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:19:53.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5846034-eff0-40cb-941b-28cb13fa2309'] response: {'name': 'network-changed', 'server_uuid': 'c32a90d8-5424-40c3-93a4-fd786b3fe463', 'tag': 'dd0d0a44-bbf2-4a54-8dfe-2d860a8af437', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1801] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:54 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 965/1802] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:19:54 2026] GET /v2.0/networks?tenant_id=3bf17cf872c14190b11590091e5dc606&shared=False => generated 2377 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1803] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:19:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:19:55.329 7 INFO neutron.db.segments_db [None req-d1088b95-db17-4df8-9db8-6ae71dbdb57d 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] Added segment 0bee00c2-0472-465b-858d-2c38a35bf608 of type vxlan for network 430aff5b-0707-4a80-8ff0-f9b9de139a56 2026-08-13 02:19:55.613 7 INFO neutron.db.l3_hamode_db [None req-d1088b95-db17-4df8-9db8-6ae71dbdb57d 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 839/1804] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1805] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:55.740 7 INFO neutron.db.l3_hamode_db [None req-d1088b95-db17-4df8-9db8-6ae71dbdb57d 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 841/1806] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => 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: 842/1807] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1808] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&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: 846/1811] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1812] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1813] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:19:55 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 966/1814] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:19:55 2026] POST /v2.0/routers => generated 474 bytes in 1278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1815] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:56 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 25 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1816] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:56 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1817] 10.0.0.171 () {34 vars in 762 bytes} [Thu Aug 13 02:19:56 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/green => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1818] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:56 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1819] 10.0.0.171 () {34 vars in 758 bytes} [Thu Aug 13 02:19:56 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/red => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1820] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:57 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1821] 10.0.0.171 () {34 vars in 780 bytes} [Thu Aug 13 02:19:57 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/black.or.white => generated 4 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1822] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:57 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1823] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:19:57 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 37 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1824] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:57 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1825] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:19:57 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/red => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:19:58.004 7 INFO neutron.api.v2.resource [None req-4be241a2-726d-4f4a-a51d-d51f31fdbeba 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1826] 10.0.0.171 () {32 vars in 743 bytes} [Thu Aug 13 02:19:57 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1827] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:19:58 2026] DELETE /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/red => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1828] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:58 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 30 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:58.432 8 INFO neutron.api.v2.resource [None req-7eb9a820-98df-426c-a35e-ae53bd67c268 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1829] 10.0.0.171 () {32 vars in 746 bytes} [Thu Aug 13 02:19:58 2026] DELETE /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1830] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:19:58 2026] DELETE /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1831] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:19:58 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1/tags => generated 12 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1832] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:19:58 2026] GET /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1 => generated 480 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1833] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:58 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1194 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1834] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:19:58 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1835] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:19:58 2026] PUT /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1 => generated 480 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1836] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:19:59 2026] GET /v2.0/ports?device_id=639dff2f-ec69-494e-960c-94becf5075d1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:19:59.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-65a86485-18c4-4f3c-af7d-c70651d6e2e9 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] TaaS: Handle Delete Port: afe5de04-5d93-480d-bd49-adbe1c5237de 2026-08-13 02:19:59.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65a86485-18c4-4f3c-af7d-c70651d6e2e9 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] Tap Mirror: Handle Delete Port: afe5de04-5d93-480d-bd49-adbe1c5237de 2026-08-13 02:19:59.994 7 INFO neutron.db.l3_hamode_db [None req-65a86485-18c4-4f3c-af7d-c70651d6e2e9 32e5c4db145c408e9ef4775a3ca7927a b9f8da713cbd450ba6845a9a70fd3e93 - - default default] HA network 430aff5b-0707-4a80-8ff0-f9b9de139a56 was deleted as no HA routers are present in tenant b9f8da713cbd450ba6845a9a70fd3e93. 2026-08-13 02:20:00.008 7 INFO neutron.services.segments.plugin [-] Segment 0bee00c2-0472-465b-858d-2c38a35bf608 resource provider aggregate not found [pid: 7|app: 0|req: 977/1837] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:19:59 2026] DELETE /v2.0/routers/639dff2f-ec69-494e-960c-94becf5075d1 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:20:00.025 7 INFO neutron.services.segments.plugin [-] Segment 0bee00c2-0472-465b-858d-2c38a35bf608 resource provider aggregate not found 2026-08-13 02:20:00.040 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bee00c2-0472-465b-858d-2c38a35bf608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bee00c2-0472-465b-858d-2c38a35bf608 found for delete ", "request_id": "req-8fc6b919-068a-4655-8ab8-1b5db52d9e22"}]} 2026-08-13 02:20:00.048 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0bee00c2-0472-465b-858d-2c38a35bf608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bee00c2-0472-465b-858d-2c38a35bf608 found for delete ", "request_id": "req-8b8141c0-d7bd-4358-ae7b-5b4a266c20a6"}]} [pid: 8|app: 0|req: 861/1838] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:19:59 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1839] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1840] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 979/1841] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1842] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1843] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&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: 980/1844] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:20:00 2026] GET /v2.0/security-groups?tenant_id=f26586e17c7c4d2f90e3118ccc1ad8fb&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1845] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:01 2026] DELETE /v2.0/security-groups/75f2ef66-4eb0-4249-826f-b8f24734f854 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1846] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:20:01 2026] GET /v2.0/security-groups?tenant_id=b9f8da713cbd450ba6845a9a70fd3e93&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1847] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:01 2026] DELETE /v2.0/security-groups/32416bdb-dad7-49bd-a9fc-e6bfd9215069 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1848] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1849] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1850] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/ports?tenant_id=fce44c0304c04782bae11efb55883fa2&device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1851] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/networks?id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1852] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7091ecdf-5295-432f-bea3-cb59afa19426 => 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: 869/1853] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/subnets?id=d0568216-bfaf-4673-95f3-b581cb4aac29 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1854] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/ports?network_id=dc4f845f-8de5-479c-a6bd-84fe6046bd3b&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: 870/1855] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1856] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:02 2026] GET /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1857] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:03 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1858] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:03 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1859] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:03 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1860] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:03 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1861] 10.0.0.171 () {32 vars in 818 bytes} [Thu Aug 13 02:20:04 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&mac_address=fa%3A16%3A3e%3A93%3Ae6%3Aa7 => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1862] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:04 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1863] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:04 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:04.993 7 INFO neutron.db.l3_db [None req-3f206f05-bc4a-4873-b1c5-b90eab04a81f a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP a2cc5dee-fb2e-48d0-ada7-3d80a5b83e9d associated. External IP: 10.96.250.201, port: dd0d0a44-bbf2-4a54-8dfe-2d860a8af437. [pid: 7|app: 0|req: 989/1864] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:20:04 2026] POST /v2.0/floatingips => generated 854 bytes in 1251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:20:05.420 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-679291a7-c5b8-46a2-9db3-718b90f44a4d'] response: {'name': 'network-changed', 'server_uuid': 'c32a90d8-5424-40c3-93a4-fd786b3fe463', 'tag': 'dd0d0a44-bbf2-4a54-8dfe-2d860a8af437', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 990/1865] 10.0.0.170 () {34 vars in 1096 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1654164117&fields=id&tenant_id=3bf17cf872c14190b11590091e5dc606 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1866] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1867] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1868] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/quotas/3bf17cf872c14190b11590091e5dc606 => 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: 994/1869] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&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: 876/1870] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/security-groups?tenant_id=143db3a6c0554426998c3477e1f74a94&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1871] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&fields=id => generated 333 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1872] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:05 2026] DELETE /v2.0/security-groups/7695982e-9bc9-4865-a055-8412b8d7ec7a => 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: 996/1873] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 878/1874] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 997/1875] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1876] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:05 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1877] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1878] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => 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: 1000/1879] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1880] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => 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: 880/1881] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/security-groups?tenant_id=57f8f0834dee48af8de393e3456df1bf&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1882] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1883] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1884] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:06 2026] DELETE /v2.0/security-groups/39c85bd9-96b0-418a-97cf-85c5176e0443 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1885] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 882/1886] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1005/1887] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 883/1888] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:06 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1889] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:07 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1890] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:08 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1891] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:09 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 885/1892] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:09 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1893] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:10 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1894] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:10 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1895] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:10 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1898] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:20:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bf17cf872c14190b11590091e5dc606 => generated 179 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1899] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:20:10 2026] POST /v2.0/ports => generated 1187 bytes in 433 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: 888/1900] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:11 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1190 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1901] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:11 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1902] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:20:11 2026] PUT /v2.0/ports/a039f069-8653-42db-85bb-be5bc2a2cd63 => generated 1468 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:20:11.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b40b3953-3131-426c-bf29-32c2ad33fe15'] response: {'name': 'network-changed', 'server_uuid': '43a3c3dc-1bc1-4dc2-af5f-315b26f929c6', 'tag': 'a039f069-8653-42db-85bb-be5bc2a2cd63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 890/1903] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:12 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1014/1904] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:20:12 2026] GET /v2.0/networks?tenant_id=3bf17cf872c14190b11590091e5dc606&shared=False => generated 2377 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1905] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:20:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1906] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:20:12 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1907] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:12 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&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: 1016/1908] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1471 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1909] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 1017/1910] 199.19.213.175 () {34 vars in 1106 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A11d&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 894/1911] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/subnets?id=83c32a7e-ece3-4331-a402-354ea7f295f4&id=3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1912] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1913] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1914] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 896/1915] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:13 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1916] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:16 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1202 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1917] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:16 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1918] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:20:18 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1919] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:18 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1920] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:20:21 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1921] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:21 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1922] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:21 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1923] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:21 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1924] 10.0.0.171 () {32 vars in 818 bytes} [Thu Aug 13 02:20:21 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&mac_address=fa%3A16%3A3e%3Ab4%3Af1%3Ae7 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:20:22.665 8 INFO neutron.db.l3_db [None req-402e164b-defa-49c6-8a83-16adc11f89f6 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP e2ad8404-3e13-43da-917f-2fff0c150344 associated. External IP: 10.96.250.217, port: a039f069-8653-42db-85bb-be5bc2a2cd63. [pid: 8|app: 0|req: 901/1925] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:20:21 2026] POST /v2.0/floatingips => generated 855 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:20:23.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d08bd6d-2de3-4a0c-983c-b2ebfff79482'] response: {'name': 'network-changed', 'server_uuid': '43a3c3dc-1bc1-4dc2-af5f-315b26f929c6', 'tag': 'a039f069-8653-42db-85bb-be5bc2a2cd63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1025/1926] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1927] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1928] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 903/1929] 199.19.213.175 () {34 vars in 1106 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A11d&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 1027/1930] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/subnets?id=83c32a7e-ece3-4331-a402-354ea7f295f4&id=3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1931] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&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: 1028/1932] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1933] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1029/1934] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:23 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 907/1937] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:20:30 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1938] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:30 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&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: 908/1939] 10.0.0.171 () {32 vars in 826 bytes} [Thu Aug 13 02:20:31 2026] GET /v2.0/ports?project_id=6b70189aceb94c52ad0d7c3848102ffe&network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 3691 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1940] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:20:31 2026] GET /v2.0/subnets?network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:31.815 8 INFO neutron.db.l3_db [None req-eea54257-9427-4b90-88bc-acb5f23dde2a 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Floating IP 98342579-1fdd-48c3-b895-2866e7e364af disassociated. External IP: 10.96.250.220, port: 30d17a4f-5bd4-482c-8549-829b52626206. [pid: 7|app: 0|req: 1033/1941] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:31 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1942] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1943] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:20:31 2026] PUT /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 554 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:32.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f83bc52-bc3c-46a2-845f-423806965d8a'] response: {'name': 'network-changed', 'server_uuid': '6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf', 'tag': '30d17a4f-5bd4-482c-8549-829b52626206', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1035/1944] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1945] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1946] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1947] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1948] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1949] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=30d17a4f-5bd4-482c-8549-829b52626206 => 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: 1038/1950] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/subnets?id=43d8b03e-f760-430e-bade-68e381c68015 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1951] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/ports?network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1952] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 914/1953] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:32 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1954] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:33 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1955] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:33 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1956] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:33 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&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: 916/1957] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:34 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1958] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:34 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1959] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:34 2026] GET /v2.0/security-groups?id=12ade8e4-ff37-4e71-aac2-3bcb95c27707&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1960] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:20:34 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:34.820 7 INFO neutron_taas.services.taas.taas_plugin [req-3ff9e4bb-f5cf-4042-979e-c1c99c721fb4 req-b8d07dfb-11d7-4e07-af46-fd9557767a3b 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] TaaS: Handle Delete Port: 7091ecdf-5295-432f-bea3-cb59afa19426 2026-08-13 02:20:34.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ff9e4bb-f5cf-4042-979e-c1c99c721fb4 req-b8d07dfb-11d7-4e07-af46-fd9557767a3b 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] Tap Mirror: Handle Delete Port: 7091ecdf-5295-432f-bea3-cb59afa19426 2026-08-13 02:20:34.946 7 INFO neutron.db.l3_db [req-3ff9e4bb-f5cf-4042-979e-c1c99c721fb4 req-b8d07dfb-11d7-4e07-af46-fd9557767a3b 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] Floating IP 049fbe25-3510-4947-8b62-4a3ab1191480 disassociated. External IP: 10.96.250.211, port: 7091ecdf-5295-432f-bea3-cb59afa19426. [pid: 7|app: 0|req: 1044/1961] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:20:34 2026] DELETE /v2.0/ports/7091ecdf-5295-432f-bea3-cb59afa19426 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:20:35.369 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c7cc2e2-c7e3-45d5-8a48-a899c9244d35'] response: {'server_uuid': 'fa650e9b-d47a-46df-ae30-7bdc800fc2c3', 'name': 'network-vif-deleted', 'tag': '7091ecdf-5295-432f-bea3-cb59afa19426', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 918/1962] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:20:35 2026] POST /v2.0/security-groups => generated 1675 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1963] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1964] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1965] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:35 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 1046/1966] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:35 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: 8|app: 0|req: 921/1967] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:20:35.977 7 INFO neutron.db.securitygroups_db [None req-0d0e9419-a2bd-40fd-b298-5b56534260de 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Project 6b70189aceb94c52ad0d7c3848102ffe 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: 1047/1968] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:20:36.092 8 INFO neutron.db.securitygroups_db [None req-2d625405-9595-48d8-b55b-e95998371b42 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Project 6b70189aceb94c52ad0d7c3848102ffe 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: 922/1969] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:20:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1970] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/networks => generated 1298 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1971] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2000509479&fields=id&tenant_id=6b70189aceb94c52ad0d7c3848102ffe => 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: 924/1972] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 1049/1973] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1974] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/quotas/6b70189aceb94c52ad0d7c3848102ffe => 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: 1050/1975] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:20:36 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&fields=id => generated 149 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1976] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:20:37 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 1051/1977] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:20:37 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1978] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:37 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1052/1979] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:37 2026] GET /v2.0/ports?device_id=fa650e9b-d47a-46df-ae30-7bdc800fc2c3 => 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: 928/1980] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:38 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1053/1981] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:39 2026] DELETE /v2.0/security-groups/12ade8e4-ff37-4e71-aac2-3bcb95c27707 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:20:39.217 8 INFO neutron.api.v2.resource [None req-20f76b0c-b952-44cc-ab15-66179b0b64f4 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 929/1982] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:20:39 2026] GET /v2.0/security-groups/12ade8e4-ff37-4e71-aac2-3bcb95c27707 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:20:39.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c892be2-6bb5-4029-906f-f70b5f91d12a 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] TaaS: Handle Delete Port: 723bb62d-2db2-47b4-978a-82b615fd3e2a 2026-08-13 02:20:39.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c892be2-6bb5-4029-906f-f70b5f91d12a 777e9f83416a4d238f143077ba78529a fce44c0304c04782bae11efb55883fa2 - - default default] Tap Mirror: Handle Delete Port: 723bb62d-2db2-47b4-978a-82b615fd3e2a [pid: 8|app: 0|req: 930/1983] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:39 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1054/1984] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:20:39 2026] DELETE /v2.0/floatingips/049fbe25-3510-4947-8b62-4a3ab1191480 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:20:40.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-c355a7af-645b-443f-b708-4c4e21cad88e 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: cb738728-c8e8-4a85-b363-03afb003b519 2026-08-13 02:20:40.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c355a7af-645b-443f-b708-4c4e21cad88e 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: cb738728-c8e8-4a85-b363-03afb003b519 [pid: 7|app: 0|req: 1055/1985] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:40 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 931/1986] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:20:39 2026] PUT /v2.0/routers/9e18d434-f0ea-4ca1-9c28-242c3f564402/remove_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:41.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-af78c7b5-6ef9-4586-845e-eae2d39ccf67 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 24be5f1e-aeab-4f81-a1e2-aaa6fafae596 2026-08-13 02:20:41.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af78c7b5-6ef9-4586-845e-eae2d39ccf67 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 24be5f1e-aeab-4f81-a1e2-aaa6fafae596 2026-08-13 02:20:41.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-af78c7b5-6ef9-4586-845e-eae2d39ccf67 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 9b7aee84-1711-4c4a-96a7-23c28ba9a213 2026-08-13 02:20:41.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af78c7b5-6ef9-4586-845e-eae2d39ccf67 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 9b7aee84-1711-4c4a-96a7-23c28ba9a213 [pid: 8|app: 0|req: 934/1989] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1990] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b70189aceb94c52ad0d7c3848102ffe => generated 274 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:41.758 7 INFO neutron.services.segments.plugin [-] Segment cb384ff4-9b0e-45eb-b51c-b76814665300 resource provider aggregate not found 2026-08-13 02:20:41.764 7 INFO neutron.services.segments.plugin [-] Segment cb384ff4-9b0e-45eb-b51c-b76814665300 resource provider aggregate not found 2026-08-13 02:20:41.781 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb384ff4-9b0e-45eb-b51c-b76814665300 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb384ff4-9b0e-45eb-b51c-b76814665300 found for delete ", "request_id": "req-85782600-b05b-4e63-bf04-2d618987fe80"}]} 2026-08-13 02:20:41.781 7 INFO neutron.db.l3_hamode_db [None req-af78c7b5-6ef9-4586-845e-eae2d39ccf67 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network aab932a5-7f50-40cc-82d7-5fd32cb99ff2 was deleted as no HA routers are present in tenant fce44c0304c04782bae11efb55883fa2. 2026-08-13 02:20:41.787 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb384ff4-9b0e-45eb-b51c-b76814665300 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb384ff4-9b0e-45eb-b51c-b76814665300 found for delete ", "request_id": "req-beae34f2-c224-4f20-9f7a-b8a1f6555eac"}]} [pid: 7|app: 0|req: 1056/1991] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:20:40 2026] DELETE /v2.0/routers/9e18d434-f0ea-4ca1-9c28-242c3f564402 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1992] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:41 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1058/1993] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:20:41 2026] DELETE /v2.0/subnets/d0568216-bfaf-4673-95f3-b581cb4aac29 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1994] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:20:41 2026] POST /v2.0/ports => generated 958 bytes in 430 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-08-13 02:20:42.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0db5042-517c-493d-a686-8863fcb2cf49 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 8fc60cc9-57a7-403c-92e8-8556d8482cd7 2026-08-13 02:20:42.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0db5042-517c-493d-a686-8863fcb2cf49 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 8fc60cc9-57a7-403c-92e8-8556d8482cd7 [pid: 7|app: 0|req: 1059/1995] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:20:41 2026] DELETE /v2.0/networks/dc4f845f-8de5-479c-a6bd-84fe6046bd3b => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1996] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:20:42 2026] GET /v2.0/security-groups?tenant_id=fce44c0304c04782bae11efb55883fa2&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: 937/1997] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:20:42 2026] PUT /v2.0/ports/06866d6e-3dcf-4ad9-afc1-10815becc481 => generated 1239 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:20:42.581 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de3c221-35d2-43f1-881e-7f244e99f639'] response: {'name': 'network-changed', 'server_uuid': 'e3f8af40-e67b-4294-ab96-9f0167df8413', 'tag': '06866d6e-3dcf-4ad9-afc1-10815becc481', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1061/1998] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:20:42 2026] DELETE /v2.0/security-groups/febf78cd-5a7e-4ac8-b36f-09140a726967 => generated 0 bytes in 112 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: 1062/1999] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2000] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/networks?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&shared=False => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2001] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2002] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:42 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 973 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2003] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:43 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:43.802 7 INFO neutron.services.segments.plugin [-] Segment bc121ea5-331f-4ebd-8184-2936a7e0b64b resource provider aggregate not found 2026-08-13 02:20:43.812 7 INFO neutron.services.segments.plugin [-] Segment bc121ea5-331f-4ebd-8184-2936a7e0b64b resource provider aggregate not found 2026-08-13 02:20:43.822 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc121ea5-331f-4ebd-8184-2936a7e0b64b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc121ea5-331f-4ebd-8184-2936a7e0b64b found for delete ", "request_id": "req-0c844e3c-9360-459c-a8a4-6575854675dd"}]} 2026-08-13 02:20:43.832 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc121ea5-331f-4ebd-8184-2936a7e0b64b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc121ea5-331f-4ebd-8184-2936a7e0b64b found for delete ", "request_id": "req-e98bdaec-f837-4cef-8a06-c5a888602b0a"}]} [pid: 8|app: 0|req: 939/2004] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2005] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=06866d6e-3dcf-4ad9-afc1-10815becc481 => 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: 940/2006] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/subnets?id=43d8b03e-f760-430e-bade-68e381c68015 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2007] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/ports?network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2008] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2009] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 1069/2010] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2011] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:44 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:44.932 8 INFO neutron.db.segments_db [None req-5924894b-f44e-4f30-982c-1c713a42135d 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 7f78209c-adab-4ff7-b9a7-c5c419d79b01 of type vxlan for network 1c8224e1-23fc-4b82-a3dc-d0516dd8048d [pid: 8|app: 0|req: 942/2012] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:20:44 2026] POST /v2.0/networks => generated 746 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2013] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:20:45 2026] POST /v2.0/subnets => generated 693 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:20:45.319 8 INFO neutron.db.segments_db [None req-cde65af2-b662-4af0-96d4-f8c039d8f639 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment f390356e-dcd5-4906-8c27-ddc9a84e7214 of type vxlan for network 187d83ab-c59a-4a27-8fca-b9816562e897 [pid: 7|app: 0|req: 1072/2014] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:20:45 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:45.602 8 INFO neutron.db.l3_hamode_db [None req-cde65af2-b662-4af0-96d4-f8c039d8f639 62d09fd87f944a6eb822484a88d3691e 9e096547768c457dbd7b578ba826703b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1073/2015] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:45 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1074/2016] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:45 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:46.409 8 INFO neutron.db.l3_hamode_db [None req-cde65af2-b662-4af0-96d4-f8c039d8f639 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1075/2017] 10.0.0.164 () {30 vars in 690 bytes} [Thu Aug 13 02:20:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2018] 10.0.0.164 () {30 vars in 692 bytes} [Thu Aug 13 02:20: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: 7|app: 0|req: 1077/2019] 10.0.0.164 () {30 vars in 668 bytes} [Thu Aug 13 02:20:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2020] 10.0.0.164 () {30 vars in 704 bytes} [Thu Aug 13 02:20:46 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: 1079/2021] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2022] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2023] 10.0.0.164 () {28 vars in 439 bytes} [Thu Aug 13 02:20:47 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2024] 10.0.0.164 () {30 vars in 728 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 657 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2025] 10.0.0.164 () {30 vars in 690 bytes} [Thu Aug 13 02:20:47 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: 1084/2026] 10.0.0.164 () {30 vars in 692 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2027] 10.0.0.164 () {30 vars in 668 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2028] 10.0.0.164 () {30 vars in 704 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2029] 10.0.0.164 () {30 vars in 728 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2030] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:20:45 2026] POST /v2.0/routers => generated 733 bytes in 2367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2031] 10.0.0.164 () {30 vars in 690 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2032] 10.0.0.164 () {30 vars in 692 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2033] 10.0.0.164 () {30 vars in 668 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2034] 10.0.0.164 () {30 vars in 704 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2035] 10.0.0.164 () {30 vars in 730 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2036] 10.0.0.164 () {30 vars in 682 bytes} [Thu Aug 13 02:20:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2037] 10.0.0.164 () {34 vars in 704 bytes} [Thu Aug 13 02:20:47 2026] POST /v2.0/ports => generated 1124 bytes in 434 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: 951/2038] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:48 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2039] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:48 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2040] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:49 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2041] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:49 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2042] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:49 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2043] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:20:47 2026] PUT /v2.0/routers/493fa7a2-a07b-4c7c-9f51-89f6a7f9d535/add_router_interface => generated 309 bytes in 2203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2044] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:49 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2045] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:20:49 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:20:50.381 8 INFO neutron.db.l3_db [None req-341fab83-c4cc-4d1c-8e9d-bf937b4fd3ba 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Floating IP 98342579-1fdd-48c3-b895-2866e7e364af associated. External IP: 10.96.250.220, port: 06866d6e-3dcf-4ad9-afc1-10815becc481. [pid: 8|app: 0|req: 957/2046] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:20:49 2026] PUT /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 856 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2047] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:50.766 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-910f5c8b-8d32-441a-b1dc-f7828cd9b3ff'] response: {'name': 'network-changed', 'server_uuid': 'e3f8af40-e67b-4294-ab96-9f0167df8413', 'tag': '06866d6e-3dcf-4ad9-afc1-10815becc481', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 958/2048] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/networks?id=1c8224e1-23fc-4b82-a3dc-d0516dd8048d => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2049] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/quotas/9e096547768c457dbd7b578ba826703b => 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: 959/2050] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/ports?tenant_id=9e096547768c457dbd7b578ba826703b&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2051] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:20:50 2026] GET /v2.0/networks/1c8224e1-23fc-4b82-a3dc-d0516dd8048d?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: 960/2052] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/networks/1c8224e1-23fc-4b82-a3dc-d0516dd8048d?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: 1093/2053] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2054] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/ports?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2055] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/networks?id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2056] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=06866d6e-3dcf-4ad9-afc1-10815becc481 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2057] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/subnets?id=43d8b03e-f760-430e-bade-68e381c68015 => 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: 963/2058] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/ports?network_id=8ac78c4c-29f0-409d-a51c-f6244d83f5ec&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: 1096/2059] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?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: 964/2060] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2061] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2062] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2063] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:20:51 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: 966/2064] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:20:51 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: 1099/2065] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2066] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:20:51 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2067] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:20:52 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: 968/2068] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:20:52 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: 1101/2069] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:20:52 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: 969/2070] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:20:52.275 7 INFO neutron.api.v2.resource [None req-f546e415-80c9-4f13-b18a-5fa36eb252cb 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2071] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2072] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2073] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 971/2074] 199.19.213.175 () {34 vars in 736 bytes} [Thu Aug 13 02:20:52 2026] POST /v2.0/security-groups => generated 1636 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2075] 199.19.213.175 () {30 vars in 815 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/security-group-rules?security_group_id=f0526457-0ccc-423c-ae46-653cbe3845dd => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2076] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:20:52 2026] PUT /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2077] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 858 bytes in 49 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: 973/2078] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:20:52 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: 1106/2079] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2080] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:20:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2081] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:20:52 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: 975/2082] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:20:53 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2083] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:53 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2084] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:54 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2085] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:20:55 2026] GET /v2.0/networks?id=1c8224e1-23fc-4b82-a3dc-d0516dd8048d => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2086] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:55 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 977/2089] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:20:55 2026] POST /v2.0/ports => generated 954 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2090] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:20:56 2026] PUT /v2.0/ports/4601ffa7-1cbb-4837-a440-83e89e7be3b9 => generated 1235 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:20:56.552 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4fdffb5-a78e-452e-8c29-0e68796a0f45'] response: {'name': 'network-changed', 'server_uuid': '3924be66-653a-4245-b272-a747d0d955fb', 'tag': '4601ffa7-1cbb-4837-a440-83e89e7be3b9', '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: 978/2091] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:56 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1114/2092] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:56 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2093] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:57 2026] GET /v2.0/ports?tenant_id=9e096547768c457dbd7b578ba826703b&device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2094] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:20:57 2026] GET /v2.0/networks?tenant_id=9e096547768c457dbd7b578ba826703b&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2095] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:20:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2096] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:57 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2097] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2098] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/ports?tenant_id=9e096547768c457dbd7b578ba826703b&device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2099] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4601ffa7-1cbb-4837-a440-83e89e7be3b9 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2100] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/subnets?id=40b3b2e1-f8bf-430f-b2b0-65a126219f33 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2101] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/ports?network_id=1c8224e1-23fc-4b82-a3dc-d0516dd8048d&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2102] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/networks/1c8224e1-23fc-4b82-a3dc-d0516dd8048d?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: 984/2103] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:20:58 2026] GET /v2.0/networks/1c8224e1-23fc-4b82-a3dc-d0516dd8048d?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: 1120/2104] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:20:59 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 985/2105] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:20:59 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2106] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 986/2107] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&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: 1122/2108] 10.0.0.170 () {34 vars in 1016 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2109] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/networks?id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2110] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/quotas/70d8d5b0b0944c7c8ab6a1602ee97ebd => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2111] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2112] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 989/2113] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:21:00 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1125/2114] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2115] 10.0.0.198 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2116] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => 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: 1127/2117] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => 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: 991/2118] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 969 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2119] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:01 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2120] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:02 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2121] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:02 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2122] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:03 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2123] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:03 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2124] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:04 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 1131/2125] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:04 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => 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: 995/2126] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:04 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2127] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:04 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => 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: 996/2128] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:05 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2129] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:21:05 2026] GET /v2.0/networks?id=9604a19b-130a-4d7d-8051-ec0b97e72b19 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2130] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:05 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&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: 1134/2131] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:21:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2132] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:21:05 2026] POST /v2.0/ports => generated 1082 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2133] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:21:05 2026] PUT /v2.0/ports/39cab257-7ce0-4083-9d1a-3ace3e6d2390 => generated 1243 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:06.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a49fc8c-5129-47b6-ac7f-59dae8341868'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': '39cab257-7ce0-4083-9d1a-3ace3e6d2390', '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: 999/2134] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:06 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 971 bytes in 91 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: 1136/2135] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:06 2026] GET /v2.0/security-groups?id=e9ec9e36-9515-440c-be92-5893415eed60&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: 1000/2136] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:21:06 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:06.902 7 INFO neutron_taas.services.taas.taas_plugin [req-3d715e55-65be-4820-9741-9cb52c369501 req-9f863421-17f5-44eb-a819-1be84cb8ce16 d6c183a3ae3b47b3b09b9e9b62745a8f 9e096547768c457dbd7b578ba826703b - - default default] TaaS: Handle Delete Port: 4601ffa7-1cbb-4837-a440-83e89e7be3b9 2026-08-13 02:21:06.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3d715e55-65be-4820-9741-9cb52c369501 req-9f863421-17f5-44eb-a819-1be84cb8ce16 d6c183a3ae3b47b3b09b9e9b62745a8f 9e096547768c457dbd7b578ba826703b - - default default] Tap Mirror: Handle Delete Port: 4601ffa7-1cbb-4837-a440-83e89e7be3b9 [pid: 8|app: 0|req: 1001/2137] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:06 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2138] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:21:06 2026] GET /v2.0/networks?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&shared=False => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2139] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:21:07 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: 7|app: 0|req: 1137/2140] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:21:06 2026] DELETE /v2.0/ports/4601ffa7-1cbb-4837-a440-83e89e7be3b9 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2141] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:07 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2142] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:07 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2143] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:07 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2144] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:07 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 1006/2145] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2146] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => 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: 1007/2147] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2148] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&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: 1008/2149] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1142/2150] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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) 2026-08-13 02:21:08.427 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c0a7e14-70da-4aed-bb09-eefdd8e45688'] response: {'server_uuid': '3924be66-653a-4245-b272-a747d0d955fb', 'name': 'network-vif-deleted', 'tag': '4601ffa7-1cbb-4837-a440-83e89e7be3b9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1009/2151] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:08 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 1143/2152] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:09 2026] GET /v2.0/ports?device_id=3924be66-653a-4245-b272-a747d0d955fb => 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: 1010/2153] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:10 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2154] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:10 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2155] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:10 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2158] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:11 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2159] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:11 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:11.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec060f02-40be-41e0-8354-c1a398064f94 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 85531f89-6117-4d12-93dc-86fd2e960159 2026-08-13 02:21:11.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec060f02-40be-41e0-8354-c1a398064f94 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 85531f89-6117-4d12-93dc-86fd2e960159 [pid: 8|app: 0|req: 1013/2160] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:21:11 2026] PUT /v2.0/routers/493fa7a2-a07b-4c7c-9f51-89f6a7f9d535/remove_router_interface => generated 309 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2161] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:12 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:12.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-51eddb93-e3d5-4c99-8653-84d695cdd4f4 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 2f160b09-a9b2-4ea0-9dbc-4881cc789861 2026-08-13 02:21:12.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51eddb93-e3d5-4c99-8653-84d695cdd4f4 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 2f160b09-a9b2-4ea0-9dbc-4881cc789861 [pid: 8|app: 0|req: 1015/2162] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:12 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&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: 1016/2163] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:21:12 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2164] 199.19.213.175 () {34 vars in 1044 bytes} [Thu Aug 13 02:21:12 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:21:12.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-51eddb93-e3d5-4c99-8653-84d695cdd4f4 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 0d9ea40c-82b9-485b-88c8-4de238bfa3ef 2026-08-13 02:21:12.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51eddb93-e3d5-4c99-8653-84d695cdd4f4 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 0d9ea40c-82b9-485b-88c8-4de238bfa3ef 2026-08-13 02:21:13.051 7 INFO neutron.services.segments.plugin [-] Segment f390356e-dcd5-4906-8c27-ddc9a84e7214 resource provider aggregate not found 2026-08-13 02:21:13.057 7 INFO neutron.services.segments.plugin [-] Segment f390356e-dcd5-4906-8c27-ddc9a84e7214 resource provider aggregate not found 2026-08-13 02:21:13.080 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f390356e-dcd5-4906-8c27-ddc9a84e7214 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f390356e-dcd5-4906-8c27-ddc9a84e7214 found for delete ", "request_id": "req-f7c1b34c-3dfc-444f-b74e-c232c76227e6"}]} 2026-08-13 02:21:13.082 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f390356e-dcd5-4906-8c27-ddc9a84e7214 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f390356e-dcd5-4906-8c27-ddc9a84e7214 found for delete ", "request_id": "req-d1011c32-3fff-4690-845a-a5cbd5c262df"}]} 2026-08-13 02:21:13.091 7 INFO neutron.db.l3_hamode_db [None req-51eddb93-e3d5-4c99-8653-84d695cdd4f4 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network 187d83ab-c59a-4a27-8fca-b9816562e897 was deleted as no HA routers are present in tenant 9e096547768c457dbd7b578ba826703b. [pid: 7|app: 0|req: 1148/2165] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:21:12 2026] DELETE /v2.0/routers/493fa7a2-a07b-4c7c-9f51-89f6a7f9d535 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2166] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:21:13 2026] DELETE /v2.0/subnets/40b3b2e1-f8bf-430f-b2b0-65a126219f33 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:21:13.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4ea4793-69c3-4ba6-a8c8-2dbf35050141 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 1540bcaf-3449-4c58-aa22-bbc18fc95303 2026-08-13 02:21:13.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4ea4793-69c3-4ba6-a8c8-2dbf35050141 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 1540bcaf-3449-4c58-aa22-bbc18fc95303 [pid: 8|app: 0|req: 1019/2167] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2168] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1021/2169] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/security-groups?id=fdef4198-94fa-43dc-9f66-16f9619284e6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2170] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:21:13 2026] DELETE /v2.0/networks/1c8224e1-23fc-4b82-a3dc-d0516dd8048d => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2171] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:13.711 8 INFO neutron_taas.services.taas.taas_plugin [req-014aee5f-f6e4-47f1-8938-1b092cd330a7 req-ace71530-7467-47d3-b8d6-c8a89ee04976 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: 06866d6e-3dcf-4ad9-afc1-10815becc481 2026-08-13 02:21:13.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-014aee5f-f6e4-47f1-8938-1b092cd330a7 req-ace71530-7467-47d3-b8d6-c8a89ee04976 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: 06866d6e-3dcf-4ad9-afc1-10815becc481 [pid: 7|app: 0|req: 1151/2172] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2173] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/security-groups?tenant_id=9e096547768c457dbd7b578ba826703b&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2174] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:13 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:13.954 8 INFO neutron.db.l3_db [req-014aee5f-f6e4-47f1-8938-1b092cd330a7 req-ace71530-7467-47d3-b8d6-c8a89ee04976 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Floating IP 98342579-1fdd-48c3-b895-2866e7e364af disassociated. External IP: 10.96.250.220, port: 06866d6e-3dcf-4ad9-afc1-10815becc481. [pid: 7|app: 0|req: 1154/2175] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:13 2026] DELETE /v2.0/security-groups/e9ec9e36-9515-440c-be92-5893415eed60 => 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: 1022/2176] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:21:13 2026] DELETE /v2.0/ports/06866d6e-3dcf-4ad9-afc1-10815becc481 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:21:14.390 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35ed1d9e-0f81-485e-9cc1-2ed57971cfa2'] response: {'server_uuid': 'e3f8af40-e67b-4294-ab96-9f0167df8413', 'name': 'network-vif-deleted', 'tag': '06866d6e-3dcf-4ad9-afc1-10815becc481', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1155/2177] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:14 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:21:15.104 7 INFO neutron.services.segments.plugin [-] Segment 7f78209c-adab-4ff7-b9a7-c5c419d79b01 resource provider aggregate not found 2026-08-13 02:21:15.104 7 INFO neutron.services.segments.plugin [-] Segment 7f78209c-adab-4ff7-b9a7-c5c419d79b01 resource provider aggregate not found 2026-08-13 02:21:15.122 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f78209c-adab-4ff7-b9a7-c5c419d79b01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f78209c-adab-4ff7-b9a7-c5c419d79b01 found for delete ", "request_id": "req-99b4fb6f-ed19-4f11-bee9-d7036a54fa47"}]} 2026-08-13 02:21:15.124 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f78209c-adab-4ff7-b9a7-c5c419d79b01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f78209c-adab-4ff7-b9a7-c5c419d79b01 found for delete ", "request_id": "req-b19958c1-e7e2-49c2-aa84-b10667bf468e"}]} [pid: 8|app: 0|req: 1023/2178] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:15 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1156/2179] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:16 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2180] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:16 2026] GET /v2.0/security-groups?id=a4afedda-bf4e-4117-9555-bb80bc8006ce&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2181] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:16 2026] GET /v2.0/ports?device_id=e3f8af40-e67b-4294-ab96-9f0167df8413 => 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: 1025/2182] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:16 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2183] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:17 2026] DELETE /v2.0/security-groups/fdef4198-94fa-43dc-9f66-16f9619284e6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:18.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-09b14c4e-66dd-40f5-9066-818dc3cfe1df 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: 56a0aec6-ddfb-48e7-9d0b-3c7cf8b12440 2026-08-13 02:21:18.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09b14c4e-66dd-40f5-9066-818dc3cfe1df 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: 56a0aec6-ddfb-48e7-9d0b-3c7cf8b12440 [pid: 8|app: 0|req: 1026/2184] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:21:18 2026] DELETE /v2.0/floatingips/98342579-1fdd-48c3-b895-2866e7e364af => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2185] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:18 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2186] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:18 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&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: 1160/2187] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:19 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 1161/2188] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:19 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2189] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:19 2026] GET /v2.0/security-groups?tenant_id=7a125e57bcf947bebd9d1c12a0a24cd4&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2190] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:20 2026] DELETE /v2.0/security-groups/ded149f8-a0a2-4bc4-aee7-f62b28cc722e => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2191] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:20 2026] GET /v2.0/security-groups?tenant_id=c529ccc86ffe4c3b89a1d14e9047bc45&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2192] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:20 2026] DELETE /v2.0/security-groups/a0431022-a9cc-4c48-b40d-28572f3f0a6a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2193] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:20 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2194] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:21:21 2026] GET /v2.0/security-groups?id=5ce60217-45ee-4697-a24e-98d351ff177b&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: 1031/2195] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:21:21 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:21.228 7 INFO neutron_taas.services.taas.taas_plugin [req-cc50ef53-80aa-4032-83a6-626a701e6b5c req-8bda085c-7e41-4fa1-af36-3e97caffdbe6 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: 30d17a4f-5bd4-482c-8549-829b52626206 2026-08-13 02:21:21.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc50ef53-80aa-4032-83a6-626a701e6b5c req-8bda085c-7e41-4fa1-af36-3e97caffdbe6 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: 30d17a4f-5bd4-482c-8549-829b52626206 [pid: 7|app: 0|req: 1165/2196] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:21:21 2026] DELETE /v2.0/ports/30d17a4f-5bd4-482c-8549-829b52626206 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:21:21.451 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19574970-c3d9-4905-9c0f-1d91eb1ffc93'] response: {'server_uuid': '6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf', 'name': 'network-vif-deleted', 'tag': '30d17a4f-5bd4-482c-8549-829b52626206', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1032/2197] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:22 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 1166/2198] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:23 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 1033/2199] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:24 2026] GET /v2.0/ports?device_id=6f7ace74-b0f5-4f75-bd0b-16a32f6d3cbf => 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: 1167/2200] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:25 2026] GET /v2.0/security-groups?tenant_id=fc7ff51614634223ab1ff3b8e4541c9e&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: 1034/2201] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:25 2026] DELETE /v2.0/security-groups/369d35b6-b5af-477e-b8f6-7bc2a7296b7f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2202] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:25 2026] DELETE /v2.0/security-groups/5ce60217-45ee-4697-a24e-98d351ff177b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2203] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:25 2026] GET /v2.0/security-groups?tenant_id=3210b5fa73df436f9d245f20dff3dc3d&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2204] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:25 2026] DELETE /v2.0/security-groups/a0d1b672-9b88-4364-b275-551ca1cb035b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:26.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-e862a985-5962-4f43-8b2f-05453c700c8f 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: f1a7dd3d-b8cf-4af3-9cc1-5f1cc9d86314 2026-08-13 02:21:26.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e862a985-5962-4f43-8b2f-05453c700c8f 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: f1a7dd3d-b8cf-4af3-9cc1-5f1cc9d86314 [pid: 7|app: 0|req: 1169/2207] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:21:25 2026] PUT /v2.0/routers/65014bf4-0829-4c91-be67-b7126b5871f7/remove_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2208] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:21:26 2026] DELETE /v2.0/subnets/43d8b03e-f760-430e-bade-68e381c68015 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:21:27.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0947d9c-7ecd-4225-974b-f3783f696ff5 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: e721fa33-773c-42d0-babd-bcb043905846 2026-08-13 02:21:27.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0947d9c-7ecd-4225-974b-f3783f696ff5 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: e721fa33-773c-42d0-babd-bcb043905846 2026-08-13 02:21:27.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0947d9c-7ecd-4225-974b-f3783f696ff5 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: 7e1a5f27-2c7e-46a3-a560-7907b2d76175 2026-08-13 02:21:27.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0947d9c-7ecd-4225-974b-f3783f696ff5 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: 7e1a5f27-2c7e-46a3-a560-7907b2d76175 2026-08-13 02:21:27.962 7 INFO neutron.services.segments.plugin [-] Segment d7442fe9-4b75-44ba-90a8-0584bfaae539 resource provider aggregate not found 2026-08-13 02:21:27.977 7 INFO neutron.services.segments.plugin [-] Segment d7442fe9-4b75-44ba-90a8-0584bfaae539 resource provider aggregate not found 2026-08-13 02:21:27.991 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d7442fe9-4b75-44ba-90a8-0584bfaae539 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7442fe9-4b75-44ba-90a8-0584bfaae539 found for delete ", "request_id": "req-14a02b29-4487-403e-813c-df3254bbc9a9"}]} 2026-08-13 02:21:28.007 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d7442fe9-4b75-44ba-90a8-0584bfaae539 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7442fe9-4b75-44ba-90a8-0584bfaae539 found for delete ", "request_id": "req-4437df44-a1d2-42d2-b194-6bbacea73dc3"}]} 2026-08-13 02:21:28.012 7 INFO neutron.db.l3_hamode_db [None req-e0947d9c-7ecd-4225-974b-f3783f696ff5 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] HA network a05636f3-df48-47d8-bf1d-cd6bb6c5f7f3 was deleted as no HA routers are present in tenant 6b70189aceb94c52ad0d7c3848102ffe. [pid: 7|app: 0|req: 1170/2209] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:21:27 2026] DELETE /v2.0/routers/65014bf4-0829-4c91-be67-b7126b5871f7 => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:28.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-f769fe09-120c-4983-9c67-5bdde1f8a7f9 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] TaaS: Handle Delete Port: 5b86c670-bb56-4a2c-a9e6-e7ba5b9d80e4 2026-08-13 02:21:28.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f769fe09-120c-4983-9c67-5bdde1f8a7f9 76a3c6ac8ffd43f482d2d4a38b4b1f43 6b70189aceb94c52ad0d7c3848102ffe - - default default] Tap Mirror: Handle Delete Port: 5b86c670-bb56-4a2c-a9e6-e7ba5b9d80e4 /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-08-13 02:21:28.396 8 INFO neutron.services.segments.plugin [-] Segment a8a09d4c-4870-4ff9-9f96-eec36eb05c0e resource provider aggregate not found 2026-08-13 02:21:28.398 8 INFO neutron.services.segments.plugin [-] Segment a8a09d4c-4870-4ff9-9f96-eec36eb05c0e resource provider aggregate not found 2026-08-13 02:21:28.423 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8a09d4c-4870-4ff9-9f96-eec36eb05c0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a09d4c-4870-4ff9-9f96-eec36eb05c0e found for delete ", "request_id": "req-0068782a-2f0c-41e6-b021-96a66fb3b511"}]} 2026-08-13 02:21:28.424 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8a09d4c-4870-4ff9-9f96-eec36eb05c0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a09d4c-4870-4ff9-9f96-eec36eb05c0e found for delete ", "request_id": "req-0fab93a6-76fb-483f-b5a1-1bf331e49c1f"}]} [pid: 8|app: 0|req: 1040/2210] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:21:28 2026] DELETE /v2.0/networks/8ac78c4c-29f0-409d-a51c-f6244d83f5ec => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2211] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:29 2026] GET /v2.0/security-groups?tenant_id=f2d9b18065674f579fb2b90e2e8a77a6&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2212] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:29 2026] DELETE /v2.0/security-groups/fc7e87b9-e7af-4834-8462-d33532c957d7 => 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: 1172/2213] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:30 2026] GET /v2.0/security-groups?tenant_id=6b70189aceb94c52ad0d7c3848102ffe&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2214] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:30 2026] DELETE /v2.0/security-groups/68498451-4030-45a4-bcb5-2ab42b095406 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:32.841 7 INFO neutron.db.segments_db [None req-480d2153-fc0d-4128-95bb-f584245e348a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 55f2cd24-f180-453d-9bb0-bb4ec228f713 of type vxlan for network 7c27eb0a-1356-42ab-aa0f-d0d8be28ac83 [pid: 7|app: 0|req: 1173/2215] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:21:32 2026] POST /v2.0/networks => generated 741 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2216] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:32 2026] GET /v2.0/security-groups?tenant_id=65ec853e6a3145a486c07f5c343f414c&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2217] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:32 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: 1044/2218] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:33 2026] DELETE /v2.0/security-groups/80eb681e-69c0-416a-9629-3f0c9c5b6ca0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:33.230 7 INFO neutron.db.segments_db [None req-1aacb294-9bc0-4cc1-9759-bfe4c9914549 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment f1c7891a-82c9-4269-9c09-4eeb0023f8bd of type vxlan for network 5fd1a63d-e6e0-486e-85ba-2436074492d0 [pid: 8|app: 0|req: 1045/2219] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:33 2026] GET /v2.0/security-groups?tenant_id=6f6811488afc44488eb0a3ba3c592265&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:33.620 7 INFO neutron.db.l3_hamode_db [None req-1aacb294-9bc0-4cc1-9759-bfe4c9914549 62d09fd87f944a6eb822484a88d3691e 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1046/2220] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:33 2026] DELETE /v2.0/security-groups/2bef4842-11ed-4f6e-b8f9-1fb6a1622c38 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:21:34.524 7 INFO neutron.db.l3_hamode_db [None req-1aacb294-9bc0-4cc1-9759-bfe4c9914549 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1175/2221] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:33 2026] POST /v2.0/routers => generated 728 bytes in 2370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2222] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:21:35 2026] PUT /v2.0/routers/cf969c10-6838-4e40-8c47-a36bd15bbe8f/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:38.602 7 INFO neutron.db.segments_db [None req-9d4d2586-97a6-440f-bcea-e3c6f34bf56d 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 71a26e15-222b-4923-b25f-c0080f4c44a5 of type vxlan for network 2303fe4f-0ae8-4d8b-be44-23af3fd65eb7 [pid: 7|app: 0|req: 1176/2223] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:21:38 2026] POST /v2.0/networks => generated 739 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2224] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:38 2026] POST /v2.0/subnets => generated 687 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:21:39.140 7 INFO neutron.db.segments_db [None req-b5848704-354a-4c24-a687-856f6952a0af 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 4ace0bd7-ea39-4a91-a32a-e19da48fe072 of type vxlan for network be1d9d7b-e6e0-4d81-ab77-f1e29b23bb2f 2026-08-13 02:21:39.445 7 INFO neutron.db.l3_hamode_db [None req-b5848704-354a-4c24-a687-856f6952a0af 62d09fd87f944a6eb822484a88d3691e a5df644e79ff4715969626af194bf19d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:21:40.298 7 INFO neutron.db.l3_hamode_db [None req-b5848704-354a-4c24-a687-856f6952a0af 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1049/2225] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:40 2026] GET /v2.0/security-groups?tenant_id=a80fa0eca88f4a818d28e9f816e1c750&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2228] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:40 2026] DELETE /v2.0/security-groups/5f868094-4f74-4910-b1a4-687360435873 => 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: 1053/2229] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:41 2026] GET /v2.0/security-groups?tenant_id=7a0f7e1fb7fc4688a40b9c571a1891b1&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2230] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:39 2026] POST /v2.0/routers => generated 727 bytes in 2278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2231] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:41 2026] DELETE /v2.0/security-groups/7f908cf1-989f-4660-8d7d-939bb2ea9d92 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2232] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:21:41 2026] PUT /v2.0/routers/331ba98e-8ac2-4fca-b892-bb43cd9199ea/add_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2233] 10.0.0.171 () {32 vars in 623 bytes} [Thu Aug 13 02:21:43 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: 1179/2234] 10.0.0.171 () {32 vars in 633 bytes} [Thu Aug 13 02:21:43 2026] GET /v2.0/ => generated 632 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2235] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:21:43 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2236] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2237] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:43 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2238] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2239] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:21:44.291 8 INFO neutron.db.securitygroups_db [None req-4de1da17-2c41-49cc-8255-2a7487516010 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Project 8c957f4b81cc4b4ab502c683e59fe1a5 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: 1059/2240] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2241] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:44 2026] GET /v2.0/security-groups?tenant_id=fb559780d2124f29bd21a6c755780c4f&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:44.462 8 INFO neutron.db.securitygroups_db [None req-62621e14-0096-483a-90aa-70ab555377f4 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Project 8c957f4b81cc4b4ab502c683e59fe1a5 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: 1183/2242] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:44 2026] DELETE /v2.0/security-groups/0eecf929-07d6-462f-b56b-46fb06b24091 => 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: 1060/2243] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2244] 10.0.0.171 () {34 vars in 685 bytes} [Thu Aug 13 02:21:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2245] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2246] 10.0.0.171 () {34 vars in 695 bytes} [Thu Aug 13 02:21:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2247] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:21:45 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2248] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1550225420&fields=id&tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5 => 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: 1063/2249] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1212837779&fields=id&tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2250] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/networks?id=7c27eb0a-1356-42ab-aa0f-d0d8be28ac83 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2251] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/quotas/8c957f4b81cc4b4ab502c683e59fe1a5 => 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: 1188/2252] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/ports?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2253] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2254] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2255] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:46 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2256] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:47 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1067/2257] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:49 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1068/2258] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:50 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1191/2259] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:50 2026] GET /v2.0/security-groups?tenant_id=9f0046a9c40146e3a074c1475d2db449&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2260] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:50 2026] DELETE /v2.0/security-groups/06351cc1-d368-4add-82a1-5fdf224e9710 => 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: 1192/2261] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:50 2026] GET /v2.0/security-groups?tenant_id=04f62946eb414a7689aafe206bc96739&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2262] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:50 2026] DELETE /v2.0/security-groups/5a5cacaf-9877-4bba-b573-4fcdc9d50b96 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2263] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:21:51 2026] GET /v2.0/networks?id=7c27eb0a-1356-42ab-aa0f-d0d8be28ac83 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2264] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:51 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2265] 199.19.213.175 () {34 vars in 1050 bytes} [Thu Aug 13 02:21:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5 => generated 274 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2266] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:21:51 2026] POST /v2.0/ports => generated 997 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2267] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:21:51 2026] PUT /v2.0/ports/2c2afeb8-cb0b-4d3d-a318-6f770d49564c => generated 1278 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:52.245 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07456311-572b-4c33-88d2-bec02a6ef242'] response: {'name': 'network-changed', 'server_uuid': 'f85c3ea6-ae63-45a1-82b3-3254b67b0bd4', 'tag': '2c2afeb8-cb0b-4d3d-a318-6f770d49564c', '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: 1073/2268] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1012 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: 7|app: 0|req: 1196/2269] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2270] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:21:52 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: 1197/2271] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2272] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2273] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:21:52 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: 1076/2274] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2275] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2276] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/ports?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2277] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/networks?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2278] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:21:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2279] 199.19.213.175 () {34 vars in 717 bytes} [Thu Aug 13 02:21:52 2026] POST /v2.0/ports => generated 1059 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2280] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2281] 10.0.0.170 () {34 vars in 907 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2282] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2283] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2284] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/ports?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2285] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:21:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=2c2afeb8-cb0b-4d3d-a318-6f770d49564c => 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: 1083/2286] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/subnets?id=677de6a0-e204-4dba-b767-47572136ea7a => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2287] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/ports?network_id=7c27eb0a-1356-42ab-aa0f-d0d8be28ac83&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2288] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?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: 1205/2289] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?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: 1085/2290] 199.19.213.175 () {34 vars in 1262 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2291] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1086/2292] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2293] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/security-groups?tenant_id=68afee7cd2be40c69edfc070fc5e388f&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2294] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:21:54 2026] DELETE /v2.0/security-groups/96006e59-d3b8-406e-9e51-3b9fd77a67f9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2295] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1012 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2296] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2297] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2298] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:21:54 2026] GET /v2.0/networks?id=7f022d00-95df-4edc-bebb-aceb46db735c => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2299] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:21:54 2026] PUT /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1249 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:55.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5af4c42-8329-415a-8013-dc04f9c54c1f'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': '796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2302] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:55 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2303] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:55 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2304] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2305] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/networks?id=7f022d00-95df-4edc-bebb-aceb46db735c => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2306] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1093/2307] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2308] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2309] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2310] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:56 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:21:56.739 8 INFO neutron.db.segments_db [None req-5a8f34b9-b9a2-4c2e-a806-50b0d231cc66 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment 16a8dc20-7ccb-4b67-9b10-96357eac4070 of type vxlan for network 4c31a0c3-3783-4ee9-942c-d02de7dbe758 [pid: 8|app: 0|req: 1095/2311] 10.0.0.171 () {34 vars in 671 bytes} [Thu Aug 13 02:21:56 2026] POST /v2.0/networks => generated 741 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2312] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:56 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:21:57.048 8 INFO neutron.db.segments_db [None req-0180a3d7-bcdb-49ad-8e65-07fc8628c6aa 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Added segment bbe7bcf2-34e3-4ff5-a962-089b54dd4eff of type vxlan for network 061276e7-467d-49c1-8b9c-b0727b95ae21 [pid: 7|app: 0|req: 1218/2313] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2314] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:21:57.317 8 INFO neutron.db.l3_hamode_db [None req-0180a3d7-bcdb-49ad-8e65-07fc8628c6aa 62d09fd87f944a6eb822484a88d3691e a28d90072c274e978ce29e5ee0fae58e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1220/2315] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2489 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2316] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2317] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => 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: 1223/2318] 199.19.213.175 () {34 vars in 1124 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2319] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2320] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2321] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2322] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1228/2323] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1229/2324] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2325] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2326] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2327] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:21:57 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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) 2026-08-13 02:21:58.170 8 INFO neutron.db.l3_hamode_db [None req-0180a3d7-bcdb-49ad-8e65-07fc8628c6aa 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2328] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:58 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2329] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:58 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2330] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:21:57 2026] POST /v2.0/routers => generated 728 bytes in 2288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2331] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:59 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2332] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:21:59 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2333] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:21:59 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:21:59.965 8 INFO neutron.db.l3_db [None req-99804c14-712f-46be-98f4-56078e919725 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Floating IP 73fcc31b-509e-49ab-a2a7-9f4803a11fab associated. External IP: 10.96.250.206, port: 2c2afeb8-cb0b-4d3d-a318-6f770d49564c. [pid: 8|app: 0|req: 1100/2334] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:21:59 2026] PUT /v2.0/floatingips/73fcc31b-509e-49ab-a2a7-9f4803a11fab => generated 856 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:00.415 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e76d58f-7dc9-4b88-97dc-c9e641aed4a0'] response: {'name': 'network-changed', 'server_uuid': 'f85c3ea6-ae63-45a1-82b3-3254b67b0bd4', 'tag': '2c2afeb8-cb0b-4d3d-a318-6f770d49564c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2335] 10.0.0.171 () {34 vars in 783 bytes} [Thu Aug 13 02:21:59 2026] PUT /v2.0/routers/f5c7a77b-60ce-45f7-bd4c-5043393adc5f/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2336] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:00 2026] GET /v2.0/ports?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2337] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:00 2026] GET /v2.0/networks?id=7c27eb0a-1356-42ab-aa0f-d0d8be28ac83 => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2338] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=2c2afeb8-cb0b-4d3d-a318-6f770d49564c => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2339] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/subnets?id=677de6a0-e204-4dba-b767-47572136ea7a => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2340] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/ports?network_id=7c27eb0a-1356-42ab-aa0f-d0d8be28ac83&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2341] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?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: 1104/2342] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83?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: 1239/2343] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:22:01 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1249 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2344] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:22:01 2026] PUT /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1272 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:02.135 7 INFO neutron.api.v2.resource [None req-a74ea2e4-5bb3-4b39-bd83-b13a954544f8 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2345] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2346] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:02.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4e46442-2f5a-4010-bd16-84a5294f9c3a'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': '796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1241/2347] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:22:02 2026] PUT /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1310 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:02.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5296a8c5-74a4-481e-823d-6ea6bfb77ee5'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': '796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1107/2348] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1242/2349] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:02 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: 1108/2350] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:02 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: 1243/2351] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:02 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: 1109/2352] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2353] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2354] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2355] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2356] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:02 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2357] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2358] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks?id=7f022d00-95df-4edc-bebb-aceb46db735c => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2359] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2360] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1113/2361] 10.0.0.170 () {34 vars in 982 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks?id=4c31a0c3-3783-4ee9-942c-d02de7dbe758 => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2362] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2363] 10.0.0.170 () {34 vars in 965 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/quotas/a28d90072c274e978ce29e5ee0fae58e => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2364] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2365] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2366] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/ports?tenant_id=a28d90072c274e978ce29e5ee0fae58e&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2367] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2368] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks/4c31a0c3-3783-4ee9-942c-d02de7dbe758?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2369] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1253/2370] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/networks/4c31a0c3-3783-4ee9-942c-d02de7dbe758?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: 1118/2371] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:03 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2372] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2373] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/networks?id=7f022d00-95df-4edc-bebb-aceb46db735c => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2374] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2375] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2376] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2377] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2378] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1122/2379] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:04 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1258/2380] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:05 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1123/2381] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:06 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1259/2382] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:07 2026] GET /v2.0/networks?id=4c31a0c3-3783-4ee9-942c-d02de7dbe758 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2383] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:08 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1124/2384] 199.19.213.175 () {38 vars in 955 bytes} [Thu Aug 13 02:22:08 2026] POST /v2.0/ports => generated 954 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2385] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:08 2026] PUT /v2.0/ports/22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78 => generated 1235 bytes in 406 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-08-13 02:22:08.955 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f497ebee-d7db-4586-ab49-9c8ceea58b3e'] response: {'name': 'network-changed', 'server_uuid': 'd6649024-998c-4de4-af5a-0cd6e10f06e3', 'tag': '22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78', '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: 1262/2386] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2387] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&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: 7|app: 0|req: 1264/2388] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/ports?tenant_id=a28d90072c274e978ce29e5ee0fae58e&device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2389] 199.19.213.175 () {34 vars in 1018 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/networks?tenant_id=a28d90072c274e978ce29e5ee0fae58e&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2390] 199.19.213.175 () {34 vars in 930 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:09.856 8 INFO neutron.db.l3_db [None req-38ba1602-dc39-4ec2-842b-c7505f8c6e91 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP b4e972c0-3eab-4827-9b6d-4dbdfc6864c6 associated. External IP: 10.96.250.210, port: cc39ac53-cb77-45a6-a38f-6ee33093332e. [pid: 7|app: 0|req: 1267/2391] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2392] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:22:09 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2393] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1283 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2394] 10.0.0.171 () {32 vars in 858 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/floatingips?floating_network_id=eb6c0c43-01ab-4e08-af9f-61c70746a2e2&port_id=2c2afeb8-cb0b-4d3d-a318-6f770d49564c => generated 861 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2395] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2396] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2397] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/ports?tenant_id=a28d90072c274e978ce29e5ee0fae58e&device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2398] 10.0.0.171 () {34 vars in 677 bytes} [Thu Aug 13 02:22:08 2026] POST /v2.0/floatingips => generated 897 bytes in 1805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2399] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78 => 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: 1126/2400] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/subnets?id=96e7bb72-495c-4975-b767-a60bd2f4ca0f => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2403] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/ports?network_id=4c31a0c3-3783-4ee9-942c-d02de7dbe758&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2404] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/networks/4c31a0c3-3783-4ee9-942c-d02de7dbe758?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2405] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:10 2026] GET /v2.0/networks/4c31a0c3-3783-4ee9-942c-d02de7dbe758?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: 1130/2406] 10.0.0.198 () {34 vars in 990 bytes} [Thu Aug 13 02:22:11 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2407] 10.0.0.198 () {34 vars in 1120 bytes} [Thu Aug 13 02:22:11 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2408] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:11 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2409] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:11 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2410] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:12 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1279/2411] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:12 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2412] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:13 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: 1280/2413] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2414] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:13 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: 1281/2415] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:13 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-08-13 02:22:13.826 8 INFO neutron.api.v2.resource [None req-4286d8f6-e3d1-4de6-bc65-66cd3f84061f 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1135/2416] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:22:13 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2417] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:22:13 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2418] 199.19.213.175 () {30 vars in 815 bytes} [Thu Aug 13 02:22:13 2026] GET /v2.0/security-group-rules?security_group_id=f0526457-0ccc-423c-ae46-653cbe3845dd => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2419] 199.19.213.175 () {34 vars in 747 bytes} [Thu Aug 13 02:22:13 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: 1137/2420] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:13 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 969 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2421] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:14 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2422] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:14 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&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: 1286/2423] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:22:14 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2424] 199.19.213.175 () {34 vars in 747 bytes} [Thu Aug 13 02:22:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2425] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:15 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1139/2426] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:15 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2427] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:15 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2428] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:22:15 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2429] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:22:16 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2430] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:16 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2431] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:16 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:16.584 8 INFO neutron_taas.services.taas.taas_plugin [req-6985969d-67f1-4894-a501-9bf993a0d607 req-38391848-6074-43c4-b044-9c7198a24261 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] TaaS: Handle Delete Port: 2c2afeb8-cb0b-4d3d-a318-6f770d49564c [pid: 7|app: 0|req: 1292/2432] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:16 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:16.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6985969d-67f1-4894-a501-9bf993a0d607 req-38391848-6074-43c4-b044-9c7198a24261 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Tap Mirror: Handle Delete Port: 2c2afeb8-cb0b-4d3d-a318-6f770d49564c [pid: 7|app: 0|req: 1293/2433] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Aug 13 02:22:16 2026] GET /v2.0/security-groups?id=fa13129b-0a98-4724-b20a-d4001900676a&id=ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:16.741 8 INFO neutron.db.l3_db [req-6985969d-67f1-4894-a501-9bf993a0d607 req-38391848-6074-43c4-b044-9c7198a24261 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Floating IP 73fcc31b-509e-49ab-a2a7-9f4803a11fab disassociated. External IP: 10.96.250.206, port: 2c2afeb8-cb0b-4d3d-a318-6f770d49564c. [pid: 8|app: 0|req: 1141/2434] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:22:16 2026] DELETE /v2.0/ports/2c2afeb8-cb0b-4d3d-a318-6f770d49564c => generated 0 bytes in 747 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:17.211 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a56b154d-bafd-4e6d-9085-d101491425cd'] response: {'server_uuid': 'f85c3ea6-ae63-45a1-82b3-3254b67b0bd4', 'name': 'network-vif-deleted', 'tag': '2c2afeb8-cb0b-4d3d-a318-6f770d49564c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1294/2435] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:17 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1295/2436] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:17 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1142/2437] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:17 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2438] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:18 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1143/2439] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:19 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2440] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:19 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&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: 1144/2441] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:19 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1298/2442] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:20 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2443] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:20 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&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: 1299/2444] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/ports?device_id=f85c3ea6-ae63-45a1-82b3-3254b67b0bd4 => 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: 1146/2445] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2446] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/security-groups?id=7c28c4e4-e3a2-4acb-be05-c0226b5be685&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2447] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:22:21 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:21.892 8 INFO neutron_taas.services.taas.taas_plugin [req-a6f88d77-fe79-4498-a505-0f619175eb3c req-a0edb9e0-3047-46e8-babe-2207b446802c bdf7a8f591e9488fab729fbd6660e0f2 a28d90072c274e978ce29e5ee0fae58e - - default default] TaaS: Handle Delete Port: 22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78 2026-08-13 02:22:21.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a6f88d77-fe79-4498-a505-0f619175eb3c req-a0edb9e0-3047-46e8-babe-2207b446802c bdf7a8f591e9488fab729fbd6660e0f2 a28d90072c274e978ce29e5ee0fae58e - - default default] Tap Mirror: Handle Delete Port: 22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78 [pid: 8|app: 0|req: 1148/2448] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:22:21 2026] DELETE /v2.0/ports/22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:22.134 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cddab33-163c-49c4-b9a3-438c4b9f7e42'] response: {'server_uuid': 'd6649024-998c-4de4-af5a-0cd6e10f06e3', 'name': 'network-vif-deleted', 'tag': '22d389f7-3a5d-4d7a-b9a7-7e12a44ecb78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1301/2449] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:22 2026] DELETE /v2.0/security-groups/ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:22.316 8 INFO neutron.api.v2.resource [None req-57cbec65-fb6b-44db-9ca1-ceabd0933123 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2450] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:22:22 2026] GET /v2.0/security-groups/ed4d23e2-07ec-4dcd-a375-f3a2ed7ac098 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:22:22.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-da37d8de-9342-4724-8b21-904986e276d4 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] TaaS: Handle Delete Port: b2bc1626-0c91-4eaf-9cdd-a4a65f26f723 2026-08-13 02:22:22.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da37d8de-9342-4724-8b21-904986e276d4 c65a4ab4fd5c4a438b1b0f30bada8936 8c957f4b81cc4b4ab502c683e59fe1a5 - - default default] Tap Mirror: Handle Delete Port: b2bc1626-0c91-4eaf-9cdd-a4a65f26f723 [pid: 7|app: 0|req: 1302/2451] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:22 2026] DELETE /v2.0/floatingips/73fcc31b-509e-49ab-a2a7-9f4803a11fab => 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: 1303/2452] 10.0.0.164 () {30 vars in 690 bytes} [Thu Aug 13 02:22:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2453] 10.0.0.164 () {30 vars in 692 bytes} [Thu Aug 13 02:22:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2454] 10.0.0.164 () {30 vars in 668 bytes} [Thu Aug 13 02:22:22 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: 1306/2455] 10.0.0.164 () {30 vars in 704 bytes} [Thu Aug 13 02:22:22 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: 1150/2456] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:22 2026] DELETE /v2.0/security-groups/fa13129b-0a98-4724-b20a-d4001900676a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2457] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:22 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:23.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0bf9a43-c56a-4855-984c-15c5af2f1e6d 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 323d7b08-c1be-4bbc-b369-f86c08c269c4 2026-08-13 02:22:23.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0bf9a43-c56a-4855-984c-15c5af2f1e6d 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 323d7b08-c1be-4bbc-b369-f86c08c269c4 [pid: 7|app: 0|req: 1308/2458] 10.0.0.164 () {28 vars in 439 bytes} [Thu Aug 13 02:22:23 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: 1309/2459] 10.0.0.164 () {30 vars in 728 bytes} [Thu Aug 13 02:22:23 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2460] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:22:22 2026] PUT /v2.0/routers/cf969c10-6838-4e40-8c47-a36bd15bbe8f/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2461] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:23 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:24.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-0986ea01-635a-44f7-8098-4a86cb6cb8c2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 890828d1-5a83-41e2-8abb-4c140ad3d7ea 2026-08-13 02:22:24.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0986ea01-635a-44f7-8098-4a86cb6cb8c2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 890828d1-5a83-41e2-8abb-4c140ad3d7ea 2026-08-13 02:22:24.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-0986ea01-635a-44f7-8098-4a86cb6cb8c2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 59e834f3-f323-400b-9588-ec3a2ccb8cd4 2026-08-13 02:22:24.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0986ea01-635a-44f7-8098-4a86cb6cb8c2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 59e834f3-f323-400b-9588-ec3a2ccb8cd4 2026-08-13 02:22:24.711 7 INFO neutron.db.l3_hamode_db [None req-0986ea01-635a-44f7-8098-4a86cb6cb8c2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network 5fd1a63d-e6e0-486e-85ba-2436074492d0 was deleted as no HA routers are present in tenant 8c957f4b81cc4b4ab502c683e59fe1a5. [pid: 7|app: 0|req: 1310/2462] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:23 2026] DELETE /v2.0/routers/cf969c10-6838-4e40-8c47-a36bd15bbe8f => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:24.852 7 INFO neutron.services.segments.plugin [-] Segment f1c7891a-82c9-4269-9c09-4eeb0023f8bd resource provider aggregate not found 2026-08-13 02:22:24.864 7 INFO neutron.services.segments.plugin [-] Segment f1c7891a-82c9-4269-9c09-4eeb0023f8bd resource provider aggregate not found 2026-08-13 02:22:24.880 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1c7891a-82c9-4269-9c09-4eeb0023f8bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1c7891a-82c9-4269-9c09-4eeb0023f8bd found for delete ", "request_id": "req-1e404fcc-cdd2-497d-893c-1e811040d24b"}]} 2026-08-13 02:22:24.891 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1c7891a-82c9-4269-9c09-4eeb0023f8bd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1c7891a-82c9-4269-9c09-4eeb0023f8bd found for delete ", "request_id": "req-61f04871-2b56-4426-a059-e1c7c5399d32"}]} [pid: 8|app: 0|req: 1153/2463] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:24 2026] DELETE /v2.0/subnets/677de6a0-e204-4dba-b767-47572136ea7a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:25.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-19c1ab53-6cd8-4c27-874f-feaeb8a14641 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: cecc0832-2946-4492-9936-9dedb790c62c 2026-08-13 02:22:25.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19c1ab53-6cd8-4c27-874f-feaeb8a14641 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: cecc0832-2946-4492-9936-9dedb790c62c [pid: 8|app: 0|req: 1154/2464] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/ports?device_id=d6649024-998c-4de4-af5a-0cd6e10f06e3 => 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: 1155/2465] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2466] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:25 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: 1157/2467] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:25 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: 1158/2468] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2469] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:24 2026] DELETE /v2.0/networks/7c27eb0a-1356-42ab-aa0f-d0d8be28ac83 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2470] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2471] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:25.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cc92653-2010-4aea-bee5-04714e394032 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 0ca8f80c-b97b-47c1-af56-ced5df9e411b 2026-08-13 02:22:25.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cc92653-2010-4aea-bee5-04714e394032 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 0ca8f80c-b97b-47c1-af56-ced5df9e411b [pid: 7|app: 0|req: 1314/2472] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2473] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2476] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2477] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2478] 199.19.213.175 () {34 vars in 717 bytes} [Thu Aug 13 02:22:25 2026] POST /v2.0/ports => generated 1324 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2479] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:22:25 2026] PUT /v2.0/routers/331ba98e-8ac2-4fca-b892-bb43cd9199ea/remove_router_interface => generated 309 bytes in 1041 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-08-13 02:22:26.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-58691ec8-6c45-469c-940d-816b8d205fca 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: f32f65b2-9114-48e4-b615-3ce7269f4d3a 2026-08-13 02:22:26.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58691ec8-6c45-469c-940d-816b8d205fca 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: f32f65b2-9114-48e4-b615-3ce7269f4d3a [pid: 8|app: 0|req: 1160/2480] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:22:26 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2481] 10.0.0.170 () {34 vars in 907 bytes} [Thu Aug 13 02:22:26 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) 2026-08-13 02:22:26.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-58691ec8-6c45-469c-940d-816b8d205fca 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: e9053538-0fe5-4023-bfe1-6ffdc80c551c 2026-08-13 02:22:26.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58691ec8-6c45-469c-940d-816b8d205fca 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: e9053538-0fe5-4023-bfe1-6ffdc80c551c 2026-08-13 02:22:26.913 7 INFO neutron.services.segments.plugin [-] Segment 55f2cd24-f180-453d-9bb0-bb4ec228f713 resource provider aggregate not found 2026-08-13 02:22:26.938 7 INFO neutron.services.segments.plugin [-] Segment 55f2cd24-f180-453d-9bb0-bb4ec228f713 resource provider aggregate not found 2026-08-13 02:22:26.941 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55f2cd24-f180-453d-9bb0-bb4ec228f713 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f2cd24-f180-453d-9bb0-bb4ec228f713 found for delete ", "request_id": "req-3a5c08bf-2955-4ab5-b92e-67d454daf652"}]} 2026-08-13 02:22:26.969 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55f2cd24-f180-453d-9bb0-bb4ec228f713 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f2cd24-f180-453d-9bb0-bb4ec228f713 found for delete ", "request_id": "req-92acada3-bf0e-44a0-9d5c-b2793e0ff704"}]} 2026-08-13 02:22:27.297 7 INFO neutron.db.l3_hamode_db [None req-58691ec8-6c45-469c-940d-816b8d205fca 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network be1d9d7b-e6e0-4d81-ab77-f1e29b23bb2f was deleted as no HA routers are present in tenant a5df644e79ff4715969626af194bf19d. [pid: 7|app: 0|req: 1321/2482] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:26 2026] DELETE /v2.0/routers/331ba98e-8ac2-4fca-b892-bb43cd9199ea => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2483] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:27 2026] DELETE /v2.0/subnets/6c086881-b631-4780-8781-a9b4205b3e29 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:27.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-1895bfea-a370-4803-8acb-a91ab88a842c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 009fb6dd-0ed7-4cd2-a3cd-7deeb4065c6a 2026-08-13 02:22:27.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1895bfea-a370-4803-8acb-a91ab88a842c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 009fb6dd-0ed7-4cd2-a3cd-7deeb4065c6a 2026-08-13 02:22:27.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d83586f-c129-4545-bd38-6bb853bd8048 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 65dcdd87-1799-4248-b411-ea9a874141c5 2026-08-13 02:22:27.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d83586f-c129-4545-bd38-6bb853bd8048 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 65dcdd87-1799-4248-b411-ea9a874141c5 [pid: 7|app: 0|req: 1323/2484] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:27 2026] DELETE /v2.0/networks/2303fe4f-0ae8-4d8b-be44-23af3fd65eb7 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2485] 199.19.213.175 () {34 vars in 1262 bytes} [Thu Aug 13 02:22:27 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2486] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:27 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2487] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:27 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1327/2488] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:28 2026] GET /v2.0/security-groups?tenant_id=a5df644e79ff4715969626af194bf19d&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: 1328/2489] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:28 2026] DELETE /v2.0/security-groups/404a6788-3ed3-44d4-94da-8f6dd2813913 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2490] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:22:27 2026] PUT /v2.0/routers/f5c7a77b-60ce-45f7-bd4c-5043393adc5f/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2491] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:28 2026] GET /v2.0/security-groups?tenant_id=8c957f4b81cc4b4ab502c683e59fe1a5&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2492] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:28 2026] DELETE /v2.0/security-groups/1a339fc4-d43b-469e-b237-17ffe192a3d8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:28.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fbcbcc3-86be-4e56-a87a-a04c40ff88c9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 2c4d1251-4a20-4876-b17f-1069386e5dbf 2026-08-13 02:22:28.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbcbcc3-86be-4e56-a87a-a04c40ff88c9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 2c4d1251-4a20-4876-b17f-1069386e5dbf [pid: 8|app: 0|req: 1165/2493] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:22:28 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2494] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:28 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2495] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:28 2026] PUT /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1514 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:29.140 7 INFO neutron.services.segments.plugin [-] Segment 4ace0bd7-ea39-4a91-a32a-e19da48fe072 resource provider aggregate not found 2026-08-13 02:22:29.148 7 INFO neutron.services.segments.plugin [-] Segment 4ace0bd7-ea39-4a91-a32a-e19da48fe072 resource provider aggregate not found 2026-08-13 02:22:29.168 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ace0bd7-ea39-4a91-a32a-e19da48fe072 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ace0bd7-ea39-4a91-a32a-e19da48fe072 found for delete ", "request_id": "req-6722b90a-1077-419f-83aa-cb3982a33e3d"}]} 2026-08-13 02:22:29.173 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf9e2c0d-e644-4673-999f-bb6a8c57e296'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'ab94356a-37f7-47f9-9be8-2c7e8ea9ea34', 'status': 'completed', 'code': 200} 2026-08-13 02:22:29.188 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ace0bd7-ea39-4a91-a32a-e19da48fe072 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ace0bd7-ea39-4a91-a32a-e19da48fe072 found for delete ", "request_id": "req-070fe9d4-f0c4-44c0-b40d-21bea0c8772b"}]} 2026-08-13 02:22:29.198 7 INFO neutron.services.segments.plugin [-] Segment 71a26e15-222b-4923-b25f-c0080f4c44a5 resource provider aggregate not found 2026-08-13 02:22:29.219 7 INFO neutron.services.segments.plugin [-] Segment 71a26e15-222b-4923-b25f-c0080f4c44a5 resource provider aggregate not found 2026-08-13 02:22:29.224 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71a26e15-222b-4923-b25f-c0080f4c44a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a26e15-222b-4923-b25f-c0080f4c44a5 found for delete ", "request_id": "req-3089af3c-767e-4e53-bcda-aafa22a95324"}]} 2026-08-13 02:22:29.251 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71a26e15-222b-4923-b25f-c0080f4c44a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a26e15-222b-4923-b25f-c0080f4c44a5 found for delete ", "request_id": "req-66610617-8bdb-4279-9b8c-f33f30c605f7"}]} 2026-08-13 02:22:29.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fbcbcc3-86be-4e56-a87a-a04c40ff88c9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: e66294cd-9777-4b31-8e97-7e785abdffdc 2026-08-13 02:22:29.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbcbcc3-86be-4e56-a87a-a04c40ff88c9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: e66294cd-9777-4b31-8e97-7e785abdffdc 2026-08-13 02:22:29.669 7 INFO neutron.db.l3_hamode_db [None req-6fbcbcc3-86be-4e56-a87a-a04c40ff88c9 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] HA network 061276e7-467d-49c1-8b9c-b0727b95ae21 was deleted as no HA routers are present in tenant a28d90072c274e978ce29e5ee0fae58e. [pid: 7|app: 0|req: 1329/2496] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:28 2026] DELETE /v2.0/routers/f5c7a77b-60ce-45f7-bd4c-5043393adc5f => generated 0 bytes in 1379 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: 1168/2497] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2498] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2499] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1330/2500] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:29 2026] DELETE /v2.0/subnets/96e7bb72-495c-4975-b767-a60bd2f4ca0f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2501] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1172/2502] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:29.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-db772579-86f4-45eb-90ee-08132aa74b2b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 29237edb-b5f1-45a5-bbb1-363dd1c25685 2026-08-13 02:22:29.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db772579-86f4-45eb-90ee-08132aa74b2b 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 29237edb-b5f1-45a5-bbb1-363dd1c25685 [pid: 8|app: 0|req: 1173/2503] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2504] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:29 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2505] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:30 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1176/2506] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:30 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1331/2507] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:29 2026] DELETE /v2.0/networks/4c31a0c3-3783-4ee9-942c-d02de7dbe758 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2508] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:30 2026] GET /v2.0/security-groups?tenant_id=a28d90072c274e978ce29e5ee0fae58e&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: 1332/2509] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:30 2026] DELETE /v2.0/security-groups/7c28c4e4-e3a2-4acb-be05-c0226b5be685 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2510] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2511] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:31.249 7 INFO neutron.services.segments.plugin [-] Segment bbe7bcf2-34e3-4ff5-a962-089b54dd4eff resource provider aggregate not found 2026-08-13 02:22:31.272 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bbe7bcf2-34e3-4ff5-a962-089b54dd4eff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbe7bcf2-34e3-4ff5-a962-089b54dd4eff found for delete ", "request_id": "req-8bca3f7a-ed79-440c-989e-6de22e17a52c"}]} 2026-08-13 02:22:31.276 7 INFO neutron.services.segments.plugin [-] Segment bbe7bcf2-34e3-4ff5-a962-089b54dd4eff resource provider aggregate not found 2026-08-13 02:22:31.294 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bbe7bcf2-34e3-4ff5-a962-089b54dd4eff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbe7bcf2-34e3-4ff5-a962-089b54dd4eff found for delete ", "request_id": "req-966cdf65-b5da-49e9-8da3-6599ee0ae6ce"}]} [pid: 8|app: 0|req: 1179/2512] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:31.320 7 INFO neutron.services.segments.plugin [-] Segment 16a8dc20-7ccb-4b67-9b10-96357eac4070 resource provider aggregate not found 2026-08-13 02:22:31.327 7 INFO neutron.services.segments.plugin [-] Segment 16a8dc20-7ccb-4b67-9b10-96357eac4070 resource provider aggregate not found 2026-08-13 02:22:31.343 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16a8dc20-7ccb-4b67-9b10-96357eac4070 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a8dc20-7ccb-4b67-9b10-96357eac4070 found for delete ", "request_id": "req-8f0c223f-80e6-4415-ab4c-41c6ee685830"}]} 2026-08-13 02:22:31.359 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 16a8dc20-7ccb-4b67-9b10-96357eac4070 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a8dc20-7ccb-4b67-9b10-96357eac4070 found for delete ", "request_id": "req-1df2194c-c179-408c-bef7-9fd0231b5982"}]} [pid: 7|app: 0|req: 1334/2513] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2514] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1335/2515] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1181/2516] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1336/2517] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2518] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&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: 1337/2519] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2520] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2521] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1184/2522] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1339/2523] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2524] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&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: 1340/2525] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&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: 1186/2526] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1341/2527] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:31 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:33.415 8 INFO neutron.db.segments_db [None req-36cf8564-59bb-4fb6-a842-aa05a46fee2d 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Added segment 9d70f2a2-d85a-4dc1-92b9-99501b314b38 of type vxlan for network 6f070122-1bfd-4e70-8ccd-156d1b31de63 [pid: 8|app: 0|req: 1187/2528] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:33 2026] POST /v2.0/networks => generated 631 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2529] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:22: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-08-13 02:22:33.932 8 INFO neutron.db.segments_db [None req-edf98780-d2ae-46fc-85c9-8cd6f4f8d0d0 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Added segment 4b756a5c-6a92-4b43-89f7-dc823b216966 of type vxlan for network 00b59d68-76a3-43b1-a8b8-ae788b3741ea [pid: 8|app: 0|req: 1188/2530] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:33 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1343/2531] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:22:34 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:34.472 8 INFO neutron.db.segments_db [None req-92f7f820-d36a-405b-84ce-0ddb3414972c 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Added segment f0af4247-9f4c-4095-9ace-4f1e180c1fda of type vxlan for network 878c5cc7-deca-46e5-879b-eea49cb8071e [pid: 8|app: 0|req: 1189/2532] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:34 2026] POST /v2.0/networks => generated 632 bytes in 188 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: 1344/2533] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:22:34 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:34.963 8 INFO neutron.db.segments_db [None req-fdbe6cf1-8213-4573-ad8f-7af86d83242a 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Added segment e9591c00-0399-4f17-ad4d-34e9700dab2b of type vxlan for network be2e6df2-6806-47f4-b703-2d182f4f220a [pid: 8|app: 0|req: 1190/2534] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:34 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1345/2535] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/ports => generated 743 bytes in 341 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-08-13 02:22:35.446 8 INFO neutron.db.segments_db [None req-c276872f-4f11-4428-aebd-505e4307de6a a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] Added segment 7591ca90-f065-4995-887d-7205085d49bf of type vxlan for network 33d15dff-bfdb-42ef-a2b5-3c2c22c9500c 2026-08-13 02:22:35.471 7 INFO neutron.db.segments_db [None req-1b056c25-891d-48d7-87ad-ea22f7f18b7a 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Added segment b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 of type vxlan for network 76c1b0ff-c251-4cc1-b562-8d973b310110 [pid: 8|app: 0|req: 1191/2536] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/networks => generated 727 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2537] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2538] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/subnets => generated 644 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2539] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:22:35 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1514 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:35.785 8 WARNING neutron.api.v2.base [None req-9290a560-40f9-4ac4-98cb-97428dcf2e37 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - 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-08-13 02:22:35.786 8 INFO neutron.api.v2.resource [None req-9290a560-40f9-4ac4-98cb-97428dcf2e37 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1194/2540] 10.0.0.171 () {34 vars in 681 bytes} [Thu Aug 13 02:22:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2541] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:22:35 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1348/2542] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:35 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2543] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:22:35 2026] PUT /v2.0/ports/93ae12d7-5181-497a-810b-5cbd1e67f794/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1195/2544] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:35 2026] DELETE /v2.0/networks/33d15dff-bfdb-42ef-a2b5-3c2c22c9500c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2545] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:35 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2546] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:22:36 2026] PUT /v2.0/ports/58e3a261-1725-4295-b43e-360d80a7c130/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:22:36.069 7 INFO neutron.db.segments_db [None req-dc1110c4-ab94-4a3c-b804-2c6605ffd494 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] Added segment f057bd50-5aea-4966-a6bd-8637a3f66a62 of type vxlan for network 8c2d824a-f3ba-4ecd-8b98-bf6c0cae0e91 2026-08-13 02:22:36.077 8 INFO neutron.services.segments.plugin [-] Segment 7591ca90-f065-4995-887d-7205085d49bf resource provider aggregate not found [pid: 8|app: 0|req: 1197/2547] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/subnets/c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:36.089 8 INFO neutron.services.segments.plugin [-] Segment 7591ca90-f065-4995-887d-7205085d49bf resource provider aggregate not found 2026-08-13 02:22:36.103 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7591ca90-f065-4995-887d-7205085d49bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7591ca90-f065-4995-887d-7205085d49bf found for delete ", "request_id": "req-18ec60a2-725b-49c3-ad78-3dbee7fe1a86"}]} 2026-08-13 02:22:36.116 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7591ca90-f065-4995-887d-7205085d49bf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7591ca90-f065-4995-887d-7205085d49bf found for delete ", "request_id": "req-c4301107-84fc-4416-86e7-33aeab7a2953"}]} [pid: 7|app: 0|req: 1351/2548] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/networks => generated 726 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2549] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:22:36 2026] PUT /v2.0/ports/ab810ae9-a840-41ab-a263-f8728031dcf1/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1199/2550] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:22:36 2026] PUT /v2.0/ports/4abc72a6-94a8-4e65-99bb-b454470acf27/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1200/2551] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:36 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: 1352/2552] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/subnets => generated 647 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2553] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:36 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) 2026-08-13 02:22:36.394 7 WARNING neutron.api.v2.base [None req-e587cc05-2835-403c-b664-40a64a1fd461 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - 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-08-13 02:22:36.396 7 INFO neutron.api.v2.resource [None req-e587cc05-2835-403c-b664-40a64a1fd461 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1354/2554] 10.0.0.171 () {34 vars in 681 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2555] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:36 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: 1201/2556] 10.0.0.171 () {32 vars in 660 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2557] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2558] 10.0.0.171 () {32 vars in 674 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2559] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:36.614 7 INFO neutron.services.segments.plugin [-] Segment f057bd50-5aea-4966-a6bd-8637a3f66a62 resource provider aggregate not found [pid: 8|app: 0|req: 1205/2560] 10.0.0.171 () {32 vars in 670 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:36.624 7 INFO neutron.services.segments.plugin [-] Segment f057bd50-5aea-4966-a6bd-8637a3f66a62 resource provider aggregate not found 2026-08-13 02:22:36.642 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f057bd50-5aea-4966-a6bd-8637a3f66a62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f057bd50-5aea-4966-a6bd-8637a3f66a62 found for delete ", "request_id": "req-1f127059-14c5-4e90-93e5-1daecd216dce"}]} 2026-08-13 02:22:36.642 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f057bd50-5aea-4966-a6bd-8637a3f66a62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f057bd50-5aea-4966-a6bd-8637a3f66a62 found for delete ", "request_id": "req-9f43e700-639b-4b59-a12c-b8f49213f592"}]} [pid: 8|app: 0|req: 1206/2561] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2562] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:36 2026] DELETE /v2.0/networks/8c2d824a-f3ba-4ecd-8b98-bf6c0cae0e91 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2563] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:36.711 7 INFO neutron.db.segments_db [None req-40700990-963d-427a-a27a-d2c97e2f2bcb a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] Added segment 1cfc421e-8145-49cf-8694-1b5b78ed2a66 of type vxlan for network 43ff1163-92b8-4ff5-a8ed-67f059b8f70b [pid: 8|app: 0|req: 1208/2564] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1348 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2565] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/networks => generated 726 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2566] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2567] 10.0.0.171 () {32 vars in 668 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2568] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2569] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2570] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/subnets => generated 647 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2571] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2572] 10.0.0.171 () {32 vars in 678 bytes} [Thu Aug 13 02:22:36 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2573] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:37 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2574] 10.0.0.171 () {32 vars in 690 bytes} [Thu Aug 13 02:22:37 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:37.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-24297163-fab5-445b-8a20-33ba8ff3dddb 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] TaaS: Handle Delete Port: 93ae12d7-5181-497a-810b-5cbd1e67f794 2026-08-13 02:22:37.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24297163-fab5-445b-8a20-33ba8ff3dddb 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Tap Mirror: Handle Delete Port: 93ae12d7-5181-497a-810b-5cbd1e67f794 [pid: 8|app: 0|req: 1213/2575] 10.0.0.171 () {34 vars in 681 bytes} [Thu Aug 13 02:22:36 2026] POST /v2.0/rbac-policies => generated 324 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2576] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:22:37 2026] DELETE /v2.0/ports/93ae12d7-5181-497a-810b-5cbd1e67f794 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:37.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b0a2819-2832-4cab-a5b8-b78388a66274 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] TaaS: Handle Delete Port: 58e3a261-1725-4295-b43e-360d80a7c130 2026-08-13 02:22:37.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0a2819-2832-4cab-a5b8-b78388a66274 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Tap Mirror: Handle Delete Port: 58e3a261-1725-4295-b43e-360d80a7c130 [pid: 8|app: 0|req: 1214/2577] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:22:37 2026] DELETE /v2.0/ports/58e3a261-1725-4295-b43e-360d80a7c130 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:37.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-e160293a-d796-466b-9be5-31d16f8258c7 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] TaaS: Handle Delete Port: ab810ae9-a840-41ab-a263-f8728031dcf1 2026-08-13 02:22:37.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e160293a-d796-466b-9be5-31d16f8258c7 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Tap Mirror: Handle Delete Port: ab810ae9-a840-41ab-a263-f8728031dcf1 [pid: 8|app: 0|req: 1215/2578] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:22:37 2026] GET /v2.0/networks/43ff1163-92b8-4ff5-a8ed-67f059b8f70b => generated 654 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2579] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:22:37 2026] DELETE /v2.0/ports/ab810ae9-a840-41ab-a263-f8728031dcf1 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:37.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8129cd2-f1f1-4bda-8901-fac2a0d75445 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] TaaS: Handle Delete Port: 4abc72a6-94a8-4e65-99bb-b454470acf27 2026-08-13 02:22:37.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8129cd2-f1f1-4bda-8901-fac2a0d75445 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Tap Mirror: Handle Delete Port: 4abc72a6-94a8-4e65-99bb-b454470acf27 [pid: 8|app: 0|req: 1216/2580] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:22:37 2026] DELETE /v2.0/ports/4abc72a6-94a8-4e65-99bb-b454470acf27 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:38.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7614d75-fb77-498b-b22c-1d5fb0aa1498 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] TaaS: Handle Delete Port: 6580af75-5034-47e7-9876-2f17fec8de1e 2026-08-13 02:22:38.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7614d75-fb77-498b-b22c-1d5fb0aa1498 59fd55eee39649a9bab737d4cff41fbb 9f7846ffcca04ce6a416fabc1e326f68 - - default default] Tap Mirror: Handle Delete Port: 6580af75-5034-47e7-9876-2f17fec8de1e [pid: 7|app: 0|req: 1365/2581] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:22:37 2026] DELETE /v2.0/ports/6580af75-5034-47e7-9876-2f17fec8de1e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:38.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9ec9180-343b-4c64-bdd2-1e1624e47f9f 59a4e9b2602b497383d9421db092f2f5 915450bf5a5a4058960703b9bd8ce8b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1217/2582] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:22:38 2026] GET /v2.0/networks/43ff1163-92b8-4ff5-a8ed-67f059b8f70b => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2583] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/6f070122-1bfd-4e70-8ccd-156d1b31de63 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:38.337 8 INFO neutron.services.segments.plugin [-] Segment 1cfc421e-8145-49cf-8694-1b5b78ed2a66 resource provider aggregate not found 2026-08-13 02:22:38.341 8 INFO neutron.services.segments.plugin [-] Segment 1cfc421e-8145-49cf-8694-1b5b78ed2a66 resource provider aggregate not found 2026-08-13 02:22:38.363 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cfc421e-8145-49cf-8694-1b5b78ed2a66 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cfc421e-8145-49cf-8694-1b5b78ed2a66 found for delete ", "request_id": "req-73dedf54-65d1-49c5-8721-4b14490bd6f5"}]} 2026-08-13 02:22:38.366 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1cfc421e-8145-49cf-8694-1b5b78ed2a66 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cfc421e-8145-49cf-8694-1b5b78ed2a66 found for delete ", "request_id": "req-4333a50c-53d8-48a7-8502-ec9d915930a0"}]} [pid: 8|app: 0|req: 1218/2584] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/43ff1163-92b8-4ff5-a8ed-67f059b8f70b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:38.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb1bebb-4927-456d-880d-9cdadc82997c a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1219/2585] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/subnets/154f4471-5f99-4482-a0ea-6053883d2b70 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:22:38.438 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6702740c-1b00-4ee8-adee-a4ac9a776f3c a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2586] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/subnets/52063e3d-543e-4057-9096-f630dd232231 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:22:38.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ddf2662-2b44-4c6e-9789-2a9b6c81e0a5 a36071c4f6f44645891e1eaa7040de44 d4e0e3939be4452ba9908ac74e2501c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2587] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/subnets/6f747385-e7c9-45e5-973e-2112ebedce5f => 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: 1367/2588] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/00b59d68-76a3-43b1-a8b8-ae788b3741ea => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2589] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/878c5cc7-deca-46e5-879b-eea49cb8071e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:22:38.667 7 INFO neutron.services.segments.plugin [-] Segment 9d70f2a2-d85a-4dc1-92b9-99501b314b38 resource provider aggregate not found 2026-08-13 02:22:38.671 7 INFO neutron.services.segments.plugin [-] Segment 9d70f2a2-d85a-4dc1-92b9-99501b314b38 resource provider aggregate not found 2026-08-13 02:22:38.697 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d70f2a2-d85a-4dc1-92b9-99501b314b38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d70f2a2-d85a-4dc1-92b9-99501b314b38 found for delete ", "request_id": "req-4f1f286c-aa0f-4bc6-aefd-2d5484fd571d"}]} 2026-08-13 02:22:38.703 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d70f2a2-d85a-4dc1-92b9-99501b314b38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d70f2a2-d85a-4dc1-92b9-99501b314b38 found for delete ", "request_id": "req-26f3bbf1-247b-4cde-8e3e-32cefb64ee07"}]} 2026-08-13 02:22:38.723 7 INFO neutron.services.segments.plugin [-] Segment 4b756a5c-6a92-4b43-89f7-dc823b216966 resource provider aggregate not found 2026-08-13 02:22:38.730 7 INFO neutron.services.segments.plugin [-] Segment 4b756a5c-6a92-4b43-89f7-dc823b216966 resource provider aggregate not found 2026-08-13 02:22:38.744 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b756a5c-6a92-4b43-89f7-dc823b216966 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b756a5c-6a92-4b43-89f7-dc823b216966 found for delete ", "request_id": "req-c07664f5-0705-4760-9c00-344124b61358"}]} 2026-08-13 02:22:38.747 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b756a5c-6a92-4b43-89f7-dc823b216966 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b756a5c-6a92-4b43-89f7-dc823b216966 found for delete ", "request_id": "req-a8295485-a799-4ad2-aac7-deae1000ddd6"}]} [pid: 7|app: 0|req: 1368/2590] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/be2e6df2-6806-47f4-b703-2d182f4f220a => 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: 1223/2591] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:22:38 2026] DELETE /v2.0/networks/76c1b0ff-c251-4cc1-b562-8d973b310110 => 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: 1369/2592] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:39 2026] GET /v2.0/security-groups?tenant_id=915450bf5a5a4058960703b9bd8ce8b7&name=default => generated 2929 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2593] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:39 2026] DELETE /v2.0/security-groups/5f42f566-728a-4d49-a9ba-e0558c5b4180 => 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: 1225/2594] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:39 2026] GET /v2.0/security-groups?tenant_id=623dbd4b4aee46a38330f0a58c17a7fe&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2595] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:39 2026] GET /v2.0/security-groups?tenant_id=9f7846ffcca04ce6a416fabc1e326f68&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2596] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:40 2026] DELETE /v2.0/security-groups/fd9ad66e-d001-4841-a085-2f74c5080523 => 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: 1371/2597] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:40 2026] DELETE /v2.0/security-groups/1afd3600-f895-4d8d-a999-35ed564423c7 => 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: 1227/2598] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/security-groups?tenant_id=d4e0e3939be4452ba9908ac74e2501c7&name=default => generated 2929 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:40.389 8 INFO neutron.services.segments.plugin [-] Segment f0af4247-9f4c-4095-9ace-4f1e180c1fda resource provider aggregate not found 2026-08-13 02:22:40.391 8 INFO neutron.services.segments.plugin [-] Segment f0af4247-9f4c-4095-9ace-4f1e180c1fda resource provider aggregate not found [pid: 7|app: 0|req: 1372/2599] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/security-groups?tenant_id=66c3f1366eff4028995fd88050da6717&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:40.410 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f0af4247-9f4c-4095-9ace-4f1e180c1fda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0af4247-9f4c-4095-9ace-4f1e180c1fda found for delete ", "request_id": "req-f68d8ff5-63fe-42a3-b1a9-b79c1a62747a"}]} 2026-08-13 02:22:40.414 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f0af4247-9f4c-4095-9ace-4f1e180c1fda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0af4247-9f4c-4095-9ace-4f1e180c1fda found for delete ", "request_id": "req-d3efebae-90b5-4f7c-95e5-a3b1618ac712"}]} 2026-08-13 02:22:40.426 8 INFO neutron.services.segments.plugin [-] Segment b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 resource provider aggregate not found 2026-08-13 02:22:40.441 8 INFO neutron.services.segments.plugin [-] Segment b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 resource provider aggregate not found [pid: 8|app: 0|req: 1228/2600] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:40 2026] DELETE /v2.0/security-groups/fddd3734-58be-4a5c-b28c-3fd56d8e3234 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:40.453 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 found for delete ", "request_id": "req-603a2135-4931-483e-9fbb-6f3539ab1e56"}]} 2026-08-13 02:22:40.488 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4de52aa-1c21-4e1c-ad94-cb4f5a0e9e04 found for delete ", "request_id": "req-8a175c47-6485-435a-95d2-1d8c99997bab"}]} [pid: 7|app: 0|req: 1373/2601] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:40 2026] DELETE /v2.0/security-groups/6036c30a-67ee-4dee-b603-e0041890a4e5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:40.782 7 INFO neutron.services.segments.plugin [-] Segment e9591c00-0399-4f17-ad4d-34e9700dab2b resource provider aggregate not found 2026-08-13 02:22:40.788 7 INFO neutron.services.segments.plugin [-] Segment e9591c00-0399-4f17-ad4d-34e9700dab2b resource provider aggregate not found 2026-08-13 02:22:40.807 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9591c00-0399-4f17-ad4d-34e9700dab2b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9591c00-0399-4f17-ad4d-34e9700dab2b found for delete ", "request_id": "req-3f403d3f-d7eb-41a0-ac4b-49b103f8580d"}]} 2026-08-13 02:22:40.819 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9591c00-0399-4f17-ad4d-34e9700dab2b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9591c00-0399-4f17-ad4d-34e9700dab2b found for delete ", "request_id": "req-518159ca-2ba8-41c9-b8d3-7639f14df85e"}]} [pid: 8|app: 0|req: 1229/2604] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:40 2026] GET /v2.0/security-groups?tenant_id=46b124b948894cf4ba4d58e07bdfd6bd&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2605] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:40 2026] DELETE /v2.0/security-groups/61b0fa18-a0d1-40f8-8fb6-7d214ba42519 => 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: 1230/2606] 10.0.0.164 () {30 vars in 690 bytes} [Thu Aug 13 02:22:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2607] 10.0.0.164 () {30 vars in 692 bytes} [Thu Aug 13 02:22:44 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: 1231/2608] 10.0.0.164 () {30 vars in 668 bytes} [Thu Aug 13 02:22:44 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: 1378/2609] 10.0.0.164 () {30 vars in 704 bytes} [Thu Aug 13 02:22:44 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: 1232/2610] 10.0.0.164 () {28 vars in 439 bytes} [Thu Aug 13 02:22:44 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2611] 10.0.0.164 () {30 vars in 728 bytes} [Thu Aug 13 02:22:44 2026] GET /v2.0/subnets/3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2612] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2613] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2614] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2615] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:45.283 8 INFO neutron.db.segments_db [None req-6074f9ed-70a6-42e5-8472-3f40a775820e a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Added segment 68010121-5543-4ec1-9b9c-113e49822a39 of type vxlan for network 6077cb6f-69ee-4b37-ab1f-07665887dc79 [pid: 7|app: 0|req: 1382/2616] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2617] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:45 2026] PUT /v2.0/subnetpools/9cd0316b-0b66-41ca-b8de-628f8b7be3a1/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2618] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:45 2026] PUT /v2.0/subnetpools/e28e8eca-014c-4851-99b1-ceaec9963506/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: 1385/2619] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:45 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: 1386/2620] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:45 2026] PUT /v2.0/subnetpools/83d77382-b5ce-48d8-9aed-8e84ebb86686/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2621] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2622] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:45 2026] PUT /v2.0/subnetpools/aa240295-ac12-4ba5-895f-3d28c7927b46/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2623] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:45 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/2624] 10.0.0.171 () {32 vars in 672 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2625] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:45 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-08-13 02:22:45.562 8 INFO neutron.db.l3_hamode_db [None req-6074f9ed-70a6-42e5-8472-3f40a775820e a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1392/2626] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2627] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2628] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2629] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnets/3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2630] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:45.662 8 INFO neutron.db.l3_hamode_db [None req-6074f9ed-70a6-42e5-8472-3f40a775820e a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1397/2631] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4096 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2632] 10.0.0.171 () {32 vars in 680 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2633] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2634] 10.0.0.171 () {32 vars in 690 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2635] 10.0.0.171 () {32 vars in 702 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2636] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/subnetpools/9cd0316b-0b66-41ca-b8de-628f8b7be3a1 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2637] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:45 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: 1404/2638] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/subnetpools/e28e8eca-014c-4851-99b1-ceaec9963506 => 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: 1405/2639] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2640] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/subnetpools/83d77382-b5ce-48d8-9aed-8e84ebb86686 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2641] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:45 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: 1408/2642] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/subnetpools/aa240295-ac12-4ba5-895f-3d28c7927b46 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2643] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2644] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:45 2026] DELETE /v2.0/subnetpools/087de14a-7560-4768-a2e1-2cb0e1e69834 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2645] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:22:45 2026] POST /v2.0/routers => generated 474 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 02:22:46.272 8 INFO neutron.db.l3_hamode_db [None req-4b2cf8c7-1cf2-4bca-ac6d-09d769da239d a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1411/2646] 199.19.213.175 () {34 vars in 717 bytes} [Thu Aug 13 02:22:46 2026] POST /v2.0/ports => generated 1324 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:22:46.427 8 INFO neutron.db.l3_hamode_db [None req-4b2cf8c7-1cf2-4bca-ac6d-09d769da239d a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1412/2647] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:22:46 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2648] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:22:46 2026] POST /v2.0/routers => generated 474 bytes in 846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2649] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:46 2026] GET /v2.0/security-groups?tenant_id=1f16c22ae646476b9fbd3df56210459c&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:47.110 8 INFO neutron.db.l3_hamode_db [None req-45025f1b-1fae-45f3-b6c4-6ee4b111dcec a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1414/2650] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:47 2026] DELETE /v2.0/security-groups/bc0a18c1-9733-4de1-bd47-09740dcf8dce => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:47.241 8 INFO neutron.db.l3_hamode_db [None req-45025f1b-1fae-45f3-b6c4-6ee4b111dcec a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1415/2651] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/security-groups?tenant_id=355e80587c4a435a9a31d85622b55dd2&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2652] 199.19.213.175 () {34 vars in 1262 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2653] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:47 2026] DELETE /v2.0/security-groups/21960a8c-4923-43f5-bfe3-062bb10f37e0 => 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: 1418/2654] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1419/2655] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2656] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:22:47 2026] POST /v2.0/routers => generated 474 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2657] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:47 2026] GET /v2.0/security-groups?tenant_id=301535f95ba24fd7bbbe1d8a932ee92d&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:47.965 8 INFO neutron.db.l3_hamode_db [None req-d413f09d-2c56-420c-8771-b0766ae7868b a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1421/2658] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:47 2026] DELETE /v2.0/security-groups/b93b53f0-8d77-44b6-b28e-a3294cb2355e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:48.110 8 INFO neutron.db.l3_hamode_db [None req-d413f09d-2c56-420c-8771-b0766ae7868b a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1422/2659] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2660] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:48 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2661] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:22:47 2026] POST /v2.0/routers => generated 474 bytes in 940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2662] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:22:48 2026] PUT /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1514 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:48.902 8 INFO neutron.db.l3_hamode_db [None req-5de36b34-1830-430b-a5de-e366a9b6a1a0 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:49.035 8 INFO neutron.db.l3_hamode_db [None req-5de36b34-1830-430b-a5de-e366a9b6a1a0 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 02:22:49.099 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8b60fa4-ae73-4c47-a5af-348dddeec75b'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'a4650b93-3934-46c5-a33b-726f896c0872', '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: 1425/2663] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 5602 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2664] 10.0.0.171 () {34 vars in 668 bytes} [Thu Aug 13 02:22:48 2026] POST /v2.0/routers => generated 474 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2665] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2666] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=a4650b93-3934-46c5-a33b-726f896c0872 => 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: 1428/2667] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac4&port_id=a4650b93-3934-46c5-a33b-726f896c0872 => 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/2668] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:22:49 2026] PUT /v2.0/routers/244b8626-6f03-43a3-bfc2-0c51eb85d9af/tags => generated 17 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2669] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/subnets?id=83c32a7e-ece3-4331-a402-354ea7f295f4&id=3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2670] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&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: 1241/2671] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:22:49 2026] PUT /v2.0/routers/a113adbc-9be8-40d5-a426-9162f667b6c4/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2672] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&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: 1432/2673] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:49 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2674] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:22:49 2026] PUT /v2.0/routers/fbba1478-c898-4ac9-b184-22c3bce9866d/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2675] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1243/2676] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:22:50 2026] PUT /v2.0/routers/36eeb89b-8e6d-4905-96ac-0d9234535035/tags => generated 19 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2677] 10.0.0.171 () {32 vars in 664 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2678] 10.0.0.171 () {32 vars in 678 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2679] 10.0.0.171 () {32 vars in 674 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2680] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2681] 10.0.0.171 () {32 vars in 672 bytes} [Thu Aug 13 02:22:50 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: 8|app: 0|req: 1246/2682] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2683] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2684] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2685] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:22:50 2026] GET /v2.0/routers/244b8626-6f03-43a3-bfc2-0c51eb85d9af => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2686] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 5602 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2687] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => 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: 1441/2688] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2689] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2690] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2691] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2692] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1248/2693] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:22:50 2026] PUT /v2.0/routers/244b8626-6f03-43a3-bfc2-0c51eb85d9af => generated 485 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2694] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:51 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2695] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?device_id=244b8626-6f03-43a3-bfc2-0c51eb85d9af => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2696] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2697] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:51 2026] POST /v2.0/floatingips => generated 552 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2698] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:52.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb9c6f24-7dbb-4546-82a0-dd29172ddae0 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] TaaS: Handle Delete Port: 837882bc-3d9c-472b-918b-cf23a9c30d6e 2026-08-13 02:22:52.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb9c6f24-7dbb-4546-82a0-dd29172ddae0 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Tap Mirror: Handle Delete Port: 837882bc-3d9c-472b-918b-cf23a9c30d6e [pid: 7|app: 0|req: 1448/2699] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2700] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2701] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2702] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1452/2703] 10.0.0.171 () {34 vars in 770 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2704] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:52 2026] DELETE /v2.0/routers/244b8626-6f03-43a3-bfc2-0c51eb85d9af => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2705] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1454/2706] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/routers/a113adbc-9be8-40d5-a426-9162f667b6c4 => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2707] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2708] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2709] 10.0.0.171 () {34 vars in 766 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2710] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2711] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2712] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2713] 10.0.0.171 () {34 vars in 788 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2714] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1462/2715] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2716] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:52 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1464/2717] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2718] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=a4650b93-3934-46c5-a33b-726f896c0872 => 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: 1466/2719] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2720] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac4&port_id=a4650b93-3934-46c5-a33b-726f896c0872 => 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: 1254/2721] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:22:52 2026] PUT /v2.0/routers/a113adbc-9be8-40d5-a426-9162f667b6c4 => generated 493 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2722] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/subnets?id=83c32a7e-ece3-4331-a402-354ea7f295f4&id=3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 1414 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2723] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2724] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?device_id=a113adbc-9be8-40d5-a426-9162f667b6c4 => 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: 1469/2725] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:22:53.168 8 INFO neutron.api.v2.resource [None req-04c376a8-f2b7-4db9-af36-70286e1887da 165dfef1a47d407f8959fd265bc2e8b0 f56424df192141a98914558e70a0acf9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2726] 10.0.0.171 () {32 vars in 751 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2727] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2728] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/red => 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: 1260/2729] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:53.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-d65c3957-6480-4460-9804-8e9ec92cd4c5 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] TaaS: Handle Delete Port: 35faf6e9-8e97-4804-974b-33121428bbe5 2026-08-13 02:22:53.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d65c3957-6480-4460-9804-8e9ec92cd4c5 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Tap Mirror: Handle Delete Port: 35faf6e9-8e97-4804-974b-33121428bbe5 [pid: 8|app: 0|req: 1261/2730] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2731] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:53.456 8 INFO neutron.api.v2.resource [None req-def0e4cc-628a-41c9-b01f-0475c960c3a4 165dfef1a47d407f8959fd265bc2e8b0 f56424df192141a98914558e70a0acf9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1263/2732] 10.0.0.171 () {32 vars in 754 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2733] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => 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: 1265/2734] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2735] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/routers/a113adbc-9be8-40d5-a426-9162f667b6c4 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2736] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:22:53 2026] GET /v2.0/routers/fbba1478-c898-4ac9-b184-22c3bce9866d => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:22:53.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-49c8480f-7e0e-4fbe-ae70-0445904961f9 165dfef1a47d407f8959fd265bc2e8b0 f56424df192141a98914558e70a0acf9 - - default default] TaaS: Handle Delete Port: 09b3d441-61ee-43e2-98ce-0fa1229f9898 2026-08-13 02:22:53.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c8480f-7e0e-4fbe-ae70-0445904961f9 165dfef1a47d407f8959fd265bc2e8b0 f56424df192141a98914558e70a0acf9 - - default default] Tap Mirror: Handle Delete Port: 09b3d441-61ee-43e2-98ce-0fa1229f9898 [pid: 8|app: 0|req: 1266/2737] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:53 2026] DELETE /v2.0/floatingips/4a911ccf-4d22-491d-91e4-eea684b91420 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2738] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:22:53 2026] PUT /v2.0/routers/fbba1478-c898-4ac9-b184-22c3bce9866d => generated 502 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2739] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/ports?device_id=fbba1478-c898-4ac9-b184-22c3bce9866d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:54.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f031c53-f016-4562-9c54-c8e5f6e09977 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] TaaS: Handle Delete Port: ec9abcb8-862a-407b-b710-e268e2d52b1f 2026-08-13 02:22:54.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f031c53-f016-4562-9c54-c8e5f6e09977 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Tap Mirror: Handle Delete Port: ec9abcb8-862a-407b-b710-e268e2d52b1f [pid: 7|app: 0|req: 1473/2740] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:54 2026] DELETE /v2.0/routers/fbba1478-c898-4ac9-b184-22c3bce9866d => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2741] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/routers/36eeb89b-8e6d-4905-96ac-0d9234535035 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2742] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:54 2026] GET /v2.0/security-groups?tenant_id=419132bc594b4b719d7a6b4ef8eca168&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2743] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:54 2026] DELETE /v2.0/security-groups/6b3c7f0d-18e0-4a83-adcb-f6bbd56f258a => 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: 1476/2744] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/security-groups?tenant_id=f56424df192141a98914558e70a0acf9&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2745] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:22:54 2026] PUT /v2.0/routers/36eeb89b-8e6d-4905-96ac-0d9234535035 => generated 487 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2746] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/ports?device_id=36eeb89b-8e6d-4905-96ac-0d9234535035 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2747] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:55 2026] DELETE /v2.0/security-groups/d49675cd-ea35-47c5-bb8c-8769009fe132 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:55.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-672f6c6c-dedf-4718-8f51-56f9e3d939ad a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] TaaS: Handle Delete Port: 5fb39a2a-de15-407b-934f-e47be10dd121 2026-08-13 02:22:55.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-672f6c6c-dedf-4718-8f51-56f9e3d939ad a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Tap Mirror: Handle Delete Port: 5fb39a2a-de15-407b-934f-e47be10dd121 [pid: 8|app: 0|req: 1271/2748] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:55 2026] DELETE /v2.0/routers/36eeb89b-8e6d-4905-96ac-0d9234535035 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2749] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:22:55 2026] GET /v2.0/routers/0c9f7f25-32df-47b6-9ca1-5faddcdb43f6 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2752] 10.0.0.171 () {34 vars in 742 bytes} [Thu Aug 13 02:22:55 2026] PUT /v2.0/routers/0c9f7f25-32df-47b6-9ca1-5faddcdb43f6 => generated 480 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2753] 10.0.0.171 () {32 vars in 736 bytes} [Thu Aug 13 02:22:56 2026] GET /v2.0/ports?device_id=0c9f7f25-32df-47b6-9ca1-5faddcdb43f6 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:56.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-11b5302d-350e-490f-ad09-5887e3f65151 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] TaaS: Handle Delete Port: 7faed7ff-20d4-4540-9d35-413da9790cfe 2026-08-13 02:22:56.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b5302d-350e-490f-ad09-5887e3f65151 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] Tap Mirror: Handle Delete Port: 7faed7ff-20d4-4540-9d35-413da9790cfe 2026-08-13 02:22:56.923 8 INFO neutron.services.segments.plugin [-] Segment 68010121-5543-4ec1-9b9c-113e49822a39 resource provider aggregate not found 2026-08-13 02:22:56.933 8 INFO neutron.services.segments.plugin [-] Segment 68010121-5543-4ec1-9b9c-113e49822a39 resource provider aggregate not found 2026-08-13 02:22:56.954 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68010121-5543-4ec1-9b9c-113e49822a39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68010121-5543-4ec1-9b9c-113e49822a39 found for delete ", "request_id": "req-4354f2a2-c99a-48cd-a4af-77c23f6945ad"}]} 2026-08-13 02:22:56.955 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68010121-5543-4ec1-9b9c-113e49822a39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68010121-5543-4ec1-9b9c-113e49822a39 found for delete ", "request_id": "req-3657a9a2-afb7-4007-bf7b-5d0954a48654"}]} 2026-08-13 02:22:56.956 8 INFO neutron.db.l3_hamode_db [None req-11b5302d-350e-490f-ad09-5887e3f65151 a1312042098a41e5b37461b6efe37e41 3ad4970c00894e8c8ef3b2fde48b6017 - - default default] HA network 6077cb6f-69ee-4b37-ab1f-07665887dc79 was deleted as no HA routers are present in tenant 3ad4970c00894e8c8ef3b2fde48b6017. [pid: 8|app: 0|req: 1273/2754] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:22:56 2026] DELETE /v2.0/routers/0c9f7f25-32df-47b6-9ca1-5faddcdb43f6 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2755] 10.0.0.170 () {34 vars in 971 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2756] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2757] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/subnets/3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2758] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/subnets/83c32a7e-ece3-4331-a402-354ea7f295f4 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2759] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2760] 199.19.213.175 () {34 vars in 790 bytes} [Thu Aug 13 02:22:57 2026] PUT /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1251 bytes in 433 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: 1277/2761] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2762] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:57 2026] GET /v2.0/security-groups?tenant_id=3ad4970c00894e8c8ef3b2fde48b6017&name=default => generated 2929 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2763] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2764] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:58 2026] DELETE /v2.0/security-groups/99b20aad-c9d2-4abf-9211-b427195dfaee => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:58.435 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d8556a1-9620-4201-989f-db7545ebc9c7'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'ab94356a-37f7-47f9-9be8-2c7e8ea9ea34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1279/2765] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2766] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:22:58 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: 1280/2767] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2768] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:22:58 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: 1281/2769] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2770] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2771] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1348 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2772] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => 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: 1489/2773] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/security-groups?tenant_id=da20ecd68ead402fa1260fc7af6646af&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2774] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2775] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:58 2026] DELETE /v2.0/security-groups/5bec9b4b-2953-4432-acdf-1cc43e01b5a5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2776] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:22:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2777] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2778] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:22:58 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 5375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2779] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:58 2026] PUT /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/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: 1287/2780] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2781] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2783] 10.0.0.171 () {34 vars in 770 bytes} [Thu Aug 13 02:22:59 2026] PUT /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2783] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2784] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2785] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2786] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => 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: 1291/2787] 10.0.0.171 () {34 vars in 766 bytes} [Thu Aug 13 02:22:59 2026] PUT /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2788] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&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: 1497/2789] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/security-groups?tenant_id=014b17e231e94ec49679d720dc3eb5c4&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2790] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2791] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1499/2792] 10.0.0.171 () {34 vars in 788 bytes} [Thu Aug 13 02:22:59 2026] PUT /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/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: 1294/2793] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:22:59 2026] DELETE /v2.0/security-groups/71c310ac-1719-4e1c-beee-a36a3f35ab9d => 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: 1500/2794] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1295/2795] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2796] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:22:59 2026] PUT /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2797] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2798] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:22:59.590 8 INFO neutron.api.v2.resource [None req-37edf6bd-72eb-4013-b669-3532144533c4 6ab0dff010de48f987e5801e8d5b87a5 6c4881cff840435785e559698220d5c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2799] 10.0.0.171 () {32 vars in 751 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2800] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:22:59 2026] DELETE /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2801] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:22:59.755 7 INFO neutron.api.v2.resource [None req-fb90daaa-a66f-4fc6-99fe-7a82a3b0d609 6ab0dff010de48f987e5801e8d5b87a5 6c4881cff840435785e559698220d5c6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/2802] 10.0.0.171 () {32 vars in 754 bytes} [Thu Aug 13 02:22:59 2026] DELETE /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2803] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:22:59 2026] DELETE /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => 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: 1505/2804] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:22:59 2026] GET /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2805] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:22:59 2026] DELETE /v2.0/subnetpools/190963f9-664b-46a5-8512-51e6080b066b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2806] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:00 2026] GET /v2.0/security-groups?tenant_id=6c4881cff840435785e559698220d5c6&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2807] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:00 2026] DELETE /v2.0/security-groups/48cfda0a-e4a8-44c1-8228-ab45ba5388c4 => 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: 1507/2808] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:01 2026] GET /v2.0/security-groups?tenant_id=93dabe32fadb435998f977fedc8e4556&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: 1302/2809] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:01 2026] DELETE /v2.0/security-groups/408dbed1-b951-419a-9d37-64ec63a50839 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:03.237 7 INFO neutron.db.segments_db [None req-eb85e405-9c9d-4a9b-8611-120ad24c03e1 d4904e347ed6495cb82e47c340c2a4a1 967da17d63d84347a9c1a715908ec0a6 - - default default] Added segment a7cc8209-751e-4b16-8288-8c159d8be1e6 of type vxlan for network 0bc0abb9-e9a8-4e1a-9988-046c9873d3c6 [pid: 7|app: 0|req: 1508/2810] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:23:02 2026] POST /v2.0/networks => generated 631 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2811] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:23:03 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2812] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:23:03 2026] PUT /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 25 bytes in 71 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: 1304/2813] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1510/2814] 10.0.0.171 () {34 vars in 758 bytes} [Thu Aug 13 02:23:03 2026] PUT /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1305/2815] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:03 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 34 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: 7|app: 0|req: 1511/2816] 10.0.0.171 () {34 vars in 754 bytes} [Thu Aug 13 02:23:04 2026] PUT /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1306/2817] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1512/2818] 10.0.0.171 () {34 vars in 776 bytes} [Thu Aug 13 02:23:04 2026] PUT /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1307/2819] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 52 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: 1513/2820] 10.0.0.171 () {34 vars in 747 bytes} [Thu Aug 13 02:23:04 2026] PUT /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 37 bytes in 86 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: 1308/2821] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1514/2822] 10.0.0.171 () {32 vars in 735 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/red => generated 0 bytes in 78 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-08-13 02:23:04.616 8 INFO neutron.api.v2.resource [None req-faec42fc-ed36-47a3-8f72-7be44a636e89 d4904e347ed6495cb82e47c340c2a4a1 967da17d63d84347a9c1a715908ec0a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2823] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/green => generated 99 bytes in 58 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: 1515/2824] 10.0.0.171 () {32 vars in 738 bytes} [Thu Aug 13 02:23:04 2026] DELETE /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1310/2825] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 02:23:04.816 7 INFO neutron.api.v2.resource [None req-fedf905e-9c75-40b7-9ee0-5a786ae47c5c d4904e347ed6495cb82e47c340c2a4a1 967da17d63d84347a9c1a715908ec0a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/2826] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:23:04 2026] DELETE /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags/green => generated 99 bytes in 63 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: 1311/2827] 10.0.0.171 () {32 vars in 730 bytes} [Thu Aug 13 02:23:04 2026] DELETE /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 0 bytes in 64 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: 1517/2828] 10.0.0.171 () {32 vars in 727 bytes} [Thu Aug 13 02:23:04 2026] GET /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c/tags => generated 12 bytes in 54 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-08-13 02:23:05.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-e14c2578-5085-4d13-9357-9b4883e9c0d5 d4904e347ed6495cb82e47c340c2a4a1 967da17d63d84347a9c1a715908ec0a6 - - default default] TaaS: Handle Delete Port: c9788dc3-e1cf-4e30-af9e-4ad182a4549c 2026-08-13 02:23:05.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e14c2578-5085-4d13-9357-9b4883e9c0d5 d4904e347ed6495cb82e47c340c2a4a1 967da17d63d84347a9c1a715908ec0a6 - - default default] Tap Mirror: Handle Delete Port: c9788dc3-e1cf-4e30-af9e-4ad182a4549c [pid: 8|app: 0|req: 1312/2829] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:23:04 2026] DELETE /v2.0/ports/c9788dc3-e1cf-4e30-af9e-4ad182a4549c => generated 0 bytes in 183 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-08-13 02:23:05.250 7 INFO neutron.services.segments.plugin [-] Segment a7cc8209-751e-4b16-8288-8c159d8be1e6 resource provider aggregate not found 2026-08-13 02:23:05.256 7 INFO neutron.services.segments.plugin [-] Segment a7cc8209-751e-4b16-8288-8c159d8be1e6 resource provider aggregate not found 2026-08-13 02:23:05.274 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7cc8209-751e-4b16-8288-8c159d8be1e6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7cc8209-751e-4b16-8288-8c159d8be1e6 found for delete ", "request_id": "req-968d8ab8-8475-419e-a868-285416e8cdda"}]} 2026-08-13 02:23:05.280 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7cc8209-751e-4b16-8288-8c159d8be1e6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7cc8209-751e-4b16-8288-8c159d8be1e6 found for delete ", "request_id": "req-1c3e39e8-4003-4f93-aec6-ffbfc6e95b1c"}]} [pid: 7|app: 0|req: 1518/2830] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:23:05 2026] DELETE /v2.0/networks/0bc0abb9-e9a8-4e1a-9988-046c9873d3c6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2831] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:05 2026] GET /v2.0/security-groups?tenant_id=967da17d63d84347a9c1a715908ec0a6&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2832] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:06 2026] DELETE /v2.0/security-groups/a6af6f08-91d2-41b8-8b47-2a18e87d79e8 => 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: 1314/2833] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:06 2026] GET /v2.0/security-groups?tenant_id=cac61a68f5cd4c729f166a51267b1187&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2834] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:06 2026] DELETE /v2.0/security-groups/daa6e56d-8db3-4f4c-9a04-476e391dce0f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2835] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2836] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2837] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:09 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: 1522/2838] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2839] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2840] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 5375 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2841] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2842] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2843] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:09 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: 1525/2844] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:09 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: 1320/2845] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2846] 199.19.213.175 () {34 vars in 790 bytes} [Thu Aug 13 02:23:09 2026] PUT /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1307 bytes in 304 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-08-13 02:23:09.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75e18115-cf27-4f12-93e2-6cdc67724d64'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'a4650b93-3934-46c5-a33b-726f896c0872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1527/2847] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2848] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/subnets/83c32a7e-ece3-4331-a402-354ea7f295f4 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2849] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:09 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:10.062 8 INFO neutron.db.segments_db [None req-04754a07-90fd-47a7-a0c1-98376aa562dd 98fcb36d453d4327a808c03e26a71d1c a9abaad8407146dfb043feeb9a9d91ef - - default default] Added segment 1bfb51af-720b-4534-8613-6bf76431601e of type vxlan for network d7c52dae-cb77-4575-ae18-6eaa8931d075 [pid: 8|app: 0|req: 1321/2850] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:23:09 2026] POST /v2.0/networks => generated 632 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2851] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:23:10 2026] PUT /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1080 bytes in 273 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: 1531/2852] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2853] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2854] 10.0.0.171 () {34 vars in 669 bytes} [Thu Aug 13 02:23:10 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2855] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2856] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:23:10 2026] PUT /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2857] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2858] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2859] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2860] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1537/2861] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2862] 10.0.0.171 () {34 vars in 762 bytes} [Thu Aug 13 02:23:10 2026] PUT /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2863] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/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: 1326/2866] 10.0.0.171 () {34 vars in 758 bytes} [Thu Aug 13 02:23:10 2026] PUT /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/red => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2867] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/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: 1327/2868] 10.0.0.171 () {34 vars in 780 bytes} [Thu Aug 13 02:23:10 2026] PUT /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2869] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:10 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2870] 10.0.0.171 () {34 vars in 751 bytes} [Thu Aug 13 02:23:11 2026] PUT /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2871] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/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: 1329/2872] 10.0.0.171 () {32 vars in 739 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:11.271 7 INFO neutron.api.v2.resource [None req-2cc471a1-90db-43d1-b32c-b50b79f7a4e0 98fcb36d453d4327a808c03e26a71d1c a9abaad8407146dfb043feeb9a9d91ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/2873] 10.0.0.171 () {32 vars in 743 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2874] 10.0.0.171 () {32 vars in 742 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2875] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:11.441 8 INFO neutron.api.v2.resource [None req-4da934a1-ef46-4314-aa09-fc6c4b643d61 98fcb36d453d4327a808c03e26a71d1c a9abaad8407146dfb043feeb9a9d91ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1331/2876] 10.0.0.171 () {32 vars in 746 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2877] 10.0.0.171 () {32 vars in 734 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/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: 1332/2878] 10.0.0.171 () {32 vars in 731 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2879] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:11 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2880] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/subnets/1c838534-590e-443f-a066-e2530d26a48b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:11.818 8 INFO neutron.services.segments.plugin [-] Segment 1bfb51af-720b-4534-8613-6bf76431601e resource provider aggregate not found 2026-08-13 02:23:11.824 8 INFO neutron.services.segments.plugin [-] Segment 1bfb51af-720b-4534-8613-6bf76431601e resource provider aggregate not found 2026-08-13 02:23:11.833 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1bfb51af-720b-4534-8613-6bf76431601e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bfb51af-720b-4534-8613-6bf76431601e found for delete ", "request_id": "req-662774d4-7199-4f37-9d4e-471a91678d37"}]} 2026-08-13 02:23:11.839 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1bfb51af-720b-4534-8613-6bf76431601e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bfb51af-720b-4534-8613-6bf76431601e found for delete ", "request_id": "req-9dbc4a67-b2d7-4723-be41-f4070726eb0b"}]} [pid: 8|app: 0|req: 1334/2881] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:23:11 2026] DELETE /v2.0/networks/d7c52dae-cb77-4575-ae18-6eaa8931d075 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:11.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bade432-8aa7-4bb0-a14c-8cb9f00828e1'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'a4650b93-3934-46c5-a33b-726f896c0872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1548/2882] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2883] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2884] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1551/2885] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2886] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 4975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2887] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/security-groups?tenant_id=7a76031b47a24e0baaaa1b9527ec7793&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2888] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2889] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2890] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:12 2026] DELETE /v2.0/security-groups/212f2834-daa5-45a1-ab3b-3d78382a261f => 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: 1338/2891] 199.19.213.175 () {34 vars in 1016 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2892] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:12 2026] GET /v2.0/security-groups?tenant_id=a9abaad8407146dfb043feeb9a9d91ef&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2893] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:13 2026] DELETE /v2.0/security-groups/bce4caf2-2e67-4b4b-ad9e-285181d06bdf => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2894] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:12 2026] PUT /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 917 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2895] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:13 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3867 bytes in 51 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-08-13 02:23:13.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcccf9dc-9c77-4b4b-8330-f2ec07c3b905 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: a4650b93-3934-46c5-a33b-726f896c0872 2026-08-13 02:23:13.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcccf9dc-9c77-4b4b-8330-f2ec07c3b905 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: a4650b93-3934-46c5-a33b-726f896c0872 [pid: 7|app: 0|req: 1555/2896] 199.19.213.175 () {32 vars in 759 bytes} [Thu Aug 13 02:23:13 2026] DELETE /v2.0/ports/a4650b93-3934-46c5-a33b-726f896c0872 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2897] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2898] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2899] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:14 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: 1557/2900] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2901] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2902] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2903] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1348 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2904] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2905] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2906] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2907] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2908] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3867 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2909] 199.19.213.175 () {34 vars in 1226 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/networks?id=9604a19b-130a-4d7d-8051-ec0b97e72b19&id=7f022d00-95df-4edc-bebb-aceb46db735c&id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 3098 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2910] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => 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: 1349/2911] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2912] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2913] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:14 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1564/2914] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2915] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1565/2916] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2917] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2918] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1353/2919] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1567/2920] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => 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: 1354/2921] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2922] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2923] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1569/2924] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:15 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:16.706 8 INFO neutron.db.segments_db [None req-8e9c5200-f909-461d-97df-23ef29e9a22f 09d04ff003704ad0a67fd61669f09f45 eb3bfcc7bc9342d3a875a81053f3781b - - default default] Added segment 88a38a6d-ac94-4b56-a92a-77665626b534 of type vxlan for network bb014cdb-4a5e-4490-aed6-0ad157f71ff7 [pid: 8|app: 0|req: 1356/2925] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:23:16 2026] POST /v2.0/networks => generated 632 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2926] 10.0.0.171 () {34 vars in 664 bytes} [Thu Aug 13 02:23:16 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2927] 10.0.0.171 () {34 vars in 666 bytes} [Thu Aug 13 02:23:17 2026] POST /v2.0/trunks => generated 407 bytes in 186 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: 1571/2928] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:23:17 2026] PUT /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2929] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2930] 10.0.0.171 () {34 vars in 760 bytes} [Thu Aug 13 02:23:17 2026] PUT /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2931] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2932] 10.0.0.171 () {34 vars in 756 bytes} [Thu Aug 13 02:23:17 2026] PUT /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2933] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2934] 10.0.0.171 () {34 vars in 778 bytes} [Thu Aug 13 02:23:17 2026] PUT /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2935] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2936] 10.0.0.171 () {34 vars in 749 bytes} [Thu Aug 13 02:23:17 2026] PUT /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2937] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2938] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:17.762 8 INFO neutron.api.v2.resource [None req-5d78085b-7ae0-41b0-904b-d33d063ee455 09d04ff003704ad0a67fd61669f09f45 eb3bfcc7bc9342d3a875a81053f3781b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1363/2939] 10.0.0.171 () {32 vars in 741 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2940] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2941] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:23:17.875 7 INFO neutron.api.v2.resource [None req-1ca6c8b2-82d1-4024-a991-43193567327f 09d04ff003704ad0a67fd61669f09f45 eb3bfcc7bc9342d3a875a81053f3781b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/2942] 10.0.0.171 () {32 vars in 744 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/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: 1365/2943] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:23:17 2026] DELETE /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2944] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b/tags => 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: 1366/2945] 10.0.0.171 () {32 vars in 719 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2946] 10.0.0.171 () {32 vars in 717 bytes} [Thu Aug 13 02:23:17 2026] GET /v2.0/ports/613544bc-7f08-4d7c-a439-29e5ba058b0f => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2947] 10.0.0.171 () {32 vars in 722 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/trunks/40aeb45d-613c-4670-89fd-11bc2247533b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:18.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-20f89f9a-bb53-4080-9ab5-350fbb3dcc6d 09d04ff003704ad0a67fd61669f09f45 eb3bfcc7bc9342d3a875a81053f3781b - - default default] TaaS: Handle Delete Port: 613544bc-7f08-4d7c-a439-29e5ba058b0f 2026-08-13 02:23:18.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20f89f9a-bb53-4080-9ab5-350fbb3dcc6d 09d04ff003704ad0a67fd61669f09f45 eb3bfcc7bc9342d3a875a81053f3781b - - default default] Tap Mirror: Handle Delete Port: 613544bc-7f08-4d7c-a439-29e5ba058b0f [pid: 7|app: 0|req: 1581/2948] 10.0.0.171 () {32 vars in 720 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/ports/613544bc-7f08-4d7c-a439-29e5ba058b0f => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:18.428 8 INFO neutron.services.segments.plugin [-] Segment 88a38a6d-ac94-4b56-a92a-77665626b534 resource provider aggregate not found 2026-08-13 02:23:18.436 8 INFO neutron.services.segments.plugin [-] Segment 88a38a6d-ac94-4b56-a92a-77665626b534 resource provider aggregate not found 2026-08-13 02:23:18.452 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88a38a6d-ac94-4b56-a92a-77665626b534 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a38a6d-ac94-4b56-a92a-77665626b534 found for delete ", "request_id": "req-d8ea5215-e332-48e7-9c92-5582a19b5729"}]} 2026-08-13 02:23:18.453 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88a38a6d-ac94-4b56-a92a-77665626b534 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a38a6d-ac94-4b56-a92a-77665626b534 found for delete ", "request_id": "req-ba2af9d4-e979-42cf-bec5-8fbad674a52f"}]} [pid: 8|app: 0|req: 1368/2949] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:23:18 2026] DELETE /v2.0/networks/bb014cdb-4a5e-4490-aed6-0ad157f71ff7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2950] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/security-groups?tenant_id=eb3bfcc7bc9342d3a875a81053f3781b&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2951] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:19 2026] DELETE /v2.0/security-groups/d449268a-1b3d-4c8d-8547-b84e3c9fc9f2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/2952] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/security-groups?tenant_id=907d9b2e638b4536894045bd2d9aed86&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2953] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:19 2026] DELETE /v2.0/security-groups/13155afc-193a-4e61-b854-eac7899967d5 => 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: 1584/2954] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2955] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2956] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2957] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2958] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:19 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3867 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2959] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:20 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: 1587/2960] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2961] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:20 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: 1588/2962] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:20 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: 1375/2963] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:20 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/2964] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:23:20 2026] PUT /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1080 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:20.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4f34e3f-f7b0-4b51-857b-092b7f785b1d'] response: {'name': 'network-changed', 'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'tag': 'ab94356a-37f7-47f9-9be8-2c7e8ea9ea34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1376/2965] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:23:20 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1590/2966] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:20 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3696 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2967] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:20 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3696 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2968] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3696 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2969] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/2970] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2971] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1593/2972] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:21 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3696 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2973] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:23:22 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/2974] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:22 2026] GET /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2975] 199.19.213.175 () {34 vars in 1016 bytes} [Thu Aug 13 02:23:22 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2976] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:22 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 3696 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/2977] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:22 2026] PUT /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:23.273 8 INFO neutron.db.segments_db [None req-86de6723-5f6c-4d45-a95b-dc7ea2ee47ba 8b756eae5ebe473a9157ce71a26f8151 4eb13d16c6154aea9d5ff85dd7dc954a - - default default] Added segment a4683b39-1558-4026-835a-d70f3e469d10 of type vxlan for network fc6fbbc8-6cc5-4e0d-ba6b-eb802e0d309f [pid: 8|app: 0|req: 1383/2978] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:23:22 2026] POST /v2.0/networks => generated 631 bytes in 429 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-08-13 02:23:23.441 7 INFO neutron.db.segments_db [None req-b8d6c133-8aa9-4c72-bcdb-11684567a9da 8b756eae5ebe473a9157ce71a26f8151 4eb13d16c6154aea9d5ff85dd7dc954a - - default default] Added segment 82c956cc-3f5a-4c99-bbd2-561b66af0075 of type vxlan for network 4692ba78-a12d-4d0a-a052-042362249d24 [pid: 7|app: 0|req: 1596/2979] 10.0.0.171 () {34 vars in 670 bytes} [Thu Aug 13 02:23:23 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2980] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:23:23 2026] PUT /v2.0/networks/fc6fbbc8-6cc5-4e0d-ba6b-eb802e0d309f/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/2981] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/networks/fc6fbbc8-6cc5-4e0d-ba6b-eb802e0d309f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2982] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:23:23 2026] PUT /v2.0/networks/4692ba78-a12d-4d0a-a052-042362249d24/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/2983] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/networks/4692ba78-a12d-4d0a-a052-042362249d24/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2984] 10.0.0.171 () {34 vars in 753 bytes} [Thu Aug 13 02:23:23 2026] PUT /v2.0/networks/4692ba78-a12d-4d0a-a052-042362249d24/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/2985] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/networks/4692ba78-a12d-4d0a-a052-042362249d24/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2986] 10.0.0.171 () {32 vars in 733 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/networks/fc6fbbc8-6cc5-4e0d-ba6b-eb802e0d309f/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2987] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:23 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:24.060 7 INFO neutron.services.segments.plugin [-] Segment a4683b39-1558-4026-835a-d70f3e469d10 resource provider aggregate not found 2026-08-13 02:23:24.060 7 INFO neutron.services.segments.plugin [-] Segment a4683b39-1558-4026-835a-d70f3e469d10 resource provider aggregate not found 2026-08-13 02:23:24.075 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4683b39-1558-4026-835a-d70f3e469d10 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4683b39-1558-4026-835a-d70f3e469d10 found for delete ", "request_id": "req-c7cf1550-fd70-41ce-9257-abf644013d83"}]} 2026-08-13 02:23:24.083 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4683b39-1558-4026-835a-d70f3e469d10 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4683b39-1558-4026-835a-d70f3e469d10 found for delete ", "request_id": "req-8c2183b2-8461-4bdb-958e-e4fd115f771e"}]} [pid: 7|app: 0|req: 1600/2988] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:23:23 2026] DELETE /v2.0/networks/fc6fbbc8-6cc5-4e0d-ba6b-eb802e0d309f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:24.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-325103bc-1592-44fe-a309-27269b56ca7a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 2026-08-13 02:23:24.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325103bc-1592-44fe-a309-27269b56ca7a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 [pid: 8|app: 0|req: 1389/2989] 199.19.213.175 () {32 vars in 759 bytes} [Thu Aug 13 02:23:24 2026] DELETE /v2.0/ports/ab94356a-37f7-47f9-9be8-2c7e8ea9ea34 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/2990] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:23:24 2026] DELETE /v2.0/networks/4692ba78-a12d-4d0a-a052-042362249d24 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2991] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:24 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: 1602/2992] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:24 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: 1391/2993] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:24 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: 1603/2994] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:24 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: 1392/2995] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/2996] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2997] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1348 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/2998] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2999] 199.19.213.175 () {30 vars in 743 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => 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: 1606/3000] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/3001] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/3002] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3003] 199.19.213.175 () {34 vars in 1146 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks?id=9604a19b-130a-4d7d-8051-ec0b97e72b19&id=7f022d00-95df-4edc-bebb-aceb46db735c&id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 2311 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/3004] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3005] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/3006] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3007] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1399/3008] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1400/3009] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.232&port_id=796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => 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: 1401/3010] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/subnets?id=4c66b804-fca9-4438-82bf-185a505646f2 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3011] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:24 2026] GET /v2.0/security-groups?tenant_id=4eb13d16c6154aea9d5ff85dd7dc954a&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/3012] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:25 2026] GET /v2.0/ports?network_id=7f022d00-95df-4edc-bebb-aceb46db735c&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/3013] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:25 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?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: 1404/3014] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:25 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3015] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:25 2026] DELETE /v2.0/security-groups/3aea167a-8cce-461d-bc12-13436f0befb0 => 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: 1405/3016] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:23:25 2026] GET /v2.0/security-groups?tenant_id=57083e08bc9443fbac8d989061da64c2&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3017] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:23:25 2026] DELETE /v2.0/security-groups/8295462a-52c2-4275-b0c7-50c22307ab9f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:26.102 7 INFO neutron.services.segments.plugin [-] Segment 82c956cc-3f5a-4c99-bbd2-561b66af0075 resource provider aggregate not found 2026-08-13 02:23:26.106 7 INFO neutron.services.segments.plugin [-] Segment 82c956cc-3f5a-4c99-bbd2-561b66af0075 resource provider aggregate not found 2026-08-13 02:23:26.120 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82c956cc-3f5a-4c99-bbd2-561b66af0075 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c956cc-3f5a-4c99-bbd2-561b66af0075 found for delete ", "request_id": "req-11a68c3a-dfe8-4704-b854-0a3fe01f386e"}]} 2026-08-13 02:23:26.121 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82c956cc-3f5a-4c99-bbd2-561b66af0075 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c956cc-3f5a-4c99-bbd2-561b66af0075 found for delete ", "request_id": "req-3d104500-eb33-428f-8e59-b712bbbcc061"}]} [pid: 8|app: 0|req: 1407/3020] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:36 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: 1614/3021] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:36 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: 1408/3022] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:36 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: 1615/3023] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:23:36.241 8 INFO neutron.api.v2.resource [None req-1a652520-e1db-49c8-b8c6-fd7bdd43e1a2 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1409/3024] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3025] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 2863 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/3026] 199.19.213.175 () {30 vars in 815 bytes} [Thu Aug 13 02:23:36 2026] GET /v2.0/security-group-rules?security_group_id=f0526457-0ccc-423c-ae46-653cbe3845dd => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3027] 199.19.213.175 () {32 vars in 789 bytes} [Thu Aug 13 02:23:36 2026] DELETE /v2.0/security-group-rules/5ba6be4a-c889-4035-8d23-f59e2fc1c77b => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/3028] 199.19.213.175 () {32 vars in 789 bytes} [Thu Aug 13 02:23:36 2026] DELETE /v2.0/security-group-rules/fea0f404-9083-4177-a152-abe92f806900 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:39.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ff1fa80-7026-453d-bf54-ddba1cd3e2ba a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: da29b597-a51a-468f-a0a5-177354a8cd86 2026-08-13 02:23:39.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff1fa80-7026-453d-bf54-ddba1cd3e2ba a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: da29b597-a51a-468f-a0a5-177354a8cd86 2026-08-13 02:23:40.040 7 INFO neutron.db.l3_db [None req-6ff1fa80-7026-453d-bf54-ddba1cd3e2ba a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP b4e972c0-3eab-4827-9b6d-4dbdfc6864c6 disassociated (deleted). External IP: 10.96.250.210, port: cc39ac53-cb77-45a6-a38f-6ee33093332e. [pid: 7|app: 0|req: 1618/3029] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:23:39 2026] DELETE /v2.0/floatingips/b4e972c0-3eab-4827-9b6d-4dbdfc6864c6 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:40.441 8 INFO neutron.api.v2.resource [None req-4c18ca26-87c7-4fc6-9200-c58ed4ea8018 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1412/3030] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:40 2026] GET /v2.0/floatingips/b4e972c0-3eab-4827-9b6d-4dbdfc6864c6 => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3033] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:41 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: 1414/3034] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:41 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: 1621/3035] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:41 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: 1415/3036] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:41 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-08-13 02:23:41.198 7 INFO neutron.api.v2.resource [None req-1a579cea-ec85-4296-9ac6-d02f53bcbb3f 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3037] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => 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: 1416/3038] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3039] 199.19.213.175 () {30 vars in 815 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/security-group-rules?security_group_id=f0526457-0ccc-423c-ae46-653cbe3845dd => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3040] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:41 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: 1624/3041] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:41 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: 1418/3042] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:41 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: 1625/3043] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:41 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: 1419/3044] 199.19.213.175 () {30 vars in 741 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3045] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3046] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3047] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:41 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3048] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:42 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3049] 199.19.213.175 () {34 vars in 975 bytes} [Thu Aug 13 02:23:43 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1348 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3050] 199.19.213.175 () {34 vars in 1060 bytes} [Thu Aug 13 02:23:43 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3051] 199.19.213.175 () {34 vars in 1016 bytes} [Thu Aug 13 02:23:43 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3052] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:43 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 2588 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3053] 199.19.213.175 () {38 vars in 1028 bytes} [Thu Aug 13 02:23:43 2026] PUT /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1149 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3054] 199.19.213.175 () {30 vars in 769 bytes} [Thu Aug 13 02:23:44 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 83 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: 1425/3055] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:23:44 2026] PUT /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1090 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3056] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 1090 bytes in 36 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-08-13 02:23:45.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-af48e5b0-1b37-447f-9ae1-a8c4dcfb303a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 2026-08-13 02:23:45.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af48e5b0-1b37-447f-9ae1-a8c4dcfb303a 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 [pid: 8|app: 0|req: 1426/3057] 199.19.213.175 () {32 vars in 759 bytes} [Thu Aug 13 02:23:45 2026] DELETE /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3058] 199.19.213.175 () {30 vars in 703 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3059] 199.19.213.175 () {30 vars in 705 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3060] 199.19.213.175 () {30 vars in 681 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3061] 199.19.213.175 () {30 vars in 717 bytes} [Thu Aug 13 02:23:45 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-08-13 02:23:45.598 7 INFO neutron.pecan_wsgi.hooks.translation [None req-212c19ac-6171-44c0-9fa0-33ff285f9ddc 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3062] 199.19.213.175 () {32 vars in 759 bytes} [Thu Aug 13 02:23:45 2026] DELETE /v2.0/ports/796a7c0a-a3fb-46f2-8bb1-fcc16fdfe879 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3063] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3064] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports?tenant_id=70d8d5b0b0944c7c8ab6a1602ee97ebd&device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:45.671 8 INFO neutron.api.v2.resource [None req-83e5d0d1-3016-4d38-bed8-48762bb08af8 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/3065] 199.19.213.175 () {30 vars in 763 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/security-groups/lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3066] 199.19.213.175 () {34 vars in 1066 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/networks?id=9604a19b-130a-4d7d-8051-ec0b97e72b19&id=7f022d00-95df-4edc-bebb-aceb46db735c => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3067] 199.19.213.175 () {30 vars in 785 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/security-groups?name=lb-34d95de5-1ffe-411c-afa8-ac01c49adbf3 => generated 1637 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3068] 199.19.213.175 () {34 vars in 1062 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.208&port_id=39cab257-7ce0-4083-9d1a-3ace3e6d2390 => 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: 1432/3069] 199.19.213.175 () {30 vars in 737 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3070] 199.19.213.175 () {34 vars in 984 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/subnets?id=114507fa-d993-4818-a440-f536b5b89113 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3071] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/ports?network_id=9604a19b-130a-4d7d-8051-ec0b97e72b19&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: 1640/3072] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1641/3073] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:45 2026] GET /v2.0/networks/9604a19b-130a-4d7d-8051-ec0b97e72b19?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: 1433/3074] 199.19.213.175 () {34 vars in 789 bytes} [Thu Aug 13 02:23:45 2026] PUT /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 1086 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3075] 199.19.213.175 () {32 vars in 779 bytes} [Thu Aug 13 02:23:45 2026] DELETE /v2.0/security-groups/f0526457-0ccc-423c-ae46-653cbe3845dd => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:46.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-834d856c-1ab0-4bd5-9eb6-b6f562c1c2f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: cc39ac53-cb77-45a6-a38f-6ee33093332e 2026-08-13 02:23:46.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-834d856c-1ab0-4bd5-9eb6-b6f562c1c2f6 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: cc39ac53-cb77-45a6-a38f-6ee33093332e [pid: 8|app: 0|req: 1434/3076] 199.19.213.175 () {32 vars in 759 bytes} [Thu Aug 13 02:23:46 2026] DELETE /v2.0/ports/cc39ac53-cb77-45a6-a38f-6ee33093332e => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3077] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:23:49 2026] GET /v2.0/ports?device_id=e6324ce5-a2e8-4b45-80c6-6d495bea9910 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:49.205 8 INFO neutron_taas.services.taas.taas_plugin [req-e84c9f49-a29f-4d23-9af5-b53f23792887 req-f2ad7b8f-6b76-4611-9067-c128b885261c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] TaaS: Handle Delete Port: 39cab257-7ce0-4083-9d1a-3ace3e6d2390 2026-08-13 02:23:49.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e84c9f49-a29f-4d23-9af5-b53f23792887 req-f2ad7b8f-6b76-4611-9067-c128b885261c 62d09fd87f944a6eb822484a88d3691e 70d8d5b0b0944c7c8ab6a1602ee97ebd - - default default] Tap Mirror: Handle Delete Port: 39cab257-7ce0-4083-9d1a-3ace3e6d2390 [pid: 8|app: 0|req: 1435/3078] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:23:49 2026] DELETE /v2.0/ports/39cab257-7ce0-4083-9d1a-3ace3e6d2390 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:49.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a284e796-ba87-43fd-8654-b0401954786a'] response: {'server_uuid': 'e6324ce5-a2e8-4b45-80c6-6d495bea9910', 'name': 'network-vif-deleted', 'tag': '39cab257-7ce0-4083-9d1a-3ace3e6d2390', 'status': 'completed', 'code': 200} 2026-08-13 02:23:50.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f2db05e-a117-4332-98d2-1fbd7e4e36ee a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 253d10fd-e07b-4e06-b2c4-2ffb12e11f85 2026-08-13 02:23:50.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f2db05e-a117-4332-98d2-1fbd7e4e36ee a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 253d10fd-e07b-4e06-b2c4-2ffb12e11f85 2026-08-13 02:23:51.092 7 INFO neutron.db.l3_db [None req-9f2db05e-a117-4332-98d2-1fbd7e4e36ee a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP e2ad8404-3e13-43da-917f-2fff0c150344 disassociated (deleted). External IP: 10.96.250.217, port: a039f069-8653-42db-85bb-be5bc2a2cd63. [pid: 7|app: 0|req: 1644/3079] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:23:50 2026] DELETE /v2.0/floatingips/e2ad8404-3e13-43da-917f-2fff0c150344 => generated 0 bytes in 699 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:23:51.458 8 INFO neutron.api.v2.resource [None req-c396e6c1-d9cb-4a70-815e-2fe31ed4486a a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1436/3080] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/floatingips/e2ad8404-3e13-43da-917f-2fff0c150344 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:23:51.476 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-945eca44-406c-4470-8fdd-9b0395757686'] response: {'name': 'network-changed', 'server_uuid': '43a3c3dc-1bc1-4dc2-af5f-315b26f929c6', 'tag': 'a039f069-8653-42db-85bb-be5bc2a2cd63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1645/3081] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3082] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3083] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:23:51 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3084] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/networks?id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3085] 199.19.213.175 () {34 vars in 1058 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 1439/3086] 199.19.213.175 () {34 vars in 1106 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A11d&port_id=a039f069-8653-42db-85bb-be5bc2a2cd63 => 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: 1648/3087] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/subnets?id=83c32a7e-ece3-4331-a402-354ea7f295f4&id=3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3088] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3089] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/ports?network_id=2dc73f94-cced-4494-8a8e-e2699bc2ba1c&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3090] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?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: 1650/3091] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:23:52 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3092] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:23:54 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:23:54.266 7 INFO neutron_taas.services.taas.taas_plugin [req-8d3141aa-9685-4436-8d2e-8c52ee4e7f93 req-b60adbe8-4cdf-4977-9f6d-fb0d7f528f87 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: a039f069-8653-42db-85bb-be5bc2a2cd63 2026-08-13 02:23:54.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8d3141aa-9685-4436-8d2e-8c52ee4e7f93 req-b60adbe8-4cdf-4977-9f6d-fb0d7f528f87 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: a039f069-8653-42db-85bb-be5bc2a2cd63 [pid: 7|app: 0|req: 1651/3093] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:23:54 2026] DELETE /v2.0/ports/a039f069-8653-42db-85bb-be5bc2a2cd63 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:23:54.506 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d9b8044-fa02-4bc5-8123-2394e832deed'] response: {'server_uuid': '43a3c3dc-1bc1-4dc2-af5f-315b26f929c6', 'name': 'network-vif-deleted', 'tag': 'a039f069-8653-42db-85bb-be5bc2a2cd63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1444/3096] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:23:56 2026] GET /v2.0/ports?device_id=43a3c3dc-1bc1-4dc2-af5f-315b26f929c6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:02.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c6718b9-0167-4ab8-81cf-e98d19f12a02 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 0d72fe35-2976-44a4-a844-afba311d79ba 2026-08-13 02:24:02.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c6718b9-0167-4ab8-81cf-e98d19f12a02 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 0d72fe35-2976-44a4-a844-afba311d79ba 2026-08-13 02:24:02.196 7 INFO neutron.db.l3_db [None req-5c6718b9-0167-4ab8-81cf-e98d19f12a02 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Floating IP a2cc5dee-fb2e-48d0-ada7-3d80a5b83e9d disassociated (deleted). External IP: 10.96.250.201, port: dd0d0a44-bbf2-4a54-8dfe-2d860a8af437. [pid: 7|app: 0|req: 1653/3097] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:01 2026] DELETE /v2.0/floatingips/a2cc5dee-fb2e-48d0-ada7-3d80a5b83e9d => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:02.553 8 INFO neutron.api.v2.resource [None req-0760ad17-d930-4673-9a83-34e574090360 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/3098] 10.0.0.171 () {32 vars in 729 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/floatingips/a2cc5dee-fb2e-48d0-ada7-3d80a5b83e9d => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:02.562 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad57a693-d2f8-41dd-bab2-24f391120a64'] response: {'name': 'network-changed', 'server_uuid': 'c32a90d8-5424-40c3-93a4-fd786b3fe463', 'tag': 'dd0d0a44-bbf2-4a54-8dfe-2d860a8af437', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1654/3099] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1196 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3100] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Aug 13 02:24:02 2026] GET /v2.0/security-groups?id=9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3101] 199.19.213.175 () {34 vars in 1080 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/ports?tenant_id=3bf17cf872c14190b11590091e5dc606&device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3102] 199.19.213.175 () {34 vars in 986 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/networks?id=2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3103] 199.19.213.175 () {34 vars in 1056 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => 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: 1448/3104] 199.19.213.175 () {34 vars in 1104 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => 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: 1657/3105] 199.19.213.175 () {34 vars in 1064 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/subnets?id=0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f&id=c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3106] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3107] 199.19.213.175 () {34 vars in 1052 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/ports?network_id=2e0a8466-48d4-4d99-b02c-b041b9e909cc&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3108] 199.19.213.175 () {34 vars in 1012 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3109] 199.19.213.175 () {34 vars in 1112 bytes} [Thu Aug 13 02:24:03 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc?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: 1451/3110] 199.19.213.175 () {34 vars in 994 bytes} [Thu Aug 13 02:24:05 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:05.329 7 INFO neutron_taas.services.taas.taas_plugin [req-ec3ae9f9-73c5-4470-971a-ee20287f9cf0 req-75a34379-0d16-449c-a84d-451c11c48af1 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 2026-08-13 02:24:05.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec3ae9f9-73c5-4470-971a-ee20287f9cf0 req-75a34379-0d16-449c-a84d-451c11c48af1 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 [pid: 7|app: 0|req: 1660/3111] 199.19.213.175 () {36 vars in 997 bytes} [Thu Aug 13 02:24:05 2026] DELETE /v2.0/ports/dd0d0a44-bbf2-4a54-8dfe-2d860a8af437 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:05.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c819777c-aa24-43e3-8e56-f390fdc97b32'] response: {'server_uuid': 'c32a90d8-5424-40c3-93a4-fd786b3fe463', 'name': 'network-vif-deleted', 'tag': 'dd0d0a44-bbf2-4a54-8dfe-2d860a8af437', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1452/3112] 10.0.0.170 () {34 vars in 990 bytes} [Thu Aug 13 02:24:07 2026] GET /v2.0/ports?device_id=c32a90d8-5424-40c3-93a4-fd786b3fe463 => 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: 1454/3115] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/195b8721-96e5-4757-83d8-5b44074ebfc5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.120 7 INFO neutron.api.v2.resource [None req-6c7f67a4-0c3b-4c72-8056-697f42dd106c a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3116] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/195b8721-96e5-4757-83d8-5b44074ebfc5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3117] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/72eb25b1-7be7-4355-96fa-5ae1d3f6e6e2 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.211 7 INFO neutron.api.v2.resource [None req-dd1f1e80-29f4-4143-b5c5-f2bdbcea952e a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3118] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/72eb25b1-7be7-4355-96fa-5ae1d3f6e6e2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3119] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/61061ec6-eb34-4e44-af43-95476578ed80 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.304 7 INFO neutron.api.v2.resource [None req-5cb892fb-84e6-4f49-aa66-f09d10edf549 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3120] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/61061ec6-eb34-4e44-af43-95476578ed80 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3121] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/fb95fd43-e3c5-4361-aacf-79d1255422ce => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.428 7 INFO neutron.api.v2.resource [None req-5a90ab9c-81ba-44fd-9fcc-d0d8937772a1 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3122] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/fb95fd43-e3c5-4361-aacf-79d1255422ce => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3123] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/c8217203-f338-45ec-94b6-a05304c7d740 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.513 7 INFO neutron.api.v2.resource [None req-77e07789-2023-457c-9432-b1cbc9dac6e6 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3124] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/c8217203-f338-45ec-94b6-a05304c7d740 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3125] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/777016b5-227a-4125-a3d8-aa18147f8423 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.603 7 INFO neutron.api.v2.resource [None req-5bb23df6-0975-4996-a684-77ee5866ccb3 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3126] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/777016b5-227a-4125-a3d8-aa18147f8423 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3127] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/40ac37dd-b6d6-479a-87fc-c97c82369d0c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.700 7 INFO neutron.api.v2.resource [None req-0bb74ae0-936d-46b2-8a7c-2e9931657eb3 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3128] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/40ac37dd-b6d6-479a-87fc-c97c82369d0c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3129] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/1d770881-2a5f-4059-be56-b85d6c292b99 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.795 7 INFO neutron.api.v2.resource [None req-0b29fe92-efa5-4346-b727-dee6a4b86686 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3130] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/1d770881-2a5f-4059-be56-b85d6c292b99 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3131] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/6b45dbed-849d-4f12-9612-e214f3a2605b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.893 7 INFO neutron.api.v2.resource [None req-16726b8c-3807-41ee-8151-2061b9c81e2e a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3132] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/6b45dbed-849d-4f12-9612-e214f3a2605b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3133] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/792dd769-cf23-45a1-a943-f1d005f0b653 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:13.987 7 INFO neutron.api.v2.resource [None req-ba184c4f-c40c-426d-ae13-c24a496998ea a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3134] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:13 2026] GET /v2.0/security-group-rules/792dd769-cf23-45a1-a943-f1d005f0b653 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3135] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:13 2026] DELETE /v2.0/security-group-rules/577cd9e1-ec68-478a-9c75-e6ebde7ce620 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:14.084 7 INFO neutron.api.v2.resource [None req-332f0b11-0946-450d-98b1-b6cd67d0d9bb a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3136] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/security-group-rules/577cd9e1-ec68-478a-9c75-e6ebde7ce620 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3137] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:14 2026] DELETE /v2.0/security-groups/9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:14.210 7 INFO neutron.api.v2.resource [None req-34b26c3f-51f7-44f2-a88d-8cff944f95a0 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3138] 10.0.0.171 () {32 vars in 737 bytes} [Thu Aug 13 02:24:14 2026] GET /v2.0/security-groups/9a1eaf91-ccb7-45ee-b920-d7963b4dfbe7 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:14.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-d45f5352-5d55-4b72-a6f8-6a72824ed912 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 58f4d037-b1ca-4053-bd5e-3990cbe3b40c 2026-08-13 02:24:14.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d45f5352-5d55-4b72-a6f8-6a72824ed912 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 58f4d037-b1ca-4053-bd5e-3990cbe3b40c [pid: 8|app: 0|req: 1466/3139] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:14 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:15.390 7 INFO neutron.api.v2.resource [None req-8876d65b-79ba-48a9-9a4c-64eeb2a3ff00 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3140] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:15 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 198 bytes in 188 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:15.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-a54ce9aa-9a5f-48eb-b80c-186b2c41b1bb a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 0069783b-9f46-4faf-a5df-1214a76996a6 2026-08-13 02:24:15.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a54ce9aa-9a5f-48eb-b80c-186b2c41b1bb a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 0069783b-9f46-4faf-a5df-1214a76996a6 [pid: 8|app: 0|req: 1467/3141] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:15 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:16.544 7 INFO neutron.api.v2.resource [None req-bf124eec-134e-47ae-82a3-bbf2e96a031e a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3142] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:16 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:16.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-91ce06c8-d031-4728-aefc-c4bdd50fde83 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 520d6d42-a92c-460d-8d9f-4051ae00620f 2026-08-13 02:24:17.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91ce06c8-d031-4728-aefc-c4bdd50fde83 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 520d6d42-a92c-460d-8d9f-4051ae00620f [pid: 8|app: 0|req: 1468/3143] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:16 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 02:24:17.747 7 INFO neutron.api.v2.resource [None req-2b940ba3-bb0c-4954-b8fc-7c85218327e7 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3144] 10.0.0.171 () {34 vars in 789 bytes} [Thu Aug 13 02:24:17 2026] PUT /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:17.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f137b5-6196-48b8-a0e4-a26abea18934 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: ebc7601c-aaef-453a-b9c1-f34a1a33431e 2026-08-13 02:24:17.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f137b5-6196-48b8-a0e4-a26abea18934 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: ebc7601c-aaef-453a-b9c1-f34a1a33431e 2026-08-13 02:24:18.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f137b5-6196-48b8-a0e4-a26abea18934 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 7c61f400-0537-406c-92e6-52fe48e45517 2026-08-13 02:24:18.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f137b5-6196-48b8-a0e4-a26abea18934 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 7c61f400-0537-406c-92e6-52fe48e45517 2026-08-13 02:24:18.629 8 INFO neutron.services.segments.plugin [-] Segment 28133546-571b-4690-b5f8-c053dfb3e7e2 resource provider aggregate not found 2026-08-13 02:24:18.639 8 INFO neutron.services.segments.plugin [-] Segment 28133546-571b-4690-b5f8-c053dfb3e7e2 resource provider aggregate not found 2026-08-13 02:24:18.653 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 28133546-571b-4690-b5f8-c053dfb3e7e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28133546-571b-4690-b5f8-c053dfb3e7e2 found for delete ", "request_id": "req-35c3d116-7eb8-41cc-b285-0ba844cec4c5"}]} 2026-08-13 02:24:18.658 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 28133546-571b-4690-b5f8-c053dfb3e7e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28133546-571b-4690-b5f8-c053dfb3e7e2 found for delete ", "request_id": "req-c9f2d03f-f3d8-42d3-b26d-864b19940192"}]} 2026-08-13 02:24:18.663 8 INFO neutron.db.l3_hamode_db [None req-59f137b5-6196-48b8-a0e4-a26abea18934 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] HA network 771e581d-5f9f-4313-8050-535210e8db69 was deleted as no HA routers are present in tenant 3bf17cf872c14190b11590091e5dc606. [pid: 8|app: 0|req: 1469/3145] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:17 2026] DELETE /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:18.692 7 INFO neutron.api.v2.resource [None req-b2a965cf-c9ca-42e2-94d9-2d69835b2284 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3146] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:18 2026] GET /v2.0/routers/091104d2-c56f-44a9-bb3c-1b494c057beb => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3147] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:18 2026] DELETE /v2.0/subnets/83c32a7e-ece3-4331-a402-354ea7f295f4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:18.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b1f6ab4-24f0-45fe-af1e-c1fc66fecae1 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3148] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:18 2026] GET /v2.0/subnets/83c32a7e-ece3-4331-a402-354ea7f295f4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3149] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:18 2026] DELETE /v2.0/subnets/3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:19.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9d65111-b10f-43d2-9064-78addd96976f a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3150] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/subnets/3f8ca863-2e79-4399-a654-6e1069a4b9f9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:19.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-57b04111-1b6b-4463-8e74-1c8f2d81c164 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: e01ac889-6f96-4a20-9485-6e497962b080 2026-08-13 02:24:19.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57b04111-1b6b-4463-8e74-1c8f2d81c164 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: e01ac889-6f96-4a20-9485-6e497962b080 [pid: 8|app: 0|req: 1472/3151] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:24:19 2026] DELETE /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:19.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f81048ae-2c68-41b5-ae24-5fb4b71c22d1 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3152] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/networks/2dc73f94-cced-4494-8a8e-e2699bc2ba1c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3153] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:19 2026] DELETE /v2.0/subnets/c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:19.580 7 INFO neutron.pecan_wsgi.hooks.translation [None req-561ffeba-0ea5-4e57-9146-eddd3d7bdaab a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3154] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/subnets/c1de957a-e4ed-4aae-9959-3ee586d96d88 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3155] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:19 2026] DELETE /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:19.755 7 INFO neutron.pecan_wsgi.hooks.translation [None req-664b839a-350e-40bf-bc2a-8e968c2c71ef a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3156] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:19 2026] GET /v2.0/subnets/0dcc1b2c-a7d2-4abc-961d-cdfeaa0e079f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:19.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddff230f-db37-4e90-8a5f-46eec9b74382 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: e9b64d47-cae2-42fa-b6ba-05a8f000f52b 2026-08-13 02:24:19.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddff230f-db37-4e90-8a5f-46eec9b74382 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: e9b64d47-cae2-42fa-b6ba-05a8f000f52b [pid: 8|app: 0|req: 1475/3157] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:24:19 2026] DELETE /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:20.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-265703d3-77ba-43dd-a6e0-06f57b7d5200 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3158] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/networks/2e0a8466-48d4-4d99-b02c-b041b9e909cc => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3159] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/subnets/e518c785-be38-4226-8e82-b88b62be97e3 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:20.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17c5b1bb-5b1b-4bd3-8a32-3f909afdab87 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3160] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/subnets/e518c785-be38-4226-8e82-b88b62be97e3 => 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: 1477/3161] 10.0.0.171 () {32 vars in 724 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:20.509 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4939ad41-426a-4d96-9ce0-784682811610 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3162] 10.0.0.171 () {32 vars in 721 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/subnets/4c66b804-fca9-4438-82bf-185a505646f2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:20.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-0514d29f-7670-46a5-93e4-97e9e00fdf30 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] TaaS: Handle Delete Port: 6b7d2b6a-3e2d-4a17-9564-ce93e6399d1e 2026-08-13 02:24:20.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0514d29f-7670-46a5-93e4-97e9e00fdf30 a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] Tap Mirror: Handle Delete Port: 6b7d2b6a-3e2d-4a17-9564-ce93e6399d1e 2026-08-13 02:24:20.680 8 INFO neutron.services.segments.plugin [-] Segment 18bf4205-632d-4d50-8676-892e228d0438 resource provider aggregate not found 2026-08-13 02:24:20.687 8 INFO neutron.services.segments.plugin [-] Segment 18bf4205-632d-4d50-8676-892e228d0438 resource provider aggregate not found 2026-08-13 02:24:20.703 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18bf4205-632d-4d50-8676-892e228d0438 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bf4205-632d-4d50-8676-892e228d0438 found for delete ", "request_id": "req-e1248f66-e5a6-45f4-8cca-e63dc9b57587"}]} 2026-08-13 02:24:20.707 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18bf4205-632d-4d50-8676-892e228d0438 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bf4205-632d-4d50-8676-892e228d0438 found for delete ", "request_id": "req-3dd44935-e0df-4810-949b-d7799f73b8a8"}]} 2026-08-13 02:24:20.724 8 INFO neutron.services.segments.plugin [-] Segment 4537ce73-9b0a-4684-8307-2c3ea290769a resource provider aggregate not found 2026-08-13 02:24:20.742 8 INFO neutron.services.segments.plugin [-] Segment 4537ce73-9b0a-4684-8307-2c3ea290769a resource provider aggregate not found 2026-08-13 02:24:20.745 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4537ce73-9b0a-4684-8307-2c3ea290769a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4537ce73-9b0a-4684-8307-2c3ea290769a found for delete ", "request_id": "req-4aec06b4-f603-49e1-8683-004718678fb7"}]} 2026-08-13 02:24:20.761 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4537ce73-9b0a-4684-8307-2c3ea290769a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4537ce73-9b0a-4684-8307-2c3ea290769a found for delete ", "request_id": "req-7e898560-64d6-4972-951b-47329f97ec6e"}]} [pid: 8|app: 0|req: 1478/3163] 10.0.0.171 () {32 vars in 726 bytes} [Thu Aug 13 02:24:20 2026] DELETE /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 02:24:20.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01eeddaa-1909-4a88-a7ce-dbeee7b99a8f a3e0484132234053a4ad5f8b6263e4a3 3bf17cf872c14190b11590091e5dc606 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3164] 10.0.0.171 () {32 vars in 723 bytes} [Thu Aug 13 02:24:20 2026] GET /v2.0/networks/7f022d00-95df-4edc-bebb-aceb46db735c => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 02:24:22.765 8 INFO neutron.services.segments.plugin [-] Segment 1f3d2add-7fe1-4f25-81b5-75a4dd275950 resource provider aggregate not found 2026-08-13 02:24:22.787 8 INFO neutron.services.segments.plugin [-] Segment 1f3d2add-7fe1-4f25-81b5-75a4dd275950 resource provider aggregate not found 2026-08-13 02:24:22.793 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1f3d2add-7fe1-4f25-81b5-75a4dd275950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f3d2add-7fe1-4f25-81b5-75a4dd275950 found for delete ", "request_id": "req-c52926fc-53ac-433b-8634-acfc37ceeb8d"}]} 2026-08-13 02:24:22.806 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1f3d2add-7fe1-4f25-81b5-75a4dd275950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f3d2add-7fe1-4f25-81b5-75a4dd275950 found for delete ", "request_id": "req-0b770220-6c96-489a-a36a-30ba84ea1007"}]} [pid: 8|app: 0|req: 1479/3165] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:22 2026] GET /v2.0/security-groups?tenant_id=3bf17cf872c14190b11590091e5dc606&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3166] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:23 2026] DELETE /v2.0/security-groups/b4b33812-a55c-40fd-ae95-c1406c20d520 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3167] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/security-groups?tenant_id=4db1d6bfbbee4e919b15d8dbd09392e7&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3168] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:23 2026] DELETE /v2.0/security-groups/781099e9-5d40-43fc-a754-fbd269cda999 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3169] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/security-groups?tenant_id=e3176d225f7e4f18aa97134338233176&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3170] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:23 2026] DELETE /v2.0/security-groups/9c9b4943-4dbc-4516-b1ec-d012dd2cc88d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3171] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:23 2026] GET /v2.0/security-groups?tenant_id=21bd0d7e79b44d829e2baec1e8e9cb34&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3172] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:24 2026] DELETE /v2.0/security-groups/2b33fc87-806a-4c2c-94b0-4a62202a4120 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3173] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-groups?tenant_id=f17c3d47a5e84adab834631437ab8873&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3174] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:24 2026] DELETE /v2.0/security-groups/768e2e2b-2394-458f-974d-8261d303ab2c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3175] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:24 2026] GET /v2.0/security-groups?tenant_id=0eed6623831a4677a838ffe1c0f8ac7d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3176] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/security-groups/c78e8e17-3247-423d-bd52-d4bfa867a0c3 => 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: 1485/3177] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:25 2026] GET /v2.0/security-groups?tenant_id=46a88a73486a4d1ba07c05f81e118f06&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3178] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:25 2026] DELETE /v2.0/security-groups/5fc015f6-4a9b-4653-b398-e6fbd213742f => 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: 1487/3181] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:24:29 2026] POST /v2.0/floatingips => generated 552 bytes in 759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3182] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:24:30 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3183] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:24:30 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3184] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:24:31 2026] POST /v2.0/floatingips => generated 552 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3185] 10.0.0.171 () {34 vars in 676 bytes} [Thu Aug 13 02:24:32 2026] POST /v2.0/floatingips => generated 552 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3186] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:24:32 2026] PUT /v2.0/floatingips/15bf9f31-d27f-4715-9f96-d3bdc7d43c5f/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3187] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:24:33 2026] PUT /v2.0/floatingips/e57b6b3e-c973-4589-a43d-dcf191dc6b87/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3188] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:24:33 2026] PUT /v2.0/floatingips/aa8ccdcc-6e4f-43b4-9fa8-fdb29a7a37cd/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3189] 10.0.0.171 () {34 vars in 759 bytes} [Thu Aug 13 02:24:33 2026] PUT /v2.0/floatingips/b74d2e61-1c8c-44ce-9dd8-796929d8f77b/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3190] 10.0.0.171 () {32 vars in 672 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3191] 10.0.0.171 () {32 vars in 686 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3192] 10.0.0.171 () {32 vars in 682 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3193] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3194] 10.0.0.171 () {32 vars in 680 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3195] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3196] 10.0.0.171 () {32 vars in 690 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3197] 10.0.0.171 () {32 vars in 702 bytes} [Thu Aug 13 02:24:33 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 02:24:33.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8224387-a5d1-4bed-8e15-152500053425 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] TaaS: Handle Delete Port: 40813cb5-d36d-499c-ae05-4cc3581854d8 2026-08-13 02:24:33.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8224387-a5d1-4bed-8e15-152500053425 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] Tap Mirror: Handle Delete Port: 40813cb5-d36d-499c-ae05-4cc3581854d8 [pid: 7|app: 0|req: 1703/3198] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:33 2026] DELETE /v2.0/floatingips/15bf9f31-d27f-4715-9f96-d3bdc7d43c5f => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:34.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f277ec9-2d1a-476d-8ac0-fdbc37ccc343 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] TaaS: Handle Delete Port: 056a8eec-335a-4896-80cb-8b3b386fcc45 2026-08-13 02:24:34.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f277ec9-2d1a-476d-8ac0-fdbc37ccc343 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] Tap Mirror: Handle Delete Port: 056a8eec-335a-4896-80cb-8b3b386fcc45 [pid: 8|app: 0|req: 1496/3199] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:33 2026] DELETE /v2.0/floatingips/e57b6b3e-c973-4589-a43d-dcf191dc6b87 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:34.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-38ed8999-92c2-4489-bd45-9ea1520b54e2 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] TaaS: Handle Delete Port: 03e1d719-1c12-4e82-affc-437e5ac9d33b 2026-08-13 02:24:34.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38ed8999-92c2-4489-bd45-9ea1520b54e2 dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] Tap Mirror: Handle Delete Port: 03e1d719-1c12-4e82-affc-437e5ac9d33b [pid: 7|app: 0|req: 1704/3200] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:34 2026] DELETE /v2.0/floatingips/aa8ccdcc-6e4f-43b4-9fa8-fdb29a7a37cd => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:35.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-691db8a9-3121-48a0-a272-a9e4c611e20e dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] TaaS: Handle Delete Port: 3cb1bd9e-80b4-4d46-863c-76cc33fd118b 2026-08-13 02:24:35.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691db8a9-3121-48a0-a272-a9e4c611e20e dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] Tap Mirror: Handle Delete Port: 3cb1bd9e-80b4-4d46-863c-76cc33fd118b [pid: 8|app: 0|req: 1497/3201] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:35 2026] DELETE /v2.0/floatingips/b74d2e61-1c8c-44ce-9dd8-796929d8f77b => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:35.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-a44d839d-b575-4340-9b18-9859df35384c dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] TaaS: Handle Delete Port: 6a5b4aa2-68b6-4ff0-9657-4d6e1206ad7b 2026-08-13 02:24:35.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a44d839d-b575-4340-9b18-9859df35384c dbbb833c75c8492290c1a50a944e5db3 d83f687ea8f54aeab7b1e4d1751759b0 - - default default] Tap Mirror: Handle Delete Port: 6a5b4aa2-68b6-4ff0-9657-4d6e1206ad7b [pid: 7|app: 0|req: 1705/3202] 10.0.0.171 () {32 vars in 732 bytes} [Thu Aug 13 02:24:35 2026] DELETE /v2.0/floatingips/f9925dd4-42d5-4a78-83ff-cfc56bd9dd84 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3203] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:36 2026] GET /v2.0/security-groups?tenant_id=d83f687ea8f54aeab7b1e4d1751759b0&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3204] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:36 2026] DELETE /v2.0/security-groups/8d3cc6ce-3766-4ceb-95eb-3cd369512b39 => 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: 1499/3205] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:36 2026] GET /v2.0/security-groups?tenant_id=fa30208f26464ab0ba1a42af887846db&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3206] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:37 2026] DELETE /v2.0/security-groups/48ecb0f6-19be-4c7f-b028-37218fc60de6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3207] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:37 2026] GET /v2.0/security-groups?tenant_id=1f86f7b5ca264e16abd34e7e813bfd83&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3208] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:37 2026] DELETE /v2.0/security-groups/5360639f-a9e3-41e4-a36c-f8db729b5d73 => 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: 1502/3211] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3212] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3213] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:42 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3214] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:42 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3215] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:42 2026] POST /v2.0/security-groups => generated 1603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3216] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/security-groups/6b110a2b-7ea7-48f0-bbfb-67ae0ba68bf5/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3217] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/security-groups/13785989-5345-4777-bc26-ca589e049854/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3218] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/security-groups/9f9e00e1-9c0a-4d2c-a9fc-b8344bd23357/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: 1506/3219] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:42 2026] PUT /v2.0/security-groups/bb8c6260-90fc-440a-938e-a413c007cedb/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3220] 10.0.0.171 () {32 vars in 680 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3221] 10.0.0.171 () {32 vars in 694 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3222] 10.0.0.171 () {32 vars in 690 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3223] 10.0.0.171 () {32 vars in 702 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3224] 10.0.0.171 () {32 vars in 688 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3225] 10.0.0.171 () {32 vars in 702 bytes} [Thu Aug 13 02:24:42 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3226] 10.0.0.171 () {32 vars in 698 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3227] 10.0.0.171 () {32 vars in 710 bytes} [Thu Aug 13 02:24:43 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3228] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/security-groups/6b110a2b-7ea7-48f0-bbfb-67ae0ba68bf5 => 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: 1511/3229] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/security-groups/13785989-5345-4777-bc26-ca589e049854 => 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: 1719/3230] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/security-groups/9f9e00e1-9c0a-4d2c-a9fc-b8344bd23357 => 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: 1512/3231] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/security-groups/bb8c6260-90fc-440a-938e-a413c007cedb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3232] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:43 2026] DELETE /v2.0/security-groups/d58fa8da-9496-4526-a387-9672910fe361 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3233] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:44 2026] GET /v2.0/security-groups?tenant_id=f4e08c94ac4f448ca7c9115067b5eaa3&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3234] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:44 2026] DELETE /v2.0/security-groups/3347edc7-0a22-4b74-bf8e-25f2f1ba17a9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3235] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:44 2026] GET /v2.0/security-groups?tenant_id=2aafcd06292d48c09a8e3194568f7153&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3236] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:44 2026] DELETE /v2.0/security-groups/971db050-84b5-46b0-9d3b-2956a6854e95 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3237] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:45 2026] GET /v2.0/security-groups?tenant_id=d937e151c9e74424ba69fb7fe9784c9e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3238] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:45 2026] DELETE /v2.0/security-groups/37c38ab0-5314-4361-bfb8-a0fbf3a976a4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3239] 10.0.0.171 () {34 vars in 684 bytes} [Thu Aug 13 02:24:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3240] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:49 2026] PUT /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3241] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3242] 10.0.0.171 () {34 vars in 778 bytes} [Thu Aug 13 02:24:49 2026] PUT /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3243] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3244] 10.0.0.171 () {34 vars in 774 bytes} [Thu Aug 13 02:24:49 2026] PUT /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3245] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3246] 10.0.0.171 () {34 vars in 796 bytes} [Thu Aug 13 02:24:49 2026] PUT /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3247] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3248] 10.0.0.171 () {34 vars in 767 bytes} [Thu Aug 13 02:24:49 2026] PUT /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3249] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3250] 10.0.0.171 () {32 vars in 755 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 02:24:49.789 8 INFO neutron.api.v2.resource [None req-5f2cdd12-e4ed-45f2-9d3f-d44e90567103 1784e45b98a44f179036717d526b76a2 20257e831fd64c4baac9fc46c4bcdf82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3251] 10.0.0.171 () {32 vars in 759 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/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: 1730/3252] 10.0.0.171 () {32 vars in 758 bytes} [Thu Aug 13 02:24:49 2026] DELETE /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3253] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:49 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 02:24:49.977 7 INFO neutron.api.v2.resource [None req-792c05d8-3cd9-475b-b553-803b7a4a54a2 1784e45b98a44f179036717d526b76a2 20257e831fd64c4baac9fc46c4bcdf82 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1731/3254] 10.0.0.171 () {32 vars in 762 bytes} [Thu Aug 13 02:24:49 2026] DELETE /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3255] 10.0.0.171 () {32 vars in 750 bytes} [Thu Aug 13 02:24:49 2026] DELETE /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3256] 10.0.0.171 () {32 vars in 747 bytes} [Thu Aug 13 02:24:50 2026] GET /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5/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: 1525/3257] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:50 2026] DELETE /v2.0/security-groups/53301bc8-bb10-4449-a6ec-64dfe5817cb5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3258] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:50 2026] GET /v2.0/security-groups?tenant_id=68223e4f6cef40948083865cb3f0d698&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3259] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:51 2026] DELETE /v2.0/security-groups/70013577-ed9b-4951-bfcc-6ccdebf74e80 => 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: 1734/3260] 10.0.0.171 () {32 vars in 774 bytes} [Thu Aug 13 02:24:51 2026] GET /v2.0/security-groups?tenant_id=20257e831fd64c4baac9fc46c4bcdf82&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3261] 10.0.0.171 () {32 vars in 740 bytes} [Thu Aug 13 02:24:51 2026] DELETE /v2.0/security-groups/e7f707a4-2e8b-4eb6-b6d3-e8887a82e6ee => 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: 1735/3262] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:24:54 2026] GET /v2.0/networks => generated 2168 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3263] 10.0.0.171 () {32 vars in 655 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/floatingips => 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: 1736/3264] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3265] 10.0.0.171 () {32 vars in 643 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3266] 10.0.0.171 () {32 vars in 647 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3267] 10.0.0.171 () {32 vars in 649 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3270] 10.0.0.171 () {32 vars in 663 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3271] 10.0.0.171 () {32 vars in 655 bytes} [Thu Aug 13 02:24:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)