+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 9 10:03:29 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-7ff8b4c7bb-dtj87 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 0x7f316fce4668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-09 10:03:33.168 7 INFO neutron.common.config [-] Logging enabled! 2026-07-09 10:03:33.168 7 INFO neutron.common.config [-] uwsgi version 26.0.5.dev6 2026-07-09 10:03:33.348 8 INFO neutron.common.config [-] Logging enabled! 2026-07-09 10:03:33.348 8 INFO neutron.common.config [-] uwsgi version 26.0.5.dev6 2026-07-09 10:03:34.155 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 10:03:34.326 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 10:03:35.495 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:03:35.498 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 10:03:35.501 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 10:03:35.502 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:03:35.503 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 10:03:35.503 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 10:03:35.503 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.511 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.511 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.511 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.533 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 10:03:35.535 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.535 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.583 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 10:03:35.583 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 10:03:35.583 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 10:03:35.584 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 10:03:35.632 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:03:35.635 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 10:03:35.638 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 10:03:35.639 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:03:35.639 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 10:03:35.640 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 10:03:35.640 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.647 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.647 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:03:35.647 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.669 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 10:03:35.670 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.670 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 10:03:35.717 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 10:03:35.717 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 10:03:35.717 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 10:03:35.717 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 10:03:35.875 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 10:03:35.997 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 10:03:36.157 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 10:03:36.157 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 10:03:36.157 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 10:03:36.170 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 10:03:36.170 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 10:03:36.171 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 10:03:36.171 7 INFO neutron.plugins.ml2.extensions.port_security [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 10:03:36.171 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing extension driver 'qos' 2026-07-09 10:03:36.171 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 10:03:36.171 7 INFO neutron.plugins.ml2.managers [None req-888fe965-52c1-494e-a487-2defc7114c68 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 10:03:36.186 7 INFO neutron.quota [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded quota_driver: . 2026-07-09 10:03:36.186 7 INFO neutron.plugins.ml2.plugin [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 10:03:36.186 7 INFO neutron.plugins.ml2.managers [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 10:03:36.187 7 INFO neutron.plugins.ml2.managers [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 10:03:36.187 7 INFO neutron.plugins.ml2.managers [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 10:03:36.187 7 INFO neutron.extensions.vlantransparent [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Disabled vlantransparent extension. 2026-07-09 10:03:36.187 7 INFO neutron.extensions.qinq [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Disabled VLAN QinQ extension. 2026-07-09 10:03:36.187 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: qos 2026-07-09 10:03:36.200 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: router 2026-07-09 10:03:36.246 7 INFO neutron.services.service_base [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 10:03:36.247 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: segments 2026-07-09 10:03:36.264 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 10:03:36.265 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 10:03:36.265 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 10:03:36.279 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 10:03:36.280 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 10:03:36.280 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 10:03:36.280 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 10:03:36.280 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing extension driver 'qos' 2026-07-09 10:03:36.280 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 10:03:36.281 8 INFO neutron.plugins.ml2.managers [None req-2ece0ac7-6b6d-47f7-a447-23b9af751099 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 10:03:36.297 8 INFO neutron.quota [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded quota_driver: . 2026-07-09 10:03:36.297 8 INFO neutron.plugins.ml2.plugin [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 10:03:36.297 8 INFO neutron.plugins.ml2.managers [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 10:03:36.297 8 INFO neutron.plugins.ml2.managers [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 10:03:36.297 8 INFO neutron.plugins.ml2.managers [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 10:03:36.297 8 INFO neutron.extensions.vlantransparent [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Disabled vlantransparent extension. 2026-07-09 10:03:36.298 8 INFO neutron.extensions.qinq [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Disabled VLAN QinQ extension. 2026-07-09 10:03:36.298 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: qos 2026-07-09 10:03:36.310 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: router 2026-07-09 10:03:36.342 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: trunk 2026-07-09 10:03:36.355 8 INFO neutron.services.service_base [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 10:03:36.355 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: segments 2026-07-09 10:03:36.356 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: vpnaas 2026-07-09 10:03:36.395 7 WARNING stevedore.named [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 10:03:36.395 7 WARNING stevedore.named [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.452 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: trunk 2026-07-09 10:03:36.466 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: vpnaas 2026-07-09 10:03:36.487 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 10:03:36.487 7 INFO neutron.common.utils [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 10:03:36.488 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: taas 2026-07-09 10:03:36.505 8 WARNING stevedore.named [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 10:03:36.505 8 WARNING stevedore.named [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.516 7 WARNING stevedore.named [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:03:36.546 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: tapmirror 2026-07-09 10:03:36.562 7 WARNING stevedore.named [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.570 8 INFO neutron_vpnaas.services.vpn.plugin [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 10:03:36.571 8 INFO neutron.common.utils [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 10:03:36.571 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: taas 2026-07-09 10:03:36.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:03:36.580 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: auto_allocate 2026-07-09 10:03:36.589 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: tag 2026-07-09 10:03:36.594 8 WARNING stevedore.named [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.598 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: timestamp 2026-07-09 10:03:36.601 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 10:03:36.604 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: flavors 2026-07-09 10:03:36.607 7 INFO neutron.manager [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loading Plugin: revisions 2026-07-09 10:03:36.611 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Initializing extension manager. 2026-07-09 10:03:36.612 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: address-group 2026-07-09 10:03:36.614 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: address-scope 2026-07-09 10:03:36.615 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 10:03:36.616 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: agent 2026-07-09 10:03:36.616 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 10:03:36.617 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 10:03:36.618 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 10:03:36.619 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: availability_zone 2026-07-09 10:03:36.619 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 10:03:36.620 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 10:03:36.620 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: default-subnetpools 2026-07-09 10:03:36.622 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 10:03:36.622 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: dns-integration 2026-07-09 10:03:36.623 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 10:03:36.624 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 10:03:36.624 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: dvr 2026-07-09 10:03:36.628 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 10:03:36.629 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 10:03:36.629 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:03:36.630 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 10:03:36.631 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: external-net 2026-07-09 10:03:36.632 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 10:03:36.632 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: extraroute 2026-07-09 10:03:36.633 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 10:03:36.634 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 10:03:36.635 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 10:03:36.636 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 10:03:36.636 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 10:03:36.637 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: fip-port-details 2026-07-09 10:03:36.638 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: flavors 2026-07-09 10:03:36.639 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 10:03:36.640 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: floatingip-pools 2026-07-09 10:03:36.641 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: ip_allocation 2026-07-09 10:03:36.641 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 10:03:36.642 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: l2_adjacency 2026-07-09 10:03:36.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:03:36.642 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: tapmirror 2026-07-09 10:03:36.643 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: router 2026-07-09 10:03:36.644 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:03:36.645 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 10:03:36.646 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 10:03:36.646 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 10:03:36.647 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: l3-ha 2026-07-09 10:03:36.647 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:03:36.648 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 10:03:36.648 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: l3-flavors 2026-07-09 10:03:36.649 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:03:36.650 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 10:03:36.650 8 WARNING stevedore.named [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:03:36.652 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 10:03:36.653 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 10:03:36.654 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 10:03:36.655 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 10:03:36.656 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 10:03:36.656 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: multi-provider 2026-07-09 10:03:36.657 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: net-mtu 2026-07-09 10:03:36.657 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 10:03:36.658 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: network_availability_zone 2026-07-09 10:03:36.658 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: network_ha 2026-07-09 10:03:36.659 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: network-ip-availability 2026-07-09 10:03:36.661 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 10:03:36.661 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: pagination 2026-07-09 10:03:36.662 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-device-profile 2026-07-09 10:03:36.662 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 10:03:36.663 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 10:03:36.663 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 10:03:36.664 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-mac-override 2026-07-09 10:03:36.664 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 10:03:36.665 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 10:03:36.665 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 10:03:36.666 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-resource-request 2026-07-09 10:03:36.666 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 10:03:36.667 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 10:03:36.667 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: binding 2026-07-09 10:03:36.668 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: binding-extended 2026-07-09 10:03:36.668 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-security 2026-07-09 10:03:36.669 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: project-id 2026-07-09 10:03:36.669 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: provider 2026-07-09 10:03:36.670 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 10:03:36.672 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos 2026-07-09 10:03:36.673 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 10:03:36.674 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 10:03:36.674 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-default 2026-07-09 10:03:36.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:03:36.675 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-fip 2026-07-09 10:03:36.675 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: auto_allocate 2026-07-09 10:03:36.675 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 10:03:36.676 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 10:03:36.676 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 10:03:36.677 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 10:03:36.677 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 10:03:36.678 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-pps 2026-07-09 10:03:36.678 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 10:03:36.679 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 10:03:36.680 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 10:03:36.680 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: tag 2026-07-09 10:03:36.680 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: quota-check-limit 2026-07-09 10:03:36.681 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 10:03:36.683 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: quotas 2026-07-09 10:03:36.684 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: quota_details 2026-07-09 10:03:36.685 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: rbac-policies 2026-07-09 10:03:36.686 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: rbac-address-group 2026-07-09 10:03:36.686 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 10:03:36.687 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 10:03:36.687 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 10:03:36.688 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: timestamp 2026-07-09 10:03:36.688 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: revision-if-match 2026-07-09 10:03:36.688 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 10:03:36.689 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: router_availability_zone 2026-07-09 10:03:36.690 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 10:03:36.691 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 10:03:36.691 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 10:03:36.692 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 10:03:36.693 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 10:03:36.694 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 10:03:36.694 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 10:03:36.695 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 10:03:36.695 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: flavors 2026-07-09 10:03:36.698 8 INFO neutron.manager [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loading Plugin: revisions 2026-07-09 10:03:36.699 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: security-group 2026-07-09 10:03:36.700 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: segment 2026-07-09 10:03:36.701 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 10:03:36.701 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Initializing extension manager. 2026-07-09 10:03:36.701 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: service-type 2026-07-09 10:03:36.702 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: sorting 2026-07-09 10:03:36.702 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 10:03:36.702 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: address-group 2026-07-09 10:03:36.703 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: standard-attr-description 2026-07-09 10:03:36.703 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: stateful-security-group 2026-07-09 10:03:36.704 7 WARNING neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 10:03:36.704 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 10:03:36.705 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: address-scope 2026-07-09 10:03:36.705 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnet-external-network 2026-07-09 10:03:36.705 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 10:03:36.706 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnet_onboard 2026-07-09 10:03:36.706 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: agent 2026-07-09 10:03:36.706 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 10:03:36.706 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 10:03:36.706 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnet-service-types 2026-07-09 10:03:36.707 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnet_allocation 2026-07-09 10:03:36.708 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 10:03:36.708 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 10:03:36.708 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 10:03:36.709 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: availability_zone 2026-07-09 10:03:36.709 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 10:03:36.710 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 10:03:36.710 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: tag-creation 2026-07-09 10:03:36.710 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: default-subnetpools 2026-07-09 10:03:36.711 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 10:03:36.712 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 10:03:36.713 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: dns-integration 2026-07-09 10:03:36.713 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 10:03:36.714 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 10:03:36.714 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: dvr 2026-07-09 10:03:36.715 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 10:03:36.716 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 10:03:36.716 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 10:03:36.717 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: trunk 2026-07-09 10:03:36.718 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: trunk-details 2026-07-09 10:03:36.718 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 10:03:36.718 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 10:03:36.718 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:03:36.719 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 10:03:36.719 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 10:03:36.719 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 10:03:36.719 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: external-net 2026-07-09 10:03:36.720 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 10:03:36.721 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 10:03:36.722 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 10:03:36.722 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: extraroute 2026-07-09 10:03:36.722 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 10:03:36.722 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 10:03:36.723 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 10:03:36.723 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: vpn-flavors 2026-07-09 10:03:36.723 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 10:03:36.724 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 10:03:36.724 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 10:03:36.725 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: fip-port-details 2026-07-09 10:03:36.725 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: vpnaas 2026-07-09 10:03:36.726 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: flavors 2026-07-09 10:03:36.726 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: taas 2026-07-09 10:03:36.727 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 10:03:36.727 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: floatingip-pools 2026-07-09 10:03:36.728 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: tap-mirror 2026-07-09 10:03:36.728 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: ip_allocation 2026-07-09 10:03:36.728 7 INFO neutron.api.extensions [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 10:03:36.728 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 10:03:36.729 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: l2_adjacency 2026-07-09 10:03:36.730 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: router 2026-07-09 10:03:36.730 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 10:03:36.731 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 10:03:36.731 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.731 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 10:03:36.732 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:03:36.732 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 10:03:36.733 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 10:03:36.733 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 10:03:36.734 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: l3-ha 2026-07-09 10:03:36.734 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:03:36.734 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:03:36.735 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:03:36.735 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 10:03:36.735 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: l3-flavors 2026-07-09 10:03:36.736 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:03:36.737 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 10:03:36.739 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 10:03:36.739 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:03:36.740 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:03:36.740 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 10:03:36.740 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:03:36.741 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.741 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 10:03:36.741 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.742 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.742 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.742 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 10:03:36.742 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:03:36.743 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.743 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 10:03:36.743 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.743 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: multi-provider 2026-07-09 10:03:36.744 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:03:36.744 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: net-mtu 2026-07-09 10:03:36.744 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:03:36.744 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 10:03:36.744 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:03:36.745 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.745 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: network_availability_zone 2026-07-09 10:03:36.745 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.745 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.745 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.746 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: network_ha 2026-07-09 10:03:36.746 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: network-ip-availability 2026-07-09 10:03:36.747 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 10:03:36.748 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: pagination 2026-07-09 10:03:36.748 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-device-profile 2026-07-09 10:03:36.749 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 10:03:36.749 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 10:03:36.750 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 10:03:36.750 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:03:36.750 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] router is already registered 2026-07-09 10:03:36.750 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-mac-override 2026-07-09 10:03:36.750 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:03:36.751 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 10:03:36.751 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] floatingip is already registered 2026-07-09 10:03:36.751 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 10:03:36.752 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 10:03:36.752 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-resource-request 2026-07-09 10:03:36.753 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 10:03:36.754 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 10:03:36.754 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: binding 2026-07-09 10:03:36.754 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:03:36.754 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] rbac_policy is already registered 2026-07-09 10:03:36.755 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: binding-extended 2026-07-09 10:03:36.755 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:03:36.755 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] security_group is already registered 2026-07-09 10:03:36.755 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-security 2026-07-09 10:03:36.755 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:03:36.756 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] security_group_rule is already registered 2026-07-09 10:03:36.756 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: project-id 2026-07-09 10:03:36.756 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: provider 2026-07-09 10:03:36.756 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.757 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.757 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 10:03:36.757 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.757 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.758 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:03:36.758 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] trunk is already registered 2026-07-09 10:03:36.758 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.759 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.759 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.759 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.759 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos 2026-07-09 10:03:36.759 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:03:36.760 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] endpoint_group is already registered 2026-07-09 10:03:36.760 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 10:03:36.760 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:03:36.760 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] vpnservice is already registered 2026-07-09 10:03:36.760 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 10:03:36.760 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:03:36.761 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ipsec_site_connection is already registered 2026-07-09 10:03:36.761 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-default 2026-07-09 10:03:36.761 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.761 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.761 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-fip 2026-07-09 10:03:36.761 7 INFO neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.762 7 WARNING neutron.quota.resource_registry [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.762 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 10:03:36.762 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 10:03:36.763 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 10:03:36.763 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 10:03:36.764 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 10:03:36.765 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-pps 2026-07-09 10:03:36.765 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 10:03:36.766 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 10:03:36.766 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 10:03:36.767 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: quota-check-limit 2026-07-09 10:03:36.768 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 10:03:36.769 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: quotas 2026-07-09 10:03:36.771 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: quota_details 2026-07-09 10:03:36.772 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: rbac-policies 2026-07-09 10:03:36.772 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: rbac-address-group 2026-07-09 10:03:36.773 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 10:03:36.773 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 10:03:36.774 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 10:03:36.774 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: revision-if-match 2026-07-09 10:03:36.775 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 10:03:36.776 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: router_availability_zone 2026-07-09 10:03:36.776 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 10:03:36.778 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 10:03:36.778 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 10:03:36.779 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 10:03:36.779 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 10:03:36.780 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 10:03:36.780 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 10:03:36.785 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: security-group 2026-07-09 10:03:36.786 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: segment 2026-07-09 10:03:36.787 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 10:03:36.788 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: service-type 2026-07-09 10:03:36.788 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: sorting 2026-07-09 10:03:36.789 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 10:03:36.789 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: standard-attr-description 2026-07-09 10:03:36.790 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: stateful-security-group 2026-07-09 10:03:36.790 8 WARNING neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 10:03:36.791 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 10:03:36.791 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnet-external-network 2026-07-09 10:03:36.792 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnet_onboard 2026-07-09 10:03:36.792 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 10:03:36.793 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnet-service-types 2026-07-09 10:03:36.793 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnet_allocation 2026-07-09 10:03:36.795 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 10:03:36.796 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: tag-creation 2026-07-09 10:03:36.796 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 10:03:36.799 7 WARNING keystonemiddleware._common.config [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 10:03:36.800 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 10:03:36.801 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 10:03:36.801 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: trunk 2026-07-09 10:03:36.802 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: trunk-details 2026-07-09 10:03:36.802 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 10:03:36.803 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 10:03:36.803 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 10:03:36.804 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 10:03:36.805 7 WARNING oslo_config.cfg [None req-8ee2ad7b-e1e7-4c60-8eb6-fb0ffa0ab49b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-09 10:03:36.806 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 10:03:36.807 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: vpn-endpoint-groups WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f316fce4668 pid: 7 (default app) 2026-07-09 10:03:36.807 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: vpn-flavors 2026-07-09 10:03:36.809 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: vpnaas 2026-07-09 10:03:36.810 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: taas 2026-07-09 10:03:36.811 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: tap-mirror 2026-07-09 10:03:36.812 8 INFO neutron.api.extensions [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 10:03:36.814 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 10:03:36.814 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 10:03:36.814 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.815 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 10:03:36.818 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:03:36.818 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:03:36.823 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:03:36.823 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:03:36.824 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:03:36.825 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.825 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.825 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.825 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.826 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:03:36.826 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.827 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.827 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:03:36.827 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:03:36.828 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:03:36.828 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.828 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.829 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.829 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.833 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:03:36.834 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] router is already registered 2026-07-09 10:03:36.834 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:03:36.838 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] floatingip is already registered 2026-07-09 10:03:36.842 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:03:36.842 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] rbac_policy is already registered 2026-07-09 10:03:36.842 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:03:36.842 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] security_group is already registered 2026-07-09 10:03:36.843 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:03:36.843 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] security_group_rule is already registered 2026-07-09 10:03:36.844 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.844 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.844 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:03:36.844 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] subnetpool is already registered 2026-07-09 10:03:36.845 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:03:36.845 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] trunk is already registered 2026-07-09 10:03:36.845 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.845 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.846 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.846 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.846 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:03:36.847 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] endpoint_group is already registered 2026-07-09 10:03:36.847 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:03:36.847 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] vpnservice is already registered 2026-07-09 10:03:36.848 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:03:36.848 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ipsec_site_connection is already registered 2026-07-09 10:03:36.848 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:03:36.848 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:03:36.849 8 INFO neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:03:36.849 8 WARNING neutron.quota.resource_registry [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] ikepolicy is already registered 2026-07-09 10:03:36.888 8 WARNING keystonemiddleware._common.config [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 10:03:36.894 8 WARNING oslo_config.cfg [None req-bd428d83-6d1d-4664-92a0-5a5a7f293478 - - - - - -] 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 7 seconds on interpreter 0x7f316fce4668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:03:41.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86e575dc-c146-48ab-95ae-41731b75ac04 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:03:40 2026] GET /v2.0/networks/public => generated 108 bytes in 796 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: 4/5] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:03:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:03:42.568 8 WARNING neutron.services.revisions.revision_plugin [None req-dfa13eab-4af6-41f5-bba7-4a577b25c1ca 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:03:42.589 8 INFO neutron.db.segments_db [None req-dfa13eab-4af6-41f5-bba7-4a577b25c1ca 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment e1b27bdb-8365-49ef-8c47-abb183397e3e of type flat for network f1cdb430-9b17-48dd-a666-d58a02301688 2026-07-09 10:03:42.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa13eab-4af6-41f5-bba7-4a577b25c1ca 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:03:42 2026] POST /v2.0/networks => generated 124 bytes in 469 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:03:48.795 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cce6b67-f691-4a53-9f9e-fe692ccce30e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:03:48 2026] GET /v2.0/networks/public => generated 108 bytes in 368 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:03:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:03:49.056 7 WARNING neutron.services.revisions.revision_plugin [None req-f07d98ab-3a4f-4bc7-bf9e-bec1202811d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:03:49.075 7 INFO neutron.db.segments_db [None req-f07d98ab-3a4f-4bc7-bf9e-bec1202811d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 9947f155-6f9b-4d61-84fa-55e82688cd1f of type flat for network 13259410-864e-4029-8c12-03501854e7f8 2026-07-09 10:03:49.125 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f07d98ab-3a4f-4bc7-bf9e-bec1202811d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:03:48 2026] POST /v2.0/networks => generated 124 bytes in 305 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:03:55.020 7 INFO neutron.pecan_wsgi.hooks.translation [None req-683a7d8b-035f-45d1-9989-7e53fdc4ad5a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:03:54 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:03:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:03:55.080 7 WARNING neutron.services.revisions.revision_plugin [None req-001acbbe-1a5c-4e5d-a33e-74e63a6b799d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:03:55.091 7 INFO neutron.db.segments_db [None req-001acbbe-1a5c-4e5d-a33e-74e63a6b799d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment dbab94d6-4aa9-4734-9ff0-c9fdd462627f of type flat for network 7fe0385b-864f-4e72-986f-53b456a1effc 2026-07-09 10:03:55.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-001acbbe-1a5c-4e5d-a33e-74e63a6b799d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:03:55 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:04:01.010 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59eae29f-9dfb-4d25-bea5-6c596659f0e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:04:00 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:04:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:01.084 8 WARNING neutron.services.revisions.revision_plugin [None req-02634dd3-26d0-476e-a1d6-dda7e963cfe1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:01.107 8 INFO neutron.db.segments_db [None req-02634dd3-26d0-476e-a1d6-dda7e963cfe1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 4e440836-b315-4988-a104-b5710dedc3a7 of type flat for network 48db4926-501e-4bae-94f7-9c5457c7d7c1 2026-07-09 10:04:01.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02634dd3-26d0-476e-a1d6-dda7e963cfe1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:04:01 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:04:07.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52943650-5f54-4ad0-9490-36fc0d599e63 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:04:06 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:04:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:07.117 7 WARNING neutron.services.revisions.revision_plugin [None req-2b4ffb23-fff7-4495-92eb-47c3794608c0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:07.137 7 INFO neutron.db.segments_db [None req-2b4ffb23-fff7-4495-92eb-47c3794608c0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 663cacd3-4010-4050-9706-85092074907d of type flat for network 12547399-8041-4ab8-b3fa-98207257b24d 2026-07-09 10:04:07.163 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b4ffb23-fff7-4495-92eb-47c3794608c0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:04:07 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:04:13.012 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4096689-c350-479c-9145-d45fe3ceb392 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:04:12 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: 10/22] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:04:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:15.424 7 WARNING neutron.services.revisions.revision_plugin [None req-4ba8abd7-d1a1-4f1f-a6cc-4995d1d9bef2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:15.447 7 INFO neutron.db.segments_db [None req-4ba8abd7-d1a1-4f1f-a6cc-4995d1d9bef2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 74f246fc-a64c-4584-b953-f24d28aea4a3 of type flat for network a4194447-272d-49ee-9650-205bb1cd65d4 [pid: 7|app: 0|req: 13/23] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 9 10:04:13 2026] POST /v2.0/networks => generated 706 bytes in 3034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:04:17.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66e0c1aa-0598-4043-9f2c-962090f96781 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:04:17 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:04:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:04:17.307 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8731ba0-42e7-4ba9-b1c0-a25ca6aa7a3c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.53 () {44 vars in 1029 bytes} [Thu Jul 9 10:04:17 2026] GET /v2.0/subnets/public-subnet?network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.53 () {44 vars in 1052 bytes} [Thu Jul 9 10:04:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.53 () {48 vars in 960 bytes} [Thu Jul 9 10:04:17 2026] POST /v2.0/subnets => generated 664 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:09:08.958 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d214417d-bc70-40b5-9207-eb6d55faeb7a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 9 10:09:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:09:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:09:09.043 8 INFO neutron.db.segments_db [None req-d2a6af04-5bd6-4e48-b93f-054b2e3046f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 40ac1e99-163e-4136-aedb-e75455c63d94 of type vxlan for network 3d5072d7-1a00-4560-9420-44d26896b004 [pid: 8|app: 0|req: 33/68] 199.204.45.53 () {48 vars in 961 bytes} [Thu Jul 9 10:09:08 2026] POST /v2.0/networks => generated 707 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:09:10.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab1a1dcb-f944-4e24-8e0d-d87939f8b1ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 9 10:09:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:09:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:09:10.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43f8c078-e847-44a4-aaac-c134ab654a6e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/73] 199.204.45.53 () {44 vars in 1031 bytes} [Thu Jul 9 10:09:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.53 () {44 vars in 1054 bytes} [Thu Jul 9 10:09:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.53 () {48 vars in 960 bytes} [Thu Jul 9 10:09:10 2026] POST /v2.0/subnets => generated 651 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:09:11.556 8 INFO neutron.api.v2.resource [None req-53eb533b-3cef-4729-b688-a9b8b104a5fc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.53 () {44 vars in 966 bytes} [Thu Jul 9 10:09:11 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: 40/77] 199.204.45.53 () {44 vars in 988 bytes} [Thu Jul 9 10:09:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.53 () {48 vars in 975 bytes} [Thu Jul 9 10:09:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:12 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 1616 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:12 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:12 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => 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: 40/82] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:13 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:13 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:14 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:15 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2846 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:15 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:15 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:16 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 3462 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:16 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:16 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => 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: 46/94] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:17 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:17 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:17 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.53 () {44 vars in 982 bytes} [Thu Jul 9 10:09:18 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:09:18.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-712c94aa-5dc1-4fd2-a05d-b366d1708ee2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.53 () {44 vars in 1071 bytes} [Thu Jul 9 10:09:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.53 () {44 vars in 1094 bytes} [Thu Jul 9 10:09:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:18 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.53 () {48 vars in 956 bytes} [Thu Jul 9 10:09:18 2026] POST /v2.0/ports => generated 1100 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:09:25.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-008aa6b3-42ff-4dfa-9713-81922dfdfbae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.204.45.53 () {44 vars in 974 bytes} [Thu Jul 9 10:09:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.53 () {48 vars in 1026 bytes} [Thu Jul 9 10:09:25 2026] PUT /v2.0/ports/6f65d434-2ec5-42f9-be2c-4eb3fe95cef6 => generated 1249 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.53 () {44 vars in 915 bytes} [Thu Jul 9 10:09:28 2026] GET /v2.0/ports => generated 3730 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:09:29.363 7 INFO neutron.api.v2.resource [None req-5a775d9b-076f-4d75-9f09-2d8dffd05fb8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:09:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.53 () {44 vars in 976 bytes} [Thu Jul 9 10:09:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.53 () {48 vars in 975 bytes} [Thu Jul 9 10:09:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:30 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:30 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:30 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 1610 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:30 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:31 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:31 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:09:31 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:09:31 2026] POST /v2.0/security-group-rules => generated 627 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/131] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 9 10:10:49 2026] GET /v2.0/quotas/26c6a6dac54e4fd8a0f7a00363d675e9 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 199.204.45.53 () {48 vars in 1022 bytes} [Thu Jul 9 10:10:50 2026] PUT /v2.0/quotas/26c6a6dac54e4fd8a0f7a00363d675e9 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:13:11.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29e2740e-6ab8-441d-a3fc-284b1bc4b5df 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/153] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:13:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 428 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: 79/154] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:13:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:13:13.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-179c3ed6-2dca-4c33-85fb-2232d17cb749 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/155] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:13:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/156] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:13:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:20:48.968 8 INFO neutron.api.v2.resource [None req-1b175183-06e0-46ed-b533-4ea0defbaa21 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/217] 199.204.45.53 () {44 vars in 1069 bytes} [Thu Jul 9 10:20:48 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 139 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.53 () {44 vars in 1092 bytes} [Thu Jul 9 10:20:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.53 () {48 vars in 976 bytes} [Thu Jul 9 10:20:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:50 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:20:50 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => 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: 113/222] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:50 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:20:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/224] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:51 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => 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: 111/225] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:20:51 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:51 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:20:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/228] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:52 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/229] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:20:52 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/230] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:52 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/231] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:20:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/232] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:53 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/233] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:20:53 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/234] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:20:54 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/235] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 9 10:20:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.53 () {30 vars in 739 bytes} [Thu Jul 9 10:23:09 2026] GET /v2.0/networks?tenant_id=e6265fc2c5ee47d79a2b23c392696d75&shared=False => generated 15 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:23:10.044 8 INFO neutron.db.segments_db [None req-1d631ab3-3464-4ba7-8d54-d9bf781cbe0f 2434320d32664bc48d4c18a617deadf0 e6265fc2c5ee47d79a2b23c392696d75 - - 80a5d8fbd38240019ab942c168438e20 80a5d8fbd38240019ab942c168438e20] Added segment 86299253-bd5d-42bb-a74a-ffeca7eb8da8 of type vxlan for network 037a7410-dc82-4efa-a236-edff2bcd51bc [pid: 8|app: 0|req: 127/257] 199.204.45.53 () {34 vars in 681 bytes} [Thu Jul 9 10:23:09 2026] POST /v2.0/networks => generated 718 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/258] 199.204.45.53 () {30 vars in 721 bytes} [Thu Jul 9 10:23:10 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: 128/259] 199.204.45.53 () {30 vars in 632 bytes} [Thu Jul 9 10:23:10 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: 132/260] 199.204.45.53 () {34 vars in 676 bytes} [Thu Jul 9 10:23:10 2026] POST /v2.0/ports => generated 999 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/261] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:23:10 2026] GET /v2.0/networks/037a7410-dc82-4efa-a236-edff2bcd51bc => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 199.204.45.53 () {30 vars in 721 bytes} [Thu Jul 9 10:23:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:23:12 2026] GET /v2.0/networks/037a7410-dc82-4efa-a236-edff2bcd51bc => 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: 135/266] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 9 10:23:25 2026] GET /v2.0/quotas/e6265fc2c5ee47d79a2b23c392696d75 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 199.204.45.53 () {48 vars in 1022 bytes} [Thu Jul 9 10:23:25 2026] PUT /v2.0/quotas/e6265fc2c5ee47d79a2b23c392696d75 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:23.345 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a80baebf-9725-4f67-8f5c-70776b2366b8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/362] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:35:23 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:35:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:24.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d78388bd-651a-4b01-bc1c-14a9e26b80bf 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/366] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 9 10:35:24 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:35:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:24.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d17fb4eb-0c95-4c4c-b853-4400d27aa0be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/368] 199.204.45.53 () {44 vars in 1029 bytes} [Thu Jul 9 10:35:24 2026] GET /v2.0/subnets/public-subnet?network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.53 () {44 vars in 1052 bytes} [Thu Jul 9 10:35:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:52.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa72502-fa7e-47c6-a32b-08a32f13c41e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/372] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 9 10:35:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:35:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:53.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ee6598a-bd48-4210-b15a-bebd56529796 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/374] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 9 10:35:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:35:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:53.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d00ce49b-8bdb-4a47-8cd4-9b83c8b49dd4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/376] 199.204.45.53 () {44 vars in 1031 bytes} [Thu Jul 9 10:35:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.53 () {44 vars in 1054 bytes} [Thu Jul 9 10:35:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:35:55.115 8 INFO neutron.api.v2.resource [None req-afbad5ef-2dce-4bf9-9336-e4b1193b3c1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/380] 199.204.45.53 () {44 vars in 966 bytes} [Thu Jul 9 10:35:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.204.45.53 () {44 vars in 988 bytes} [Thu Jul 9 10:35:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:56 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => 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: 193/383] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:56 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:35:56 2026] GET /v2.0/security-group-rules/94f1d6bd-14df-4cc6-9ae4-52d39a31a9f9 => 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: 194/385] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:57 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:57 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:35:57 2026] GET /v2.0/security-group-rules/340265c5-2b72-4bf6-9ef4-131dc0f8753a => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:58 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:58 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:35:58 2026] GET /v2.0/security-group-rules/eea3d2a1-6232-430e-8863-fbb55848a94e => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:59 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:35:59 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:35:59 2026] GET /v2.0/security-group-rules/95a89852-019e-4921-9b9a-cb4de2773a60 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:01 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:01 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:36:01 2026] GET /v2.0/security-group-rules/9de63831-573e-4329-98c4-e20a59a850bd => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.53 () {44 vars in 982 bytes} [Thu Jul 9 10:36:02 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:36:02.811 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de457a90-07f5-43ad-963e-d19dc9915601 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/398] 199.204.45.53 () {44 vars in 1071 bytes} [Thu Jul 9 10:36:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3d5072d7-1a00-4560-9420-44d26896b004 => 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: 201/399] 199.204.45.53 () {44 vars in 1094 bytes} [Thu Jul 9 10:36:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:02 2026] GET /v2.0/security-groups/e2f710b7-a9b6-4c2e-ab1f-a774c257a25d => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:36:29.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8957046-2e85-4011-a572-d2052eb2eee7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/405] 199.204.45.53 () {44 vars in 974 bytes} [Thu Jul 9 10:36:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.53 () {44 vars in 915 bytes} [Thu Jul 9 10:36:35 2026] GET /v2.0/ports => generated 4725 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:36:37.145 7 INFO neutron.api.v2.resource [None req-154ae89c-05c1-4fc7-863c-7263cef741ed 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/408] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 9 10:36:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.53 () {44 vars in 976 bytes} [Thu Jul 9 10:36:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:38 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => 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: 205/411] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:38 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:36:38 2026] GET /v2.0/security-group-rules/379cbcea-f783-48a9-bf9d-f6f30effeff8 => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:39 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:36:39 2026] GET /v2.0/security-groups/0ebc6c92-b756-4b99-a3a6-90cf6dea2a68 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:36:39 2026] GET /v2.0/security-group-rules/d76c8d69-dc08-4841-9a68-93f8b84744e1 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 9 10:36:59 2026] GET /v2.0/quotas/26c6a6dac54e4fd8a0f7a00363d675e9 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:38:10.978 8 INFO neutron.api.v2.resource [None req-aec24a57-56f4-4742-94b4-740c7a189ba5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 215/431] 199.204.45.53 () {44 vars in 1069 bytes} [Thu Jul 9 10:38:10 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 199.204.45.53 () {44 vars in 1092 bytes} [Thu Jul 9 10:38:10 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:38:11 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:38:12 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/435] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:38:12 2026] GET /v2.0/security-group-rules/7d4f20e7-04d2-41f7-97ec-b68563c6811c => generated 597 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:38:13 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:38:13 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => 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: 220/438] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:38:13 2026] GET /v2.0/security-group-rules/d6109f80-c41a-48a9-a793-5bacc7790c85 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:38:14 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:38:14 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/441] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:38:14 2026] GET /v2.0/security-group-rules/581e331a-037c-4ef7-bda2-5b1011c206c8 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 9 10:38:15 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b?project_id=e6265fc2c5ee47d79a2b23c392696d75 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 9 10:38:15 2026] GET /v2.0/security-groups/cc1bb7f0-eaa8-4275-91e8-7940f5aff16b => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 9 10:38:15 2026] GET /v2.0/security-group-rules/960f526e-cbd8-4790-a08e-1a177b81bfaf => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 9 10:38:22 2026] GET /v2.0/quotas/e6265fc2c5ee47d79a2b23c392696d75 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 9 10:39:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:39:56 2026] GET /v2.0/networks => generated 2168 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.67 () {32 vars in 654 bytes} [Thu Jul 9 10:39:57 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:39:57 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:39:57 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:39:58 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:39:58 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:39:58 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/468] 10.0.0.67 () {32 vars in 654 bytes} [Thu Jul 9 10:39:58 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:09.069 7 INFO neutron.db.segments_db [None req-a9c8c9b5-7f84-4faf-af22-3976a26f361f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 69f2dd56-d8dd-4a3b-ad76-af3357923d05 of type vxlan for network c89c7d98-6132-4e2d-a897-9e39d6ad08bb 2026-07-09 10:40:09.101 8 INFO neutron.db.segments_db [None req-edc9cf4c-4fc8-4304-b0d1-9b2d7d8a43a5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 98626198-b22e-402e-94a3-2f4a723cb7ef of type vxlan for network fc9adb35-8587-4713-ab9a-4b58eda3b200 [pid: 7|app: 0|req: 235/469] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:40:08 2026] POST /v2.0/networks => generated 744 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:40:08 2026] POST /v2.0/networks => generated 747 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:09 2026] POST /v2.0/subnets => generated 691 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:09.618 7 INFO neutron.db.segments_db [None req-6bef2ffc-95d6-4caa-bf3f-860537f3433d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment f142051e-bd0a-44da-ba30-0460ffe6806c of type vxlan for network 0c90240d-1a50-4d8d-b00e-f91a401c1a25 2026-07-09 10:40:09.885 7 INFO neutron.db.l3_hamode_db [None req-6bef2ffc-95d6-4caa-bf3f-860537f3433d 910123bd4b00410a8eb204ff265bd2a1 2b23223490ea4a51bc728590f6153b12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/474] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:09 2026] POST /v2.0/subnets => generated 695 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:10 2026] GET /v2.0/security-groups?tenant_id=2fd693ce88224416b9f2f3c38c462d25&name=default => generated 2921 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:10.532 8 INFO neutron.db.segments_db [None req-5ffd0ad1-a91b-4473-b738-3ff3d660c81d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment ea6c0a96-c45f-4ffb-9be9-df32a230655f of type vxlan for network c10d51e0-c42b-4e6e-97b0-8a4c50664975 2026-07-09 10:40:10.761 7 INFO neutron.db.l3_hamode_db [None req-6bef2ffc-95d6-4caa-bf3f-860537f3433d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:40:10.853 8 INFO neutron.db.l3_hamode_db [None req-5ffd0ad1-a91b-4473-b738-3ff3d660c81d 910123bd4b00410a8eb204ff265bd2a1 11eb72b6ddff4a3e801682a2be672b80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:40:11.862 8 INFO neutron.db.l3_hamode_db [None req-5ffd0ad1-a91b-4473-b738-3ff3d660c81d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/476] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:09 2026] POST /v2.0/routers => generated 731 bytes in 2484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/477] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:12 2026] DELETE /v2.0/security-groups/b00ec234-f67c-4974-88c2-ed5c5ad46aef => 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: 238/478] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:10 2026] POST /v2.0/routers => generated 735 bytes in 2583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:40:12 2026] PUT /v2.0/routers/bb2ccf7f-6518-4b12-aacc-a18f24c644c2/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:13 2026] GET /v2.0/security-groups?tenant_id=383333b4888645d58926e134a6034e08&name=default => generated 2921 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:40:13 2026] PUT /v2.0/routers/a781b3d3-1360-42c9-83d8-c494833d6fdb/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:14 2026] DELETE /v2.0/security-groups/4bb21874-3a01-4704-bec7-6e3be55c0ee7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.97 () {38 vars in 970 bytes} [Thu Jul 9 10:40:14 2026] POST /v2.0/security-groups => generated 1682 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:40:14.598 7 INFO neutron.db.segments_db [None req-9b52e166-cc82-4dc2-8c82-fb6db6aa8ca0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment e4ac3e43-419b-475a-ad3b-4f5ecdb509fe of type vxlan for network 1f305727-d0bf-465c-a9b2-624045d73eba [pid: 8|app: 0|req: 241/484] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:14 2026] GET /v2.0/security-groups?tenant_id=ce4476e576234323a6285e3bf8146acf&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:40:14 2026] POST /v2.0/networks => generated 746 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:14 2026] DELETE /v2.0/security-groups/c3137017-3e81-452c-b554-3653d125add8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.97 () {38 vars in 970 bytes} [Thu Jul 9 10:40:14 2026] POST /v2.0/security-groups => generated 1686 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:14 2026] POST /v2.0/subnets => generated 693 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:14 2026] GET /v2.0/security-groups/300e758f-4e38-4483-b248-3250b816ce14 => generated 1686 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:15.058 7 INFO neutron.db.segments_db [None req-5e72f79d-7af7-4f6c-ab14-d0f17fdc7e40 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 0be8978e-70bb-4388-a5f3-06af2458c49f of type vxlan for network 48476e4b-2380-487a-aa65-f33767bd8513 [pid: 8|app: 0|req: 244/490] 10.0.0.97 () {38 vars in 970 bytes} [Thu Jul 9 10:40:14 2026] POST /v2.0/security-groups => generated 1680 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:40:15.380 7 INFO neutron.db.l3_hamode_db [None req-5e72f79d-7af7-4f6c-ab14-d0f17fdc7e40 910123bd4b00410a8eb204ff265bd2a1 c71e5613bdef48ce9906d5d351451a49 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 245/491] 10.0.0.97 () {38 vars in 980 bytes} [Thu Jul 9 10:40:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.97 () {38 vars in 970 bytes} [Thu Jul 9 10:40:15 2026] POST /v2.0/security-groups => generated 1682 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/493] 10.0.0.97 () {38 vars in 970 bytes} [Thu Jul 9 10:40:15 2026] POST /v2.0/security-groups => generated 1685 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/494] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:40:15 2026] GET /v2.0/security-groups?tenant_id=2b23223490ea4a51bc728590f6153b12 => generated 7905 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/495] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:15 2026] GET /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/496] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:15 2026] GET /v2.0/security-groups/beafdfc4-ef03-4259-96ae-c9fdcbc7df97 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/497] 10.0.0.97 () {38 vars in 980 bytes} [Thu Jul 9 10:40:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/498] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/beafdfc4-ef03-4259-96ae-c9fdcbc7df97 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 2310 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/500] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b0ddf65f-823e-416c-b24d-1392e55a2346 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/501] 10.0.0.97 () {38 vars in 980 bytes} [Thu Jul 9 10:40:16 2026] POST /v2.0/security-group-rules => generated 619 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:16.290 7 INFO neutron.db.l3_hamode_db [None req-5e72f79d-7af7-4f6c-ab14-d0f17fdc7e40 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/502] 10.0.0.97 () {36 vars in 1012 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-groups/b0ddf65f-823e-416c-b24d-1392e55a2346 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/503] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:16.341 8 INFO neutron.api.v2.resource [req-e2146a5a-3704-4b0e-99e3-d5b9e9d98aa7 req-5204700e-696a-41c5-8f0a-63588ca6a87c 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/504] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b0ddf65f-823e-416c-b24d-1392e55a2346 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/505] 10.0.0.97 () {34 vars in 1000 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-group-rules/cb0da5f2-8941-4952-b05f-b26469aa3b18 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/506] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 2940 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/507] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/ef644644-590f-4edc-be91-2a080330a743 => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/508] 10.0.0.97 () {36 vars in 1022 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-group-rules/cb0da5f2-8941-4952-b05f-b26469aa3b18 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/509] 10.0.0.97 () {36 vars in 1012 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-groups/ef644644-590f-4edc-be91-2a080330a743 => 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: 264/510] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:16.629 8 INFO neutron.api.v2.resource [req-3f2e88d0-744e-4112-a4ac-dd5312673c17 req-bac70c72-fbaa-49ba-97d1-b5553294fc40 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/511] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/ef644644-590f-4edc-be91-2a080330a743 => 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: 266/512] 10.0.0.97 () {36 vars in 1012 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-groups/b3c90701-0603-4c35-86f6-7eda512a7f84 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/513] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/bb95ddc1-bf2a-4fd3-af7d-bbe0d42cde60 => generated 1682 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/514] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/300e758f-4e38-4483-b248-3250b816ce14 => generated 2311 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/515] 10.0.0.97 () {36 vars in 1012 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-groups/bb95ddc1-bf2a-4fd3-af7d-bbe0d42cde60 => 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: 270/516] 10.0.0.97 () {36 vars in 1012 bytes} [Thu Jul 9 10:40:16 2026] DELETE /v2.0/security-groups/300e758f-4e38-4483-b248-3250b816ce14 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:40:16.890 8 INFO neutron.api.v2.resource [req-cdd26577-4286-48f6-8797-f1b14f7e7eba req-6b7589fe-0ba0-4904-9a32-f69758dca09e 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/517] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:16 2026] GET /v2.0/security-groups/bb95ddc1-bf2a-4fd3-af7d-bbe0d42cde60 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/518] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:15 2026] POST /v2.0/routers => generated 733 bytes in 2112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/519] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:40:17 2026] GET /v2.0/security-groups?tenant_id=2b23223490ea4a51bc728590f6153b12 => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:17.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ddbb88e-1b1d-4eea-a037-7f610c683b83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 75d5167d-eeb2-4425-b6a1-18668cccb6a1 2026-07-09 10:40:17.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ddbb88e-1b1d-4eea-a037-7f610c683b83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 75d5167d-eeb2-4425-b6a1-18668cccb6a1 [pid: 8|app: 0|req: 272/520] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:40:16 2026] PUT /v2.0/routers/a781b3d3-1360-42c9-83d8-c494833d6fdb/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/521] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:17 2026] GET /v2.0/security-groups/beafdfc4-ef03-4259-96ae-c9fdcbc7df97 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:17.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 9170ce88-3a73-490c-aac2-1354a1b9007f 2026-07-09 10:40:17.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 9170ce88-3a73-490c-aac2-1354a1b9007f [pid: 7|app: 0|req: 249/522] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:40:17 2026] PUT /v2.0/routers/abaa339b-007e-4b77-9704-6746ed327b00/add_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/523] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:18 2026] GET /v2.0/security-groups/beafdfc4-ef03-4259-96ae-c9fdcbc7df97 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:18.207 7 INFO neutron.api.v2.resource [req-2839bf5d-23c5-4894-8dfc-880f3947b4ad req-14ba2e1c-0fd9-4d4f-96f8-301ec2319045 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/524] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:18 2026] GET /v2.0/security-groups/bb95ddc1-bf2a-4fd3-af7d-bbe0d42cde60 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:18.240 7 INFO neutron.api.v2.resource [req-c60e7656-212c-4f5c-a79d-7399268b7288 req-97385faa-97d0-456f-aa88-28ccbcf15915 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/525] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:18 2026] GET /v2.0/security-groups/ef644644-590f-4edc-be91-2a080330a743 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:18.278 7 INFO neutron.api.v2.resource [req-8d04d8ac-28c4-4677-87c0-9cb9ccc8e8b1 req-444443e9-c5ed-4d61-92e2-3f0c238b34b9 499c908cb9de4e5bad418754b4ca0435 2b23223490ea4a51bc728590f6153b12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/526] 10.0.0.97 () {34 vars in 990 bytes} [Thu Jul 9 10:40:18 2026] GET /v2.0/security-groups/b0ddf65f-823e-416c-b24d-1392e55a2346 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:18.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 46577b02-c292-4ae7-97da-56666d2e0a6a 2026-07-09 10:40:18.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 46577b02-c292-4ae7-97da-56666d2e0a6a 2026-07-09 10:40:18.662 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-09 10:40:19.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddce71a5-a6f4-4b70-bf20-dae6f79a5b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 76216dfe-c4c3-4684-a0b5-4987ecc7c7ff 2026-07-09 10:40:19.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddce71a5-a6f4-4b70-bf20-dae6f79a5b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 76216dfe-c4c3-4684-a0b5-4987ecc7c7ff 2026-07-09 10:40:19.074 8 INFO neutron.db.l3_hamode_db [None req-5eface00-6c33-4874-af86-9ecd0ecc4c47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network c10d51e0-c42b-4e6e-97b0-8a4c50664975 was deleted as no HA routers are present in tenant 11eb72b6ddff4a3e801682a2be672b80. [pid: 8|app: 0|req: 274/527] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:17 2026] DELETE /v2.0/routers/a781b3d3-1360-42c9-83d8-c494833d6fdb => generated 0 bytes in 1316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/528] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:40:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/529] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:19 2026] DELETE /v2.0/subnets/c583bbf7-e5c3-47e0-8d08-c0e941463418 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/530] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:19 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) 2026-07-09 10:40:19.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdcd17e4-a5b1-43d0-a9a6-9a032da32dab 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 6223b931-dcaa-40ab-ba68-123c9a0590fb 2026-07-09 10:40:19.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdcd17e4-a5b1-43d0-a9a6-9a032da32dab 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 6223b931-dcaa-40ab-ba68-123c9a0590fb [pid: 7|app: 0|req: 254/531] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:40:18 2026] PUT /v2.0/routers/bb2ccf7f-6518-4b12-aacc-a18f24c644c2/remove_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:19.671 8 INFO neutron.services.segments.plugin [-] Segment ea6c0a96-c45f-4ffb-9be9-df32a230655f resource provider aggregate not found 2026-07-09 10:40:19.679 8 INFO neutron.services.segments.plugin [-] Segment ea6c0a96-c45f-4ffb-9be9-df32a230655f resource provider aggregate not found 2026-07-09 10:40:19.695 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea6c0a96-c45f-4ffb-9be9-df32a230655f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6c0a96-c45f-4ffb-9be9-df32a230655f found for delete ", "request_id": "req-7e475a88-66f4-4789-8006-d2b6484d7454"}]} 2026-07-09 10:40:19.706 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea6c0a96-c45f-4ffb-9be9-df32a230655f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6c0a96-c45f-4ffb-9be9-df32a230655f found for delete ", "request_id": "req-2b939bf4-b821-4112-a214-0125d529e4e6"}]} [pid: 7|app: 0|req: 255/532] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/533] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:19 2026] DELETE /v2.0/networks/fc9adb35-8587-4713-ab9a-4b58eda3b200 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:19.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: a512233a-6442-4e97-9bbe-60d394192f36 2026-07-09 10:40:19.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: a512233a-6442-4e97-9bbe-60d394192f36 2026-07-09 10:40:20.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: a159825e-1ee2-4c2b-89ac-98abfb2b3272 2026-07-09 10:40:20.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: a159825e-1ee2-4c2b-89ac-98abfb2b3272 2026-07-09 10:40:20.219 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 279/534] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:40:19 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/535] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:20 2026] GET /v2.0/security-groups?tenant_id=4e8dcaa2fe0f4a678c90988c8fa6f0f6&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:20.627 7 INFO neutron.db.l3_hamode_db [None req-5338caea-f731-4a05-86a8-76a031d59efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 0c90240d-1a50-4d8d-b00e-f91a401c1a25 was deleted as no HA routers are present in tenant 2b23223490ea4a51bc728590f6153b12. [pid: 7|app: 0|req: 256/536] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:19 2026] DELETE /v2.0/routers/bb2ccf7f-6518-4b12-aacc-a18f24c644c2 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/537] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:20 2026] GET /v2.0/security-groups?tenant_id=11eb72b6ddff4a3e801682a2be672b80&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/538] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:20 2026] DELETE /v2.0/security-groups/bdb2c297-4b4b-4fae-9688-4f4069c6e75a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/539] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:20 2026] DELETE /v2.0/security-groups/745a627b-ac63-4b22-a5b1-0ef7ccc3479e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/540] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:20 2026] DELETE /v2.0/subnets/f507a5f8-b44c-417b-9d26-f634ebd99a3a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:20.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1e495ab-44e0-4bc8-ae47-e4966dc64c37 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 414bb75e-44a2-4d00-b7b6-5f0f240af7c1 2026-07-09 10:40:20.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1e495ab-44e0-4bc8-ae47-e4966dc64c37 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 414bb75e-44a2-4d00-b7b6-5f0f240af7c1 [pid: 7|app: 0|req: 259/541] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:20 2026] DELETE /v2.0/networks/c89c7d98-6132-4e2d-a897-9e39d6ad08bb => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:21.254 7 INFO neutron.services.segments.plugin [-] Segment f142051e-bd0a-44da-ba30-0460ffe6806c resource provider aggregate not found 2026-07-09 10:40:21.264 7 INFO neutron.services.segments.plugin [-] Segment f142051e-bd0a-44da-ba30-0460ffe6806c resource provider aggregate not found 2026-07-09 10:40:21.267 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f142051e-bd0a-44da-ba30-0460ffe6806c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f142051e-bd0a-44da-ba30-0460ffe6806c found for delete ", "request_id": "req-b2b5f4dc-ba83-4952-801f-56952fc5ea06"}]} 2026-07-09 10:40:21.301 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f142051e-bd0a-44da-ba30-0460ffe6806c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f142051e-bd0a-44da-ba30-0460ffe6806c found for delete ", "request_id": "req-e15ff826-5013-4fcf-b412-656a47d79794"}]} [pid: 8|app: 0|req: 283/542] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:21 2026] GET /v2.0/security-groups?tenant_id=2b23223490ea4a51bc728590f6153b12&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/543] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:21 2026] DELETE /v2.0/security-groups/beafdfc4-ef03-4259-96ae-c9fdcbc7df97 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:40:21.734 8 INFO neutron.services.segments.plugin [-] Segment 98626198-b22e-402e-94a3-2f4a723cb7ef resource provider aggregate not found 2026-07-09 10:40:21.738 8 INFO neutron.services.segments.plugin [-] Segment 98626198-b22e-402e-94a3-2f4a723cb7ef resource provider aggregate not found 2026-07-09 10:40:21.756 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98626198-b22e-402e-94a3-2f4a723cb7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98626198-b22e-402e-94a3-2f4a723cb7ef found for delete ", "request_id": "req-1a684a30-8270-4da4-b762-3459d035f17f"}]} 2026-07-09 10:40:21.759 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98626198-b22e-402e-94a3-2f4a723cb7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98626198-b22e-402e-94a3-2f4a723cb7ef found for delete ", "request_id": "req-c35751cf-6397-42bf-b011-c16a41e26317"}]} 2026-07-09 10:40:22.985 8 INFO neutron.db.segments_db [None req-2dceaae3-19da-4c89-8fe6-03f7ea48602a bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e of type vxlan for network 06ded01a-2e23-4c5e-b5cc-4d0f043b10c1 2026-07-09 10:40:23.053 8 INFO neutron.db.segments_db [None req-2dceaae3-19da-4c89-8fe6-03f7ea48602a bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment c19d099b-72cf-4adf-a828-033852426ac7 of type vxlan for network 707fa29d-5f95-4bb1-b715-d1fb53ce0ad3 [pid: 8|app: 0|req: 284/544] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:22 2026] POST /v2.0/networks => generated 1244 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:40:23.158 7 INFO neutron.db.segments_db [None req-6ae40e13-cdeb-4c32-acd7-5d39d3fa8428 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 9ae879c8-45bd-4f90-8f72-ad2a591b7531 of type vxlan for network 8019876d-80ff-4a35-97db-015555f7a0ff [pid: 8|app: 0|req: 285/545] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:40:23 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/546] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:40:22 2026] POST /v2.0/networks => generated 751 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:23.288 7 INFO neutron.services.segments.plugin [-] Segment 69f2dd56-d8dd-4a3b-ad76-af3357923d05 resource provider aggregate not found 2026-07-09 10:40:23.310 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69f2dd56-d8dd-4a3b-ad76-af3357923d05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69f2dd56-d8dd-4a3b-ad76-af3357923d05 found for delete ", "request_id": "req-de097979-3bc5-43c9-b4a8-3b3a83fd141b"}]} 2026-07-09 10:40:23.320 7 INFO neutron.services.segments.plugin [-] Segment 69f2dd56-d8dd-4a3b-ad76-af3357923d05 resource provider aggregate not found 2026-07-09 10:40:23.343 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69f2dd56-d8dd-4a3b-ad76-af3357923d05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69f2dd56-d8dd-4a3b-ad76-af3357923d05 found for delete ", "request_id": "req-7c7b087b-6185-44ed-bf37-812c945ce933"}]} [pid: 8|app: 0|req: 286/547] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:23 2026] DELETE /v2.0/networks/06ded01a-2e23-4c5e-b5cc-4d0f043b10c1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/548] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:23 2026] POST /v2.0/subnets => generated 698 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/549] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:23 2026] DELETE /v2.0/networks/707fa29d-5f95-4bb1-b715-d1fb53ce0ad3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:23.586 8 INFO neutron.db.segments_db [None req-bdb277ba-258d-4fb7-a30d-b29a13a8bda6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment f9c3573b-c6f3-47c9-8b74-22f9b84cae46 of type vxlan for network 4569c982-263c-47db-9815-858fe6c28990 2026-07-09 10:40:23.706 7 INFO neutron.db.segments_db [None req-0c589ef7-a181-4a13-869f-acc445dc31fc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 143a0da2-e438-4ba0-8bef-9c8eb67cae80 of type vxlan for network 2b46c50e-04a3-4546-860f-4e7ae4fb8951 2026-07-09 10:40:23.780 8 INFO neutron.services.segments.plugin [-] Segment 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e resource provider aggregate not found [pid: 7|app: 0|req: 263/550] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:40:23 2026] POST /v2.0/networks => generated 738 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:23.789 8 INFO neutron.services.segments.plugin [-] Segment 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e resource provider aggregate not found 2026-07-09 10:40:23.797 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e found for delete ", "request_id": "req-11839307-f2fd-4f92-af24-83c800d8ee08"}]} 2026-07-09 10:40:23.808 8 INFO neutron.db.l3_hamode_db [None req-bdb277ba-258d-4fb7-a30d-b29a13a8bda6 910123bd4b00410a8eb204ff265bd2a1 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:40:23.809 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6ab308-d4b4-4adb-9a6c-55a0cc7df08e found for delete ", "request_id": "req-aa8e8bbe-6830-4aeb-a63a-b446e75f7b45"}]} 2026-07-09 10:40:23.814 8 INFO neutron.services.segments.plugin [-] Segment c19d099b-72cf-4adf-a828-033852426ac7 resource provider aggregate not found 2026-07-09 10:40:23.838 8 INFO neutron.services.segments.plugin [-] Segment c19d099b-72cf-4adf-a828-033852426ac7 resource provider aggregate not found [pid: 7|app: 0|req: 264/551] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:40:23 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:23.840 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c19d099b-72cf-4adf-a828-033852426ac7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19d099b-72cf-4adf-a828-033852426ac7 found for delete ", "request_id": "req-c197f360-1823-4b28-aa20-9812289124d7"}]} 2026-07-09 10:40:23.863 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c19d099b-72cf-4adf-a828-033852426ac7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19d099b-72cf-4adf-a828-033852426ac7 found for delete ", "request_id": "req-24ff2863-78ae-4dff-b90d-0a2f76b6493e"}]} [pid: 7|app: 0|req: 265/552] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:23 2026] POST /v2.0/subnets => generated 685 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:24.047 7 INFO neutron.db.segments_db [None req-05701bde-2456-417f-8dc2-e77b95eabc25 bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment ba628913-538e-40b8-a277-73eb9e79bed6 of type vxlan for network 8095df36-fc83-467e-98f4-d5e7fa640ee9 [pid: 7|app: 0|req: 266/553] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:24 2026] POST /v2.0/networks => generated 653 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:24.178 7 INFO neutron.db.segments_db [None req-76b76285-7d43-4949-a165-957d059a5a2b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 5201a569-68fa-44c7-801e-e70234bbe926 of type vxlan for network 03bc6db0-b237-4ee4-9fd2-aaa78ed09799 2026-07-09 10:40:24.469 7 INFO neutron.db.l3_hamode_db [None req-76b76285-7d43-4949-a165-957d059a5a2b 910123bd4b00410a8eb204ff265bd2a1 65b44e13567044719108c5ffcd6579db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:40:24.605 8 INFO neutron.db.l3_hamode_db [None req-bdb277ba-258d-4fb7-a30d-b29a13a8bda6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:40:25.370 7 INFO neutron.db.l3_hamode_db [None req-76b76285-7d43-4949-a165-957d059a5a2b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 288/554] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:23 2026] POST /v2.0/routers => generated 738 bytes in 1909 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:25.496 8 INFO neutron.db.segments_db [None req-3e98436d-8dbe-4062-9036-a1f7e3046191 bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment e785d48c-f120-46c2-9e57-1dbe97846732 of type vxlan for network 505e9d87-c098-4248-9dea-c75d357129de [pid: 8|app: 0|req: 289/555] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:25 2026] POST /v2.0/networks => generated 654 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/558] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:24 2026] POST /v2.0/routers => generated 725 bytes in 2202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/559] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:40:25 2026] PUT /v2.0/routers/a7c38198-74dd-4778-a90d-33e49601e9b8/add_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/560] 10.0.0.97 () {34 vars in 1099 bytes} [Thu Jul 9 10:40:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2134125986&fields=id&tenant_id=c71e5613bdef48ce9906d5d351451a49 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/561] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:40:26 2026] POST /v2.0/ports => generated 1506 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 269/562] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:40:26 2026] GET /v2.0/networks?id=1f305727-d0bf-465c-a9b2-624045d73eba => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/563] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:40:27 2026] GET /v2.0/ports => generated 1506 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/564] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:40:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/565] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:40:27 2026] GET /v2.0/quotas/c71e5613bdef48ce9906d5d351451a49 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:27.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-90dd01dc-4005-45f4-aec9-9d5712a377db bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] TaaS: Handle Delete Port: da483021-8d39-43ee-98e7-3e86b7c765e6 2026-07-09 10:40:27.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90dd01dc-4005-45f4-aec9-9d5712a377db bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Tap Mirror: Handle Delete Port: da483021-8d39-43ee-98e7-3e86b7c765e6 [pid: 8|app: 0|req: 294/566] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:40:26 2026] PUT /v2.0/routers/c012edd1-8385-4472-b31a-6031dd5d2e0a/add_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/567] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:27 2026] DELETE /v2.0/ports/da483021-8d39-43ee-98e7-3e86b7c765e6 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/568] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/569] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:40:27 2026] GET /v2.0/ports?tenant_id=c71e5613bdef48ce9906d5d351451a49&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:27.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-971233c2-df79-4109-9b32-51225b66bfb9 bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] TaaS: Handle Delete Port: 7b60ad82-05cf-432d-bed1-20f02321b7d8 2026-07-09 10:40:27.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-971233c2-df79-4109-9b32-51225b66bfb9 bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Tap Mirror: Handle Delete Port: 7b60ad82-05cf-432d-bed1-20f02321b7d8 [pid: 7|app: 0|req: 275/570] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/571] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:27 2026] DELETE /v2.0/ports/7b60ad82-05cf-432d-bed1-20f02321b7d8 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/572] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:40:27 2026] GET /v2.0/ports => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:27.871 8 INFO neutron.db.segments_db [None req-c6c83b48-1118-4f7e-9bc3-1ba1c9321792 bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment d6f14d8a-3161-4102-a21e-faf6faaf8b58 of type vxlan for network 415c81f8-25ef-4604-b971-5ae23b2d4f31 [pid: 8|app: 0|req: 298/573] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:27 2026] POST /v2.0/networks => generated 654 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/574] 10.0.0.97 () {34 vars in 906 bytes} [Thu Jul 9 10:40:27 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/575] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:40:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:40:28.194 8 INFO neutron.db.segments_db [None req-3ca4170c-3ce7-43e4-8f44-cda947b5c28b bbe1f7ef018b4c7e8a48d9e55e9e191f fc0c3be2ffd24bdbbad851b084cfc90f - - default default] Added segment e266d92f-a986-4c47-b46d-d0f02e1b6238 of type vxlan for network 9b95a1a2-d742-40e4-8ab1-4c581ef2173e [pid: 7|app: 0|req: 276/576] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:40:27 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/577] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:28 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/578] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:40:28 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?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: 278/579] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:40:28 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?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: 302/580] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:28 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: 279/581] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:40:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/582] 10.0.0.97 () {34 vars in 1097 bytes} [Thu Jul 9 10:40:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--897042427&fields=id&tenant_id=57e3a882a8964054b9ecd7db3b54c8a1 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/583] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:40:28 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/585] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 306/586] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/quotas/57e3a882a8964054b9ecd7db3b54c8a1 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/587] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:28 2026] POST /v2.0/subnets => generated 1324 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/588] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/subnets => generated 1960 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/589] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/590] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:29 2026] DELETE /v2.0/subnets/2979e09a-3d5b-4dab-b32a-109038988500 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/591] 10.0.0.97 () {34 vars in 1097 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--238823223&fields=id&tenant_id=65b44e13567044719108c5ffcd6579db => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/592] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/networks?id=2b46c50e-04a3-4546-860f-4e7ae4fb8951 => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/593] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:29 2026] DELETE /v2.0/subnets/65d01906-b50b-42f4-8404-5bbd7ac8e31e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/594] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/quotas/65b44e13567044719108c5ffcd6579db => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/595] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/subnets => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/596] 10.0.0.97 () {34 vars in 906 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/extensions => generated 21537 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/597] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/ports?tenant_id=65b44e13567044719108c5ffcd6579db&fields=id => generated 57 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/598] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 314/599] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:30.037 7 INFO neutron.services.segments.plugin [-] Segment e266d92f-a986-4c47-b46d-d0f02e1b6238 resource provider aggregate not found 2026-07-09 10:40:30.045 7 INFO neutron.services.segments.plugin [-] Segment e266d92f-a986-4c47-b46d-d0f02e1b6238 resource provider aggregate not found [pid: 8|app: 0|req: 315/600] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:40:29 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:30.059 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e266d92f-a986-4c47-b46d-d0f02e1b6238 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e266d92f-a986-4c47-b46d-d0f02e1b6238 found for delete ", "request_id": "req-7a54941b-ad52-4b87-981f-02450ad708c0"}]} 2026-07-09 10:40:30.071 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e266d92f-a986-4c47-b46d-d0f02e1b6238 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e266d92f-a986-4c47-b46d-d0f02e1b6238 found for delete ", "request_id": "req-9e3a8f8a-04a0-4a3e-9682-b2f04f338620"}]} [pid: 8|app: 0|req: 316/601] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:40:30 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?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: 286/602] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:29 2026] DELETE /v2.0/networks/9b95a1a2-d742-40e4-8ab1-4c581ef2173e => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:30.267 8 INFO neutron.services.segments.plugin [-] Segment d6f14d8a-3161-4102-a21e-faf6faaf8b58 resource provider aggregate not found 2026-07-09 10:40:30.278 8 INFO neutron.services.segments.plugin [-] Segment d6f14d8a-3161-4102-a21e-faf6faaf8b58 resource provider aggregate not found 2026-07-09 10:40:30.287 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6f14d8a-3161-4102-a21e-faf6faaf8b58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f14d8a-3161-4102-a21e-faf6faaf8b58 found for delete ", "request_id": "req-fd05c30f-d6c0-427a-a861-f847f8b51609"}]} 2026-07-09 10:40:30.299 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6f14d8a-3161-4102-a21e-faf6faaf8b58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f14d8a-3161-4102-a21e-faf6faaf8b58 found for delete ", "request_id": "req-5997be0b-9cb7-445f-a2a9-b562590f3607"}]} [pid: 8|app: 0|req: 317/603] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:30 2026] DELETE /v2.0/networks/415c81f8-25ef-4604-b971-5ae23b2d4f31 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/604] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:30 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/605] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:30 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/606] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:30 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 319/607] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:30 2026] DELETE /v2.0/networks/505e9d87-c098-4248-9dea-c75d357129de => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/608] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:30 2026] DELETE /v2.0/networks/8095df36-fc83-467e-98f4-d5e7fa640ee9 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/609] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:31 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 320/610] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:31 2026] GET /v2.0/security-groups?tenant_id=fc0c3be2ffd24bdbbad851b084cfc90f&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: 321/611] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:31 2026] DELETE /v2.0/security-groups/1bf0b2d2-6b30-408c-a412-efad0f8a5a8e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/612] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:31 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 291/613] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:31 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 12 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:32.079 7 INFO neutron.services.segments.plugin [-] Segment ba628913-538e-40b8-a277-73eb9e79bed6 resource provider aggregate not found 2026-07-09 10:40:32.086 7 INFO neutron.services.segments.plugin [-] Segment ba628913-538e-40b8-a277-73eb9e79bed6 resource provider aggregate not found 2026-07-09 10:40:32.089 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba628913-538e-40b8-a277-73eb9e79bed6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba628913-538e-40b8-a277-73eb9e79bed6 found for delete ", "request_id": "req-d2568278-2172-4f0e-8403-3d7ae9f8e745"}]} 2026-07-09 10:40:32.105 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba628913-538e-40b8-a277-73eb9e79bed6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba628913-538e-40b8-a277-73eb9e79bed6 found for delete ", "request_id": "req-247552a4-1fae-4f2d-b94d-359bd7c05823"}]} 2026-07-09 10:40:32.306 8 INFO neutron.services.segments.plugin [-] Segment e785d48c-f120-46c2-9e57-1dbe97846732 resource provider aggregate not found 2026-07-09 10:40:32.320 8 INFO neutron.services.segments.plugin [-] Segment e785d48c-f120-46c2-9e57-1dbe97846732 resource provider aggregate not found 2026-07-09 10:40:32.323 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e785d48c-f120-46c2-9e57-1dbe97846732 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e785d48c-f120-46c2-9e57-1dbe97846732 found for delete ", "request_id": "req-d3dbc0c4-30d4-46ec-b0cd-4adec6a919c8"}]} 2026-07-09 10:40:32.331 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e785d48c-f120-46c2-9e57-1dbe97846732 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e785d48c-f120-46c2-9e57-1dbe97846732 found for delete ", "request_id": "req-163f8ef3-2d1e-40a1-b198-22b4514c258f"}]} [pid: 8|app: 0|req: 323/614] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:32 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 292/615] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:32 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 324/616] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:32 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 293/617] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:33 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 294/618] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:33 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:33.997 8 INFO neutron.db.segments_db [None req-bc358146-71ed-45b2-b979-a5119804ff3f b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Added segment ed9fdc78-16a5-4b10-895d-0366737b2ef3 of type vxlan for network 71fe3c86-f2e8-4d37-9200-b603056f54ab [pid: 7|app: 0|req: 295/619] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:33 2026] GET /v2.0/networks?id=1f305727-d0bf-465c-a9b2-624045d73eba => generated 678 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/620] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:34 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 297/621] 199.204.45.53 () {34 vars in 910 bytes} [Thu Jul 9 10:40:34 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: 298/622] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:40:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c71e5613bdef48ce9906d5d351451a49 => generated 181 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/623] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:33 2026] POST /v2.0/networks => generated 645 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/624] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:40:34 2026] POST /v2.0/ports => generated 958 bytes in 486 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: 300/625] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:34 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 326/626] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:40:34 2026] POST /v2.0/ports => generated 775 bytes in 690 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: 327/627] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:34 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 961 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:35.129 8 INFO neutron.db.segments_db [None req-e8b5c366-1932-4166-b8cd-feca4aba08ca b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Added segment ab0f4a9b-d6df-45d4-ba3c-604822e2a60d of type vxlan for network 112afa09-98f3-44e0-b62e-4a6303168928 [pid: 8|app: 0|req: 328/628] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:35 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/629] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:35 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/630] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:35 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 301/631] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:40:34 2026] PUT /v2.0/ports/848400e1-5ca3-4523-b095-4f9dffaf8d1f => generated 1239 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/632] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:35 2026] POST /v2.0/subnets => generated 626 bytes in 278 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: 332/633] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:35 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 683 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/634] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:35 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 334/635] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:40:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57e3a882a8964054b9ecd7db3b54c8a1 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:35.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84965316-2ee9-43b5-837d-0322ae420ed1'] response: {'name': 'network-changed', 'server_uuid': '97bfe18b-e409-46f5-b91a-ee43b91eba34', 'tag': '848400e1-5ca3-4523-b095-4f9dffaf8d1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/636] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:40:35 2026] POST /v2.0/ports => generated 950 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:40:36.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8391709-1b5e-43a3-b993-907c95f4bbbe b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] TaaS: Handle Delete Port: 3e9caffc-8572-4c69-93c3-6effdfbdf016 2026-07-09 10:40:36.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8391709-1b5e-43a3-b993-907c95f4bbbe b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Tap Mirror: Handle Delete Port: 3e9caffc-8572-4c69-93c3-6effdfbdf016 [pid: 8|app: 0|req: 335/637] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:40:35 2026] POST /v2.0/ports => generated 954 bytes in 313 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: 303/638] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:35 2026] DELETE /v2.0/ports/3e9caffc-8572-4c69-93c3-6effdfbdf016 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/639] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 305/640] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:36.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ad37533-016d-40f9-9dd4-91ab0a14bf75 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 306/641] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:36 2026] DELETE /v2.0/ports/3e9caffc-8572-4c69-93c3-6effdfbdf016 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/642] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/643] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/ports?tenant_id=c71e5613bdef48ce9906d5d351451a49&device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:36.569 7 INFO neutron.pecan_wsgi.hooks.translation [None req-833ad0b6-8f89-40ef-abf9-6cdd0a20fd3c b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 309/644] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/ports/3e9caffc-8572-4c69-93c3-6effdfbdf016 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/645] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/networks?tenant_id=c71e5613bdef48ce9906d5d351451a49&shared=False => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/646] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:40:36 2026] PUT /v2.0/ports/c939a622-b94f-4cf6-b9f1-11393330175b => generated 1235 bytes in 519 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: 337/647] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:40:36 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: 311/648] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:36 2026] DELETE /v2.0/subnets/5e3ca0e1-a140-4906-89c5-017f77091b68 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:36.891 8 INFO neutron.services.segments.plugin [-] Segment ab0f4a9b-d6df-45d4-ba3c-604822e2a60d resource provider aggregate not found 2026-07-09 10:40:36.902 8 INFO neutron.services.segments.plugin [-] Segment ab0f4a9b-d6df-45d4-ba3c-604822e2a60d resource provider aggregate not found [pid: 8|app: 0|req: 338/649] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:36 2026] DELETE /v2.0/networks/112afa09-98f3-44e0-b62e-4a6303168928 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:36.919 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab0f4a9b-d6df-45d4-ba3c-604822e2a60d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab0f4a9b-d6df-45d4-ba3c-604822e2a60d found for delete ", "request_id": "req-381f3d77-693b-4169-a410-0c2d483ff4bc"}]} 2026-07-09 10:40:36.936 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab0f4a9b-d6df-45d4-ba3c-604822e2a60d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab0f4a9b-d6df-45d4-ba3c-604822e2a60d found for delete ", "request_id": "req-48f4650f-3d94-4ff5-b9e1-2d6697141acd"}]} 2026-07-09 10:40:36.976 8 INFO neutron.db.segments_db [None req-1181ba19-0112-4a27-b0da-5651bd98ba5a b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Added segment 403ffd77-b3ef-4601-8589-eacfac810f4f of type vxlan for network beae3886-2ed8-4b17-821d-7be06a3b45f4 [pid: 7|app: 0|req: 312/650] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/651] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/652] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:36 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:37.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0341fa96-29ba-4962-a6ef-a25dfa02c41b'] response: {'name': 'network-changed', 'server_uuid': '63ef666b-7888-461e-b108-31cc2ce6c7fd', 'tag': 'c939a622-b94f-4cf6-b9f1-11393330175b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 314/653] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:37 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/654] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 316/655] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/656] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:40:37 2026] POST /v2.0/ports => generated 911 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/657] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 318/658] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:37.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e016806-7186-4012-b489-0b7fd59e1462 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] TaaS: Handle Delete Port: a47985cb-6a4a-4347-a814-8ca75fe7b64d 2026-07-09 10:40:37.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e016806-7186-4012-b489-0b7fd59e1462 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Tap Mirror: Handle Delete Port: a47985cb-6a4a-4347-a814-8ca75fe7b64d [pid: 7|app: 0|req: 319/659] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/networks?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&shared=False => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/660] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports?tenant_id=c71e5613bdef48ce9906d5d351451a49&device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 321/661] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/662] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:37 2026] DELETE /v2.0/ports/a47985cb-6a4a-4347-a814-8ca75fe7b64d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/663] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=848400e1-5ca3-4523-b095-4f9dffaf8d1f => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/664] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/networks?id=2b46c50e-04a3-4546-860f-4e7ae4fb8951 => generated 670 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:37.959 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34f6b75d-258d-4ca9-a45a-df00dfae2fad b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/665] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports/a47985cb-6a4a-4347-a814-8ca75fe7b64d => 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: 343/666] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/subnets?id=8002bd42-5797-4208-9fb1-91fd253969ca => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/667] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=65b44e13567044719108c5ffcd6579db => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/668] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/ports?network_id=1f305727-d0bf-465c-a9b2-624045d73eba&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: 344/669] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:37 2026] DELETE /v2.0/subnets/042c316e-a944-4788-8fc3-fe0d4b8f0416 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/670] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?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: 346/671] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:38 2026] DELETE /v2.0/networks/beae3886-2ed8-4b17-821d-7be06a3b45f4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/672] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/673] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?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: 326/674] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:40:38 2026] POST /v2.0/ports => generated 954 bytes in 544 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: 349/675] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:40:38 2026] POST /v2.0/ports => generated 772 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 327/676] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&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: 350/677] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 957 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/678] 10.0.0.67 () {34 vars in 736 bytes} [Thu Jul 9 10:40:38 2026] PUT /v2.0/ports/a10e8a8a-f92e-4bf5-8c8d-889e028637ea => generated 752 bytes in 176 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: 352/679] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:38.957 8 INFO neutron.services.segments.plugin [-] Segment 403ffd77-b3ef-4601-8589-eacfac810f4f resource provider aggregate not found 2026-07-09 10:40:38.965 8 INFO neutron.services.segments.plugin [-] Segment 403ffd77-b3ef-4601-8589-eacfac810f4f resource provider aggregate not found 2026-07-09 10:40:38.990 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 403ffd77-b3ef-4601-8589-eacfac810f4f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 403ffd77-b3ef-4601-8589-eacfac810f4f found for delete ", "request_id": "req-82d14e0c-df14-4a57-a395-35d83b13b53d"}]} 2026-07-09 10:40:38.997 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 403ffd77-b3ef-4601-8589-eacfac810f4f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 403ffd77-b3ef-4601-8589-eacfac810f4f found for delete ", "request_id": "req-912c8834-3ad8-428a-b339-725cd7992cd4"}]} [pid: 8|app: 0|req: 353/680] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/681] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:40:38 2026] PUT /v2.0/ports/05964747-97db-429d-a02f-93f01785eb21 => generated 1235 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:40:39.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c019976-52e0-42ab-86a4-f8574c71d9d6 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] TaaS: Handle Delete Port: a10e8a8a-f92e-4bf5-8c8d-889e028637ea 2026-07-09 10:40:39.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c019976-52e0-42ab-86a4-f8574c71d9d6 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Tap Mirror: Handle Delete Port: a10e8a8a-f92e-4bf5-8c8d-889e028637ea [pid: 7|app: 0|req: 329/682] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:40:39.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf1f28c4-6f49-4cfd-871a-8373752bdf59'] response: {'name': 'network-changed', 'server_uuid': '45218556-707d-4e76-9ae4-577c798af055', 'tag': '05964747-97db-429d-a02f-93f01785eb21', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 330/683] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/684] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/685] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/688] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/ports/a10e8a8a-f92e-4bf5-8c8d-889e028637ea => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/689] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/690] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:39.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd9474af-44f2-47db-ab8c-b293d370f756 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 356/691] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports/a10e8a8a-f92e-4bf5-8c8d-889e028637ea => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/692] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 357/693] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/694] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 358/695] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports/f245727d-c39f-4ccc-877a-d7042a2884d8 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:39.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7f73c2f-34a9-4cb6-9a94-38c2bea828b1 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/696] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/ports/a47985cb-6a4a-4347-a814-8ca75fe7b64d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:39.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8367b851-47b1-4056-8cde-7895f871cadb b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 359/697] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/subnets/042c316e-a944-4788-8fc3-fe0d4b8f0416 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:39.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0b32cfd-8b8f-44fd-8f74-d59447cef0a3 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 339/698] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/subnets/5e3ca0e1-a140-4906-89c5-017f77091b68 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:39.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-d70b4cd5-d406-478a-b632-5fd472e93b87 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] TaaS: Handle Delete Port: f245727d-c39f-4ccc-877a-d7042a2884d8 2026-07-09 10:40:39.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d70b4cd5-d406-478a-b632-5fd472e93b87 b4148e0a40eb450b9c08dace6281c3df a3ac978a721c4cdfa2a1e8b8d6cdb3a4 - - default default] Tap Mirror: Handle Delete Port: f245727d-c39f-4ccc-877a-d7042a2884d8 [pid: 7|app: 0|req: 340/699] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports?tenant_id=65b44e13567044719108c5ffcd6579db&device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 360/700] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/ports/f245727d-c39f-4ccc-877a-d7042a2884d8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/701] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/702] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/networks?tenant_id=65b44e13567044719108c5ffcd6579db&shared=False => generated 766 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/703] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:39.892 7 INFO neutron.services.segments.plugin [-] Segment ed9fdc78-16a5-4b10-895d-0366737b2ef3 resource provider aggregate not found 2026-07-09 10:40:39.900 7 INFO neutron.services.segments.plugin [-] Segment ed9fdc78-16a5-4b10-895d-0366737b2ef3 resource provider aggregate not found [pid: 8|app: 0|req: 363/704] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:39.925 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed9fdc78-16a5-4b10-895d-0366737b2ef3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9fdc78-16a5-4b10-895d-0366737b2ef3 found for delete ", "request_id": "req-e77f2f0e-0c38-439d-8f74-9fc7cb8f06dc"}]} 2026-07-09 10:40:39.927 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed9fdc78-16a5-4b10-895d-0366737b2ef3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9fdc78-16a5-4b10-895d-0366737b2ef3 found for delete ", "request_id": "req-0a529645-3938-4583-916d-3e6ffea3c2d5"}]} [pid: 7|app: 0|req: 342/705] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:39 2026] DELETE /v2.0/networks/71fe3c86-f2e8-4d37-9200-b603056f54ab => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/706] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 343/707] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&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: 365/708] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/709] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 366/710] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/security-groups?tenant_id=a3ac978a721c4cdfa2a1e8b8d6cdb3a4&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: 345/711] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:40 2026] DELETE /v2.0/security-groups/5791f802-b4df-45e9-a8e2-3961573ee2ac => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/712] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 346/713] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/ports?tenant_id=65b44e13567044719108c5ffcd6579db&device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/714] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/715] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=05964747-97db-429d-a02f-93f01785eb21 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/716] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/subnets?id=cf58756e-fd56-49d2-85ca-ff424153b4fa => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/717] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/ports?network_id=2b46c50e-04a3-4546-860f-4e7ae4fb8951&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/718] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?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: 349/719] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/720] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 350/721] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/722] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/723] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 373/724] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 352/725] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/726] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/727] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/728] 10.0.0.67 () {32 vars in 622 bytes} [Thu Jul 9 10:40:42 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/729] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/730] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/731] 10.0.0.67 () {32 vars in 632 bytes} [Thu Jul 9 10:40:42 2026] GET /v2.0/ => generated 632 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/732] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 379/733] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/734] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/security-groups?tenant_id=cf66abe55939419ca2eff6a95326c149&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/735] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:43 2026] DELETE /v2.0/security-groups/b49ab4a8-4b0f-4848-93b2-222484fc7a27 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/736] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/737] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/738] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/739] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:43 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 7|app: 0|req: 358/740] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:44 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/741] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:44 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/742] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:44 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 384/743] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:44 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/744] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:45 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/745] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:45 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 361/746] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:45 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/747] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:45 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/748] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/749] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/750] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 388/751] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/752] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/753] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:46 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&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: 365/754] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:47 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/755] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:47 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&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: 366/756] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:47 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/757] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:47 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 367/758] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:47 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 392/759] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&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: 368/760] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 393/761] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/762] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/763] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/764] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/security-groups?tenant_id=d514ee28014e438fae382f3e76c82d18&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/765] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:48 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/766] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:48 2026] DELETE /v2.0/security-groups/dd69b591-797e-40fc-846d-7ae6db6fb7e4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/767] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:49.161 8 INFO neutron.db.l3_db [None req-46061538-1cfb-4952-bf0c-7af2215ad016 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] Floating IP 204b6527-7390-4039-aaee-c0a553a8eb7c associated. External IP: 10.96.250.201, port: 05964747-97db-429d-a02f-93f01785eb21. [pid: 7|app: 0|req: 373/768] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/769] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:40:48 2026] PUT /v2.0/floatingips/204b6527-7390-4039-aaee-c0a553a8eb7c => generated 855 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:49.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0905ab6-155b-41c0-9bb5-8182a1fcd6c7'] response: {'name': 'network-changed', 'server_uuid': '45218556-707d-4e76-9ae4-577c798af055', 'tag': '05964747-97db-429d-a02f-93f01785eb21', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/770] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/771] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/772] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/773] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 399/774] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 376/775] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/ports?tenant_id=65b44e13567044719108c5ffcd6579db&device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/776] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/777] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/networks?id=2b46c50e-04a3-4546-860f-4e7ae4fb8951 => generated 766 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/778] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=05964747-97db-429d-a02f-93f01785eb21 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/779] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/780] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/subnets?id=cf58756e-fd56-49d2-85ca-ff424153b4fa => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/781] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/782] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/ports?network_id=2b46c50e-04a3-4546-860f-4e7ae4fb8951&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: 403/783] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?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: 404/784] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951?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: 381/785] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:50 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:51.002 8 INFO neutron.db.l3_db [None req-ba60b20c-d467-426a-9888-1c159d2e7f96 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] Floating IP 1a9579c5-7b51-4f56-a202-c18aa090c423 associated. External IP: 10.96.250.211, port: c939a622-b94f-4cf6-b9f1-11393330175b. [pid: 7|app: 0|req: 382/786] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/787] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 384/788] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 405/789] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:40:50 2026] PUT /v2.0/floatingips/1a9579c5-7b51-4f56-a202-c18aa090c423 => generated 855 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/790] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/791] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/792] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/793] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:51 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:51.649 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b07a65ba-cf6a-46d4-8198-6ee7a2a1bf45'] response: {'name': 'network-changed', 'server_uuid': '63ef666b-7888-461e-b108-31cc2ce6c7fd', 'tag': 'c939a622-b94f-4cf6-b9f1-11393330175b', 'status': 'completed', 'code': 200} 2026-07-09 10:40:51.821 7 INFO neutron.db.l3_db [None req-07ef0e9e-d80b-45aa-b069-c783d1c4dcb7 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Floating IP 2aa824dc-f7e0-43c2-a359-bfe1c173681c associated. External IP: 10.96.250.212, port: 848400e1-5ca3-4523-b095-4f9dffaf8d1f. [pid: 7|app: 0|req: 385/794] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:40:51 2026] PUT /v2.0/floatingips/2aa824dc-f7e0-43c2-a359-bfe1c173681c => generated 856 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:52.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7161f15-2a7c-4b50-9198-a7bd648922b0'] response: {'name': 'network-changed', 'server_uuid': '97bfe18b-e409-46f5-b91a-ee43b91eba34', 'tag': '848400e1-5ca3-4523-b095-4f9dffaf8d1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/795] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/796] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/797] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 411/798] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/799] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/800] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/801] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/802] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/803] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 415/804] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/805] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/806] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/807] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/security-groups?id=d704c001-d95f-4525-81f8-28566fb10802&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/808] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?tenant_id=c71e5613bdef48ce9906d5d351451a49&device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/809] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/networks?id=1f305727-d0bf-465c-a9b2-624045d73eba => generated 774 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/810] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/811] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/security-groups?tenant_id=f710e238409c494581366951870b3975&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: 422/812] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=848400e1-5ca3-4523-b095-4f9dffaf8d1f => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:52.953 7 INFO neutron_taas.services.taas.taas_plugin [req-e250a844-8f3c-4a75-8c09-eba90613562f req-7b2571c0-def0-4ea4-a0d6-de5399ece930 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] TaaS: Handle Delete Port: 05964747-97db-429d-a02f-93f01785eb21 2026-07-09 10:40:52.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e250a844-8f3c-4a75-8c09-eba90613562f req-7b2571c0-def0-4ea4-a0d6-de5399ece930 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] Tap Mirror: Handle Delete Port: 05964747-97db-429d-a02f-93f01785eb21 [pid: 8|app: 0|req: 423/813] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:52 2026] DELETE /v2.0/security-groups/b9232420-4715-463b-a4ad-e63ba9e58eb5 => 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: 424/814] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:40:52 2026] GET /v2.0/subnets?id=8002bd42-5797-4208-9fb1-91fd253969ca => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/815] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/ports?network_id=1f305727-d0bf-465c-a9b2-624045d73eba&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: 8|app: 0|req: 426/816] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:53.135 7 INFO neutron.db.l3_db [req-e250a844-8f3c-4a75-8c09-eba90613562f req-7b2571c0-def0-4ea4-a0d6-de5399ece930 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] Floating IP 204b6527-7390-4039-aaee-c0a553a8eb7c disassociated. External IP: 10.96.250.201, port: 05964747-97db-429d-a02f-93f01785eb21. [pid: 8|app: 0|req: 427/817] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/818] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:40:52 2026] DELETE /v2.0/ports/05964747-97db-429d-a02f-93f01785eb21 => 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: 392/819] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 428/820] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/821] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:53 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:54.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b14ed20d-b25c-4adf-b023-a62fe33083be'] response: {'server_uuid': '45218556-707d-4e76-9ae4-577c798af055', 'name': 'network-vif-deleted', 'tag': '05964747-97db-429d-a02f-93f01785eb21', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 395/824] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:54 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 430/825] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:54 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 396/826] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:40:54 2026] GET /v2.0/security-groups?id=fa6c1dc9-fc6e-476a-a19f-1d32815b6320&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: 431/827] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:40:55 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:55.341 7 INFO neutron_taas.services.taas.taas_plugin [req-db61b414-1813-47de-84f2-1d3dbec94784 req-af99871b-0066-4c01-ba96-c59e104b7fb5 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] TaaS: Handle Delete Port: 848400e1-5ca3-4523-b095-4f9dffaf8d1f 2026-07-09 10:40:55.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db61b414-1813-47de-84f2-1d3dbec94784 req-af99871b-0066-4c01-ba96-c59e104b7fb5 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Tap Mirror: Handle Delete Port: 848400e1-5ca3-4523-b095-4f9dffaf8d1f 2026-07-09 10:40:55.474 7 INFO neutron.db.l3_db [req-db61b414-1813-47de-84f2-1d3dbec94784 req-af99871b-0066-4c01-ba96-c59e104b7fb5 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Floating IP 2aa824dc-f7e0-43c2-a359-bfe1c173681c disassociated. External IP: 10.96.250.212, port: 848400e1-5ca3-4523-b095-4f9dffaf8d1f. [pid: 7|app: 0|req: 397/828] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:40:55 2026] DELETE /v2.0/ports/848400e1-5ca3-4523-b095-4f9dffaf8d1f => generated 0 bytes in 663 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/829] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:55 2026] GET /v2.0/ports?device_id=45218556-707d-4e76-9ae4-577c798af055 => 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: 398/830] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:56 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:56.258 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8354a980-ada1-418a-8936-af44c5acb82f'] response: {'server_uuid': '97bfe18b-e409-46f5-b91a-ee43b91eba34', 'name': 'network-vif-deleted', 'tag': '848400e1-5ca3-4523-b095-4f9dffaf8d1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/831] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:57 2026] DELETE /v2.0/security-groups/d704c001-d95f-4525-81f8-28566fb10802 => 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: 400/832] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:57 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:40:57.202 7 INFO neutron.api.v2.resource [None req-c7651a63-198d-41f6-a4d1-fe7e7e5fb10e e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/833] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:40:57 2026] GET /v2.0/security-groups/d704c001-d95f-4525-81f8-28566fb10802 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:57.257 8 INFO neutron.db.segments_db [None req-bf9bc126-2079-41f9-a02e-4709ec090077 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] Added segment b2992113-cfe4-4c6e-a34d-d23002a4a03e of type vxlan for network 98d53bd7-2ddf-49f6-8048-91b725d7fe4a 2026-07-09 10:40:57.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-eef5eaee-cbe6-47bc-8039-958b0ff9fb22 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] TaaS: Handle Delete Port: a4637c8a-ad30-475f-81b7-5ddc7ca2ce13 2026-07-09 10:40:57.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eef5eaee-cbe6-47bc-8039-958b0ff9fb22 e69dc70b9c2a4bc7b880df82397e962f 65b44e13567044719108c5ffcd6579db - - default default] Tap Mirror: Handle Delete Port: a4637c8a-ad30-475f-81b7-5ddc7ca2ce13 [pid: 8|app: 0|req: 433/834] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:56 2026] POST /v2.0/networks => generated 727 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/835] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:40:57 2026] DELETE /v2.0/floatingips/204b6527-7390-4039-aaee-c0a553a8eb7c => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/836] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:57 2026] POST /v2.0/subnets => generated 644 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:57.563 8 WARNING neutron.api.v2.base [None req-060d8fa4-ae11-45e9-b585-e7c6ec8959df d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-09 10:40:57.564 8 INFO neutron.api.v2.resource [None req-060d8fa4-ae11-45e9-b585-e7c6ec8959df d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 435/837] 10.0.0.67 () {34 vars in 680 bytes} [Thu Jul 9 10:40:57 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-09 10:40:57.764 8 INFO neutron.services.segments.plugin [-] Segment b2992113-cfe4-4c6e-a34d-d23002a4a03e resource provider aggregate not found 2026-07-09 10:40:57.771 8 INFO neutron.services.segments.plugin [-] Segment b2992113-cfe4-4c6e-a34d-d23002a4a03e resource provider aggregate not found 2026-07-09 10:40:57.784 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2992113-cfe4-4c6e-a34d-d23002a4a03e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2992113-cfe4-4c6e-a34d-d23002a4a03e found for delete ", "request_id": "req-b62fe3ac-0a85-4d14-a192-c09e856fdace"}]} [pid: 8|app: 0|req: 436/838] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:57 2026] DELETE /v2.0/networks/98d53bd7-2ddf-49f6-8048-91b725d7fe4a => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:57.792 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2992113-cfe4-4c6e-a34d-d23002a4a03e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2992113-cfe4-4c6e-a34d-d23002a4a03e found for delete ", "request_id": "req-1f78c29c-6dbd-463c-a425-d269d2bd5793"}]} 2026-07-09 10:40:57.849 8 INFO neutron.db.segments_db [None req-f26cf539-00b3-4e1f-9735-6669cf5cd446 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] Added segment bd148102-c4dd-4b86-b9e9-72c950b59450 of type vxlan for network 38e8cd85-0a0c-49e7-9f80-7ac048a5f8de 2026-07-09 10:40:57.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdb45ca2-573e-41df-bf8f-5442849209dc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: af3fc8d5-efe1-4bf4-8ac4-ad426e029b49 2026-07-09 10:40:57.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdb45ca2-573e-41df-bf8f-5442849209dc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: af3fc8d5-efe1-4bf4-8ac4-ad426e029b49 [pid: 8|app: 0|req: 437/839] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:57 2026] POST /v2.0/networks => generated 727 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/840] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:57 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:58.154 8 WARNING neutron.api.v2.base [None req-6c85d7c7-f3dd-4018-94b9-1963c6abe230 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-09 10:40:58.158 8 INFO neutron.api.v2.resource [None req-6c85d7c7-f3dd-4018-94b9-1963c6abe230 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 439/841] 10.0.0.67 () {34 vars in 680 bytes} [Thu Jul 9 10:40:58 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/842] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:40:57 2026] PUT /v2.0/routers/c012edd1-8385-4472-b31a-6031dd5d2e0a/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/843] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:58 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 440/844] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:58 2026] DELETE /v2.0/networks/38e8cd85-0a0c-49e7-9f80-7ac048a5f8de => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:58.450 8 INFO neutron.db.segments_db [None req-fde1ad0b-719e-403e-833a-cc15266f04bf d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] Added segment 8280145f-0500-4249-9dcf-6e83408047a7 of type vxlan for network a7d2c406-cf49-4425-bae4-5d06f4aa64ab [pid: 8|app: 0|req: 441/845] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:40:58 2026] POST /v2.0/networks => generated 727 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:58.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-e08ebff4-6ed1-49be-834c-da59660547ce 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 4b88f34f-bb7d-47ec-93dc-43d60cc5e4d4 2026-07-09 10:40:58.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08ebff4-6ed1-49be-834c-da59660547ce 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 4b88f34f-bb7d-47ec-93dc-43d60cc5e4d4 [pid: 8|app: 0|req: 442/846] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:40:58 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:58.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-e08ebff4-6ed1-49be-834c-da59660547ce 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 631ddb60-3e6a-42ed-9a00-82ae630f1e9e 2026-07-09 10:40:58.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08ebff4-6ed1-49be-834c-da59660547ce 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 631ddb60-3e6a-42ed-9a00-82ae630f1e9e [pid: 8|app: 0|req: 443/847] 10.0.0.67 () {34 vars in 680 bytes} [Thu Jul 9 10:40:58 2026] POST /v2.0/rbac-policies => generated 324 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:40:59.107 7 INFO neutron.services.segments.plugin [-] Segment 5201a569-68fa-44c7-801e-e70234bbe926 resource provider aggregate not found 2026-07-09 10:40:59.117 7 INFO neutron.services.segments.plugin [-] Segment 5201a569-68fa-44c7-801e-e70234bbe926 resource provider aggregate not found 2026-07-09 10:40:59.130 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5201a569-68fa-44c7-801e-e70234bbe926 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5201a569-68fa-44c7-801e-e70234bbe926 found for delete ", "request_id": "req-c1a9b7db-dcac-495d-9910-dcb28407b696"}]} 2026-07-09 10:40:59.139 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5201a569-68fa-44c7-801e-e70234bbe926 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5201a569-68fa-44c7-801e-e70234bbe926 found for delete ", "request_id": "req-3424a159-8768-4cfe-9524-2d8907ccbc91"}]} 2026-07-09 10:40:59.149 7 INFO neutron.db.l3_hamode_db [None req-e08ebff4-6ed1-49be-834c-da59660547ce 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 03bc6db0-b237-4ee4-9fd2-aaa78ed09799 was deleted as no HA routers are present in tenant 65b44e13567044719108c5ffcd6579db. [pid: 7|app: 0|req: 405/848] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:58 2026] DELETE /v2.0/routers/c012edd1-8385-4472-b31a-6031dd5d2e0a => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/849] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:40:59 2026] DELETE /v2.0/subnets/cf58756e-fd56-49d2-85ca-ff424153b4fa => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/850] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:40:59 2026] GET /v2.0/networks/a7d2c406-cf49-4425-bae4-5d06f4aa64ab => generated 655 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:59.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-6843cb56-130e-48f3-a303-83137f601837 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 0e90295a-577e-486c-aad3-32c5c83bcce0 2026-07-09 10:40:59.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6843cb56-130e-48f3-a303-83137f601837 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 0e90295a-577e-486c-aad3-32c5c83bcce0 [pid: 7|app: 0|req: 407/851] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:40:59 2026] GET /v2.0/ports?device_id=97bfe18b-e409-46f5-b91a-ee43b91eba34 => 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: 445/852] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:59 2026] DELETE /v2.0/networks/2b46c50e-04a3-4546-860f-4e7ae4fb8951 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:40:59.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bffadfc5-8b9c-4357-8d19-1f892c73705c 1cae311e2cc34b4b9615399eb33fde4a 0aa0effcb49948ff8f1621029168cc81 - - default default] GET failed (client error): The resource could not be found. 2026-07-09 10:40:59.798 8 INFO neutron.services.segments.plugin [-] Segment bd148102-c4dd-4b86-b9e9-72c950b59450 resource provider aggregate not found [pid: 7|app: 0|req: 408/853] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:40:59 2026] GET /v2.0/networks/a7d2c406-cf49-4425-bae4-5d06f4aa64ab => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:40:59.811 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd148102-c4dd-4b86-b9e9-72c950b59450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd148102-c4dd-4b86-b9e9-72c950b59450 found for delete ", "request_id": "req-2b3265f0-5ab5-42c0-ba27-fe27d999117d"}]} 2026-07-09 10:40:59.816 8 INFO neutron.services.segments.plugin [-] Segment bd148102-c4dd-4b86-b9e9-72c950b59450 resource provider aggregate not found 2026-07-09 10:40:59.831 8 INFO neutron.services.segments.plugin [-] Segment 143a0da2-e438-4ba0-8bef-9c8eb67cae80 resource provider aggregate not found 2026-07-09 10:40:59.841 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd148102-c4dd-4b86-b9e9-72c950b59450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd148102-c4dd-4b86-b9e9-72c950b59450 found for delete ", "request_id": "req-58554697-e6a8-409c-8ba9-7a203c66a574"}]} 2026-07-09 10:40:59.855 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 143a0da2-e438-4ba0-8bef-9c8eb67cae80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 143a0da2-e438-4ba0-8bef-9c8eb67cae80 found for delete ", "request_id": "req-a46404ea-2524-406a-9800-d609bf1efb35"}]} 2026-07-09 10:40:59.858 8 INFO neutron.services.segments.plugin [-] Segment 143a0da2-e438-4ba0-8bef-9c8eb67cae80 resource provider aggregate not found 2026-07-09 10:40:59.893 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 143a0da2-e438-4ba0-8bef-9c8eb67cae80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 143a0da2-e438-4ba0-8bef-9c8eb67cae80 found for delete ", "request_id": "req-a491fdf4-abbb-4d38-ba71-f70d600aec82"}]} [pid: 7|app: 0|req: 409/854] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:59 2026] GET /v2.0/security-groups?tenant_id=65b44e13567044719108c5ffcd6579db&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/855] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:40:59 2026] DELETE /v2.0/networks/a7d2c406-cf49-4425-bae4-5d06f4aa64ab => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:00.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e3adf2b-11ae-4098-870d-9186919af706 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 447/856] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:00 2026] DELETE /v2.0/subnets/11950708-9044-4273-b1d4-3d2f66607a5f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:41:00.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7f84387-5bf2-4b2d-b61f-9caf0462fe21 d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/857] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:40:59 2026] DELETE /v2.0/security-groups/da333f75-2c70-4d63-afa6-7697a9959095 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/858] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:00 2026] DELETE /v2.0/subnets/5bb39e02-f2b9-4a0f-a4a3-4bce61767d3c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:41:00.063 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8717a75-30b5-4bc2-8871-d6b9609b93af d06e0bfbf047468bb11397f5d29ff8c9 99104970708c4203be3487200011a0d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/859] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:00 2026] DELETE /v2.0/subnets/f8b6e3fd-f3f4-456b-91d3-315e49c68b08 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/860] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:00 2026] DELETE /v2.0/security-groups/fa6c1dc9-fc6e-476a-a19f-1d32815b6320 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:00.785 7 INFO neutron.api.v2.resource [None req-382a6117-4a0c-49fd-9dae-bfa4d0b42256 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/861] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:41:00 2026] GET /v2.0/security-groups/fa6c1dc9-fc6e-476a-a19f-1d32815b6320 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:41:00.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-913627b4-afe5-48a4-8da4-5455b7c2525d 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] TaaS: Handle Delete Port: e9236057-f74c-4698-8735-7f7332e85dff 2026-07-09 10:41:00.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-913627b4-afe5-48a4-8da4-5455b7c2525d 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Tap Mirror: Handle Delete Port: e9236057-f74c-4698-8735-7f7332e85dff [pid: 8|app: 0|req: 450/862] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:00 2026] DELETE /v2.0/floatingips/2aa824dc-f7e0-43c2-a359-bfe1c173681c => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/863] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:01 2026] GET /v2.0/security-groups?tenant_id=99104970708c4203be3487200011a0d3&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/864] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:41:01 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1240 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/865] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:01 2026] DELETE /v2.0/security-groups/5ff6405f-00fe-4ad1-8e07-5fbcfd3384c0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/866] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:01 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/867] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:01 2026] GET /v2.0/security-groups?tenant_id=0aa0effcb49948ff8f1621029168cc81&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:01.878 8 INFO neutron.services.segments.plugin [-] Segment 8280145f-0500-4249-9dcf-6e83408047a7 resource provider aggregate not found 2026-07-09 10:41:01.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd0978d-7472-4628-84e6-ccf012b5bd57 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 1c05cd94-5824-4606-ab14-823f75fa77ad 2026-07-09 10:41:01.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd0978d-7472-4628-84e6-ccf012b5bd57 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 1c05cd94-5824-4606-ab14-823f75fa77ad [pid: 8|app: 0|req: 455/868] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:01 2026] DELETE /v2.0/security-groups/b9b8f014-683c-46ba-9913-8dd7dc5911fc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:01.910 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8280145f-0500-4249-9dcf-6e83408047a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8280145f-0500-4249-9dcf-6e83408047a7 found for delete ", "request_id": "req-0f74580b-c58f-4d9a-8b47-dd800fe518b5"}]} 2026-07-09 10:41:01.929 8 INFO neutron.services.segments.plugin [-] Segment 8280145f-0500-4249-9dcf-6e83408047a7 resource provider aggregate not found 2026-07-09 10:41:01.953 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8280145f-0500-4249-9dcf-6e83408047a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8280145f-0500-4249-9dcf-6e83408047a7 found for delete ", "request_id": "req-ed7e429c-64a4-4dd3-9279-45d07557fc8d"}]} 2026-07-09 10:41:02.285 8 INFO neutron.db.segments_db [None req-c9964af7-9d4a-435b-aac5-3eba494d6342 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 6ebfacc9-a542-4110-a193-202aa5e5fb03 of type vxlan for network 529bdd24-31f7-4358-9c53-f0236d731a22 [pid: 7|app: 0|req: 414/869] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:41:01 2026] PUT /v2.0/routers/abaa339b-007e-4b77-9704-6746ed327b00/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/870] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:41:01 2026] POST /v2.0/networks => generated 744 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/871] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:02 2026] GET /v2.0/security-groups?tenant_id=d59fe019d99a4e98aee00a07309d3ae2&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/872] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:02 2026] POST /v2.0/subnets => generated 691 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:02.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ef2cd80-1f14-477b-ae9c-9ad22d4bc173 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 866b4017-64d4-4221-9488-20f6e78a2ac9 2026-07-09 10:41:02.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef2cd80-1f14-477b-ae9c-9ad22d4bc173 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 866b4017-64d4-4221-9488-20f6e78a2ac9 [pid: 7|app: 0|req: 417/873] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:02 2026] DELETE /v2.0/security-groups/2075e399-cec7-4b4e-ba3b-aff31bbf87e6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:02.919 7 INFO neutron.db.segments_db [None req-1f6f78a5-be2a-46aa-8603-269a4b949302 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment a0972385-de41-426e-bc39-0779555a1df6 of type vxlan for network af00cfb6-2bb0-4010-9b33-5ca5b37c9730 2026-07-09 10:41:03.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ef2cd80-1f14-477b-ae9c-9ad22d4bc173 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: fd0fabdf-66dd-412f-9507-b723d8346c6f 2026-07-09 10:41:03.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef2cd80-1f14-477b-ae9c-9ad22d4bc173 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: fd0fabdf-66dd-412f-9507-b723d8346c6f 2026-07-09 10:41:03.282 7 INFO neutron.db.l3_hamode_db [None req-1f6f78a5-be2a-46aa-8603-269a4b949302 910123bd4b00410a8eb204ff265bd2a1 c677b94671094760bb3aa03f4f541b41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:41:03.438 8 INFO neutron.db.l3_hamode_db [None req-2ef2cd80-1f14-477b-ae9c-9ad22d4bc173 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 48476e4b-2380-487a-aa65-f33767bd8513 was deleted as no HA routers are present in tenant c71e5613bdef48ce9906d5d351451a49. [pid: 8|app: 0|req: 457/874] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:02 2026] DELETE /v2.0/routers/abaa339b-007e-4b77-9704-6746ed327b00 => generated 0 bytes in 1085 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/875] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:03 2026] DELETE /v2.0/subnets/8002bd42-5797-4208-9fb1-91fd253969ca => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:03.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-d48e0e9c-9364-49cc-82d7-d527e3228272 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: be11ca37-788d-4625-82ed-50f1235530d0 2026-07-09 10:41:03.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d48e0e9c-9364-49cc-82d7-d527e3228272 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: be11ca37-788d-4625-82ed-50f1235530d0 [pid: 8|app: 0|req: 459/876] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:03 2026] DELETE /v2.0/networks/1f305727-d0bf-465c-a9b2-624045d73eba => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:03.931 8 INFO neutron.services.segments.plugin [-] Segment 0be8978e-70bb-4388-a5f3-06af2458c49f resource provider aggregate not found 2026-07-09 10:41:03.947 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0be8978e-70bb-4388-a5f3-06af2458c49f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0be8978e-70bb-4388-a5f3-06af2458c49f found for delete ", "request_id": "req-b3913b25-013a-4299-a64d-b03ee9efb06d"}]} 2026-07-09 10:41:03.972 8 INFO neutron.services.segments.plugin [-] Segment e4ac3e43-419b-475a-ad3b-4f5ecdb509fe resource provider aggregate not found 2026-07-09 10:41:03.976 8 INFO neutron.services.segments.plugin [-] Segment 0be8978e-70bb-4388-a5f3-06af2458c49f resource provider aggregate not found 2026-07-09 10:41:03.997 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0be8978e-70bb-4388-a5f3-06af2458c49f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0be8978e-70bb-4388-a5f3-06af2458c49f found for delete ", "request_id": "req-002726f4-8795-4c96-94d1-10aced8460fd"}]} 2026-07-09 10:41:04.012 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e4ac3e43-419b-475a-ad3b-4f5ecdb509fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4ac3e43-419b-475a-ad3b-4f5ecdb509fe found for delete ", "request_id": "req-3aebbabd-c1d0-4a9b-bd1a-0db8f80c7941"}]} 2026-07-09 10:41:04.017 8 INFO neutron.services.segments.plugin [-] Segment e4ac3e43-419b-475a-ad3b-4f5ecdb509fe resource provider aggregate not found 2026-07-09 10:41:04.033 7 INFO neutron.db.l3_hamode_db [None req-1f6f78a5-be2a-46aa-8603-269a4b949302 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:41:04.046 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e4ac3e43-419b-475a-ad3b-4f5ecdb509fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4ac3e43-419b-475a-ad3b-4f5ecdb509fe found for delete ", "request_id": "req-57d481b3-f91f-4c59-896f-bac91fa99c06"}]} [pid: 8|app: 0|req: 460/877] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:03 2026] GET /v2.0/security-groups?tenant_id=c71e5613bdef48ce9906d5d351451a49&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/878] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:04 2026] DELETE /v2.0/security-groups/3c87543d-afbf-42fe-9cea-20f5af0e79e5 => 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: 418/879] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:02 2026] POST /v2.0/routers => generated 731 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/880] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:41:04 2026] PUT /v2.0/routers/9c614ec0-c607-4f5f-aad5-ce95001a596f/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/881] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:41:06 2026] POST /v2.0/security-groups => generated 1659 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/882] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/883] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:06 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) 2026-07-09 10:41:07.450 8 INFO neutron.db.segments_db [None req-33489d06-d046-4865-b3e2-c73b341c0766 b93c0411747442da999582e29cea9c47 d4c2aae04ca043928ca7f7d7b269b258 - - default default] Added segment 39d66d57-0838-47bd-835b-d2e8cb76b53f of type vxlan for network 54506469-1cc9-4dee-9f76-2b64ebc9cd9d [pid: 8|app: 0|req: 464/884] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:07 2026] POST /v2.0/networks => generated 632 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:07.617 8 INFO neutron.db.segments_db [None req-c07a98b9-c3fa-4b46-aedb-a010a73539c8 b93c0411747442da999582e29cea9c47 d4c2aae04ca043928ca7f7d7b269b258 - - default default] Added segment 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 of type vxlan for network 5a1b399a-d140-475d-981a-a01666597618 [pid: 7|app: 0|req: 421/885] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:07 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/886] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:07 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:07.797 7 INFO neutron.db.segments_db [None req-2fa1eee8-2938-48af-8e1d-b1ca4d1286b4 b93c0411747442da999582e29cea9c47 d4c2aae04ca043928ca7f7d7b269b258 - - default default] Added segment 625b325b-ff2d-4825-9a64-b62d7a006080 of type vxlan for network 41b3bc7f-cf4f-4d85-a5b2-264bd9e7f752 [pid: 7|app: 0|req: 422/887] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:07 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:07.968 8 INFO neutron.db.segments_db [None req-034dd6ac-ecb1-41d1-a5e0-e26c77c181fd b93c0411747442da999582e29cea9c47 d4c2aae04ca043928ca7f7d7b269b258 - - default default] Added segment d3cddf47-3c61-4003-909a-a769ce337d52 of type vxlan for network da431c6e-8139-46c3-9d74-5241fce0f9b0 [pid: 8|app: 0|req: 466/888] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:07 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:08.170 7 INFO neutron.db.segments_db [None req-4d5efbe2-b8d9-4607-831b-e0f829349419 b93c0411747442da999582e29cea9c47 d4c2aae04ca043928ca7f7d7b269b258 - - default default] Added segment 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 of type vxlan for network dc2a7685-0918-47d0-a4fa-dc8b603ee826 [pid: 8|app: 0|req: 467/889] 10.0.0.97 () {34 vars in 1097 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--283874825&fields=id&tenant_id=c677b94671094760bb3aa03f4f541b41 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/890] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:08 2026] POST /v2.0/networks => generated 631 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/891] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?id=529bdd24-31f7-4358-9c53-f0236d731a22 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/892] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/quotas/c677b94671094760bb3aa03f4f541b41 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/893] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:41:08 2026] PUT /v2.0/networks/54506469-1cc9-4dee-9f76-2b64ebc9cd9d/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/894] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/ports?tenant_id=c677b94671094760bb3aa03f4f541b41&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/895] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:41:08 2026] PUT /v2.0/networks/5a1b399a-d140-475d-981a-a01666597618/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/896] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?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: 426/897] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:41:08 2026] PUT /v2.0/networks/41b3bc7f-cf4f-4d85-a5b2-264bd9e7f752/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/898] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/899] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:41:08 2026] PUT /v2.0/networks/da431c6e-8139-46c3-9d74-5241fce0f9b0/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/900] 10.0.0.67 () {32 vars in 665 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/901] 10.0.0.67 () {32 vars in 679 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/902] 10.0.0.67 () {32 vars in 675 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/903] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 477/904] 10.0.0.67 () {32 vars in 687 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/905] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/security-groups?tenant_id=9068cd1a0b6d4c0db360030a9e52001b&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/906] 10.0.0.67 () {32 vars in 673 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/907] 10.0.0.67 () {32 vars in 687 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/908] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:08 2026] DELETE /v2.0/security-groups/b2b8713b-01a2-43a9-8f14-a110bd0111c1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/909] 10.0.0.67 () {32 vars in 683 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/910] 10.0.0.67 () {32 vars in 695 bytes} [Thu Jul 9 10:41:08 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/911] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:09 2026] GET /v2.0/security-groups?tenant_id=8160efe15f6448448b946f07afc49aa8&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:09.207 8 INFO neutron.services.segments.plugin [-] Segment 39d66d57-0838-47bd-835b-d2e8cb76b53f resource provider aggregate not found 2026-07-09 10:41:09.215 8 INFO neutron.services.segments.plugin [-] Segment 39d66d57-0838-47bd-835b-d2e8cb76b53f resource provider aggregate not found 2026-07-09 10:41:09.234 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 39d66d57-0838-47bd-835b-d2e8cb76b53f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d66d57-0838-47bd-835b-d2e8cb76b53f found for delete ", "request_id": "req-a6f4c07c-7a6c-4202-bdee-7478c3e960a1"}]} 2026-07-09 10:41:09.235 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 39d66d57-0838-47bd-835b-d2e8cb76b53f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d66d57-0838-47bd-835b-d2e8cb76b53f found for delete ", "request_id": "req-536020b3-0f39-4510-974e-e1016ab159ae"}]} [pid: 8|app: 0|req: 481/912] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/networks/54506469-1cc9-4dee-9f76-2b64ebc9cd9d => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/913] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/security-groups/3781ff3d-1c1c-4767-bda9-d400a119e6ac => 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: 482/916] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/networks/5a1b399a-d140-475d-981a-a01666597618 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:09.574 7 INFO neutron.services.segments.plugin [-] Segment 625b325b-ff2d-4825-9a64-b62d7a006080 resource provider aggregate not found 2026-07-09 10:41:09.582 7 INFO neutron.services.segments.plugin [-] Segment 625b325b-ff2d-4825-9a64-b62d7a006080 resource provider aggregate not found 2026-07-09 10:41:09.600 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 625b325b-ff2d-4825-9a64-b62d7a006080 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 625b325b-ff2d-4825-9a64-b62d7a006080 found for delete ", "request_id": "req-b1423abc-51aa-43ea-a586-192aeade4a8d"}]} [pid: 7|app: 0|req: 435/917] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/networks/41b3bc7f-cf4f-4d85-a5b2-264bd9e7f752 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:09.616 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 625b325b-ff2d-4825-9a64-b62d7a006080 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 625b325b-ff2d-4825-9a64-b62d7a006080 found for delete ", "request_id": "req-cd395ee5-2500-4046-8fa8-8c15df09fe7b"}]} [pid: 7|app: 0|req: 436/918] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:09 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 483/919] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/networks/da431c6e-8139-46c3-9d74-5241fce0f9b0 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/920] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:09 2026] DELETE /v2.0/networks/dc2a7685-0918-47d0-a4fa-dc8b603ee826 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/921] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:10 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 484/922] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:10 2026] GET /v2.0/security-groups?tenant_id=0f3d7088d4af4cc8a5c10a8a91343df6&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/923] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:11 2026] DELETE /v2.0/security-groups/169c0e3e-7f66-4dc2-a067-a06991d65e55 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:11.268 8 INFO neutron.services.segments.plugin [-] Segment 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 resource provider aggregate not found 2026-07-09 10:41:11.275 8 INFO neutron.services.segments.plugin [-] Segment 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 resource provider aggregate not found 2026-07-09 10:41:11.292 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 found for delete ", "request_id": "req-3796acdc-4ad0-42bb-aaf4-aacf53bb3ca5"}]} 2026-07-09 10:41:11.300 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5aecc7-462e-45eb-b87d-d9d4b3ace4f0 found for delete ", "request_id": "req-47484772-642a-481a-af9e-bb27460929f8"}]} 2026-07-09 10:41:11.320 8 INFO neutron.services.segments.plugin [-] Segment d3cddf47-3c61-4003-909a-a769ce337d52 resource provider aggregate not found 2026-07-09 10:41:11.327 8 INFO neutron.services.segments.plugin [-] Segment d3cddf47-3c61-4003-909a-a769ce337d52 resource provider aggregate not found 2026-07-09 10:41:11.345 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3cddf47-3c61-4003-909a-a769ce337d52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3cddf47-3c61-4003-909a-a769ce337d52 found for delete ", "request_id": "req-702f125c-72f6-432e-9461-5d35466d5cd1"}]} 2026-07-09 10:41:11.353 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3cddf47-3c61-4003-909a-a769ce337d52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3cddf47-3c61-4003-909a-a769ce337d52 found for delete ", "request_id": "req-f51a518b-f5d5-4a7c-9b3a-0eb1b11e383a"}]} [pid: 8|app: 0|req: 485/924] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:11 2026] GET /v2.0/security-groups?tenant_id=26b68fd797cd456d9574a9020c5cafd4&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:11.634 7 INFO neutron.services.segments.plugin [-] Segment 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 resource provider aggregate not found 2026-07-09 10:41:11.638 7 INFO neutron.services.segments.plugin [-] Segment 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 resource provider aggregate not found 2026-07-09 10:41:11.661 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 found for delete ", "request_id": "req-a2f26826-0f4e-481b-8a2b-3b85fb95f87f"}]} 2026-07-09 10:41:11.662 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed4142b-a1c5-4450-a8a0-e38a8dba36f5 found for delete ", "request_id": "req-0479a4bd-f574-470f-ab0a-a266b13055c8"}]} [pid: 7|app: 0|req: 440/925] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:11 2026] DELETE /v2.0/security-groups/992a19c5-c761-47b6-814b-4296955f4b6c => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/926] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:11 2026] GET /v2.0/security-groups?tenant_id=d4c2aae04ca043928ca7f7d7b269b258&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/927] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:11 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/928] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:11 2026] DELETE /v2.0/security-groups/75d6a4e4-b450-4f46-b0a5-33c3f33b1641 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/929] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:12 2026] GET /v2.0/networks?id=529bdd24-31f7-4358-9c53-f0236d731a22 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/930] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c677b94671094760bb3aa03f4f541b41 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/931] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 443/932] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:41:13 2026] POST /v2.0/ports => generated 954 bytes in 421 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: 490/933] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/security-groups?tenant_id=99949603a178464db863ecf86d1f7dc6&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/934] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:13 2026] DELETE /v2.0/security-groups/1a0d64cc-8cd5-46d2-8312-a75317d6bbc4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/935] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:41:13 2026] PUT /v2.0/ports/6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:13.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f2bc391-8611-49ba-a7ce-e2dce0a8985a'] response: {'name': 'network-changed', 'server_uuid': '9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0', 'tag': '6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 492/936] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 70 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: 493/937] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/ports/c939a622-b94f-4cf6-b9f1-11393330175b => generated 968 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/938] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:13 2026] GET /v2.0/security-groups?tenant_id=360cafd734604fdaa8dd4a9289b191e0&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/939] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/940] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:14 2026] DELETE /v2.0/security-groups/f178957c-d982-4086-b9ff-562b57d10ac9 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/941] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/942] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/ports?tenant_id=c677b94671094760bb3aa03f4f541b41&device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 448/943] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/networks?tenant_id=c677b94671094760bb3aa03f4f541b41&shared=False => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/944] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/945] 199.204.45.53 () {34 vars in 999 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/subnets?network_id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 683 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/946] 199.204.45.53 () {34 vars in 1145 bytes} [Thu Jul 9 10:41:14 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd&device_owner=compute%3Anova&network_id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/947] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:41:14 2026] PUT /v2.0/ports/c939a622-b94f-4cf6-b9f1-11393330175b => generated 1145 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/948] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 969 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: 451/949] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&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: 452/950] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/ports?tenant_id=c677b94671094760bb3aa03f4f541b41&device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/951] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1417 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/952] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/953] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/954] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/subnets?id=bf1e88c4-072e-4fde-a5d4-3abe2c378f00 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/955] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/ports?network_id=529bdd24-31f7-4358-9c53-f0236d731a22&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/956] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/957] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/958] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/959] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/960] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/961] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:15.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6af68f7-7044-4bc2-acbc-a23ccda6cfbc'] response: {'name': 'network-changed', 'server_uuid': '63ef666b-7888-461e-b108-31cc2ce6c7fd', 'tag': 'c939a622-b94f-4cf6-b9f1-11393330175b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 458/962] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:15 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 505/963] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:16 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/964] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:16 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/965] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:16 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&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: 461/966] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:16 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/967] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:16 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&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-07-09 10:41:16.610 8 INFO neutron.db.segments_db [None req-c52f2c76-f1fe-4de8-a369-6ee076a271c8 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Added segment 360884ee-61a7-4a5d-bb1b-4370ea0f12ef of type vxlan for network 1f4f7113-ce9e-4ddf-9772-f4a6d43c230d [pid: 8|app: 0|req: 506/968] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:16 2026] POST /v2.0/networks => generated 632 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/969] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:16 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:17.039 8 INFO neutron.db.segments_db [None req-f3b68f95-bb6b-4a10-a738-98a2bf020e8b 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Added segment fbe536c3-f410-4200-8e84-2b3f3005a0af of type vxlan for network 37e824a7-2997-4d43-921a-8aead7850b63 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 464/970] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1417 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/971] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:16 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/972] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/973] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/974] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/975] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/976] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&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: 470/977] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 471/978] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 508/979] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:17 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:17.535 7 INFO neutron.db.segments_db [None req-ed6edbae-1655-4ba7-ae76-ae5c7886f022 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Added segment 9c77a660-a992-47ec-afb1-34dc079c6b57 of type vxlan for network c56e47d9-0603-498b-977f-ce0fa3bcfdc2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 509/980] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 472/981] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:17 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: 8|app: 0|req: 510/982] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/983] 199.204.45.53 () {34 vars in 1117 bytes} [Thu Jul 9 10:41:17 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/984] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:17 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:41:18.081 7 INFO neutron.db.segments_db [None req-3cea4659-7aa9-43d0-af4a-f41e3f82fb7b 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Added segment b82a4c18-0241-4d69-af26-7a7fcabebe53 of type vxlan for network f69a0e8d-a22e-4dfb-aa6e-2c34239f4ddc [pid: 7|app: 0|req: 474/985] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:18 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/986] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:41:18 2026] PUT /v2.0/ports/c939a622-b94f-4cf6-b9f1-11393330175b => generated 968 bytes in 430 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: 475/987] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/security-groups?tenant_id=88f63d7ac3e44308a412173ddc15ab14&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:18.489 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a54f74f5-ec00-417e-8a66-a83dfad28345'] response: {'name': 'network-changed', 'server_uuid': '63ef666b-7888-461e-b108-31cc2ce6c7fd', 'tag': 'c939a622-b94f-4cf6-b9f1-11393330175b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 476/988] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:18 2026] DELETE /v2.0/security-groups/ad1f8f26-d2e4-4e6f-ba82-2cdd8577063e => 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: 477/989] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/security-groups?tenant_id=8980fd1090574785aad45b89603ca066&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/990] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:18 2026] POST /v2.0/ports => generated 743 bytes in 396 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: 478/991] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/992] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:18 2026] DELETE /v2.0/security-groups/07bc0833-a375-42c1-ae3f-e9cca103894f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:18.953 7 INFO neutron.db.segments_db [None req-1078289e-44d8-4a59-88f5-973b836a91b2 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Added segment 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f of type vxlan for network d8b2c2a1-b782-4ee6-a45e-fd1a8b3bf72f [pid: 8|app: 0|req: 515/993] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/994] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/995] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:18 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/996] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:18 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/997] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/998] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/999] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&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: 521/1000] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1001] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1002] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:19 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1003] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:41:19 2026] PUT /v2.0/ports/f332d10d-6fe4-43d8-b3ae-66717284c605/tags => generated 17 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: 481/1004] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:41:19 2026] PUT /v2.0/ports/b2410efb-e6f3-4880-bc08-39e881047376/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 524/1005] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:41:19 2026] PUT /v2.0/ports/b54794ef-1ea6-4b93-850e-c8129d42355c/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 482/1006] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:41:19 2026] PUT /v2.0/ports/1a1d0782-c552-44e1-9bf1-36cde12ae412/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 525/1007] 10.0.0.67 () {32 vars in 659 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1008] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1009] 10.0.0.67 () {32 vars in 673 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1010] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1011] 10.0.0.67 () {32 vars in 669 bytes} [Thu Jul 9 10:41:19 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) [pid: 7|app: 0|req: 485/1012] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:41:19 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1013] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 487/1014] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&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: 528/1015] 10.0.0.67 () {32 vars in 667 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1016] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1017] 10.0.0.67 () {32 vars in 677 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1018] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1019] 10.0.0.67 () {32 vars in 689 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1020] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/networks?id=8019876d-80ff-4a35-97db-015555f7a0ff => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1021] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c939a622-b94f-4cf6-b9f1-11393330175b => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:20.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-da45d4a3-3661-4ed5-8efb-e6a0e7e44f2a 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] TaaS: Handle Delete Port: f332d10d-6fe4-43d8-b3ae-66717284c605 2026-07-09 10:41:20.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da45d4a3-3661-4ed5-8efb-e6a0e7e44f2a 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Tap Mirror: Handle Delete Port: f332d10d-6fe4-43d8-b3ae-66717284c605 [pid: 8|app: 0|req: 533/1022] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/subnets?id=e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1023] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?network_id=8019876d-80ff-4a35-97db-015555f7a0ff&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: 490/1024] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:20 2026] DELETE /v2.0/ports/f332d10d-6fe4-43d8-b3ae-66717284c605 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1025] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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: 536/1026] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff?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-07-09 10:41:20.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4ec3515-a00e-4b1c-8618-b5bb22b04812 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] TaaS: Handle Delete Port: b2410efb-e6f3-4880-bc08-39e881047376 2026-07-09 10:41:20.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ec3515-a00e-4b1c-8618-b5bb22b04812 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Tap Mirror: Handle Delete Port: b2410efb-e6f3-4880-bc08-39e881047376 [pid: 7|app: 0|req: 491/1027] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:20 2026] DELETE /v2.0/ports/b2410efb-e6f3-4880-bc08-39e881047376 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:20.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fe9e787-deb2-41da-bf84-9f153060b05b 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] TaaS: Handle Delete Port: b54794ef-1ea6-4b93-850e-c8129d42355c 2026-07-09 10:41:20.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe9e787-deb2-41da-bf84-9f153060b05b 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Tap Mirror: Handle Delete Port: b54794ef-1ea6-4b93-850e-c8129d42355c [pid: 8|app: 0|req: 537/1028] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:20 2026] DELETE /v2.0/ports/b54794ef-1ea6-4b93-850e-c8129d42355c => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1029] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1030] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:20 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:21.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-767ee94b-d088-42c1-b881-f0b04e488772 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] TaaS: Handle Delete Port: 1a1d0782-c552-44e1-9bf1-36cde12ae412 2026-07-09 10:41:21.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767ee94b-d088-42c1-b881-f0b04e488772 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Tap Mirror: Handle Delete Port: 1a1d0782-c552-44e1-9bf1-36cde12ae412 [pid: 8|app: 0|req: 538/1031] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:20 2026] DELETE /v2.0/ports/1a1d0782-c552-44e1-9bf1-36cde12ae412 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:21.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-344438c2-a533-4eb8-937a-ba13b7d29c9a 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] TaaS: Handle Delete Port: b5385d21-636d-4380-b6a6-585fcff1b0aa 2026-07-09 10:41:21.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344438c2-a533-4eb8-937a-ba13b7d29c9a 49de3ab8e62b45a38296f3c932c90b32 fc2b18e1a2e940299b6b7a3a48b540e4 - - default default] Tap Mirror: Handle Delete Port: b5385d21-636d-4380-b6a6-585fcff1b0aa [pid: 8|app: 0|req: 539/1032] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:21 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1033] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:21 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1034] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:21 2026] DELETE /v2.0/ports/b5385d21-636d-4380-b6a6-585fcff1b0aa => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1035] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:21 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:21.500 8 INFO neutron.services.segments.plugin [-] Segment 360884ee-61a7-4a5d-bb1b-4370ea0f12ef resource provider aggregate not found 2026-07-09 10:41:21.510 8 INFO neutron.services.segments.plugin [-] Segment 360884ee-61a7-4a5d-bb1b-4370ea0f12ef resource provider aggregate not found 2026-07-09 10:41:21.526 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 360884ee-61a7-4a5d-bb1b-4370ea0f12ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360884ee-61a7-4a5d-bb1b-4370ea0f12ef found for delete ", "request_id": "req-2955095e-ee0a-40d0-9ffc-7f58b45ce65f"}]} 2026-07-09 10:41:21.534 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 360884ee-61a7-4a5d-bb1b-4370ea0f12ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360884ee-61a7-4a5d-bb1b-4370ea0f12ef found for delete ", "request_id": "req-4e3c6605-6e3f-4a4e-9852-cd46866b168c"}]} [pid: 8|app: 0|req: 541/1036] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:21 2026] DELETE /v2.0/networks/1f4f7113-ce9e-4ddf-9772-f4a6d43c230d => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:21.784 7 INFO neutron.db.l3_db [None req-680a5b7d-85b0-4032-91db-71e4a6c512f0 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] Floating IP a0b73dbb-fb08-4b70-8286-77a88b49ccf2 associated. External IP: 10.96.250.213, port: 6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd. [pid: 8|app: 0|req: 542/1037] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:21 2026] GET /v2.0/security-groups?tenant_id=54cb8de6e2644fdf95503b79ad87e13d&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1038] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:21 2026] DELETE /v2.0/networks/37e824a7-2997-4d43-921a-8aead7850b63 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1039] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:21 2026] PUT /v2.0/floatingips/a0b73dbb-fb08-4b70-8286-77a88b49ccf2 => generated 855 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1040] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:22 2026] DELETE /v2.0/security-groups/be5f6473-e92c-45c0-8ff1-ec4fd72b1922 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:22.225 7 INFO neutron.services.segments.plugin [-] Segment 9c77a660-a992-47ec-afb1-34dc079c6b57 resource provider aggregate not found 2026-07-09 10:41:22.232 7 INFO neutron.services.segments.plugin [-] Segment 9c77a660-a992-47ec-afb1-34dc079c6b57 resource provider aggregate not found [pid: 8|app: 0|req: 545/1041] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:22.239 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c77a660-a992-47ec-afb1-34dc079c6b57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c77a660-a992-47ec-afb1-34dc079c6b57 found for delete ", "request_id": "req-53b9ac76-ebd8-44d9-8245-84de41c6fcd5"}]} [pid: 7|app: 0|req: 497/1042] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:22 2026] DELETE /v2.0/networks/c56e47d9-0603-498b-977f-ce0fa3bcfdc2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:22.263 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c77a660-a992-47ec-afb1-34dc079c6b57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c77a660-a992-47ec-afb1-34dc079c6b57 found for delete ", "request_id": "req-2dded86d-9a2c-4d8d-a855-291a0c0861e3"}]} [pid: 8|app: 0|req: 546/1043] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1044] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1045] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/security-groups?id=3d3cbcf0-8322-433f-ba86-8f4b4b1c6085&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: 548/1046] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:22.368 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-776e2588-18a4-423d-bb02-5d79ce6cfd18'] response: {'name': 'network-changed', 'server_uuid': '9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0', 'tag': '6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 499/1047] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:22 2026] DELETE /v2.0/networks/f69a0e8d-a22e-4dfb-aa6e-2c34239f4ddc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:22.493 8 INFO neutron_taas.services.taas.taas_plugin [req-fe9dc2df-81cc-4e79-9003-e5114b039639 req-2deba994-49d2-414b-8452-63c59c3f9450 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] TaaS: Handle Delete Port: c939a622-b94f-4cf6-b9f1-11393330175b 2026-07-09 10:41:22.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe9dc2df-81cc-4e79-9003-e5114b039639 req-2deba994-49d2-414b-8452-63c59c3f9450 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] Tap Mirror: Handle Delete Port: c939a622-b94f-4cf6-b9f1-11393330175b [pid: 7|app: 0|req: 500/1048] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:22 2026] DELETE /v2.0/networks/d8b2c2a1-b782-4ee6-a45e-fd1a8b3bf72f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:22.647 8 INFO neutron.db.l3_db [req-fe9dc2df-81cc-4e79-9003-e5114b039639 req-2deba994-49d2-414b-8452-63c59c3f9450 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] Floating IP 1a9579c5-7b51-4f56-a202-c18aa090c423 disassociated. External IP: 10.96.250.211, port: c939a622-b94f-4cf6-b9f1-11393330175b. [pid: 7|app: 0|req: 501/1049] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 502/1050] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&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: 503/1051] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/ports?tenant_id=c677b94671094760bb3aa03f4f541b41&device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1052] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/networks?id=529bdd24-31f7-4358-9c53-f0236d731a22 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1053] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd => 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: 549/1054] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:41:22 2026] DELETE /v2.0/ports/c939a622-b94f-4cf6-b9f1-11393330175b => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1055] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/subnets?id=bf1e88c4-072e-4fde-a5d4-3abe2c378f00 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:23.059 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b019d76-8859-4ba3-8c36-cd38b8c173f8'] response: {'server_uuid': '63ef666b-7888-461e-b108-31cc2ce6c7fd', 'name': 'network-vif-deleted', 'tag': 'c939a622-b94f-4cf6-b9f1-11393330175b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 550/1056] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/ports?network_id=529bdd24-31f7-4358-9c53-f0236d731a22&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1057] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1058] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22?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: 508/1059] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:23.546 8 INFO neutron.services.segments.plugin [-] Segment fbe536c3-f410-4200-8e84-2b3f3005a0af resource provider aggregate not found 2026-07-09 10:41:23.567 8 INFO neutron.services.segments.plugin [-] Segment fbe536c3-f410-4200-8e84-2b3f3005a0af resource provider aggregate not found 2026-07-09 10:41:23.575 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbe536c3-f410-4200-8e84-2b3f3005a0af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe536c3-f410-4200-8e84-2b3f3005a0af found for delete ", "request_id": "req-57b7f689-dd26-464c-b72c-854a11a50425"}]} 2026-07-09 10:41:23.592 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbe536c3-f410-4200-8e84-2b3f3005a0af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe536c3-f410-4200-8e84-2b3f3005a0af found for delete ", "request_id": "req-8fddd1dc-9316-47e8-832f-7436eda0fb2e"}]} [pid: 7|app: 0|req: 509/1060] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 552/1061] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/security-groups?tenant_id=2b338b25b51442f58c08bbdc34856657&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1062] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:23 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1063] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:23 2026] DELETE /v2.0/security-groups/ddfebbda-b44f-4cc9-a847-774dc72eb48b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:24.259 7 INFO neutron.services.segments.plugin [-] Segment b82a4c18-0241-4d69-af26-7a7fcabebe53 resource provider aggregate not found [pid: 7|app: 0|req: 511/1066] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:24 2026] GET /v2.0/security-groups?tenant_id=8d5773e1d86d40b4a9dec2534d200413&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:24.285 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b82a4c18-0241-4d69-af26-7a7fcabebe53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82a4c18-0241-4d69-af26-7a7fcabebe53 found for delete ", "request_id": "req-608b422d-48fc-4a07-9bb5-0902aadfac56"}]} 2026-07-09 10:41:24.288 7 INFO neutron.services.segments.plugin [-] Segment b82a4c18-0241-4d69-af26-7a7fcabebe53 resource provider aggregate not found 2026-07-09 10:41:24.304 7 INFO neutron.services.segments.plugin [-] Segment 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f resource provider aggregate not found 2026-07-09 10:41:24.307 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b82a4c18-0241-4d69-af26-7a7fcabebe53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82a4c18-0241-4d69-af26-7a7fcabebe53 found for delete ", "request_id": "req-896c2f51-ead9-4c55-b6c4-9e7f5609bd1f"}]} 2026-07-09 10:41:24.322 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f found for delete ", "request_id": "req-48a02503-7f31-4376-9d87-51b8de650595"}]} 2026-07-09 10:41:24.322 7 INFO neutron.services.segments.plugin [-] Segment 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f resource provider aggregate not found 2026-07-09 10:41:24.335 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7863b2-29de-4ff1-8b90-afabdf9bfb8f found for delete ", "request_id": "req-fa4b11f6-028c-426f-94e0-d1f17471fd34"}]} [pid: 8|app: 0|req: 556/1067] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:24 2026] DELETE /v2.0/security-groups/34c5a860-aff3-48e6-a031-405df6140086 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1068] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:24 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 557/1069] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:24 2026] GET /v2.0/security-groups?tenant_id=fc2b18e1a2e940299b6b7a3a48b540e4&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: 513/1070] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:24 2026] DELETE /v2.0/security-groups/33456d8d-e77f-4c2f-976a-e0f898a3deb1 => 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: 514/1071] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:24 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1072] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:24 2026] GET /v2.0/security-groups?tenant_id=30946a935d6d44ada6752f10320f2c36&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1073] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:41:25 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1074] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:25 2026] GET /v2.0/security-groups?id=f6acd47b-e83a-4fbd-9945-df2986e5f9e2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1075] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:25 2026] DELETE /v2.0/security-groups/72619607-ed41-4a7e-9c70-f9daf6d6bcbb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:25.178 8 INFO neutron_taas.services.taas.taas_plugin [req-aefc5f56-31ce-48a2-8627-f86a441613cd req-9aee34bc-d1c8-489c-bbcf-2a6cd82a6f92 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] TaaS: Handle Delete Port: 6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd 2026-07-09 10:41:25.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aefc5f56-31ce-48a2-8627-f86a441613cd req-9aee34bc-d1c8-489c-bbcf-2a6cd82a6f92 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] Tap Mirror: Handle Delete Port: 6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd 2026-07-09 10:41:25.309 8 INFO neutron.db.l3_db [req-aefc5f56-31ce-48a2-8627-f86a441613cd req-9aee34bc-d1c8-489c-bbcf-2a6cd82a6f92 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] Floating IP a0b73dbb-fb08-4b70-8286-77a88b49ccf2 disassociated. External IP: 10.96.250.213, port: 6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd. [pid: 7|app: 0|req: 517/1076] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:25 2026] GET /v2.0/ports?device_id=63ef666b-7888-461e-b108-31cc2ce6c7fd => 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: 560/1077] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:41:25 2026] DELETE /v2.0/ports/6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:25.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77fe3fec-459f-4e67-b892-f2c09a01e2b9'] response: {'server_uuid': '9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0', 'name': 'network-vif-deleted', 'tag': '6a4aa7e6-f1cb-4bcc-b849-02d410eec3dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 518/1078] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:26 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 561/1079] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:26 2026] DELETE /v2.0/security-groups/3d3cbcf0-8322-433f-ba86-8f4b4b1c6085 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:26.845 7 INFO neutron.api.v2.resource [None req-306254dd-6b79-4e62-96f4-0d79c9dbd3e1 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1080] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:41:26 2026] GET /v2.0/security-groups/3d3cbcf0-8322-433f-ba86-8f4b4b1c6085 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:41:26.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-22bf59fa-b0f4-4830-8586-0ce0d926ebd9 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] TaaS: Handle Delete Port: f35044ea-3859-4b0d-96a1-da8a4e3b774b 2026-07-09 10:41:26.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22bf59fa-b0f4-4830-8586-0ce0d926ebd9 246094d438324fc6832f5762b2669e71 57e3a882a8964054b9ecd7db3b54c8a1 - - default default] Tap Mirror: Handle Delete Port: f35044ea-3859-4b0d-96a1-da8a4e3b774b [pid: 8|app: 0|req: 562/1081] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:26 2026] DELETE /v2.0/floatingips/1a9579c5-7b51-4f56-a202-c18aa090c423 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1082] 10.0.0.67 () {32 vars in 652 bytes} [Thu Jul 9 10:41:26 2026] GET /v2.0/extensions => generated 21537 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1083] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1084] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1085] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1086] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => 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: 525/1087] 10.0.0.67 () {32 vars in 664 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1088] 10.0.0.67 () {32 vars in 698 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1089] 10.0.0.67 () {32 vars in 696 bytes} [Thu Jul 9 10:41:27 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: 528/1090] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1091] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1092] 10.0.0.67 () {32 vars in 702 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1093] 10.0.0.67 () {32 vars in 692 bytes} [Thu Jul 9 10:41:27 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: 532/1094] 10.0.0.67 () {32 vars in 694 bytes} [Thu Jul 9 10:41:27 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: 533/1095] 10.0.0.67 () {32 vars in 684 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1096] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:27 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: 535/1097] 10.0.0.67 () {32 vars in 660 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/dvr => 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: 536/1098] 10.0.0.67 () {32 vars in 698 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1099] 10.0.0.67 () {32 vars in 678 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1100] 10.0.0.67 () {32 vars in 682 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1101] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1102] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1103] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1104] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1105] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 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: 544/1106] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:27 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: 545/1107] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 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: 546/1108] 10.0.0.67 () {32 vars in 698 bytes} [Thu Jul 9 10:41:27 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: 547/1109] 10.0.0.67 () {32 vars in 678 bytes} [Thu Jul 9 10:41:27 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: 548/1110] 10.0.0.67 () {32 vars in 666 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1111] 10.0.0.67 () {32 vars in 676 bytes} [Thu Jul 9 10:41:27 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: 550/1112] 10.0.0.67 () {32 vars in 664 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/l3-ha => 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: 551/1113] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/l3-flavors => 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: 552/1114] 10.0.0.67 () {32 vars in 712 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1115] 10.0.0.67 () {32 vars in 690 bytes} [Thu Jul 9 10:41:27 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: 554/1116] 10.0.0.67 () {32 vars in 682 bytes} [Thu Jul 9 10:41:27 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: 555/1117] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 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: 556/1118] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:27 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: 557/1119] 10.0.0.67 () {32 vars in 704 bytes} [Thu Jul 9 10:41:27 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: 558/1120] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:27 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: 559/1121] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 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: 560/1122] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:27 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: 561/1123] 10.0.0.67 () {32 vars in 692 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1124] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1125] 10.0.0.67 () {32 vars in 708 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:27.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-69baaf20-a860-4382-b956-53fd8e223772 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: f39fef00-8b4b-4aa8-bf01-b41206a3476f [pid: 7|app: 0|req: 564/1126] 10.0.0.67 () {32 vars in 704 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:27.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69baaf20-a860-4382-b956-53fd8e223772 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: f39fef00-8b4b-4aa8-bf01-b41206a3476f [pid: 7|app: 0|req: 565/1127] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1128] 10.0.0.67 () {32 vars in 696 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1129] 10.0.0.67 () {32 vars in 710 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1130] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 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: 569/1131] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1132] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1133] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:27 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: 572/1134] 10.0.0.67 () {32 vars in 670 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1135] 10.0.0.67 () {32 vars in 660 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1136] 10.0.0.67 () {32 vars in 698 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1137] 10.0.0.67 () {32 vars in 698 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1138] 10.0.0.67 () {32 vars in 676 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1139] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1140] 10.0.0.67 () {32 vars in 682 bytes} [Thu Jul 9 10:41:27 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: 579/1141] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 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: 580/1142] 10.0.0.67 () {32 vars in 684 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1143] 10.0.0.67 () {32 vars in 706 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1144] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1145] 10.0.0.67 () {32 vars in 696 bytes} [Thu Jul 9 10:41:27 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: 584/1146] 10.0.0.67 () {32 vars in 694 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1147] 10.0.0.67 () {32 vars in 684 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/qos-rules-alias => 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: 586/1148] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1149] 10.0.0.67 () {32 vars in 704 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1150] 10.0.0.67 () {32 vars in 666 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1151] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1152] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1153] 10.0.0.67 () {32 vars in 690 bytes} [Thu Jul 9 10:41:27 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: 592/1154] 10.0.0.67 () {32 vars in 690 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1155] 10.0.0.67 () {32 vars in 694 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1156] 10.0.0.67 () {32 vars in 684 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1157] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 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: 596/1158] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 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: 597/1159] 10.0.0.67 () {32 vars in 702 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1160] 10.0.0.67 () {32 vars in 712 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1161] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:27 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: 600/1162] 10.0.0.67 () {32 vars in 714 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1163] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:41:27 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: 602/1164] 10.0.0.67 () {32 vars in 740 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1165] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1166] 10.0.0.67 () {32 vars in 682 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1167] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1168] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1169] 10.0.0.67 () {32 vars in 678 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1170] 10.0.0.67 () {32 vars in 668 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1171] 10.0.0.67 () {32 vars in 696 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1172] 10.0.0.67 () {32 vars in 704 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1173] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1174] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1175] 10.0.0.67 () {32 vars in 682 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1176] 10.0.0.67 () {32 vars in 704 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1177] 10.0.0.67 () {32 vars in 694 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1178] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1179] 10.0.0.67 () {32 vars in 696 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1180] 10.0.0.67 () {32 vars in 678 bytes} [Thu Jul 9 10:41:27 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: 619/1181] 10.0.0.67 () {32 vars in 688 bytes} [Thu Jul 9 10:41:27 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: 620/1182] 10.0.0.67 () {32 vars in 700 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1183] 10.0.0.67 () {32 vars in 664 bytes} [Thu Jul 9 10:41:27 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: 622/1184] 10.0.0.67 () {32 vars in 680 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1185] 10.0.0.67 () {32 vars in 676 bytes} [Thu Jul 9 10:41:27 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1186] 10.0.0.67 () {32 vars in 692 bytes} [Thu Jul 9 10:41:28 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: 625/1187] 10.0.0.67 () {32 vars in 676 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1188] 10.0.0.67 () {32 vars in 666 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1189] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:41:28 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: 628/1190] 10.0.0.67 () {32 vars in 674 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1191] 10.0.0.67 () {32 vars in 686 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1192] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:41:27 2026] PUT /v2.0/routers/a7c38198-74dd-4778-a90d-33e49601e9b8/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:28.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-6168df4b-893e-4f79-9a96-e4487aafed38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: ab5fd7ac-c6f8-4b49-a426-0ca7b2a6e4c9 2026-07-09 10:41:28.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6168df4b-893e-4f79-9a96-e4487aafed38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: ab5fd7ac-c6f8-4b49-a426-0ca7b2a6e4c9 [pid: 8|app: 0|req: 564/1193] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/ports?device_id=9b766ff9-aa9d-4e7f-bd7a-8c8af121aed0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:28.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-6168df4b-893e-4f79-9a96-e4487aafed38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 58cfc242-23b5-4c31-a54f-1a72e780703b 2026-07-09 10:41:28.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6168df4b-893e-4f79-9a96-e4487aafed38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 58cfc242-23b5-4c31-a54f-1a72e780703b [pid: 8|app: 0|req: 565/1194] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:28 2026] GET /v2.0/security-groups?tenant_id=4ffaf6fe438b4412836ea354dd8ee8e9&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:28.962 7 INFO neutron.services.segments.plugin [-] Segment f9c3573b-c6f3-47c9-8b74-22f9b84cae46 resource provider aggregate not found 2026-07-09 10:41:28.971 7 INFO neutron.services.segments.plugin [-] Segment f9c3573b-c6f3-47c9-8b74-22f9b84cae46 resource provider aggregate not found 2026-07-09 10:41:28.985 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9c3573b-c6f3-47c9-8b74-22f9b84cae46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c3573b-c6f3-47c9-8b74-22f9b84cae46 found for delete ", "request_id": "req-13bd9a91-8f37-4c6a-9252-838280e8b819"}]} 2026-07-09 10:41:28.990 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9c3573b-c6f3-47c9-8b74-22f9b84cae46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c3573b-c6f3-47c9-8b74-22f9b84cae46 found for delete ", "request_id": "req-4518659a-7f6f-48d7-b571-92276a75724b"}]} [pid: 8|app: 0|req: 566/1195] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:41:28.995 7 INFO neutron.db.l3_hamode_db [None req-6168df4b-893e-4f79-9a96-e4487aafed38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 4569c982-263c-47db-9815-858fe6c28990 was deleted as no HA routers are present in tenant 57e3a882a8964054b9ecd7db3b54c8a1. [pid: 7|app: 0|req: 630/1196] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:28 2026] DELETE /v2.0/routers/a7c38198-74dd-4778-a90d-33e49601e9b8 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1197] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:28 2026] DELETE /v2.0/security-groups/026fff9a-8cc6-4a24-a0ee-f3909cd8bb0a => 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: 631/1198] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1199] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:29 2026] DELETE /v2.0/subnets/e83b9478-9b68-4f9a-895a-41e98cfb902c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1200] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:41:29.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0bbba29-2f2e-46e8-84e2-0885dddd7287 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: eadf5c1c-c9ba-43e9-94f1-54dacbe7ba39 2026-07-09 10:41:29.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0bbba29-2f2e-46e8-84e2-0885dddd7287 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: eadf5c1c-c9ba-43e9-94f1-54dacbe7ba39 2026-07-09 10:41:29.427 8 INFO neutron.services.segments.plugin [-] Segment 9ae879c8-45bd-4f90-8f72-ad2a591b7531 resource provider aggregate not found 2026-07-09 10:41:29.431 8 INFO neutron.services.segments.plugin [-] Segment 9ae879c8-45bd-4f90-8f72-ad2a591b7531 resource provider aggregate not found [pid: 7|app: 0|req: 633/1201] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1202] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:29 2026] DELETE /v2.0/networks/8019876d-80ff-4a35-97db-015555f7a0ff => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:29.455 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ae879c8-45bd-4f90-8f72-ad2a591b7531 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae879c8-45bd-4f90-8f72-ad2a591b7531 found for delete ", "request_id": "req-a02fcf48-8ef6-4c7d-bf1f-9ce31754e2db"}]} 2026-07-09 10:41:29.456 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ae879c8-45bd-4f90-8f72-ad2a591b7531 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae879c8-45bd-4f90-8f72-ad2a591b7531 found for delete ", "request_id": "req-7f680af4-89c3-4db1-a612-8ed1b1c2ab93"}]} [pid: 7|app: 0|req: 634/1203] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1204] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:29 2026] DELETE /v2.0/security-groups/f6acd47b-e83a-4fbd-9945-df2986e5f9e2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:29.621 8 INFO neutron.api.v2.resource [None req-f1af0e64-32e3-4e4a-9902-d660db2dc38c fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1205] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:41:29 2026] GET /v2.0/security-groups/f6acd47b-e83a-4fbd-9945-df2986e5f9e2 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1206] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:29 2026] GET /v2.0/security-groups?tenant_id=57e3a882a8964054b9ecd7db3b54c8a1&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1207] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:41:29 2026] PUT /v2.0/security-groups/766666a3-3d52-4e65-a2e9-078b4f97b49a/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:29.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-17c952e9-19a3-4430-91a2-52e3f5955cf7 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] TaaS: Handle Delete Port: 7b79c4e2-230b-4a1c-98ee-fcb835367dd9 2026-07-09 10:41:29.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17c952e9-19a3-4430-91a2-52e3f5955cf7 fde018c86e0e4ad99c6d26a15c572d7b c677b94671094760bb3aa03f4f541b41 - - default default] Tap Mirror: Handle Delete Port: 7b79c4e2-230b-4a1c-98ee-fcb835367dd9 [pid: 7|app: 0|req: 636/1208] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:29 2026] DELETE /v2.0/security-groups/1d1d6c3e-39f8-43a6-b5b6-8c683078f134 => 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: 637/1209] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:41:29 2026] PUT /v2.0/security-groups/29b054be-d852-45ca-8587-b1b6e149146f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1210] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:41:29 2026] PUT /v2.0/security-groups/c10606ce-523d-4898-820c-851824bea23d/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1211] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:29 2026] DELETE /v2.0/floatingips/a0b73dbb-fb08-4b70-8286-77a88b49ccf2 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1212] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:41:29 2026] PUT /v2.0/security-groups/3b31b9a9-740e-4533-9132-72e06bb5fd81/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: 640/1213] 10.0.0.67 () {32 vars in 679 bytes} [Thu Jul 9 10:41:29 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1214] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:41:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1215] 10.0.0.67 () {32 vars in 689 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1216] 10.0.0.67 () {32 vars in 701 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1217] 10.0.0.67 () {32 vars in 687 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1218] 10.0.0.67 () {32 vars in 701 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1219] 10.0.0.67 () {32 vars in 697 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1220] 10.0.0.67 () {32 vars in 709 bytes} [Thu Jul 9 10:41:30 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:30.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-8835353a-bc16-496f-a092-63b244053980 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 271adf35-07ab-4e3a-91eb-466f70501394 2026-07-09 10:41:30.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8835353a-bc16-496f-a092-63b244053980 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 271adf35-07ab-4e3a-91eb-466f70501394 [pid: 7|app: 0|req: 648/1221] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:30 2026] DELETE /v2.0/security-groups/766666a3-3d52-4e65-a2e9-078b4f97b49a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1222] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:30 2026] DELETE /v2.0/security-groups/29b054be-d852-45ca-8587-b1b6e149146f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1223] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:30 2026] DELETE /v2.0/security-groups/c10606ce-523d-4898-820c-851824bea23d => 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: 651/1224] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:30 2026] DELETE /v2.0/security-groups/3b31b9a9-740e-4533-9132-72e06bb5fd81 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1225] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:30 2026] DELETE /v2.0/security-groups/da8bd56b-29e8-4cc7-9ee2-6094f4b66fa9 => 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: 574/1226] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:41:29 2026] PUT /v2.0/routers/9c614ec0-c607-4f5f-aad5-ce95001a596f/remove_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:31.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-13a968a9-cdb1-4e93-86c5-ea6b451d43f1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 910baf7b-8fdd-4ff4-8891-4d71087f289f 2026-07-09 10:41:31.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13a968a9-cdb1-4e93-86c5-ea6b451d43f1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 910baf7b-8fdd-4ff4-8891-4d71087f289f 2026-07-09 10:41:31.414 7 INFO neutron.db.segments_db [None req-1ec92dbc-56e2-472d-ad47-f09a2b7d5679 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Added segment da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 of type vxlan for network 2d2d2cc7-3566-4bf7-a629-1fbcca8f7341 [pid: 7|app: 0|req: 653/1227] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:31 2026] POST /v2.0/networks => generated 649 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:31.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-13a968a9-cdb1-4e93-86c5-ea6b451d43f1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: d70a9616-e56d-4aa1-8e7c-cefa3bc831d8 2026-07-09 10:41:31.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13a968a9-cdb1-4e93-86c5-ea6b451d43f1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: d70a9616-e56d-4aa1-8e7c-cefa3bc831d8 [pid: 7|app: 0|req: 654/1228] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:31 2026] POST /v2.0/subnets => generated 627 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:31.987 8 INFO neutron.services.segments.plugin [-] Segment a0972385-de41-426e-bc39-0779555a1df6 resource provider aggregate not found 2026-07-09 10:41:31.997 8 INFO neutron.services.segments.plugin [-] Segment a0972385-de41-426e-bc39-0779555a1df6 resource provider aggregate not found 2026-07-09 10:41:32.016 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0972385-de41-426e-bc39-0779555a1df6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0972385-de41-426e-bc39-0779555a1df6 found for delete ", "request_id": "req-69f3c201-94e0-47ef-8c79-f1822809d4e8"}]} 2026-07-09 10:41:32.024 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0972385-de41-426e-bc39-0779555a1df6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0972385-de41-426e-bc39-0779555a1df6 found for delete ", "request_id": "req-f4b430bc-eea8-4a03-8211-d7917611e640"}]} 2026-07-09 10:41:32.031 8 INFO neutron.db.l3_hamode_db [None req-13a968a9-cdb1-4e93-86c5-ea6b451d43f1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network af00cfb6-2bb0-4010-9b33-5ca5b37c9730 was deleted as no HA routers are present in tenant c677b94671094760bb3aa03f4f541b41. [pid: 8|app: 0|req: 575/1229] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:31 2026] DELETE /v2.0/routers/9c614ec0-c607-4f5f-aad5-ce95001a596f => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1230] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:31 2026] GET /v2.0/security-groups?tenant_id=fc7683b6474747778d31e7bc0da36a13&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:32.220 7 INFO neutron.db.segments_db [None req-3f80f19f-549b-40c9-a53b-b10400f4c194 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Added segment 31754940-b236-4646-a813-c64a81e4f335 of type vxlan for network b28d1ddb-bfbb-4b72-9cdb-2466e9e79b5d 2026-07-09 10:41:32.299 8 INFO neutron.db.segments_db [None req-4ea40d9c-57ad-48c5-acb2-e33596a0170c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 5f77f445-093f-4a5a-be2e-b8a94a752fe1 of type vxlan for network 5989dcf7-ddff-4009-8cd2-ecbf9dc4757e [pid: 8|app: 0|req: 576/1231] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:41:32 2026] POST /v2.0/networks => generated 744 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:32.507 7 INFO neutron.db.l3_hamode_db [None req-3f80f19f-549b-40c9-a53b-b10400f4c194 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 577/1232] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:32 2026] DELETE /v2.0/subnets/bf1e88c4-072e-4fde-a5d4-3abe2c378f00 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1233] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:32 2026] DELETE /v2.0/security-groups/94e9004d-15f0-40a8-bd52-0501edaeb020 => 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: 579/1234] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:32 2026] POST /v2.0/subnets => generated 691 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:32.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9d0b04a-f0f6-4a44-ba27-346b02693e19 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 4e5b61ff-afb0-4f17-abd9-4097e2caccfd 2026-07-09 10:41:32.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d0b04a-f0f6-4a44-ba27-346b02693e19 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 4e5b61ff-afb0-4f17-abd9-4097e2caccfd [pid: 8|app: 0|req: 580/1235] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:32 2026] DELETE /v2.0/networks/529bdd24-31f7-4358-9c53-f0236d731a22 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1236] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:33 2026] GET /v2.0/security-groups?tenant_id=c9dddae8dded4784883880a574907692&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:33.297 8 INFO neutron.db.segments_db [None req-7da2b44d-382a-4ad0-86be-130706a04d80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 08061a67-0b12-4a43-9495-4746f776e800 of type vxlan for network 88585dda-b694-4653-981b-57c2fd917de2 2026-07-09 10:41:33.335 7 INFO neutron.db.l3_hamode_db [None req-3f80f19f-549b-40c9-a53b-b10400f4c194 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:41:33.570 8 INFO neutron.db.l3_hamode_db [None req-7da2b44d-382a-4ad0-86be-130706a04d80 910123bd4b00410a8eb204ff265bd2a1 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:41:34.038 8 INFO neutron.services.segments.plugin [-] Segment 6ebfacc9-a542-4110-a193-202aa5e5fb03 resource provider aggregate not found 2026-07-09 10:41:34.049 8 INFO neutron.services.segments.plugin [-] Segment 6ebfacc9-a542-4110-a193-202aa5e5fb03 resource provider aggregate not found 2026-07-09 10:41:34.064 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ebfacc9-a542-4110-a193-202aa5e5fb03 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ebfacc9-a542-4110-a193-202aa5e5fb03 found for delete ", "request_id": "req-7e71d2d0-a13e-4a6e-af2a-43292bf84e8f"}]} 2026-07-09 10:41:34.075 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ebfacc9-a542-4110-a193-202aa5e5fb03 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ebfacc9-a542-4110-a193-202aa5e5fb03 found for delete ", "request_id": "req-bebbc01e-c38e-451f-95d3-baa420ed9455"}]} [pid: 7|app: 0|req: 656/1237] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:32 2026] POST /v2.0/routers => generated 695 bytes in 2177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1238] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:34 2026] DELETE /v2.0/security-groups/ff291419-3f37-42a7-90b6-d243413cfad6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:34.505 8 INFO neutron.db.l3_hamode_db [None req-7da2b44d-382a-4ad0-86be-130706a04d80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 658/1239] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:34 2026] GET /v2.0/security-groups?tenant_id=c677b94671094760bb3aa03f4f541b41&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1240] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:33 2026] POST /v2.0/routers => generated 731 bytes in 2480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1241] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:41:34 2026] PUT /v2.0/routers/dd927189-9b17-4c3f-8ffa-a4f478593542/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1242] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:35 2026] DELETE /v2.0/security-groups/b49c6e77-6633-4480-a186-81cb84b6c6df => 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: 660/1243] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:35 2026] GET /v2.0/security-groups?tenant_id=aad910a92e3642c085aeb7698ce673d3&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1244] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:41:35 2026] POST /v2.0/ports => generated 959 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, ' [pid: 7|app: 0|req: 662/1245] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:36 2026] DELETE /v2.0/security-groups/b0c957a8-69d6-45d9-a15b-ae4b34a4db62 => 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: 663/1246] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:41:36 2026] POST /v2.0/ports => generated 953 bytes in 365 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: 584/1247] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:41:35 2026] PUT /v2.0/routers/11d81b99-965e-45fd-b33c-03e5206612d4/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1248] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:41:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:41:37.783 7 INFO neutron.db.l3_db [None req-ebc5ebf0-74e1-45d5-a305-1b21d1478c94 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Floating IP ba36ef82-5d54-4610-b756-feb87ef7ca6b associated. External IP: 10.96.250.205, port: 50b0d4ec-db7d-4eb0-a039-39d88b491afb. [pid: 8|app: 0|req: 586/1249] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1250] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1251] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:41:36 2026] POST /v2.0/floatingips => generated 840 bytes in 1303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:38.194 7 INFO neutron.db.l3_db [None req-c9e0fe0f-8796-49bb-a149-709ff009f239 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Floating IP ba36ef82-5d54-4610-b756-feb87ef7ca6b disassociated. External IP: 10.96.250.205, port: 50b0d4ec-db7d-4eb0-a039-39d88b491afb. [pid: 7|app: 0|req: 665/1252] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:38 2026] PUT /v2.0/floatingips/ba36ef82-5d54-4610-b756-feb87ef7ca6b => generated 552 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:38.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-126a9845-f47a-4a54-915b-4a2a3099edef d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 4574c6b6-912e-47f7-9dbf-47de930f2e91 2026-07-09 10:41:38.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-126a9845-f47a-4a54-915b-4a2a3099edef d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 4574c6b6-912e-47f7-9dbf-47de930f2e91 [pid: 8|app: 0|req: 588/1253] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:37 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1254] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:38 2026] DELETE /v2.0/floatingips/ba36ef82-5d54-4610-b756-feb87ef7ca6b => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1255] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:38 2026] GET /v2.0/security-groups?tenant_id=4f18a108ae67432f8672a423bb449ed0&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1256] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:39 2026] DELETE /v2.0/security-groups/80f8944a-4cd1-473b-9002-bf0e0bf767e1 => 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: 669/1257] 10.0.0.97 () {34 vars in 1097 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--657893684&fields=id&tenant_id=e261a27667c94099a00f7a93fa7c8aa4 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1258] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/networks?id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1259] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/quotas/e261a27667c94099a00f7a93fa7c8aa4 => 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: 672/1260] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/ports?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1263] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1264] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1265] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:39 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:39.698 8 INFO neutron.db.l3_db [None req-928901bc-1331-4366-b748-51f1fcd2df09 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Floating IP 6d55d5b0-8e41-4b66-b9d9-4dc217213429 associated. External IP: 10.96.250.218, port: 97dc5309-0026-4e9f-aafd-dd4f3a483303. [pid: 8|app: 0|req: 589/1266] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:41:38 2026] POST /v2.0/floatingips => generated 843 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1267] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:41:40 2026] GET /v2.0/floatingips/6d55d5b0-8e41-4b66-b9d9-4dc217213429 => generated 843 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1268] 10.0.0.67 () {32 vars in 654 bytes} [Thu Jul 9 10:41:40 2026] GET /v2.0/floatingips => generated 846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:40.530 7 INFO neutron.db.l3_db [None req-77908655-fe58-4e10-81c4-976d863e51b0 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Floating IP 6d55d5b0-8e41-4b66-b9d9-4dc217213429 associated. External IP: 10.96.250.218, port: 97dc5309-0026-4e9f-aafd-dd4f3a483303. [pid: 8|app: 0|req: 591/1269] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1270] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:40 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 593/1271] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1272] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1273] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:40 2026] PUT /v2.0/floatingips/6d55d5b0-8e41-4b66-b9d9-4dc217213429 => generated 840 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1274] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1275] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:41:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:41.235 7 INFO neutron.db.l3_db [None req-4086c5cc-f130-49f4-9368-ac5753be2dd5 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Floating IP 6d55d5b0-8e41-4b66-b9d9-4dc217213429 disassociated. External IP: 10.96.250.218, port: 50b0d4ec-db7d-4eb0-a039-39d88b491afb. [pid: 8|app: 0|req: 597/1276] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:41:41 2026] PUT /v2.0/subnetpools/7d68cc7f-6e54-4e93-afe7-de54373868cd/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1277] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:41:41 2026] PUT /v2.0/subnetpools/ec0f2885-9db2-4873-81bb-31085ccebfd9/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1278] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:41:41 2026] PUT /v2.0/subnetpools/eeb9e922-7be7-4242-9fb5-cd00992650fa/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1279] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:41:41 2026] PUT /v2.0/subnetpools/0c752e38-d051-42ac-8f9a-8288eca335e9/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1280] 10.0.0.67 () {32 vars in 671 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1281] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1282] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1283] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1284] 10.0.0.67 () {32 vars in 679 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1285] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:41 2026] PUT /v2.0/floatingips/6d55d5b0-8e41-4b66-b9d9-4dc217213429 => generated 552 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1286] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1287] 10.0.0.67 () {32 vars in 689 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1288] 10.0.0.67 () {32 vars in 701 bytes} [Thu Jul 9 10:41:41 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:41.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-b468ff24-5d15-4f02-8a80-6d1977999fbd d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 7f3864bd-740e-4d20-ace4-fad864117321 2026-07-09 10:41:41.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b468ff24-5d15-4f02-8a80-6d1977999fbd d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 7f3864bd-740e-4d20-ace4-fad864117321 [pid: 8|app: 0|req: 609/1289] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/subnetpools/7d68cc7f-6e54-4e93-afe7-de54373868cd => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1290] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/subnetpools/ec0f2885-9db2-4873-81bb-31085ccebfd9 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1291] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/subnetpools/eeb9e922-7be7-4242-9fb5-cd00992650fa => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1292] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/floatingips/6d55d5b0-8e41-4b66-b9d9-4dc217213429 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:41.952 7 INFO neutron.api.v2.resource [None req-726916c2-14cf-43d5-933f-e02846de6a0c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1293] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/floatingips/6d55d5b0-8e41-4b66-b9d9-4dc217213429 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1294] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/subnetpools/0c752e38-d051-42ac-8f9a-8288eca335e9 => 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: 613/1295] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/subnetpools/800436b4-6e14-4c34-881d-22ce4be74ef3 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1296] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:42 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:42.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea9529a5-1320-4715-95a0-33e2bbea4dcb d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 50b0d4ec-db7d-4eb0-a039-39d88b491afb 2026-07-09 10:41:42.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea9529a5-1320-4715-95a0-33e2bbea4dcb d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 50b0d4ec-db7d-4eb0-a039-39d88b491afb [pid: 7|app: 0|req: 683/1297] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:41 2026] DELETE /v2.0/ports/50b0d4ec-db7d-4eb0-a039-39d88b491afb => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:42.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-09fec7c3-8631-41d1-84f3-f6cfb95c827d d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 97dc5309-0026-4e9f-aafd-dd4f3a483303 2026-07-09 10:41:42.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09fec7c3-8631-41d1-84f3-f6cfb95c827d d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 97dc5309-0026-4e9f-aafd-dd4f3a483303 [pid: 8|app: 0|req: 615/1298] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:42 2026] DELETE /v2.0/ports/97dc5309-0026-4e9f-aafd-dd4f3a483303 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1299] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:41:42 2026] GET /v2.0/ports?device_id=dd927189-9b17-4c3f-8ffa-a4f478593542 => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:42.919 7 WARNING keystonemiddleware.audit [None req-c346d8df-7191-46d3-8a6b-97bace520d37 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Skipping service tempest-service-280739515 as it have no endpoints. 2026-07-09 10:41:42.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-d203fd11-d9ac-4c66-81d5-a7ddd647a189 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 7c7a5cf0-5081-4f2d-ac99-78b5c47c58f1 2026-07-09 10:41:42.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d203fd11-d9ac-4c66-81d5-a7ddd647a189 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 7c7a5cf0-5081-4f2d-ac99-78b5c47c58f1 [pid: 7|app: 0|req: 685/1300] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:42 2026] GET /v2.0/security-groups?tenant_id=64abf47592cd4e99811861ac7f168e68&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:43.043 7 WARNING keystonemiddleware.audit [None req-47d059bf-eba1-4ad6-b2ce-746d6cb61872 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Skipping service tempest-service-280739515 as it have no endpoints. [pid: 7|app: 0|req: 686/1301] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:43 2026] DELETE /v2.0/security-groups/29e0bd01-14ad-47d5-81ad-96c43769c632 => 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: 687/1302] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:43 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:43.286 7 WARNING keystonemiddleware.audit [req-fb4ec69a-e482-4c98-92e3-8279c6d742e8 req-fe453896-ade1-4f05-983b-98c39ef33097 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Skipping service tempest-service-280739515 as it have no endpoints. [pid: 7|app: 0|req: 688/1303] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:43 2026] GET /v2.0/security-groups?tenant_id=dd43476e110f4fc0b8ce12604dc071cf&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:43.438 7 WARNING keystonemiddleware.audit [None req-67240895-0fc1-4d68-b83b-2c78dd15ba4b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Skipping service tempest-service-280739515 as it have no endpoints. [pid: 7|app: 0|req: 689/1304] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:43 2026] DELETE /v2.0/security-groups/ca96dbc7-ca9b-4358-97ae-47792e7596cb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1305] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:41:42 2026] PUT /v2.0/routers/dd927189-9b17-4c3f-8ffa-a4f478593542/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:43.750 8 WARNING keystonemiddleware.audit [None req-d203fd11-d9ac-4c66-81d5-a7ddd647a189 d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Skipping service tempest-service-280739515 as it have no endpoints. 2026-07-09 10:41:43.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-af46d02d-bd7b-4c8a-80d5-342b5834e69c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: bb37fd95-7dfa-4a21-86b1-25112301a51c 2026-07-09 10:41:43.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af46d02d-bd7b-4c8a-80d5-342b5834e69c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: bb37fd95-7dfa-4a21-86b1-25112301a51c [pid: 8|app: 0|req: 617/1306] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:43 2026] GET /v2.0/security-groups?tenant_id=1d2d39575625439a9dfb905a217dfc3a&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:43.858 8 WARNING keystonemiddleware.audit [None req-5735d75c-0c7f-4f6f-99ba-a56e357f0852 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Skipping service tempest-service-280739515 as it have no endpoints. [pid: 8|app: 0|req: 618/1307] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:43 2026] DELETE /v2.0/security-groups/2f6c211c-abff-4952-95aa-494fc640b9f5 => 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: 619/1308] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:43 2026] GET /v2.0/networks?id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e => generated 676 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:44.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-af46d02d-bd7b-4c8a-80d5-342b5834e69c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] TaaS: Handle Delete Port: 47a55d9d-06ba-4754-8d1c-386a09de5467 2026-07-09 10:41:44.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af46d02d-bd7b-4c8a-80d5-342b5834e69c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] Tap Mirror: Handle Delete Port: 47a55d9d-06ba-4754-8d1c-386a09de5467 [pid: 8|app: 0|req: 620/1309] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:41:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e261a27667c94099a00f7a93fa7c8aa4 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:44.340 7 INFO neutron.services.segments.plugin [-] Segment 31754940-b236-4646-a813-c64a81e4f335 resource provider aggregate not found 2026-07-09 10:41:44.344 7 INFO neutron.services.segments.plugin [-] Segment 31754940-b236-4646-a813-c64a81e4f335 resource provider aggregate not found 2026-07-09 10:41:44.363 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31754940-b236-4646-a813-c64a81e4f335 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31754940-b236-4646-a813-c64a81e4f335 found for delete ", "request_id": "req-22f99190-9386-4b19-af84-fd6cec40ad45"}]} 2026-07-09 10:41:44.365 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31754940-b236-4646-a813-c64a81e4f335 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31754940-b236-4646-a813-c64a81e4f335 found for delete ", "request_id": "req-cf2b4954-ee9e-4ff5-9bdd-cf5fb44a4ab8"}]} 2026-07-09 10:41:44.378 7 INFO neutron.db.l3_hamode_db [None req-af46d02d-bd7b-4c8a-80d5-342b5834e69c d5465a211a8b4810ac1e478ee52c7cef ac6489c64e3e4ef08c717e1e680b928c - - default default] HA network b28d1ddb-bfbb-4b72-9cdb-2466e9e79b5d was deleted as no HA routers are present in tenant ac6489c64e3e4ef08c717e1e680b928c. [pid: 7|app: 0|req: 690/1310] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:43 2026] DELETE /v2.0/routers/dd927189-9b17-4c3f-8ffa-a4f478593542 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1311] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:41:44 2026] POST /v2.0/ports => generated 954 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 622/1312] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:44 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1313] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:44 2026] DELETE /v2.0/subnets/ed9eac5a-88a0-4b17-a2c5-25e856c9299f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1314] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:44 2026] GET /v2.0/security-groups?tenant_id=1198b5c911c543bc9446978526db8955&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1315] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:44 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1316] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:44 2026] DELETE /v2.0/networks/2d2d2cc7-3566-4bf7-a629-1fbcca8f7341 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1317] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:44 2026] DELETE /v2.0/security-groups/601b21ad-198f-4701-a6a2-7659449116f7 => 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: 624/1318] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:41:44 2026] PUT /v2.0/ports/4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 => generated 1235 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:45.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1fe79fc-8ca1-45d4-b2c1-44ab5ccbc8cc'] response: {'name': 'network-changed', 'server_uuid': '3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d', 'tag': '4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1319] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/security-groups?tenant_id=28b1d7cfd72542cf84a5a052e55b4fc8&name=default => generated 2925 bytes in 121 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: 625/1320] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:45 2026] DELETE /v2.0/security-groups/335b8dd6-be69-4e70-8cc4-3ac74f643653 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1321] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/security-groups?tenant_id=ac6489c64e3e4ef08c717e1e680b928c&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1322] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/ports?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1323] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:45 2026] DELETE /v2.0/security-groups/cbce1335-e29a-4c04-89c7-eee1512f1a5b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1324] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/networks?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1325] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:41:45 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: 699/1326] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1327] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:45 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:46.387 7 INFO neutron.services.segments.plugin [-] Segment da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 resource provider aggregate not found 2026-07-09 10:41:46.391 7 INFO neutron.services.segments.plugin [-] Segment da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 resource provider aggregate not found 2026-07-09 10:41:46.404 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 found for delete ", "request_id": "req-13324aca-435e-44c3-9f6f-e0f398c5c61a"}]} 2026-07-09 10:41:46.406 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da60e769-a82e-4bc6-afcb-2e9aa3ed0a68 found for delete ", "request_id": "req-180e5965-b3ab-4dea-a4a6-70eaa3cc89d1"}]} [pid: 7|app: 0|req: 700/1328] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/ports?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1329] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1330] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/subnets?id=7d0e8745-dc37-4fbb-a977-6814e2e0af7b => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1331] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/ports?network_id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1332] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?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: 631/1333] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1334] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:46 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1335] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:47 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1336] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1337] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:41:47 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1338] 10.0.0.67 () {34 vars in 757 bytes} [Thu Jul 9 10:41:47 2026] PUT /v2.0/security-groups/89421f39-600a-4688-b2de-660a0c3be75f => generated 1663 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1339] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:41:47 2026] GET /v2.0/security-groups/89421f39-600a-4688-b2de-660a0c3be75f => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1340] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:47 2026] DELETE /v2.0/security-groups/89421f39-600a-4688-b2de-660a0c3be75f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1341] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:41:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:48.076 7 INFO neutron.api.v2.resource [None req-49c60992-a01d-4084-ae80-da796eb0f366 7d1197b136ab42a4bb774eca7a091591 6b7a145920c543b2b916f0210e2ce10f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1342] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:48 2026] DELETE /v2.0/security-groups/89421f39-600a-4688-b2de-660a0c3be75f => 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: 636/1343] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1344] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1345] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:48.370 7 INFO neutron.db.segments_db [None req-0175de7c-2fdd-4e42-bbe2-d0a9776ff799 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Added segment b7695b42-3235-4957-b9fb-f7e69453e6fe of type vxlan for network e50ee37e-ffe7-49dd-ba97-c109b87f65b8 [pid: 8|app: 0|req: 639/1346] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1347] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules/1e4e3d15-6f9c-4942-879c-a6f3ace1de10 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1348] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/networks => generated 631 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1349] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1350] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:41:48 2026] DELETE /v2.0/security-group-rules/1e4e3d15-6f9c-4942-879c-a6f3ace1de10 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1351] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1352] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1353] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules/b8f567da-9f73-4227-b952-61eea160bcd9 => 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: 709/1354] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 646/1355] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1356] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:41:48 2026] DELETE /v2.0/security-group-rules/b8f567da-9f73-4227-b952-61eea160bcd9 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1357] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1358] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/trunks => generated 407 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:49.035 7 INFO neutron.db.segments_db [None req-6418e893-540e-47ed-b5d1-185ec9b2fb76 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Added segment ee91ec34-4dc6-468a-8fa2-ff06ad26751a of type vxlan for network 303a4c7f-0f3f-489f-9835-1e87163e8e30 [pid: 8|app: 0|req: 649/1359] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1360] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-group-rules/ad13f834-fa46-4956-a03c-a5c0046e0806 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1361] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:48 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1362] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1363] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:41:49 2026] DELETE /v2.0/security-group-rules/ad13f834-fa46-4956-a03c-a5c0046e0806 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1364] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:49 2026] POST /v2.0/ports => generated 743 bytes in 397 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: 653/1365] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-groups?tenant_id=ef78cbd32bfe4c45a991a5d5ed8e47c4&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1366] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1367] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1368] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:49 2026] DELETE /v2.0/security-groups/090600ad-d69a-4f43-ac35-4cbba812348a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1369] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:41:49 2026] POST /v2.0/trunks => generated 407 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1370] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1371] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:49 2026] DELETE /v2.0/security-groups/397bc0d5-92cc-453d-9da4-e3551b6c633d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:49.810 7 INFO neutron.db.segments_db [None req-e3518082-953d-429b-ba38-dc6f1805a379 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Added segment ac2c5ea0-7eda-421d-a430-d02d92c5f8dd of type vxlan for network 25eae166-f513-47a9-af9b-6ac4b39ba9fe [pid: 8|app: 0|req: 657/1372] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1373] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1374] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:49 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1375] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:49 2026] GET /v2.0/security-groups?tenant_id=e9c098bb94bb4c3aa16a889b2ebb1cc6&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1376] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:49 2026] DELETE /v2.0/security-groups/2be69455-27b4-42d0-9cb1-c2241b79a8ce => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1377] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:49 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1378] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:41:50 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:50.386 8 INFO neutron.db.segments_db [None req-c7b1775c-1c2d-4d08-9be4-c17e715de0d0 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Added segment 6c5fdc75-bb6c-490f-8c14-00b761071a13 of type vxlan for network 7e004117-a1a7-412b-90ea-93cf2ea867e1 [pid: 8|app: 0|req: 662/1379] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:50 2026] POST /v2.0/networks => generated 632 bytes in 117 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: 718/1380] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:50 2026] GET /v2.0/security-groups?tenant_id=6b7a145920c543b2b916f0210e2ce10f&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1381] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:50 2026] DELETE /v2.0/security-groups/91617dc5-dba6-46a8-a771-eb03c2665da1 => 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: 663/1382] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:50 2026] POST /v2.0/ports => generated 743 bytes in 284 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: 664/1383] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:50 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1384] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:50 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1385] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:41:50 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) 2026-07-09 10:41:51.039 8 INFO neutron.db.segments_db [None req-76139fa6-12c7-4c7d-ab38-a3c191454c02 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Added segment e7dfac2a-9687-4839-ac05-fc138d0c61a3 of type vxlan for network 71cfbfd7-2d3f-4b07-91c1-283a0d1d4b61 [pid: 8|app: 0|req: 666/1386] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:50 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1387] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:41:51 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1388] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:41:51 2026] POST /v2.0/trunks => generated 407 bytes in 163 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: 722/1389] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:51 2026] PUT /v2.0/trunks/3cccc579-eb20-4ced-92f7-83e91ab8c4fd/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1390] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:51 2026] PUT /v2.0/trunks/07101646-b2de-44be-94dc-58d7fff03b38/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1391] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:51 2026] PUT /v2.0/trunks/99cac561-34ce-462b-9291-f5e3d3e5436a/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: 669/1392] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:51 2026] PUT /v2.0/trunks/321634d1-54f4-46b8-9d2d-82a5f61a02c7/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1393] 10.0.0.67 () {32 vars in 661 bytes} [Thu Jul 9 10:41:51 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1394] 10.0.0.67 () {32 vars in 675 bytes} [Thu Jul 9 10:41:51 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1395] 10.0.0.67 () {32 vars in 671 bytes} [Thu Jul 9 10:41:51 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1396] 10.0.0.67 () {32 vars in 683 bytes} [Thu Jul 9 10:41:51 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1397] 10.0.0.67 () {32 vars in 669 bytes} [Thu Jul 9 10:41:51 2026] GET /v2.0/trunks?not-tags=red => 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: 727/1398] 10.0.0.67 () {32 vars in 683 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1399] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1400] 10.0.0.67 () {32 vars in 679 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1401] 10.0.0.67 () {32 vars in 691 bytes} [Thu Jul 9 10:41:52 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: 8|app: 0|req: 673/1402] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1403] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/trunks/3cccc579-eb20-4ced-92f7-83e91ab8c4fd => generated 412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1404] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/ports/8d2fbf68-cdf0-4870-a92e-f45383836682 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1405] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1406] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:41:52 2026] DELETE /v2.0/trunks/3cccc579-eb20-4ced-92f7-83e91ab8c4fd => 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: 676/1407] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/trunks/07101646-b2de-44be-94dc-58d7fff03b38 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:52.610 7 INFO neutron.db.l3_db [None req-324ce7fd-2fca-48d0-a6ea-b65ce41086e3 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Floating IP 3a9e70c6-2cac-4870-adfb-f2be0bb21d3f associated. External IP: 10.96.250.215, port: 4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7. [pid: 8|app: 0|req: 677/1408] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/security-groups?tenant_id=35581456f6b94868bfaa82c0fbdfb5bc&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1409] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/ports/d55927ac-bfdb-495d-b0d7-e42bb72a16fc => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1410] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:52 2026] DELETE /v2.0/security-groups/a8bd52cd-578d-4e69-a68a-ed7f4f9b4fa6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1411] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:41:52 2026] DELETE /v2.0/trunks/07101646-b2de-44be-94dc-58d7fff03b38 => 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: 681/1412] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/trunks/99cac561-34ce-462b-9291-f5e3d3e5436a => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1413] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:41:52 2026] PUT /v2.0/floatingips/3a9e70c6-2cac-4870-adfb-f2be0bb21d3f => generated 855 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1414] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:52 2026] GET /v2.0/ports/1626f81f-e6b2-47d6-b352-509b4ac88853 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:52.963 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a66f2c59-4fd9-4455-906f-22a4fc80af99'] response: {'name': 'network-changed', 'server_uuid': '3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d', 'tag': '4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 733/1415] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:41:52 2026] DELETE /v2.0/trunks/99cac561-34ce-462b-9291-f5e3d3e5436a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1416] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/trunks/321634d1-54f4-46b8-9d2d-82a5f61a02c7 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1417] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/ports/5d424355-4737-4cbf-8f2e-80379dffa1de => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1418] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:41:53 2026] DELETE /v2.0/trunks/321634d1-54f4-46b8-9d2d-82a5f61a02c7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1419] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/trunks/4df2902b-c4cb-49b6-b679-886a8ea72ae5 => 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: 685/1420] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/ports/e066dc60-9a9e-4719-988a-8f83fd00c95b => generated 826 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1421] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:41:53 2026] DELETE /v2.0/trunks/4df2902b-c4cb-49b6-b679-886a8ea72ae5 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1422] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/ports?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1423] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/networks?id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e => generated 772 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:53.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-05553845-c99c-4ff8-b408-c6cd24ef3d4c 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] TaaS: Handle Delete Port: 8d2fbf68-cdf0-4870-a92e-f45383836682 2026-07-09 10:41:53.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05553845-c99c-4ff8-b408-c6cd24ef3d4c 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Tap Mirror: Handle Delete Port: 8d2fbf68-cdf0-4870-a92e-f45383836682 [pid: 7|app: 0|req: 739/1424] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1425] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/subnets?id=7d0e8745-dc37-4fbb-a977-6814e2e0af7b => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1426] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:53 2026] DELETE /v2.0/ports/8d2fbf68-cdf0-4870-a92e-f45383836682 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1427] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/ports?network_id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e&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: 742/1428] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1429] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:41:53 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:53.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-52aa6fdc-726b-479a-846b-c517cd4fb061 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] TaaS: Handle Delete Port: d55927ac-bfdb-495d-b0d7-e42bb72a16fc 2026-07-09 10:41:53.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52aa6fdc-726b-479a-846b-c517cd4fb061 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Tap Mirror: Handle Delete Port: d55927ac-bfdb-495d-b0d7-e42bb72a16fc [pid: 8|app: 0|req: 687/1430] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:53 2026] DELETE /v2.0/ports/d55927ac-bfdb-495d-b0d7-e42bb72a16fc => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:53.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d19473-254c-4cfe-8a9a-cdd3d5131c60 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] TaaS: Handle Delete Port: 1626f81f-e6b2-47d6-b352-509b4ac88853 2026-07-09 10:41:53.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d19473-254c-4cfe-8a9a-cdd3d5131c60 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Tap Mirror: Handle Delete Port: 1626f81f-e6b2-47d6-b352-509b4ac88853 [pid: 7|app: 0|req: 744/1431] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:53 2026] DELETE /v2.0/ports/1626f81f-e6b2-47d6-b352-509b4ac88853 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:54.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3bdaaee-0b57-488f-b2ed-629876d05007 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] TaaS: Handle Delete Port: 5d424355-4737-4cbf-8f2e-80379dffa1de 2026-07-09 10:41:54.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3bdaaee-0b57-488f-b2ed-629876d05007 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Tap Mirror: Handle Delete Port: 5d424355-4737-4cbf-8f2e-80379dffa1de [pid: 8|app: 0|req: 688/1432] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/ports/5d424355-4737-4cbf-8f2e-80379dffa1de => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:54.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-90b50688-e990-4e36-af01-c25d255dff96 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] TaaS: Handle Delete Port: e066dc60-9a9e-4719-988a-8f83fd00c95b 2026-07-09 10:41:54.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b50688-e990-4e36-af01-c25d255dff96 321c2c3ef7814fce82a8b6ad598fa5c3 d13c63f7fa4c437e890b30332a69d8e2 - - default default] Tap Mirror: Handle Delete Port: e066dc60-9a9e-4719-988a-8f83fd00c95b [pid: 7|app: 0|req: 745/1435] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/ports/e066dc60-9a9e-4719-988a-8f83fd00c95b => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:54.575 8 INFO neutron.services.segments.plugin [-] Segment b7695b42-3235-4957-b9fb-f7e69453e6fe resource provider aggregate not found 2026-07-09 10:41:54.581 8 INFO neutron.services.segments.plugin [-] Segment b7695b42-3235-4957-b9fb-f7e69453e6fe resource provider aggregate not found 2026-07-09 10:41:54.591 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7695b42-3235-4957-b9fb-f7e69453e6fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7695b42-3235-4957-b9fb-f7e69453e6fe found for delete ", "request_id": "req-67b31a75-d4f9-4451-8dde-62d3c174a4a6"}]} 2026-07-09 10:41:54.600 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7695b42-3235-4957-b9fb-f7e69453e6fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7695b42-3235-4957-b9fb-f7e69453e6fe found for delete ", "request_id": "req-f071c28e-c3f3-4e98-a412-a122d383deca"}]} [pid: 8|app: 0|req: 691/1436] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/networks/e50ee37e-ffe7-49dd-ba97-c109b87f65b8 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1437] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/networks/303a4c7f-0f3f-489f-9835-1e87163e8e30 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1438] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/networks/25eae166-f513-47a9-af9b-6ac4b39ba9fe => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:54.939 7 INFO neutron.db.segments_db [None req-92482bec-c130-4430-92d5-203e939b37dc 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e of type vxlan for network c4e2f727-625f-431d-a91f-f6225bccad5a 2026-07-09 10:41:54.994 7 INFO neutron.db.segments_db [None req-92482bec-c130-4430-92d5-203e939b37dc 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment 033afcbf-87a6-4b11-b598-111f5646117c of type vxlan for network 8a5d4451-613b-426e-8055-1214764586de [pid: 8|app: 0|req: 694/1439] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:54 2026] DELETE /v2.0/networks/7e004117-a1a7-412b-90ea-93cf2ea867e1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1440] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:54 2026] POST /v2.0/networks => generated 1244 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1441] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:41:55 2026] GET /v2.0/networks => generated 1843 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1442] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:55 2026] DELETE /v2.0/networks/71cfbfd7-2d3f-4b07-91c1-283a0d1d4b61 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:55.255 7 INFO neutron.services.segments.plugin [-] Segment c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e resource provider aggregate not found 2026-07-09 10:41:55.259 7 INFO neutron.services.segments.plugin [-] Segment c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e resource provider aggregate not found 2026-07-09 10:41:55.276 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e found for delete ", "request_id": "req-a96418d6-1527-456e-b7ba-d6166d8abe76"}]} 2026-07-09 10:41:55.283 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9aa6cb7-d7a7-413e-9a88-4d21de3fe54e found for delete ", "request_id": "req-f159e583-6615-41bf-9deb-fe934b84dcb5"}]} [pid: 7|app: 0|req: 748/1443] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:55 2026] DELETE /v2.0/networks/c4e2f727-625f-431d-a91f-f6225bccad5a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1444] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:55 2026] DELETE /v2.0/networks/8a5d4451-613b-426e-8055-1214764586de => 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: 749/1445] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:41:55 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:41:55.565 8 INFO neutron.db.segments_db [None req-f4b33b4f-2e99-4345-8b20-9cb57365fb1d 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb of type vxlan for network 66cad66f-857d-4852-8907-6c6e93c27ffa [pid: 8|app: 0|req: 697/1446] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:55 2026] POST /v2.0/networks => generated 650 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:55.780 8 INFO neutron.db.segments_db [None req-0f715e58-00f5-4983-b71f-72a3d3943a17 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment 74fb6d85-1233-454c-aad9-60694c5d0a7d of type vxlan for network a8880171-a6c5-443a-9a96-f1f94febe301 [pid: 7|app: 0|req: 750/1447] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:55 2026] GET /v2.0/security-groups?tenant_id=bf075486ec8044e8af6c98126ad57a16&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: 698/1448] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:55 2026] POST /v2.0/networks => generated 650 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1449] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:55 2026] GET /v2.0/security-groups?tenant_id=d13c63f7fa4c437e890b30332a69d8e2&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1450] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:55 2026] DELETE /v2.0/security-groups/75d9fbdd-26ea-48c9-b3f4-ddc8ca9398e8 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1451] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:56 2026] DELETE /v2.0/security-groups/8d29e68a-31e3-41d1-841c-e836485f7d73 => 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: 753/1452] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:56 2026] GET /v2.0/security-groups?tenant_id=7a40b8ac10114f01907a8a3fff0363c6&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:56.611 8 INFO neutron.services.segments.plugin [-] Segment ee91ec34-4dc6-468a-8fa2-ff06ad26751a resource provider aggregate not found 2026-07-09 10:41:56.619 8 INFO neutron.services.segments.plugin [-] Segment ee91ec34-4dc6-468a-8fa2-ff06ad26751a resource provider aggregate not found 2026-07-09 10:41:56.636 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee91ec34-4dc6-468a-8fa2-ff06ad26751a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee91ec34-4dc6-468a-8fa2-ff06ad26751a found for delete ", "request_id": "req-66c2ac3d-8075-40ab-a3c0-3bb377a3e3f9"}]} 2026-07-09 10:41:56.637 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee91ec34-4dc6-468a-8fa2-ff06ad26751a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee91ec34-4dc6-468a-8fa2-ff06ad26751a found for delete ", "request_id": "req-e22713e4-abf1-4965-8123-2827ec370351"}]} [pid: 7|app: 0|req: 754/1453] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:56 2026] GET /v2.0/security-groups?tenant_id=b2fe986c5d5840aa9f4cc4b3d79bc768&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:56.663 8 INFO neutron.services.segments.plugin [-] Segment ac2c5ea0-7eda-421d-a430-d02d92c5f8dd resource provider aggregate not found 2026-07-09 10:41:56.666 8 INFO neutron.services.segments.plugin [-] Segment ac2c5ea0-7eda-421d-a430-d02d92c5f8dd resource provider aggregate not found 2026-07-09 10:41:56.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac2c5ea0-7eda-421d-a430-d02d92c5f8dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac2c5ea0-7eda-421d-a430-d02d92c5f8dd found for delete ", "request_id": "req-005daed3-1983-4137-92af-6d68a34e30e8"}]} 2026-07-09 10:41:56.684 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac2c5ea0-7eda-421d-a430-d02d92c5f8dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac2c5ea0-7eda-421d-a430-d02d92c5f8dd found for delete ", "request_id": "req-00ea225a-8839-4cfa-a2f5-7f0d95ea0bcf"}]} 2026-07-09 10:41:56.700 8 INFO neutron.services.segments.plugin [-] Segment 6c5fdc75-bb6c-490f-8c14-00b761071a13 resource provider aggregate not found 2026-07-09 10:41:56.706 8 INFO neutron.services.segments.plugin [-] Segment 6c5fdc75-bb6c-490f-8c14-00b761071a13 resource provider aggregate not found 2026-07-09 10:41:56.724 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c5fdc75-bb6c-490f-8c14-00b761071a13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5fdc75-bb6c-490f-8c14-00b761071a13 found for delete ", "request_id": "req-359266a3-5a88-4fc1-9623-5baa0052d5c1"}]} 2026-07-09 10:41:56.727 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c5fdc75-bb6c-490f-8c14-00b761071a13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5fdc75-bb6c-490f-8c14-00b761071a13 found for delete ", "request_id": "req-4123f9c1-0e5f-4f21-8100-a3dc749fe88d"}]} 2026-07-09 10:41:56.742 8 INFO neutron.services.segments.plugin [-] Segment e7dfac2a-9687-4839-ac05-fc138d0c61a3 resource provider aggregate not found [pid: 7|app: 0|req: 755/1454] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:56 2026] DELETE /v2.0/security-groups/666e4f71-92e5-4a83-892b-0f3895f37c93 => 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: 700/1455] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:41:56 2026] POST /v2.0/ports => generated 1506 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:41:56.747 8 INFO neutron.services.segments.plugin [-] Segment e7dfac2a-9687-4839-ac05-fc138d0c61a3 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:41:56.769 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7dfac2a-9687-4839-ac05-fc138d0c61a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7dfac2a-9687-4839-ac05-fc138d0c61a3 found for delete ", "request_id": "req-f720bb0a-93ab-4f35-9778-359998bd6c2f"}]} 2026-07-09 10:41:56.773 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7dfac2a-9687-4839-ac05-fc138d0c61a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7dfac2a-9687-4839-ac05-fc138d0c61a3 found for delete ", "request_id": "req-17cb9d97-ae8f-45ad-bf8e-9fe5cec546d1"}]} 2026-07-09 10:41:56.789 8 INFO neutron.services.segments.plugin [-] Segment 033afcbf-87a6-4b11-b598-111f5646117c resource provider aggregate not found 2026-07-09 10:41:56.795 8 INFO neutron.services.segments.plugin [-] Segment 033afcbf-87a6-4b11-b598-111f5646117c resource provider aggregate not found [pid: 7|app: 0|req: 756/1456] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:56 2026] DELETE /v2.0/security-groups/336ce237-282b-47f4-b0a8-f743b1cc8303 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:41:56.812 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 033afcbf-87a6-4b11-b598-111f5646117c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033afcbf-87a6-4b11-b598-111f5646117c found for delete ", "request_id": "req-f1117391-c650-476e-b8e4-7ba923fdd6e1"}]} 2026-07-09 10:41:56.817 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 033afcbf-87a6-4b11-b598-111f5646117c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033afcbf-87a6-4b11-b598-111f5646117c found for delete ", "request_id": "req-414e00d2-0a7d-451d-bed9-b9c54cc17ca6"}]} [pid: 8|app: 0|req: 701/1457] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:41:56 2026] GET /v2.0/ports => generated 1506 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:56.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc8cfa03-7e1b-48c5-be84-1333e7a2ff00 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] TaaS: Handle Delete Port: fc5d3e47-533a-47eb-8ea3-fb5a1bc0c333 2026-07-09 10:41:56.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc8cfa03-7e1b-48c5-be84-1333e7a2ff00 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Tap Mirror: Handle Delete Port: fc5d3e47-533a-47eb-8ea3-fb5a1bc0c333 [pid: 7|app: 0|req: 757/1458] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:56 2026] DELETE /v2.0/ports/fc5d3e47-533a-47eb-8ea3-fb5a1bc0c333 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1459] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:56 2026] GET /v2.0/security-groups?tenant_id=808274e4237f4917a0293198f19a80eb&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:41:57.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b72506-3c25-4469-8aca-de7f3a73a872 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] TaaS: Handle Delete Port: babc0b13-a674-4c8d-bebf-782b976dd91b 2026-07-09 10:41:57.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b72506-3c25-4469-8aca-de7f3a73a872 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Tap Mirror: Handle Delete Port: babc0b13-a674-4c8d-bebf-782b976dd91b [pid: 8|app: 0|req: 703/1460] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:57 2026] DELETE /v2.0/security-groups/af9c41c7-e8bd-4aa3-911d-f2b4074f44df => 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: 758/1461] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:41:57 2026] DELETE /v2.0/ports/babc0b13-a674-4c8d-bebf-782b976dd91b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1462] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:41:57 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:41:57.307 7 INFO neutron.db.segments_db [None req-76f635bf-92fc-40fa-8da2-5158015e97b7 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment 625872a4-0896-48dd-8b0f-25c6f0396df0 of type vxlan for network a8cb464d-bd44-4615-8c95-57f1388294da [pid: 7|app: 0|req: 759/1463] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:57 2026] POST /v2.0/networks => generated 649 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:41:57.472 8 INFO neutron.db.segments_db [None req-3f762b61-bc70-476e-9f5f-1c5648f66a50 881ec70bd7cf494880de2883b87641cb 8e701e20ae00476886eac792d06ffa49 - - default default] Added segment 0b68a817-3d74-4549-9c87-c0e561380732 of type vxlan for network ff4f49ff-6305-481f-83ea-862134bba839 [pid: 8|app: 0|req: 705/1464] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:41:57 2026] POST /v2.0/networks => generated 650 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1465] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:41:57 2026] POST /v2.0/subnets => generated 1273 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1466] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:41:57 2026] GET /v2.0/subnets => generated 1909 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1467] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:57 2026] DELETE /v2.0/subnets/9d9e2805-3b2e-4a6e-ab7d-e10a79c99b1e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1468] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:41:58 2026] DELETE /v2.0/subnets/851caf48-449b-4af7-831d-ae945ad76f92 => 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: 762/1469] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:41:58 2026] GET /v2.0/subnets => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1470] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:58 2026] DELETE /v2.0/networks/ff4f49ff-6305-481f-83ea-862134bba839 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:58.533 7 INFO neutron.services.segments.plugin [-] Segment 625872a4-0896-48dd-8b0f-25c6f0396df0 resource provider aggregate not found 2026-07-09 10:41:58.536 7 INFO neutron.services.segments.plugin [-] Segment 625872a4-0896-48dd-8b0f-25c6f0396df0 resource provider aggregate not found 2026-07-09 10:41:58.558 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 625872a4-0896-48dd-8b0f-25c6f0396df0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 625872a4-0896-48dd-8b0f-25c6f0396df0 found for delete ", "request_id": "req-4d82f617-13b1-4a99-9090-d37d2c247960"}]} 2026-07-09 10:41:58.563 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 625872a4-0896-48dd-8b0f-25c6f0396df0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 625872a4-0896-48dd-8b0f-25c6f0396df0 found for delete ", "request_id": "req-1fd1dc7b-7bd3-4fb3-be23-55fd4fafefce"}]} [pid: 7|app: 0|req: 763/1471] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:58 2026] DELETE /v2.0/networks/a8cb464d-bd44-4615-8c95-57f1388294da => 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: 709/1472] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:58 2026] DELETE /v2.0/networks/a8880171-a6c5-443a-9a96-f1f94febe301 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1473] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:41:58 2026] DELETE /v2.0/networks/66cad66f-857d-4852-8907-6c6e93c27ffa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:41:58.835 8 INFO neutron.services.segments.plugin [-] Segment 0b68a817-3d74-4549-9c87-c0e561380732 resource provider aggregate not found 2026-07-09 10:41:58.837 8 INFO neutron.services.segments.plugin [-] Segment 0b68a817-3d74-4549-9c87-c0e561380732 resource provider aggregate not found 2026-07-09 10:41:58.849 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0b68a817-3d74-4549-9c87-c0e561380732 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b68a817-3d74-4549-9c87-c0e561380732 found for delete ", "request_id": "req-819e9ffd-c3a2-4e23-a6d3-2f7d40385541"}]} 2026-07-09 10:41:58.861 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0b68a817-3d74-4549-9c87-c0e561380732 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b68a817-3d74-4549-9c87-c0e561380732 found for delete ", "request_id": "req-ae04e592-a812-4240-8551-5c26de1910ad"}]} 2026-07-09 10:41:58.866 8 INFO neutron.services.segments.plugin [-] Segment 74fb6d85-1233-454c-aad9-60694c5d0a7d resource provider aggregate not found 2026-07-09 10:41:58.880 8 INFO neutron.services.segments.plugin [-] Segment 74fb6d85-1233-454c-aad9-60694c5d0a7d resource provider aggregate not found 2026-07-09 10:41:58.890 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74fb6d85-1233-454c-aad9-60694c5d0a7d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74fb6d85-1233-454c-aad9-60694c5d0a7d found for delete ", "request_id": "req-19facd53-ced8-4bf9-af33-da8db232b702"}]} 2026-07-09 10:41:58.900 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74fb6d85-1233-454c-aad9-60694c5d0a7d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74fb6d85-1233-454c-aad9-60694c5d0a7d found for delete ", "request_id": "req-fa42bcec-7d5c-4d21-b657-b16a9d5132fd"}]} [pid: 8|app: 0|req: 710/1474] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:41:59 2026] GET /v2.0/security-groups?tenant_id=8e701e20ae00476886eac792d06ffa49&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1475] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:41:59 2026] DELETE /v2.0/security-groups/18ef0315-71b6-465e-b733-843adbcf70c9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:00.579 7 INFO neutron.services.segments.plugin [-] Segment b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb resource provider aggregate not found 2026-07-09 10:42:00.584 7 INFO neutron.services.segments.plugin [-] Segment b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb resource provider aggregate not found 2026-07-09 10:42:00.593 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb found for delete ", "request_id": "req-d9fa910d-4b12-4a6c-b03a-572621d20b8f"}]} 2026-07-09 10:42:00.599 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b644b5f8-ace7-45cd-a42d-f96a8b0c7ccb found for delete ", "request_id": "req-8ee09c0d-0b6b-4baa-b6ad-a2825d9c8e8a"}]} 2026-07-09 10:42:00.859 8 INFO neutron.db.segments_db [None req-a4feff81-a697-4d62-ae62-6f9bbea83487 904c85653a784381892a60ed014d851b c1c1191042c04c948560fdb16b54e983 - - default default] Added segment d57106aa-0d80-4b82-8f54-c6da449366e4 of type vxlan for network c11eb299-5817-4e01-a04f-f026172d8e62 [pid: 8|app: 0|req: 711/1476] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:00 2026] POST /v2.0/networks => generated 631 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1477] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:00 2026] PUT /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1478] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/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: 767/1479] 10.0.0.67 () {34 vars in 763 bytes} [Thu Jul 9 10:42:01 2026] PUT /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1480] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1481] 10.0.0.67 () {34 vars in 759 bytes} [Thu Jul 9 10:42:01 2026] PUT /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1482] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1483] 10.0.0.67 () {34 vars in 781 bytes} [Thu Jul 9 10:42:01 2026] PUT /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1484] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:01.494 8 INFO neutron.db.segments_db [None req-086bec2a-c4bb-4fec-96dd-2b9aa50e889f 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] Added segment e9f48ca7-857e-43e6-bead-d2cc648a0319 of type vxlan for network c7caca22-1a48-4d1c-903f-0c321c84cc8e [pid: 7|app: 0|req: 772/1485] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:01 2026] PUT /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1486] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/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: 714/1487] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:01 2026] POST /v2.0/networks => generated 644 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1488] 10.0.0.67 () {32 vars in 740 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:01.695 8 INFO neutron.api.v2.resource [None req-23ab48fd-e9d7-4dc3-8fd9-409448f4491b 904c85653a784381892a60ed014d851b c1c1191042c04c948560fdb16b54e983 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1489] 10.0.0.67 () {32 vars in 744 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1490] 10.0.0.67 () {32 vars in 743 bytes} [Thu Jul 9 10:42:01 2026] DELETE /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1491] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1492] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:01 2026] POST /v2.0/subnets => generated 641 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:01.854 8 INFO neutron.api.v2.resource [None req-9421791f-9913-4f00-a746-f29c5cbd4137 904c85653a784381892a60ed014d851b c1c1191042c04c948560fdb16b54e983 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1493] 10.0.0.67 () {32 vars in 747 bytes} [Thu Jul 9 10:42:01 2026] DELETE /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:42:01.870 7 INFO neutron.db.segments_db [None req-cb27090f-c143-4798-bd6e-0e3c9ecf8463 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] Added segment 4805da21-633c-4065-897e-8378749d9566 of type vxlan for network 57479e00-fd00-47f6-a985-f6bf58e682c7 [pid: 7|app: 0|req: 776/1494] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:01 2026] POST /v2.0/networks => generated 643 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1495] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:01 2026] DELETE /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1496] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:01 2026] GET /v2.0/security-groups?tenant_id=4bb9947a6e8d4201890c91b1fda3f39d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1497] 10.0.0.67 () {34 vars in 742 bytes} [Thu Jul 9 10:42:01 2026] PUT /v2.0/networks/57479e00-fd00-47f6-a985-f6bf58e682c7 => generated 592 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1498] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1499] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:02 2026] DELETE /v2.0/security-groups/683f2bf9-34f6-4a6e-bdab-50a320c5bd6d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1500] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:02 2026] DELETE /v2.0/networks/c11eb299-5817-4e01-a04f-f026172d8e62 => 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: 721/1501] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:02 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1502] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/security-groups?tenant_id=d26088c8629c48b3882e077cca3e15f0&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1503] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:02 2026] DELETE /v2.0/security-groups/be6138f9-16ea-4292-aa26-9c564878d3bb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1504] 10.0.0.67 () {34 vars in 740 bytes} [Thu Jul 9 10:42:02 2026] PUT /v2.0/subnets/6705c130-ebdf-4f6a-9f10-0d29575ff665 => generated 636 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:02.615 7 INFO neutron.services.segments.plugin [-] Segment d57106aa-0d80-4b82-8f54-c6da449366e4 resource provider aggregate not found 2026-07-09 10:42:02.621 7 INFO neutron.services.segments.plugin [-] Segment d57106aa-0d80-4b82-8f54-c6da449366e4 resource provider aggregate not found 2026-07-09 10:42:02.631 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d57106aa-0d80-4b82-8f54-c6da449366e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d57106aa-0d80-4b82-8f54-c6da449366e4 found for delete ", "request_id": "req-43be02c3-56a1-47be-86ad-7f05bb6d7576"}]} 2026-07-09 10:42:02.646 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d57106aa-0d80-4b82-8f54-c6da449366e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d57106aa-0d80-4b82-8f54-c6da449366e4 found for delete ", "request_id": "req-92338689-f923-4083-a86a-96ce1d57b13f"}]} [pid: 7|app: 0|req: 783/1505] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:02 2026] DELETE /v2.0/networks/57479e00-fd00-47f6-a985-f6bf58e682c7 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:02.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-686a7cb6-bc17-4e4e-a116-a28400ab061c 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1506] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:02 2026] DELETE /v2.0/networks/57479e00-fd00-47f6-a985-f6bf58e682c7 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1507] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1508] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/subnets?network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1509] 10.0.0.67 () {32 vars in 652 bytes} [Thu Jul 9 10:42:02 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: 725/1510] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/networks => generated 1309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1511] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1512] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:42:03 2026] GET /v2.0/networks/c7caca22-1a48-4d1c-903f-0c321c84cc8e => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1513] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:42:03 2026] GET /v2.0/subnets/9f9a9a33-ed89-4cff-a2ce-07c88d6bbce4 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:03.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8972b1ba-04a5-4b48-bf85-f75d1b97a3ad 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1514] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/subnets/6705c130-ebdf-4f6a-9f10-0d29575ff665 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:42:03.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6da11b9-9633-41ec-9adc-2a4335835406 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1515] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/networks/57479e00-fd00-47f6-a985-f6bf58e682c7 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1516] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:02 2026] GET /v2.0/security-groups?tenant_id=b5ce2c0314ac4ca9a3f1d5e0880bf21f&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1517] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/subnets/9f9a9a33-ed89-4cff-a2ce-07c88d6bbce4 => 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: 727/1518] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/security-groups/0beb9619-3f0a-40c4-bf10-c3bd49ee1305 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:03.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-a42c530c-345c-41fa-9634-de8da6dd9c3e 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] TaaS: Handle Delete Port: 39a6f1a6-d218-47f9-9450-51cd3bf58d99 2026-07-09 10:42:03.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a42c530c-345c-41fa-9634-de8da6dd9c3e 3bc4423a72a2452ba64916c516adb94c 3d4734c1286148a692960e6553cf4b63 - - default default] Tap Mirror: Handle Delete Port: 39a6f1a6-d218-47f9-9450-51cd3bf58d99 [pid: 8|app: 0|req: 728/1519] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:03 2026] GET /v2.0/security-groups?tenant_id=c1c1191042c04c948560fdb16b54e983&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1520] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/security-groups/c4bd04fc-2083-453d-bcee-be8483a68af2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1521] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:03 2026] DELETE /v2.0/networks/c7caca22-1a48-4d1c-903f-0c321c84cc8e => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1522] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:04 2026] GET /v2.0/security-groups?tenant_id=3d4734c1286148a692960e6553cf4b63&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1523] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:04 2026] DELETE /v2.0/security-groups/427c5720-53b9-4335-8d95-3d858352b35b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:04.651 7 INFO neutron.services.segments.plugin [-] Segment 4805da21-633c-4065-897e-8378749d9566 resource provider aggregate not found 2026-07-09 10:42:04.669 7 INFO neutron.services.segments.plugin [-] Segment 4805da21-633c-4065-897e-8378749d9566 resource provider aggregate not found 2026-07-09 10:42:04.674 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4805da21-633c-4065-897e-8378749d9566 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4805da21-633c-4065-897e-8378749d9566 found for delete ", "request_id": "req-85fc2a6f-f20a-4df2-8845-87e97b81b47f"}]} 2026-07-09 10:42:04.687 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4805da21-633c-4065-897e-8378749d9566 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4805da21-633c-4065-897e-8378749d9566 found for delete ", "request_id": "req-4f3d5153-19af-4e95-92ef-8cdb24ccab33"}]} 2026-07-09 10:42:04.699 7 INFO neutron.services.segments.plugin [-] Segment e9f48ca7-857e-43e6-bead-d2cc648a0319 resource provider aggregate not found 2026-07-09 10:42:04.711 7 INFO neutron.services.segments.plugin [-] Segment e9f48ca7-857e-43e6-bead-d2cc648a0319 resource provider aggregate not found 2026-07-09 10:42:04.727 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9f48ca7-857e-43e6-bead-d2cc648a0319 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f48ca7-857e-43e6-bead-d2cc648a0319 found for delete ", "request_id": "req-0cf64ab0-889c-4816-a0b9-5ab156327f9e"}]} 2026-07-09 10:42:04.734 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9f48ca7-857e-43e6-bead-d2cc648a0319 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f48ca7-857e-43e6-bead-d2cc648a0319 found for delete ", "request_id": "req-a54aa514-567b-4462-aad4-548ee6cb3456"}]} [pid: 8|app: 0|req: 731/1524] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:42:04 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1240 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1525] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:04 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:06.787 8 INFO neutron.db.segments_db [None req-6869ad63-0721-454d-b569-af56db65aa65 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment 01c174fb-e81f-467e-9c36-0f94ae2d3721 of type vxlan for network 861d5280-79d7-4284-bb9a-3f2665243102 [pid: 8|app: 0|req: 732/1526] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:06 2026] POST /v2.0/networks => generated 630 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:06.940 7 INFO neutron.db.segments_db [None req-977177fc-877d-4aee-9cfe-6ea04ebb11bc fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 of type vxlan for network 369609db-fca8-4e8a-af17-e1b3f989f48c [pid: 7|app: 0|req: 795/1527] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:06 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1528] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:07 2026] POST /v2.0/subnets => generated 626 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:07.247 7 INFO neutron.db.segments_db [None req-b3ad0563-363f-4c9f-a440-848eba35330f 21dd4510232244afae81a3cb0482bb05 558ed60782354719955066a2d20c1654 - - default default] Added segment 1673bd60-6bc1-473b-8f37-05cf50d7ae83 of type vxlan for network 24adc422-546e-4c31-9c75-b38d2a5f2974 [pid: 7|app: 0|req: 796/1529] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:07 2026] POST /v2.0/networks => generated 632 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1530] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:07 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:07.530 8 INFO neutron.db.segments_db [None req-9f5d1f9e-47f4-4c82-9ea4-33a60a7bd724 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 of type vxlan for network 476b4e47-c684-46a1-aca9-71e81ec732d2 [pid: 7|app: 0|req: 797/1531] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:42:07 2026] POST /v2.0/ports => generated 743 bytes in 321 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: 798/1532] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:42:07 2026] PUT /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:07.763 8 INFO neutron.db.l3_hamode_db [None req-9f5d1f9e-47f4-4c82-9ea4-33a60a7bd724 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 799/1533] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:07 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 25 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-07-09 10:42:07.875 8 INFO neutron.db.l3_hamode_db [None req-9f5d1f9e-47f4-4c82-9ea4-33a60a7bd724 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 800/1534] 10.0.0.67 () {34 vars in 757 bytes} [Thu Jul 9 10:42:07 2026] PUT /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 801/1535] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:07 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 34 bytes in 44 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: 802/1536] 10.0.0.67 () {34 vars in 753 bytes} [Thu Jul 9 10:42:07 2026] PUT /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 803/1537] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 34 bytes in 52 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: 804/1538] 10.0.0.67 () {34 vars in 775 bytes} [Thu Jul 9 10:42:08 2026] PUT /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 805/1539] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 806/1540] 10.0.0.67 () {34 vars in 746 bytes} [Thu Jul 9 10:42:08 2026] PUT /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 37 bytes in 53 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: 807/1541] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 37 bytes in 44 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: 808/1542] 10.0.0.67 () {32 vars in 734 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/red => generated 0 bytes in 43 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: 735/1543] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:07 2026] POST /v2.0/routers => generated 507 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:08.428 7 INFO neutron.api.v2.resource [None req-a26ca6ef-f4ae-4024-975b-1233560b63f3 21dd4510232244afae81a3cb0482bb05 558ed60782354719955066a2d20c1654 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1544] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 810/1545] 10.0.0.67 () {32 vars in 737 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/red => generated 0 bytes in 68 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: 811/1546] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:08.615 7 INFO neutron.api.v2.resource [None req-1070dd4f-de39-428c-88f0-e9dbb05ba7e1 21dd4510232244afae81a3cb0482bb05 558ed60782354719955066a2d20c1654 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1547] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags/green => generated 99 bytes in 52 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: 813/1548] 10.0.0.67 () {32 vars in 729 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 0 bytes in 67 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: 814/1549] 10.0.0.67 () {32 vars in 726 bytes} [Thu Jul 9 10:42:08 2026] GET /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:08.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a21e0d3-e7e4-47b4-a307-e138ff0c6ea6 21dd4510232244afae81a3cb0482bb05 558ed60782354719955066a2d20c1654 - - default default] TaaS: Handle Delete Port: 5ed6e16a-5bc6-4957-a38f-98f3eda683b2 2026-07-09 10:42:08.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a21e0d3-e7e4-47b4-a307-e138ff0c6ea6 21dd4510232244afae81a3cb0482bb05 558ed60782354719955066a2d20c1654 - - default default] Tap Mirror: Handle Delete Port: 5ed6e16a-5bc6-4957-a38f-98f3eda683b2 [pid: 7|app: 0|req: 815/1550] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v2.0/ports/5ed6e16a-5bc6-4957-a38f-98f3eda683b2 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:09.053 7 INFO neutron.services.segments.plugin [-] Segment 1673bd60-6bc1-473b-8f37-05cf50d7ae83 resource provider aggregate not found 2026-07-09 10:42:09.059 7 INFO neutron.services.segments.plugin [-] Segment 1673bd60-6bc1-473b-8f37-05cf50d7ae83 resource provider aggregate not found 2026-07-09 10:42:09.078 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1673bd60-6bc1-473b-8f37-05cf50d7ae83 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1673bd60-6bc1-473b-8f37-05cf50d7ae83 found for delete ", "request_id": "req-d9aafe1c-1c56-49a6-abfd-bc15375ab0fb"}]} 2026-07-09 10:42:09.079 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1673bd60-6bc1-473b-8f37-05cf50d7ae83 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1673bd60-6bc1-473b-8f37-05cf50d7ae83 found for delete ", "request_id": "req-3c027cc9-0e31-41d8-9eeb-08606606174e"}]} [pid: 7|app: 0|req: 816/1551] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v2.0/networks/24adc422-546e-4c31-9c75-b38d2a5f2974 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1554] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:08 2026] PUT /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1555] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:42:09 2026] GET /v2.0/ports/8695752f-b9f4-4ca7-bee5-1be59f49de71 => generated 955 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1556] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:09 2026] GET /v2.0/security-groups?tenant_id=558ed60782354719955066a2d20c1654&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1557] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:09 2026] DELETE /v2.0/security-groups/2e086147-7b10-4c32-ba15-f4778c025502 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1558] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:10 2026] GET /v2.0/security-groups?tenant_id=1aa4fa3908d14366b435a0afd00cb4d2&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1559] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:10 2026] DELETE /v2.0/security-groups/c140cbb7-28ed-4700-88a1-95fdaf53d1f4 => 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: 737/1560] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:09 2026] PUT /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1561] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:42:10 2026] GET /v2.0/ports/db9c0de6-5386-46b9-a307-3872c62315a3 => generated 955 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:11.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7f09194-f15b-492f-be08-2377645f71c8 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: db9c0de6-5386-46b9-a307-3872c62315a3 2026-07-09 10:42:11.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7f09194-f15b-492f-be08-2377645f71c8 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: db9c0de6-5386-46b9-a307-3872c62315a3 [pid: 8|app: 0|req: 738/1562] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:10 2026] PUT /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:11.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-d13af4be-106c-4194-bc5e-f6831c7d4c94 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: 8695752f-b9f4-4ca7-bee5-1be59f49de71 2026-07-09 10:42:11.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d13af4be-106c-4194-bc5e-f6831c7d4c94 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: 8695752f-b9f4-4ca7-bee5-1be59f49de71 [pid: 7|app: 0|req: 825/1563] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:11 2026] PUT /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c/remove_router_interface => generated 309 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1564] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:12 2026] GET /v2.0/ports?device_id=5f45b167-b4df-4fb2-a90a-43238fd9727c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:12.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-89635eae-a156-45e2-8675-f54dfbc10d12 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: ba673954-2fcb-4a2e-9bdd-34e33a96e112 2026-07-09 10:42:12.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89635eae-a156-45e2-8675-f54dfbc10d12 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: ba673954-2fcb-4a2e-9bdd-34e33a96e112 2026-07-09 10:42:12.923 7 INFO neutron.services.segments.plugin [-] Segment da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 resource provider aggregate not found 2026-07-09 10:42:12.923 7 INFO neutron.services.segments.plugin [-] Segment da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 resource provider aggregate not found 2026-07-09 10:42:12.940 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 found for delete ", "request_id": "req-0898fc33-b3d8-4d60-8e08-f1a047f29941"}]} 2026-07-09 10:42:12.944 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4eac7d-4d3b-46e4-8f1a-aee75b37fb81 found for delete ", "request_id": "req-6be9eed8-884a-4681-8225-c5313575d6c5"}]} 2026-07-09 10:42:12.965 7 INFO neutron.db.l3_hamode_db [None req-89635eae-a156-45e2-8675-f54dfbc10d12 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] HA network 476b4e47-c684-46a1-aca9-71e81ec732d2 was deleted as no HA routers are present in tenant aac55835fa764577aaa401cd13f3424d. [pid: 7|app: 0|req: 826/1565] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:12 2026] DELETE /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1566] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:12 2026] DELETE /v2.0/subnets/f2ab64a8-cd15-4acb-a235-90d081a9dba9 => 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: 827/1567] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:13 2026] DELETE /v2.0/subnets/c4084dea-e8b4-4b25-a7b3-17ecd086e82c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:13.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ed17a13-aa6d-4e4e-83ef-d34380481de0 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: ce05f73b-940f-4b37-a372-57cdf1790ef1 2026-07-09 10:42:13.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ed17a13-aa6d-4e4e-83ef-d34380481de0 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: ce05f73b-940f-4b37-a372-57cdf1790ef1 2026-07-09 10:42:13.517 8 INFO neutron.services.segments.plugin [-] Segment 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 resource provider aggregate not found 2026-07-09 10:42:13.527 8 INFO neutron.services.segments.plugin [-] Segment 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 resource provider aggregate not found 2026-07-09 10:42:13.554 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 found for delete ", "request_id": "req-8a694e5a-49c8-4d77-b8f1-03876ce31e1a"}]} 2026-07-09 10:42:13.555 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aa490a9-7fad-46a7-8e1c-c1ac22c82f96 found for delete ", "request_id": "req-72cb6da7-7246-4e87-b86f-117c2c12116c"}]} [pid: 8|app: 0|req: 741/1568] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:13 2026] DELETE /v2.0/networks/369609db-fca8-4e8a-af17-e1b3f989f48c => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:13.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b7306b4-4716-4c6e-aca6-9741d4f7fb42 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: cf7e835f-ee28-44c0-b6eb-dade5c5b2f0f 2026-07-09 10:42:13.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7306b4-4716-4c6e-aca6-9741d4f7fb42 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: cf7e835f-ee28-44c0-b6eb-dade5c5b2f0f 2026-07-09 10:42:13.762 7 INFO neutron.db.segments_db [None req-635641a1-d993-4ec0-864d-fe56e54bcb1a 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] Added segment 2d0b0f1a-c911-4c53-9269-3f8164ab812d of type vxlan for network b4037c87-25d2-4819-8941-53a711f60879 [pid: 8|app: 0|req: 742/1569] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:13 2026] DELETE /v2.0/networks/861d5280-79d7-4284-bb9a-3f2665243102 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:13.994 8 INFO neutron.db.segments_db [None req-c028166f-3978-4d1c-aa14-515958e1436e fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e of type vxlan for network 568e334c-cb62-46f0-b66f-c8fca060c945 2026-07-09 10:42:14.009 7 INFO neutron.db.l3_hamode_db [None req-635641a1-d993-4ec0-864d-fe56e54bcb1a 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 743/1570] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:13 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:14.174 7 INFO neutron.db.l3_hamode_db [None req-635641a1-d993-4ec0-864d-fe56e54bcb1a 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1571] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:14 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:14.398 8 INFO neutron.db.segments_db [None req-a6f82808-1d57-43c8-887c-990d847ed32a fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment acfadaff-14ba-4410-81c3-e8ee6bc5cf8a of type vxlan for network 7de113ef-d203-44c2-990c-75222443a9ad 2026-07-09 10:42:14.664 8 INFO neutron.db.l3_hamode_db [None req-a6f82808-1d57-43c8-887c-990d847ed32a fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:14.775 8 INFO neutron.db.l3_hamode_db [None req-a6f82808-1d57-43c8-887c-990d847ed32a fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1572] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:42:13 2026] POST /v2.0/routers => generated 474 bytes in 1269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1573] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:14 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1574] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:42:14 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 25 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1575] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:15 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&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: 7|app: 0|req: 832/1576] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:15 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1577] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:15 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:15.664 8 INFO neutron.services.segments.plugin [-] Segment 01c174fb-e81f-467e-9c36-0f94ae2d3721 resource provider aggregate not found 2026-07-09 10:42:15.671 8 INFO neutron.services.segments.plugin [-] Segment 01c174fb-e81f-467e-9c36-0f94ae2d3721 resource provider aggregate not found 2026-07-09 10:42:15.686 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01c174fb-e81f-467e-9c36-0f94ae2d3721 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c174fb-e81f-467e-9c36-0f94ae2d3721 found for delete ", "request_id": "req-670b6d3b-380c-4f74-be0e-f86e7837a26b"}]} 2026-07-09 10:42:15.699 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 01c174fb-e81f-467e-9c36-0f94ae2d3721 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c174fb-e81f-467e-9c36-0f94ae2d3721 found for delete ", "request_id": "req-a5739047-6fb4-4c8e-8e27-ec55e1d91022"}]} [pid: 8|app: 0|req: 745/1578] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:14 2026] POST /v2.0/routers => generated 506 bytes in 1413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1579] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:15 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1580] 10.0.0.67 () {34 vars in 761 bytes} [Thu Jul 9 10:42:15 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/green => generated 4 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1581] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:15 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1582] 10.0.0.67 () {34 vars in 757 bytes} [Thu Jul 9 10:42:15 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/red => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1583] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1584] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:42:15 2026] POST /v2.0/ports => generated 948 bytes in 648 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: 838/1585] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/security-groups?tenant_id=cafbf3028eea4130bb8c4c32dfa5bc5d&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1586] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1587] 10.0.0.67 () {34 vars in 779 bytes} [Thu Jul 9 10:42:16 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/black.or.white => generated 4 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1588] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:16 2026] DELETE /v2.0/security-groups/2fda5ff6-7a45-4c10-86ea-6afcd0a77c45 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1589] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&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: 842/1590] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1591] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:42:16 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 37 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1592] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:16 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1593] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:17.279 7 INFO neutron.api.v2.resource [None req-0c64ab82-b457-4f99-bf9f-227a19b91714 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1594] 10.0.0.67 () {32 vars in 742 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1595] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:42:17 2026] DELETE /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/red => 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: 848/1596] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 30 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1597] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:16 2026] PUT /v2.0/routers/3819674b-b804-41a4-ab98-083550f03b97/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:17.628 7 INFO neutron.api.v2.resource [None req-2ae9f582-16e2-49e8-981a-d7a859a64a36 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1598] 10.0.0.67 () {32 vars in 745 bytes} [Thu Jul 9 10:42:17 2026] DELETE /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1599] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/ports/1ac22cdb-2298-4d31-8bbc-a6703e46c4b2 => generated 1022 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1600] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:17 2026] DELETE /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => 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: 851/1601] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/ports?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1602] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64/tags => generated 12 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1603] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/networks?id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1604] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1605] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:42:17 2026] GET /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1606] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:18.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-67844a39-5d94-4756-b08d-9d53c34dda31 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: 1ac22cdb-2298-4d31-8bbc-a6703e46c4b2 2026-07-09 10:42:18.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67844a39-5d94-4756-b08d-9d53c34dda31 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: 1ac22cdb-2298-4d31-8bbc-a6703e46c4b2 [pid: 7|app: 0|req: 857/1607] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1608] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:17 2026] PUT /v2.0/routers/3819674b-b804-41a4-ab98-083550f03b97/remove_router_interface => generated 309 bytes in 885 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: 752/1609] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/subnets?id=7d0e8745-dc37-4fbb-a977-6814e2e0af7b => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1610] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:42:18 2026] PUT /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64 => generated 480 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:18.747 7 INFO neutron.api.v2.resource [None req-036441b0-ba7f-4e2a-b551-c20cd9f00d5b fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1611] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:18 2026] PUT /v2.0/routers/3819674b-b804-41a4-ab98-083550f03b97/remove_router_interface => generated 197 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1612] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/ports?network_id=5989dcf7-ddff-4009-8cd2-ecbf9dc4757e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1613] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/ports?device_id=5370e83c-5997-42c1-855c-c89474a9bb64 => 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: 862/1614] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/ports?device_id=3819674b-b804-41a4-ab98-083550f03b97 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:18.828 8 INFO neutron.db.segments_db [None req-3991a17e-4014-49d8-8328-5db4b4887822 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b of type vxlan for network e002c34d-29c0-4aff-9145-272a882dc743 [pid: 7|app: 0|req: 863/1615] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:42:18 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?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: 753/1616] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:42:18 2026] POST /v2.0/networks => generated 741 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:19.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e9ef319-7970-45ce-afa4-b166b9cab2cc 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] TaaS: Handle Delete Port: 3eb285bb-358b-4ab7-9ca2-a2cf9e4cf367 2026-07-09 10:42:19.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e9ef319-7970-45ce-afa4-b166b9cab2cc 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] Tap Mirror: Handle Delete Port: 3eb285bb-358b-4ab7-9ca2-a2cf9e4cf367 2026-07-09 10:42:19.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd69ab3-4051-43b0-be2b-27be1a97259c fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: c7f00c0c-c074-484c-a92e-78b599eadaaa 2026-07-09 10:42:19.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd69ab3-4051-43b0-be2b-27be1a97259c fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: c7f00c0c-c074-484c-a92e-78b599eadaaa 2026-07-09 10:42:19.343 7 INFO neutron.services.segments.plugin [-] Segment 2d0b0f1a-c911-4c53-9269-3f8164ab812d resource provider aggregate not found 2026-07-09 10:42:19.354 7 INFO neutron.services.segments.plugin [-] Segment 2d0b0f1a-c911-4c53-9269-3f8164ab812d resource provider aggregate not found 2026-07-09 10:42:19.359 8 INFO neutron.services.segments.plugin [-] Segment acfadaff-14ba-4410-81c3-e8ee6bc5cf8a resource provider aggregate not found 2026-07-09 10:42:19.364 8 INFO neutron.services.segments.plugin [-] Segment acfadaff-14ba-4410-81c3-e8ee6bc5cf8a resource provider aggregate not found 2026-07-09 10:42:19.367 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d0b0f1a-c911-4c53-9269-3f8164ab812d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d0b0f1a-c911-4c53-9269-3f8164ab812d found for delete ", "request_id": "req-8417ee7a-931a-4547-8e32-5bc0232f2000"}]} 2026-07-09 10:42:19.374 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment acfadaff-14ba-4410-81c3-e8ee6bc5cf8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfadaff-14ba-4410-81c3-e8ee6bc5cf8a found for delete ", "request_id": "req-9f955e0b-9cad-4002-bbdd-6fc461838dbb"}]} 2026-07-09 10:42:19.378 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d0b0f1a-c911-4c53-9269-3f8164ab812d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d0b0f1a-c911-4c53-9269-3f8164ab812d found for delete ", "request_id": "req-f27cd897-e208-4578-aaa2-42bf7b80238c"}]} 2026-07-09 10:42:19.383 7 INFO neutron.db.l3_hamode_db [None req-4e9ef319-7970-45ce-afa4-b166b9cab2cc 8a008799423648a484c8f18b338ea8b5 7a5cf501ae724d71a2abdc9837a93442 - - default default] HA network b4037c87-25d2-4819-8941-53a711f60879 was deleted as no HA routers are present in tenant 7a5cf501ae724d71a2abdc9837a93442. 2026-07-09 10:42:19.384 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment acfadaff-14ba-4410-81c3-e8ee6bc5cf8a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfadaff-14ba-4410-81c3-e8ee6bc5cf8a found for delete ", "request_id": "req-99e2f544-a62c-407f-b58c-469d36dccb31"}]} [pid: 7|app: 0|req: 864/1617] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:18 2026] DELETE /v2.0/routers/5370e83c-5997-42c1-855c-c89474a9bb64 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:19.420 8 INFO neutron.db.l3_hamode_db [None req-5dd69ab3-4051-43b0-be2b-27be1a97259c fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] HA network 7de113ef-d203-44c2-990c-75222443a9ad was deleted as no HA routers are present in tenant aac55835fa764577aaa401cd13f3424d. [pid: 8|app: 0|req: 754/1618] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:18 2026] DELETE /v2.0/routers/3819674b-b804-41a4-ab98-083550f03b97 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1619] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:42:19 2026] GET /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1620] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:19 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1621] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:19 2026] DELETE /v2.0/subnets/183dff9c-aabc-43cd-8b11-395747e2af18 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1622] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:19 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:19.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-58a5298e-897b-46fd-8427-222bba30b629 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: 153a1422-ad32-4fd1-abfc-5392e11088d3 2026-07-09 10:42:19.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58a5298e-897b-46fd-8427-222bba30b629 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: 153a1422-ad32-4fd1-abfc-5392e11088d3 [pid: 8|app: 0|req: 755/1623] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:19 2026] POST /v2.0/subnets => generated 688 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:19.931 8 INFO neutron.db.segments_db [None req-489ff9c9-47e1-4038-9601-4d1043ca4305 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment e2baae6c-d803-4af4-aa90-32f1303ade5e of type vxlan for network 58d1ffe1-6012-4ce9-a283-79d27e048184 [pid: 7|app: 0|req: 869/1624] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:19 2026] DELETE /v2.0/networks/568e334c-cb62-46f0-b66f-c8fca060c945 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:20.539 8 INFO neutron.db.l3_hamode_db [None req-489ff9c9-47e1-4038-9601-4d1043ca4305 910123bd4b00410a8eb204ff265bd2a1 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 870/1625] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:20 2026] GET /v2.0/security-groups?tenant_id=13ae6b2440fe4497ac12dd85084863fa&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:20.871 7 INFO neutron.db.segments_db [None req-4ddb5311-594e-4ac0-a251-a174da0b9323 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment eaa84bbb-d859-40d9-9072-8727059cb710 of type vxlan for network d92fde61-76cb-478a-aa24-cc612c124b98 [pid: 7|app: 0|req: 871/1626] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:20 2026] POST /v2.0/networks => generated 630 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1627] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:21 2026] DELETE /v2.0/security-groups/531c03d7-4371-48ef-b796-db1cb9e84582 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1628] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:21 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:21.390 7 INFO neutron.services.segments.plugin [-] Segment 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e resource provider aggregate not found 2026-07-09 10:42:21.391 8 INFO neutron.db.l3_hamode_db [None req-489ff9c9-47e1-4038-9601-4d1043ca4305 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:21.399 7 INFO neutron.services.segments.plugin [-] Segment 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e resource provider aggregate not found 2026-07-09 10:42:21.410 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e found for delete ", "request_id": "req-91a1a242-4756-4976-a45c-0ecd15d50ced"}]} 2026-07-09 10:42:21.421 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c1bf0e-6ad4-4d6b-b312-6f0b377b258e found for delete ", "request_id": "req-c59bf8dc-2ef8-4831-ba16-e6f2f141dbff"}]} [pid: 7|app: 0|req: 874/1629] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:21 2026] POST /v2.0/subnets => generated 626 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1630] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:21 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1631] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:21 2026] GET /v2.0/security-groups?tenant_id=7a5cf501ae724d71a2abdc9837a93442&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:22.013 7 INFO neutron.db.segments_db [None req-f055c219-63e9-4f48-9673-2fe8e11df674 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment bede9d7c-fd2c-4502-80bf-e77ff178e70e of type vxlan for network 2acff67d-a518-4791-97e4-cd0690b50987 2026-07-09 10:42:22.309 7 INFO neutron.db.l3_hamode_db [None req-f055c219-63e9-4f48-9673-2fe8e11df674 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:22.482 7 INFO neutron.db.l3_hamode_db [None req-f055c219-63e9-4f48-9673-2fe8e11df674 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1632] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:19 2026] POST /v2.0/routers => generated 728 bytes in 2803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1633] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:22 2026] DELETE /v2.0/security-groups/eea3a68f-c8c6-487c-8f7e-8e4f921ce303 => 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: 877/1634] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:21 2026] POST /v2.0/routers => generated 506 bytes in 1318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1635] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:23 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 758/1636] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:22 2026] PUT /v2.0/routers/6640e4c2-d428-4190-a2a0-cc8319e46235/add_router_interface => generated 309 bytes in 1395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1637] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:24 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1640] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:23 2026] PUT /v2.0/routers/bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7/add_router_interface => generated 309 bytes in 1724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1641] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:42:25 2026] GET /v2.0/ports/ba640371-4be3-4537-9613-e5bdc90b7086 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1642] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:25 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:25.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce168fe0-1835-4875-abea-797df11d3408 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: ba640371-4be3-4537-9613-e5bdc90b7086 2026-07-09 10:42:25.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce168fe0-1835-4875-abea-797df11d3408 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: ba640371-4be3-4537-9613-e5bdc90b7086 2026-07-09 10:42:25.606 8 INFO neutron.db.segments_db [None req-42eb8f3a-1b94-46c6-852d-5d425d90e5ee 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment e2f3065b-b385-4c01-89e6-1d36ea873507 of type vxlan for network 3e9726d3-c86c-4497-9a0f-167f4cdb620d [pid: 8|app: 0|req: 764/1643] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:42:25 2026] POST /v2.0/networks => generated 740 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1644] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:25 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1645] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:25 2026] PUT /v2.0/routers/bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1646] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:25 2026] GET /v2.0/ports?device_id=bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7 => 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: 766/1647] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:25 2026] POST /v2.0/subnets => generated 687 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:26.152 8 INFO neutron.db.segments_db [None req-f0ace1c9-2f5a-425c-a5e4-4d27b9ee72c9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 of type vxlan for network 6a97c8c9-89d4-487c-a0b9-108a3a10632d 2026-07-09 10:42:26.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d03b626-0a69-49a3-b02b-faf9b272c153 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: c06ec7cb-9087-421a-875e-7f0e9d98accb 2026-07-09 10:42:26.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d03b626-0a69-49a3-b02b-faf9b272c153 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: c06ec7cb-9087-421a-875e-7f0e9d98accb 2026-07-09 10:42:26.463 8 INFO neutron.db.l3_hamode_db [None req-f0ace1c9-2f5a-425c-a5e4-4d27b9ee72c9 910123bd4b00410a8eb204ff265bd2a1 d2461885380744218ff3946a9296e62a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:26.617 7 INFO neutron.services.segments.plugin [-] Segment bede9d7c-fd2c-4502-80bf-e77ff178e70e resource provider aggregate not found 2026-07-09 10:42:26.628 7 INFO neutron.services.segments.plugin [-] Segment bede9d7c-fd2c-4502-80bf-e77ff178e70e resource provider aggregate not found 2026-07-09 10:42:26.640 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bede9d7c-fd2c-4502-80bf-e77ff178e70e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bede9d7c-fd2c-4502-80bf-e77ff178e70e found for delete ", "request_id": "req-9c30ccf3-50ee-4237-aa62-75cbd6370fd1"}]} 2026-07-09 10:42:26.647 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bede9d7c-fd2c-4502-80bf-e77ff178e70e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bede9d7c-fd2c-4502-80bf-e77ff178e70e found for delete ", "request_id": "req-3fa6d3e7-6730-47ca-a41a-ac424af10c87"}]} 2026-07-09 10:42:26.652 7 INFO neutron.db.l3_hamode_db [None req-6d03b626-0a69-49a3-b02b-faf9b272c153 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] HA network 2acff67d-a518-4791-97e4-cd0690b50987 was deleted as no HA routers are present in tenant aac55835fa764577aaa401cd13f3424d. [pid: 7|app: 0|req: 882/1648] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:26 2026] DELETE /v2.0/routers/bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:26.966 7 INFO neutron.db.segments_db [None req-494ca8d1-fb1c-4fd1-a3be-e18339929e0b 151cc7433ddc4e63bf263252a817afd5 93473842c1ef46c28231dba21d876b99 - - default default] Added segment 42c8e913-5067-43a5-88a8-5e5c85db853f of type vxlan for network 4e12cc7e-6e4b-4b71-a243-3c47d06f5fb4 [pid: 7|app: 0|req: 883/1649] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:26 2026] POST /v2.0/networks => generated 632 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:27.252 8 INFO neutron.db.l3_hamode_db [None req-f0ace1c9-2f5a-425c-a5e4-4d27b9ee72c9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1650] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:27 2026] DELETE /v2.0/subnets/c3664dcd-d9a8-4b28-926d-dc769bec154f => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1651] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:27 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1652] 10.0.0.67 () {34 vars in 663 bytes} [Thu Jul 9 10:42:27 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:27.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-d05f9609-0389-439e-9e1c-90e7eb187a59 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: 54be16ad-f827-4bbc-828d-c9666266c2d4 2026-07-09 10:42:27.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d05f9609-0389-439e-9e1c-90e7eb187a59 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: 54be16ad-f827-4bbc-828d-c9666266c2d4 [pid: 7|app: 0|req: 887/1653] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:27 2026] DELETE /v2.0/networks/d92fde61-76cb-478a-aa24-cc612c124b98 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1654] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:28 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1655] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:26 2026] POST /v2.0/routers => generated 727 bytes in 2020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:28.178 8 INFO neutron.db.segments_db [None req-a26b558a-45a4-4a53-a400-0f6a5f16b087 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Added segment c68f2e46-0c39-44a8-9fd4-16233f1953ef of type vxlan for network 0165ddc7-f4d0-47f2-a056-aa1c08a226e3 [pid: 7|app: 0|req: 889/1656] 10.0.0.67 () {34 vars in 665 bytes} [Thu Jul 9 10:42:28 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:28.461 8 INFO neutron.db.l3_hamode_db [None req-a26b558a-45a4-4a53-a400-0f6a5f16b087 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:28.662 7 INFO neutron.services.segments.plugin [-] Segment eaa84bbb-d859-40d9-9072-8727059cb710 resource provider aggregate not found 2026-07-09 10:42:28.673 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eaa84bbb-d859-40d9-9072-8727059cb710 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa84bbb-d859-40d9-9072-8727059cb710 found for delete ", "request_id": "req-e70e3953-d711-4bd0-988e-d4770b6166f1"}]} 2026-07-09 10:42:28.678 7 INFO neutron.services.segments.plugin [-] Segment eaa84bbb-d859-40d9-9072-8727059cb710 resource provider aggregate not found 2026-07-09 10:42:28.694 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eaa84bbb-d859-40d9-9072-8727059cb710 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa84bbb-d859-40d9-9072-8727059cb710 found for delete ", "request_id": "req-2447673a-bda6-457c-ad38-e8b820b5dced"}]} 2026-07-09 10:42:29.187 8 INFO neutron.db.l3_hamode_db [None req-a26b558a-45a4-4a53-a400-0f6a5f16b087 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 890/1657] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:28 2026] PUT /v2.0/routers/1fc88f51-26b7-4c80-a5aa-97115cbe2a93/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1658] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:42:29 2026] PUT /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1659] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1660] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1661] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1662] 10.0.0.67 () {34 vars in 759 bytes} [Thu Jul 9 10:42:29 2026] PUT /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1663] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1664] 10.0.0.67 () {34 vars in 755 bytes} [Thu Jul 9 10:42:29 2026] PUT /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1665] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1666] 10.0.0.67 () {34 vars in 777 bytes} [Thu Jul 9 10:42:29 2026] PUT /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1667] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1668] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:42:29 2026] PUT /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1669] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1670] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:29.946 7 INFO neutron.api.v2.resource [None req-e99e3015-a4a0-4d24-82b5-ae3aea780f92 151cc7433ddc4e63bf263252a817afd5 93473842c1ef46c28231dba21d876b99 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1671] 10.0.0.67 () {32 vars in 740 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1672] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:29 2026] DELETE /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1673] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:30.020 7 INFO neutron.api.v2.resource [None req-2abd4b1d-e764-41ef-8545-a7e7a079ed4d 151cc7433ddc4e63bf263252a817afd5 93473842c1ef46c28231dba21d876b99 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1674] 10.0.0.67 () {32 vars in 743 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1675] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1676] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:28 2026] POST /v2.0/routers => generated 687 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1677] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1678] 10.0.0.67 () {32 vars in 718 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1679] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/ports/5d39fbe5-544b-4436-874d-8b2d6b52dbe8 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1680] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/routers/de561849-c59b-4514-ac16-dd3ebc9534fb => generated 693 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1681] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/trunks/16c04218-cba9-47a2-90fc-40d966871871 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1682] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/routers => generated 696 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:30.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-d24d2906-5925-404a-82bb-de68e57bbe27 151cc7433ddc4e63bf263252a817afd5 93473842c1ef46c28231dba21d876b99 - - default default] TaaS: Handle Delete Port: 5d39fbe5-544b-4436-874d-8b2d6b52dbe8 2026-07-09 10:42:30.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24d2906-5925-404a-82bb-de68e57bbe27 151cc7433ddc4e63bf263252a817afd5 93473842c1ef46c28231dba21d876b99 - - default default] Tap Mirror: Handle Delete Port: 5d39fbe5-544b-4436-874d-8b2d6b52dbe8 [pid: 7|app: 0|req: 913/1683] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/ports/5d39fbe5-544b-4436-874d-8b2d6b52dbe8 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1684] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:42:30 2026] POST /v2.0/security-groups => generated 1675 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:42:30.700 7 INFO neutron.services.segments.plugin [-] Segment 42c8e913-5067-43a5-88a8-5e5c85db853f resource provider aggregate not found [pid: 7|app: 0|req: 915/1685] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/networks/4e12cc7e-6e4b-4b71-a243-3c47d06f5fb4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:30.723 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42c8e913-5067-43a5-88a8-5e5c85db853f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42c8e913-5067-43a5-88a8-5e5c85db853f found for delete ", "request_id": "req-0cce81ee-a90b-4d1b-bb05-35e173fe1f0b"}]} 2026-07-09 10:42:30.727 7 INFO neutron.services.segments.plugin [-] Segment 42c8e913-5067-43a5-88a8-5e5c85db853f resource provider aggregate not found 2026-07-09 10:42:30.746 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42c8e913-5067-43a5-88a8-5e5c85db853f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42c8e913-5067-43a5-88a8-5e5c85db853f found for delete ", "request_id": "req-9fd8a24e-d3e8-4a4d-ba6d-4d504834f724"}]} [pid: 8|app: 0|req: 771/1686] 10.0.0.67 () {34 vars in 740 bytes} [Thu Jul 9 10:42:30 2026] PUT /v2.0/routers/de561849-c59b-4514-ac16-dd3ebc9534fb => generated 700 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1687] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1688] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/routers/de561849-c59b-4514-ac16-dd3ebc9534fb => generated 700 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1689] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:30 2026] GET /v2.0/ports?device_id=de561849-c59b-4514-ac16-dd3ebc9534fb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1690] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:31.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-00580798-d1e8-4d5b-a157-732f5436dcb5 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: c8f10825-28bf-4aad-8555-9f268affdece 2026-07-09 10:42:31.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00580798-d1e8-4d5b-a157-732f5436dcb5 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: c8f10825-28bf-4aad-8555-9f268affdece [pid: 7|app: 0|req: 918/1691] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:30 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: 919/1692] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:31.279 7 INFO neutron.db.securitygroups_db [None req-5cba66f3-fde5-4c8c-96a0-f20740de2e80 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Project 4480a6cb9a5241efafba0d7c1e11db46 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-09 10:42:31.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-00580798-d1e8-4d5b-a157-732f5436dcb5 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] TaaS: Handle Delete Port: 1e557f38-55e4-40d2-af2c-b510a92a0fef 2026-07-09 10:42:31.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00580798-d1e8-4d5b-a157-732f5436dcb5 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] Tap Mirror: Handle Delete Port: 1e557f38-55e4-40d2-af2c-b510a92a0fef [pid: 7|app: 0|req: 920/1693] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:31.396 7 INFO neutron.db.securitygroups_db [None req-d947bbe6-d32f-45cd-a6ad-8a5e423ba6cc 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Project 4480a6cb9a5241efafba0d7c1e11db46 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: 921/1694] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:31.706 8 INFO neutron.services.segments.plugin [-] Segment c68f2e46-0c39-44a8-9fd4-16233f1953ef resource provider aggregate not found 2026-07-09 10:42:31.721 8 INFO neutron.services.segments.plugin [-] Segment c68f2e46-0c39-44a8-9fd4-16233f1953ef resource provider aggregate not found 2026-07-09 10:42:31.731 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c68f2e46-0c39-44a8-9fd4-16233f1953ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c68f2e46-0c39-44a8-9fd4-16233f1953ef found for delete ", "request_id": "req-9f2525ac-5671-4156-8153-48c416001650"}]} 2026-07-09 10:42:31.737 8 INFO neutron.db.l3_hamode_db [None req-00580798-d1e8-4d5b-a157-732f5436dcb5 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] HA network 0165ddc7-f4d0-47f2-a056-aa1c08a226e3 was deleted as no HA routers are present in tenant aac55835fa764577aaa401cd13f3424d. 2026-07-09 10:42:31.750 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c68f2e46-0c39-44a8-9fd4-16233f1953ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c68f2e46-0c39-44a8-9fd4-16233f1953ef found for delete ", "request_id": "req-a1063aa5-d1f7-433a-a638-e45bafb68ec3"}]} [pid: 8|app: 0|req: 774/1695] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:30 2026] DELETE /v2.0/routers/de561849-c59b-4514-ac16-dd3ebc9534fb => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1696] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:31 2026] GET /v2.0/ports?device_id=de561849-c59b-4514-ac16-dd3ebc9534fb => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1697] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:31 2026] GET /v2.0/security-groups?tenant_id=07d2f474faaf47d39ac83252509fcc14&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:31.819 8 INFO neutron.api.v2.resource [None req-b3becc60-719c-4081-9cb1-1ca3f1a57c2a fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1698] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/routers/de561849-c59b-4514-ac16-dd3ebc9534fb => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1699] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:31 2026] GET /v2.0/ports?device_id=bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:31.871 8 INFO neutron.api.v2.resource [None req-3ec2935c-801a-4001-aa66-68a22d193d73 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1700] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/routers/bda6ae20-99f0-4f6d-8ee8-8bf1a8a15bc7 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:42:31.904 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7e96db5-a220-43a5-b247-4bce478cea7a fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1701] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/subnets/c3664dcd-d9a8-4b28-926d-dc769bec154f => generated 136 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1702] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/security-groups/04a821c8-f1b4-48dd-a7ed-5654434f1d4c => 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: 780/1703] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:31 2026] GET /v2.0/ports?device_id=3819674b-b804-41a4-ab98-083550f03b97 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:31.980 7 INFO neutron.api.v2.resource [None req-f815dc92-35e1-4ed1-a8be-c1b1571ca49b fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1704] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/routers/3819674b-b804-41a4-ab98-083550f03b97 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:42:32.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-166bf8c0-8eca-4f4b-9e3f-d984d159e522 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1705] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:31 2026] DELETE /v2.0/subnets/183dff9c-aabc-43cd-8b11-395747e2af18 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1706] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:42:32 2026] GET /v2.0/ports?device_id=5f45b167-b4df-4fb2-a90a-43238fd9727c => 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: 783/1707] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:32 2026] GET /v2.0/security-groups?tenant_id=93473842c1ef46c28231dba21d876b99&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:32.082 8 INFO neutron.api.v2.resource [None req-55479235-17e0-44b0-af27-894063c518da fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1708] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:32 2026] DELETE /v2.0/routers/5f45b167-b4df-4fb2-a90a-43238fd9727c => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1709] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:42:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:42:32.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a003ec5-6789-490b-bd66-90bcff332696 fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1710] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:32 2026] DELETE /v2.0/subnets/f2ab64a8-cd15-4acb-a235-90d081a9dba9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1711] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:32 2026] DELETE /v2.0/security-groups/2be208e7-c9c6-4e6c-b7a5-cde26de46d62 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:32.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7298000-d64a-4094-a146-edc5c67d735f fb02fb765f4347b0b02f80344902e793 aac55835fa764577aaa401cd13f3424d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1712] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:32 2026] DELETE /v2.0/subnets/c4084dea-e8b4-4b25-a7b3-17ecd086e82c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1713] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1714] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1715] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:32 2026] GET /v2.0/security-groups?tenant_id=aac55835fa764577aaa401cd13f3424d&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: 928/1716] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:32 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1717] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:32 2026] DELETE /v2.0/security-groups/15f8b589-b571-4543-86e0-825156d491cb => 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: 929/1718] 10.0.0.97 () {34 vars in 1099 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1364228471&fields=id&tenant_id=4480a6cb9a5241efafba0d7c1e11db46 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1719] 10.0.0.97 () {34 vars in 1097 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--726871850&fields=id&tenant_id=4480a6cb9a5241efafba0d7c1e11db46 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1720] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/networks?id=e002c34d-29c0-4aff-9145-272a882dc743 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1721] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/quotas/4480a6cb9a5241efafba0d7c1e11db46 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1722] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/ports?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1723] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1724] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?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: 793/1725] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:33 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 933/1726] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:34 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 794/1727] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:35 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 795/1728] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:36 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 934/1729] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:36 2026] GET /v2.0/security-groups?tenant_id=60a058e3471e436b97fdadc09c2b9180&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1730] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:36 2026] DELETE /v2.0/security-groups/d0b43d21-b61f-4c73-8a4b-16f73b20775d => 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: 935/1731] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:37 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 797/1732] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:42:38 2026] GET /v2.0/networks?id=e002c34d-29c0-4aff-9145-272a882dc743 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1733] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:42:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4480a6cb9a5241efafba0d7c1e11db46 => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1734] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:42:38 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1735] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:38 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1736] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:42:38 2026] POST /v2.0/ports => generated 993 bytes in 384 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: 800/1737] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:42:38 2026] PUT /v2.0/ports/000b657b-ed7e-43f2-ac43-a078fbe11728 => generated 1274 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1738] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:38 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:39.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f66a1ec-2c03-41cb-af65-fb628962994d'] response: {'name': 'network-changed', 'server_uuid': 'c690f752-cb94-421c-abd1-b747713139ac', 'tag': '000b657b-ed7e-43f2-ac43-a078fbe11728', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 801/1739] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:39 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1742] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:42:39 2026] GET /v2.0/ports?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1743] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:42:39 2026] GET /v2.0/networks?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&shared=False => generated 769 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1744] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:42:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1745] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1746] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1747] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/ports?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1748] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=000b657b-ed7e-43f2-ac43-a078fbe11728 => 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: 943/1749] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/subnets?id=f5538eae-b7a7-4a9b-aaeb-400620d032c8 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1750] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/ports?network_id=e002c34d-29c0-4aff-9145-272a882dc743&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: 944/1751] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?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: 808/1752] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:42:40 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?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: 945/1753] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:41 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1754] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:41 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:41.968 7 INFO neutron.db.segments_db [None req-a834d9b4-e050-4326-83d0-885c0a78d9a6 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Added segment 2085c8ad-6087-44b3-8999-e0bb189088c7 of type vxlan for network 31ef7242-c3f3-4385-a51d-979fed8283d8 [pid: 8|app: 0|req: 809/1755] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/floatingips => generated 552 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1756] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/networks => generated 639 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1757] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/subnets => generated 657 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1758] 10.0.0.67 () {32 vars in 721 bytes} [Thu Jul 9 10:42:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1759] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1760] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/subnets => generated 732 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1761] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:42 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:42.699 8 INFO neutron.db.segments_db [None req-8cc9e878-26d6-4eec-8d49-b0f6d04e272b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Added segment f4263780-0c23-490a-8c4e-a590c60ca7d6 of type vxlan for network 95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e [pid: 8|app: 0|req: 812/1762] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/networks => generated 636 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1763] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:42 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1764] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1765] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1766] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/subnets => generated 726 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:43.318 8 INFO neutron.db.segments_db [None req-6e75d48c-6e5c-48ec-942e-6c440074f54d 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Added segment 9105b4e1-1681-403b-9809-1e1fb93af32c of type vxlan for network 374d10f3-faec-4fed-a7ad-d074bbcb6cc5 [pid: 8|app: 0|req: 816/1767] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/networks => generated 638 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1768] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/subnets => generated 656 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1769] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1770] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/subnets => generated 728 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1771] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:43 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:43.986 8 INFO neutron.db.segments_db [None req-67fb2274-f0da-4945-beb6-b111a5a8b347 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Added segment a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 of type vxlan for network 9022cd5e-34dc-488a-bbcb-0dfa04f29e78 2026-07-09 10:42:44.237 8 INFO neutron.db.l3_hamode_db [None req-67fb2274-f0da-4945-beb6-b111a5a8b347 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 953/1772] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1773] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1774] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1277 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1775] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:42:44 2026] PUT /v2.0/floatingips/f8cde6b4-7d80-493a-9c68-fffc49cf85b6/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1776] 199.204.45.53 () {34 vars in 1123 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/security-groups?id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1777] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:42:44 2026] PUT /v2.0/floatingips/4e0c5983-ac69-4e16-bbe7-38132c471cc2/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: 959/1778] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:42:44 2026] PUT /v2.0/floatingips/84f14ac0-590a-439c-a96b-7abaeb15f03e/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1779] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:42:44 2026] PUT /v2.0/floatingips/a6eebc07-649a-442b-b2a7-a26f1394ba7c/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1780] 10.0.0.67 () {32 vars in 671 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1781] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1782] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1783] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:44.992 8 INFO neutron.db.l3_hamode_db [None req-67fb2274-f0da-4945-beb6-b111a5a8b347 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 965/1784] 10.0.0.67 () {32 vars in 679 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1785] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:42:45 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1786] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:45 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1787] 10.0.0.67 () {32 vars in 689 bytes} [Thu Jul 9 10:42:45 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1788] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:45 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1789] 10.0.0.67 () {32 vars in 701 bytes} [Thu Jul 9 10:42:45 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:45.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a79959c-bc02-40ed-9416-d2d49fb50da3 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] TaaS: Handle Delete Port: f5745af9-3549-4500-8cd2-fb29e3bd793d 2026-07-09 10:42:45.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a79959c-bc02-40ed-9416-d2d49fb50da3 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] Tap Mirror: Handle Delete Port: f5745af9-3549-4500-8cd2-fb29e3bd793d [pid: 8|app: 0|req: 820/1790] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:42:43 2026] POST /v2.0/routers => generated 684 bytes in 1864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1791] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:45 2026] DELETE /v2.0/floatingips/f8cde6b4-7d80-493a-9c68-fffc49cf85b6 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:46.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-34f4fd81-edbb-44d8-b793-0ad5a5ad9927 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] TaaS: Handle Delete Port: bb498fbd-8530-431b-b5ac-2c77fffc3117 2026-07-09 10:42:46.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34f4fd81-edbb-44d8-b793-0ad5a5ad9927 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] Tap Mirror: Handle Delete Port: bb498fbd-8530-431b-b5ac-2c77fffc3117 [pid: 7|app: 0|req: 972/1792] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:45 2026] DELETE /v2.0/floatingips/4e0c5983-ac69-4e16-bbe7-38132c471cc2 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:46.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae63fc5c-60f2-4bb1-aab0-744f9556f90a a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] TaaS: Handle Delete Port: 0d210127-2fe6-4cb4-a864-18bdd13c0b14 2026-07-09 10:42:46.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae63fc5c-60f2-4bb1-aab0-744f9556f90a a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] Tap Mirror: Handle Delete Port: 0d210127-2fe6-4cb4-a864-18bdd13c0b14 [pid: 7|app: 0|req: 973/1793] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:46 2026] DELETE /v2.0/floatingips/84f14ac0-590a-439c-a96b-7abaeb15f03e => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1794] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:46 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:46.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-3759d020-a553-4d83-bb14-c5ac06b74e30 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] TaaS: Handle Delete Port: 0884b6d2-b3e6-403d-aa22-ea5e6c2e276f 2026-07-09 10:42:46.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3759d020-a553-4d83-bb14-c5ac06b74e30 a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] Tap Mirror: Handle Delete Port: 0884b6d2-b3e6-403d-aa22-ea5e6c2e276f [pid: 7|app: 0|req: 975/1795] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:46 2026] DELETE /v2.0/floatingips/a6eebc07-649a-442b-b2a7-a26f1394ba7c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1796] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:47 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:47.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2a3206c-56fc-471a-90ee-5650b9885c0d a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] TaaS: Handle Delete Port: 249d8c58-3dda-4512-9f77-a79c9be6384c 2026-07-09 10:42:47.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2a3206c-56fc-471a-90ee-5650b9885c0d a7b9aa249eec460fa94768abb7847617 c4f6620820ac49a1af2a264ee7d00aa9 - - default default] Tap Mirror: Handle Delete Port: 249d8c58-3dda-4512-9f77-a79c9be6384c [pid: 7|app: 0|req: 977/1797] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:47 2026] DELETE /v2.0/floatingips/7078868e-e5ba-403f-9e4a-8991d70e0934 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1798] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:47 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1799] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:47 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&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: 980/1800] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:47 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1801] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:47 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1802] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:45 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/add_router_interface => generated 309 bytes in 2304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1803] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:48 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1804] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:42:48 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1805] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:48 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1806] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:48 2026] GET /v2.0/security-groups?tenant_id=bd9350a96e984a488ad1344cdeb83414&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:48.994 8 INFO neutron.db.l3_db [None req-e06401f7-76f2-44c7-b166-c72341a7158d 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Floating IP ab4d1d8b-88a8-45e4-842d-9bf3074fc18f associated. External IP: 10.96.250.203, port: 000b657b-ed7e-43f2-ac43-a078fbe11728. [pid: 8|app: 0|req: 826/1807] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:42:48 2026] PUT /v2.0/floatingips/ab4d1d8b-88a8-45e4-842d-9bf3074fc18f => generated 855 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:49.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45771ce6-e80d-4e73-ba75-c32dc7a1fbf5'] response: {'name': 'network-changed', 'server_uuid': 'c690f752-cb94-421c-abd1-b747713139ac', 'tag': '000b657b-ed7e-43f2-ac43-a078fbe11728', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 827/1808] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:49 2026] DELETE /v2.0/security-groups/db01a41d-79d4-4223-83b6-add7498b0957 => 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: 828/1809] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1810] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/security-groups?id=73aa1b3d-8555-4074-923b-eba9ac030aa4&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: 982/1811] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:48 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/add_router_interface => generated 309 bytes in 1478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1812] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/security-groups?tenant_id=f3d90ab2b81342659512478198875563&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1813] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:49 2026] DELETE /v2.0/security-groups/a0ba361e-f464-4b51-b45a-7b7c3dddfe58 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1814] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/ports?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1815] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/networks?id=e002c34d-29c0-4aff-9145-272a882dc743 => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1816] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=000b657b-ed7e-43f2-ac43-a078fbe11728 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1817] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/security-groups?tenant_id=c4f6620820ac49a1af2a264ee7d00aa9&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1818] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/subnets?id=f5538eae-b7a7-4a9b-aaeb-400620d032c8 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1819] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:50 2026] DELETE /v2.0/security-groups/f9f43e5d-6eef-4609-847b-0f6fa9ca3c01 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1820] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/ports?network_id=e002c34d-29c0-4aff-9145-272a882dc743&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: 991/1821] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1822] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:50.519 7 INFO neutron_taas.services.taas.taas_plugin [req-694bc167-25a6-4aba-9bfb-4b88f175f753 req-bc1a8298-5bc5-4a5b-a748-8a104429a057 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] TaaS: Handle Delete Port: 4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 2026-07-09 10:42:50.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-694bc167-25a6-4aba-9bfb-4b88f175f753 req-bc1a8298-5bc5-4a5b-a748-8a104429a057 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Tap Mirror: Handle Delete Port: 4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 2026-07-09 10:42:50.644 7 INFO neutron.db.l3_db [req-694bc167-25a6-4aba-9bfb-4b88f175f753 req-bc1a8298-5bc5-4a5b-a748-8a104429a057 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Floating IP 3a9e70c6-2cac-4870-adfb-f2be0bb21d3f disassociated. External IP: 10.96.250.215, port: 4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7. [pid: 8|app: 0|req: 831/1823] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:42:49 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/add_router_interface => generated 309 bytes in 1326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1824] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1825] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 993/1826] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:42:50 2026] DELETE /v2.0/ports/4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:51.095 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bb448eb-6490-49cb-9968-af5cf0320ba8'] response: {'server_uuid': '3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d', 'name': 'network-vif-deleted', 'tag': '4acbe15f-0f5d-4277-9e86-e68f3aa2c0c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 834/1827] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:42:51 2026] POST /v2.0/security-groups => generated 1628 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1828] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1829] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1830] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1831] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 836/1832] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1833] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1834] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1835] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1836] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:53 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 838/1837] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1839] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:54 2026] GET /v2.0/ports?device_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => 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: 1000/1841] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1842] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1843] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:42:54 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: 843/1844] 10.0.0.97 () {34 vars in 1095 bytes} [Thu Jul 9 10:42:54 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1746640878&fields=id&tenant_id=72c707552a5e4bfb9a381c77c38f73c7 => 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: 1002/1845] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:42:54 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 703 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1846] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/quotas/72c707552a5e4bfb9a381c77c38f73c7 => 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: 1003/1847] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&fields=id => generated 241 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1848] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1004/1849] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1850] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => 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: 846/1851] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:55 2026] DELETE /v2.0/security-groups/73aa1b3d-8555-4074-923b-eba9ac030aa4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:55.528 7 INFO neutron.api.v2.resource [None req-746c6148-0d99-41a1-adf4-b0ac9788d967 d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/1852] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/security-groups/73aa1b3d-8555-4074-923b-eba9ac030aa4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:42:55.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cd74a0d-c5c9-4271-a2f5-84e36853f19d d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] TaaS: Handle Delete Port: 00d5970e-4cc2-4117-871c-65d6e6b30ae8 2026-07-09 10:42:55.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cd74a0d-c5c9-4271-a2f5-84e36853f19d d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] Tap Mirror: Handle Delete Port: 00d5970e-4cc2-4117-871c-65d6e6b30ae8 [pid: 8|app: 0|req: 847/1853] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:42:55 2026] DELETE /v2.0/floatingips/3a9e70c6-2cac-4870-adfb-f2be0bb21d3f => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1854] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:42:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1855] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:42:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1856] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:42:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:56.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f14b6f5-3bb2-4960-aeb1-17c632388425 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 91f922a8-2851-49f5-a6f5-eb9d902c580a [pid: 8|app: 0|req: 851/1857] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:42:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:56.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f14b6f5-3bb2-4960-aeb1-17c632388425 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 91f922a8-2851-49f5-a6f5-eb9d902c580a [pid: 8|app: 0|req: 852/1858] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:42:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1859] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:56 2026] PUT /v2.0/policies/0234e896-b04a-433d-afb1-af75abde8ec9/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1860] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:56 2026] PUT /v2.0/policies/4e2ed8eb-fe8d-42f3-b333-1935adfa3a3e/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1861] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:56 2026] PUT /v2.0/policies/5f3e0bf8-af32-40bf-babe-f3532a92127c/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1862] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:42:56 2026] PUT /v2.0/policies/44e32865-2cd5-4d59-b06e-bd28d20b1752/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1863] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:42:55 2026] PUT /v2.0/routers/11d81b99-965e-45fd-b33c-03e5206612d4/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1864] 10.0.0.67 () {32 vars in 673 bytes} [Thu Jul 9 10:42:56 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1865] 10.0.0.67 () {32 vars in 687 bytes} [Thu Jul 9 10:42:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:56.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-931eebeb-9cfb-41ca-9a77-029c567a90e2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 371f8361-d90e-497e-9407-bb2278b51368 2026-07-09 10:42:56.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931eebeb-9cfb-41ca-9a77-029c567a90e2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 371f8361-d90e-497e-9407-bb2278b51368 [pid: 8|app: 0|req: 859/1866] 10.0.0.67 () {32 vars in 683 bytes} [Thu Jul 9 10:42:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1867] 10.0.0.67 () {32 vars in 695 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1868] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:57.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-931eebeb-9cfb-41ca-9a77-029c567a90e2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 7abd885b-74d4-4fbb-8e82-adbcc7c88440 2026-07-09 10:42:57.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931eebeb-9cfb-41ca-9a77-029c567a90e2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 7abd885b-74d4-4fbb-8e82-adbcc7c88440 [pid: 8|app: 0|req: 862/1869] 10.0.0.67 () {32 vars in 695 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1870] 10.0.0.67 () {32 vars in 691 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1871] 10.0.0.67 () {32 vars in 703 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1872] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/qos/policies/0234e896-b04a-433d-afb1-af75abde8ec9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1873] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/qos/policies/4e2ed8eb-fe8d-42f3-b333-1935adfa3a3e => 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: 867/1874] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/qos/policies/5f3e0bf8-af32-40bf-babe-f3532a92127c => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:57.582 7 INFO neutron.services.segments.plugin [-] Segment 08061a67-0b12-4a43-9495-4746f776e800 resource provider aggregate not found 2026-07-09 10:42:57.594 7 INFO neutron.services.segments.plugin [-] Segment 08061a67-0b12-4a43-9495-4746f776e800 resource provider aggregate not found 2026-07-09 10:42:57.601 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 08061a67-0b12-4a43-9495-4746f776e800 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08061a67-0b12-4a43-9495-4746f776e800 found for delete ", "request_id": "req-9876920e-02fd-4a91-b487-03842cd0cbf1"}]} [pid: 8|app: 0|req: 868/1875] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/qos/policies/44e32865-2cd5-4d59-b06e-bd28d20b1752 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:42:57.620 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 08061a67-0b12-4a43-9495-4746f776e800 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08061a67-0b12-4a43-9495-4746f776e800 found for delete ", "request_id": "req-eb5a9610-17a1-4866-a6a8-a9d69b65dede"}]} 2026-07-09 10:42:57.624 7 INFO neutron.db.l3_hamode_db [None req-931eebeb-9cfb-41ca-9a77-029c567a90e2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 88585dda-b694-4653-981b-57c2fd917de2 was deleted as no HA routers are present in tenant e261a27667c94099a00f7a93fa7c8aa4. [pid: 7|app: 0|req: 1008/1876] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:56 2026] DELETE /v2.0/routers/11d81b99-965e-45fd-b33c-03e5206612d4 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1877] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/qos/policies/3278dbc4-c06e-46a4-82a0-ab7a321c9fe7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1878] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/subnets/7d0e8745-dc37-4fbb-a977-6814e2e0af7b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:42:57.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bd49f6b-25db-4b1b-a781-33e59e3be683 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 59af1b6f-f668-4d45-8217-f9b70b1fa09a 2026-07-09 10:42:57.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bd49f6b-25db-4b1b-a781-33e59e3be683 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 59af1b6f-f668-4d45-8217-f9b70b1fa09a 2026-07-09 10:42:58.081 8 INFO neutron.services.segments.plugin [-] Segment 5f77f445-093f-4a5a-be2e-b8a94a752fe1 resource provider aggregate not found 2026-07-09 10:42:58.088 8 INFO neutron.services.segments.plugin [-] Segment 5f77f445-093f-4a5a-be2e-b8a94a752fe1 resource provider aggregate not found 2026-07-09 10:42:58.100 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f77f445-093f-4a5a-be2e-b8a94a752fe1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f77f445-093f-4a5a-be2e-b8a94a752fe1 found for delete ", "request_id": "req-925addbf-7053-4021-8ea1-de39d0698592"}]} 2026-07-09 10:42:58.102 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f77f445-093f-4a5a-be2e-b8a94a752fe1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f77f445-093f-4a5a-be2e-b8a94a752fe1 found for delete ", "request_id": "req-5c3ca923-1d96-44f8-b8f4-ab39841af57d"}]} [pid: 8|app: 0|req: 870/1879] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:42:57 2026] DELETE /v2.0/networks/5989dcf7-ddff-4009-8cd2-ecbf9dc4757e => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1880] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:58 2026] GET /v2.0/security-groups?tenant_id=e261a27667c94099a00f7a93fa7c8aa4&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: 871/1881] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:58 2026] DELETE /v2.0/security-groups/912031c0-8859-4780-8841-16eaf1ae516d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1882] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:58 2026] GET /v2.0/security-groups?tenant_id=6d9ee50145f74e52b9a2bc8659a7166d&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1883] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:58 2026] DELETE /v2.0/security-groups/a5319e29-12bb-4955-9cbf-c46859d0e5dd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1884] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/security-groups?tenant_id=3eb23922e1694014b7810b7a518024d0&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: 873/1885] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:59 2026] DELETE /v2.0/security-groups/aa5affbf-cfef-49ab-8b08-f10c45865475 => 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: 1013/1886] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/security-groups?tenant_id=80ddc3f97a874cfaa820f4ab2d649f64&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1887] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:42:59 2026] DELETE /v2.0/security-groups/e4b23380-e447-431c-b36f-a21e7cf70ae6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1888] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 703 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1889] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=72c707552a5e4bfb9a381c77c38f73c7 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1890] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:42:59 2026] POST /v2.0/ports => generated 1179 bytes in 480 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-07-09 10:43:00.531 8 INFO neutron.db.segments_db [None req-dd1b7cdd-e420-4a95-8146-d06248698273 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 1825d458-7251-49be-b52e-d1105d36b6cf of type vxlan for network ed66ee46-c0cf-42bb-8522-09f3c763c49d [pid: 8|app: 0|req: 876/1891] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:43:00 2026] POST /v2.0/networks => generated 745 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1892] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:00 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1194 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1893] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:00 2026] PUT /v2.0/ports/a099bb47-2a66-4cfa-a809-43d84b8bf409 => generated 1460 bytes in 419 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: 1017/1894] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:00 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:00.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b3dcf47-3e9d-4a3d-acd4-706902f32551'] response: {'name': 'network-changed', 'server_uuid': 'def88771-02c6-4443-baea-0db2bdeb9454', 'tag': 'a099bb47-2a66-4cfa-a809-43d84b8bf409', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 878/1895] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:00 2026] POST /v2.0/subnets => generated 692 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:00.936 7 INFO neutron.db.segments_db [None req-75813d29-3580-42a6-b1de-8709decdc6eb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 56c169b0-471b-4810-add4-92d372192683 of type vxlan for network 6e1b5d4d-a08b-4363-81c2-4a3fbb39e446 2026-07-09 10:43:01.170 7 INFO neutron.db.l3_hamode_db [None req-75813d29-3580-42a6-b1de-8709decdc6eb 910123bd4b00410a8eb204ff265bd2a1 bd445b8c70d744869528c72dc5e87bd1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 879/1896] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1897] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/networks?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&shared=False => generated 2373 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1898] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:01.924 7 INFO neutron.db.l3_hamode_db [None req-75813d29-3580-42a6-b1de-8709decdc6eb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 882/1899] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1900] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => 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: 884/1901] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A187&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => 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: 885/1902] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1903] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1904] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&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: 7|app: 0|req: 1018/1905] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:00 2026] POST /v2.0/routers => generated 732 bytes in 1793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1906] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 889/1907] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1019/1908] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:43:02 2026] PUT /v2.0/routers/992c2f28-319f-41b3-b9fe-012bfd8aff35/add_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:04.003 8 INFO neutron.db.segments_db [None req-0e25ec1a-c04c-479d-bc35-75ada351b02c 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Added segment 8f19497f-f382-45c8-ae9e-37701dc86f6a of type vxlan for network 3c864733-380f-4220-98e6-fbe698397c7c 2026-07-09 10:43:04.271 8 INFO neutron.db.l3_hamode_db [None req-0e25ec1a-c04c-479d-bc35-75ada351b02c 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:43:04.381 8 INFO neutron.db.l3_hamode_db [None req-0e25ec1a-c04c-479d-bc35-75ada351b02c 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1020/1909] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/networks?id=ed66ee46-c0cf-42bb-8522-09f3c763c49d => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1910] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/quotas/bd445b8c70d744869528c72dc5e87bd1 => 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: 1022/1911] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/ports?tenant_id=bd445b8c70d744869528c72dc5e87bd1&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1912] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/networks/ed66ee46-c0cf-42bb-8522-09f3c763c49d?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1913] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/networks/ed66ee46-c0cf-42bb-8522-09f3c763c49d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1914] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:43:03 2026] POST /v2.0/routers => generated 474 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:05.074 7 INFO neutron.db.l3_hamode_db [None req-3fd3a836-4710-4388-aed8-5265f00a1a39 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 891/1915] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:05.232 7 INFO neutron.db.l3_hamode_db [None req-3fd3a836-4710-4388-aed8-5265f00a1a39 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1025/1916] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:43:05 2026] POST /v2.0/routers => generated 474 bytes in 824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1917] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:05.919 7 INFO neutron.db.l3_hamode_db [None req-29325175-bd13-4f1d-8504-bcf110ad6525 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 893/1918] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:06.045 7 INFO neutron.db.l3_hamode_db [None req-29325175-bd13-4f1d-8504-bcf110ad6525 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 894/1919] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:06 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 1026/1920] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:43:05 2026] POST /v2.0/routers => generated 474 bytes in 844 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:06.790 8 INFO neutron.db.l3_hamode_db [None req-b271be06-314a-49f5-8b83-d0ae81098a59 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:43:06.914 8 INFO neutron.db.l3_hamode_db [None req-b271be06-314a-49f5-8b83-d0ae81098a59 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1027/1921] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 895/1922] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:43:06 2026] POST /v2.0/routers => generated 474 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:07.566 7 INFO neutron.db.l3_hamode_db [None req-fb83368b-622b-4106-838a-446c0c97d4a5 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:43:07.683 7 INFO neutron.db.l3_hamode_db [None req-fb83368b-622b-4106-838a-446c0c97d4a5 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1028/1923] 10.0.0.67 () {34 vars in 667 bytes} [Thu Jul 9 10:43:07 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1924] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:08 2026] PUT /v2.0/routers/855b2bbd-e81d-4859-bad9-35753042a789/tags => generated 17 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1925] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 1029/1926] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:08 2026] PUT /v2.0/routers/24bc4bfb-ee8d-49ea-b450-fdeacede6788/tags => generated 25 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1927] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:08 2026] PUT /v2.0/routers/5488fbe3-0c7e-4949-bc97-b8e413be3bd6/tags => generated 34 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1928] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:08 2026] PUT /v2.0/routers/7afe650a-7dc3-4c05-8c76-ccfd9d79c7bc/tags => generated 19 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1929] 10.0.0.67 () {32 vars in 663 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1930] 10.0.0.67 () {32 vars in 677 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1931] 10.0.0.67 () {32 vars in 673 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1932] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1935] 10.0.0.67 () {32 vars in 671 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1936] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1937] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/networks?id=ed66ee46-c0cf-42bb-8522-09f3c763c49d => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1938] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1939] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1940] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/routers/855b2bbd-e81d-4859-bad9-35753042a789 => generated 485 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1941] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 903/1942] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:43:09 2026] POST /v2.0/ports => generated 958 bytes in 500 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: 904/1943] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:09 2026] PUT /v2.0/ports/cc499ed6-7eef-49e1-b566-edaaaf670b4f => generated 1239 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:10.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5578ba63-29eb-4c29-a372-c2267d6685e1'] response: {'name': 'network-changed', 'server_uuid': '26fac74d-e58c-462b-a832-ec70146ed77f', 'tag': 'cc499ed6-7eef-49e1-b566-edaaaf670b4f', '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: 905/1944] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1945] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:43:09 2026] PUT /v2.0/routers/855b2bbd-e81d-4859-bad9-35753042a789 => generated 485 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1946] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1947] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=855b2bbd-e81d-4859-bad9-35753042a789 => 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: 1041/1948] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1949] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1950] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1279 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:11.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-0502b4c7-55dd-4767-87ad-0613a56cc326 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] TaaS: Handle Delete Port: 6a79f387-229c-4f5c-8836-0294390b5590 2026-07-09 10:43:11.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0502b4c7-55dd-4767-87ad-0613a56cc326 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Tap Mirror: Handle Delete Port: 6a79f387-229c-4f5c-8836-0294390b5590 [pid: 8|app: 0|req: 910/1951] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1196 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1952] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?tenant_id=bd445b8c70d744869528c72dc5e87bd1&device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 1242 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1953] 10.0.0.67 () {32 vars in 857 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/floatingips?floating_network_id=a4194447-272d-49ee-9650-205bb1cd65d4&port_id=000b657b-ed7e-43f2-ac43-a078fbe11728 => generated 860 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1954] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1955] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/networks?tenant_id=bd445b8c70d744869528c72dc5e87bd1&shared=False => generated 773 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1956] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:10 2026] DELETE /v2.0/routers/855b2bbd-e81d-4859-bad9-35753042a789 => generated 0 bytes in 491 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1957] 10.0.0.67 () {32 vars in 817 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&mac_address=fa%3A16%3A3e%3A8e%3A8f%3Af5 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1958] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1959] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/routers/24bc4bfb-ee8d-49ea-b450-fdeacede6788 => generated 493 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1960] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:43:11 2026] PUT /v2.0/routers/24bc4bfb-ee8d-49ea-b450-fdeacede6788 => generated 493 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1961] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1962] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1279 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1963] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?device_id=24bc4bfb-ee8d-49ea-b450-fdeacede6788 => 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: 921/1964] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:12.275 7 INFO neutron.db.l3_db [None req-e460fd4c-68e7-46c2-ab43-764c01cba11b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP 6e7fb6b1-17d7-4bbe-b6e1-787d750fb728 associated. External IP: 10.96.250.214, port: a099bb47-2a66-4cfa-a809-43d84b8bf409. [pid: 8|app: 0|req: 922/1965] 10.0.0.18 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:12.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-61c47dd5-ded3-4de9-b11d-6567387317ba 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] TaaS: Handle Delete Port: 6b26ebbb-25fd-4fa1-8bb8-719384ffca74 2026-07-09 10:43:12.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c47dd5-ded3-4de9-b11d-6567387317ba 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Tap Mirror: Handle Delete Port: 6b26ebbb-25fd-4fa1-8bb8-719384ffca74 [pid: 7|app: 0|req: 1044/1966] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:43:11 2026] POST /v2.0/floatingips => generated 854 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:12.652 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-130977d4-97e0-4544-a653-63cf2e3d1550'] response: {'name': 'network-changed', 'server_uuid': 'def88771-02c6-4443-baea-0db2bdeb9454', 'tag': 'a099bb47-2a66-4cfa-a809-43d84b8bf409', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1045/1967] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?tenant_id=bd445b8c70d744869528c72dc5e87bd1&device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 1046/1968] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=cc499ed6-7eef-49e1-b566-edaaaf670b4f => 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: 923/1969] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:12 2026] DELETE /v2.0/routers/24bc4bfb-ee8d-49ea-b450-fdeacede6788 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1970] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/subnets?id=91262994-3379-4d3d-97b7-0613a3b27f95 => generated 695 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1971] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/routers/5488fbe3-0c7e-4949-bc97-b8e413be3bd6 => generated 502 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1972] 10.0.0.97 () {34 vars in 1095 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1746640878&fields=id&tenant_id=72c707552a5e4bfb9a381c77c38f73c7 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1973] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?network_id=ed66ee46-c0cf-42bb-8522-09f3c763c49d&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: 926/1974] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1975] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/networks/ed66ee46-c0cf-42bb-8522-09f3c763c49d?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: 928/1976] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/quotas/72c707552a5e4bfb9a381c77c38f73c7 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1977] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/networks/ed66ee46-c0cf-42bb-8522-09f3c763c49d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1978] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&fields=id => generated 333 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1979] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 932/1980] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 933/1981] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1982] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:43:12 2026] PUT /v2.0/routers/5488fbe3-0c7e-4949-bc97-b8e413be3bd6 => generated 502 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1983] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=5488fbe3-0c7e-4949-bc97-b8e413be3bd6 => 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: 934/1984] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1985] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => 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: 1052/1986] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1987] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A187&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:13.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-13f13f9d-d7a5-4be7-a28e-d75b63fb4a15 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] TaaS: Handle Delete Port: 41c43a00-c2d8-4624-bf5e-ec0ad8479490 2026-07-09 10:43:13.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13f13f9d-d7a5-4be7-a28e-d75b63fb4a15 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Tap Mirror: Handle Delete Port: 41c43a00-c2d8-4624-bf5e-ec0ad8479490 [pid: 7|app: 0|req: 1054/1988] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1989] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1990] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&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: 7|app: 0|req: 1057/1991] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1992] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1993] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:13 2026] DELETE /v2.0/routers/5488fbe3-0c7e-4949-bc97-b8e413be3bd6 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1994] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1995] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/routers/7afe650a-7dc3-4c05-8c76-ccfd9d79c7bc => generated 487 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1996] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 937/1997] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:43:13 2026] PUT /v2.0/routers/7afe650a-7dc3-4c05-8c76-ccfd9d79c7bc => generated 487 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1998] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=7afe650a-7dc3-4c05-8c76-ccfd9d79c7bc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:14.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-688cdd6f-1212-4d2f-b44f-9b37f164d958 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] TaaS: Handle Delete Port: e8589b01-72ac-4bf1-8f97-a323dffcf083 2026-07-09 10:43:14.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-688cdd6f-1212-4d2f-b44f-9b37f164d958 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Tap Mirror: Handle Delete Port: e8589b01-72ac-4bf1-8f97-a323dffcf083 [pid: 7|app: 0|req: 1062/1999] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2000] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2001] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:14 2026] DELETE /v2.0/routers/7afe650a-7dc3-4c05-8c76-ccfd9d79c7bc => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2002] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/routers/488b1f6a-167e-4124-a389-e6fb208ce57b => generated 480 bytes in 65 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.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2004] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2005] 10.0.0.67 () {34 vars in 741 bytes} [Thu Jul 9 10:43:14 2026] PUT /v2.0/routers/488b1f6a-167e-4124-a389-e6fb208ce57b => generated 480 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2006] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/ports?device_id=488b1f6a-167e-4124-a389-e6fb208ce57b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:15.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa857202-9c3e-48a8-8d66-b6ba71bfa5f4 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] TaaS: Handle Delete Port: 17cbdd96-c6ce-4f2b-aae7-61597c617d9f 2026-07-09 10:43:15.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa857202-9c3e-48a8-8d66-b6ba71bfa5f4 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] Tap Mirror: Handle Delete Port: 17cbdd96-c6ce-4f2b-aae7-61597c617d9f [pid: 7|app: 0|req: 1068/2007] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2008] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:15.889 8 INFO neutron.services.segments.plugin [-] Segment 8f19497f-f382-45c8-ae9e-37701dc86f6a resource provider aggregate not found 2026-07-09 10:43:15.891 8 INFO neutron.services.segments.plugin [-] Segment 8f19497f-f382-45c8-ae9e-37701dc86f6a resource provider aggregate not found 2026-07-09 10:43:15.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f19497f-f382-45c8-ae9e-37701dc86f6a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f19497f-f382-45c8-ae9e-37701dc86f6a found for delete ", "request_id": "req-d112a0f0-1a96-464b-bce8-0c3d965624e2"}]} 2026-07-09 10:43:15.925 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f19497f-f382-45c8-ae9e-37701dc86f6a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f19497f-f382-45c8-ae9e-37701dc86f6a found for delete ", "request_id": "req-a92948cd-404b-435e-ac07-b68e4abf0c61"}]} 2026-07-09 10:43:15.939 8 INFO neutron.db.l3_hamode_db [None req-aa857202-9c3e-48a8-8d66-b6ba71bfa5f4 0c0883739b8b47a594ed96cfc284ca24 21f439f43ddc44e98bb0a23d46b068d0 - - default default] HA network 3c864733-380f-4220-98e6-fbe698397c7c was deleted as no HA routers are present in tenant 21f439f43ddc44e98bb0a23d46b068d0. [pid: 8|app: 0|req: 940/2009] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:15 2026] DELETE /v2.0/routers/488b1f6a-167e-4124-a389-e6fb208ce57b => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2010] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2011] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2012] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2013] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2014] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/security-groups?tenant_id=21f439f43ddc44e98bb0a23d46b068d0&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2015] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:17 2026] DELETE /v2.0/security-groups/915077b7-6eaa-4420-b338-10a6e85a2347 => 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: 1072/2016] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2017] 10.0.0.97 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?id=981ccb92-3f8d-4936-8b7c-45a22acb16e5&id=4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2018] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 1010 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2019] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?tenant_id=65c3e8aab7cc4c0498398617699ab201&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2020] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:17.451 8 INFO neutron_taas.services.taas.taas_plugin [req-10d61997-c3aa-47f7-a25d-8711d52f1d53 req-697eaa47-9792-43db-9df6-e7313d05f98c 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] TaaS: Handle Delete Port: 000b657b-ed7e-43f2-ac43-a078fbe11728 2026-07-09 10:43:17.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10d61997-c3aa-47f7-a25d-8711d52f1d53 req-697eaa47-9792-43db-9df6-e7313d05f98c 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Tap Mirror: Handle Delete Port: 000b657b-ed7e-43f2-ac43-a078fbe11728 [pid: 7|app: 0|req: 1075/2021] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:17 2026] DELETE /v2.0/security-groups/86e61603-4ad9-4b3a-a678-a8fbfd24816a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2022] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:17.598 8 INFO neutron.db.l3_db [req-10d61997-c3aa-47f7-a25d-8711d52f1d53 req-697eaa47-9792-43db-9df6-e7313d05f98c 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Floating IP ab4d1d8b-88a8-45e4-842d-9bf3074fc18f disassociated. External IP: 10.96.250.203, port: 000b657b-ed7e-43f2-ac43-a078fbe11728. [pid: 7|app: 0|req: 1077/2023] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2024] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=72c707552a5e4bfb9a381c77c38f73c7 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2025] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:43:17 2026] POST /v2.0/ports => generated 1179 bytes in 354 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: 1080/2026] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/security-groups?tenant_id=a3dde4565da84a538d9fdbd44f2ce77a&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2027] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2028] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:43:17 2026] DELETE /v2.0/ports/000b657b-ed7e-43f2-ac43-a078fbe11728 => generated 0 bytes in 1109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2029] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:18 2026] DELETE /v2.0/security-groups/cb008821-de90-4e2b-b9ec-a8d89d9fe280 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2030] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2031] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => 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: 1082/2032] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:18 2026] PUT /v2.0/ports/2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => generated 1460 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2033] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1194 bytes in 84 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: 1083/2034] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:18.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba07bb34-05d8-4006-964d-ff2a3340bebf'] response: {'server_uuid': 'c690f752-cb94-421c-abd1-b747713139ac', 'name': 'network-vif-deleted', 'tag': '000b657b-ed7e-43f2-ac43-a078fbe11728', 'status': 'completed', 'code': 200} 2026-07-09 10:43:18.840 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba0995b1-b4fb-4fa6-a54d-44b1a6acb684'] response: {'name': 'network-changed', 'server_uuid': 'caa68f27-9734-4b8a-9300-3d0f0fa6f182', 'tag': '2ecc34f0-8c88-45f2-8faa-d77cc63c36fe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 952/2035] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2036] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/networks?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&shared=False => generated 2373 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2037] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2038] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2039] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2040] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2041] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2042] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&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: 7|app: 0|req: 1087/2043] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2044] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.31&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => 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: 1088/2045] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => 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: 958/2046] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/subnets?id=73b3d13e-956e-42e6-9e8e-2985069d94c0&id=19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2047] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2048] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&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: 1090/2049] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2050] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?device_id=c690f752-cb94-421c-abd1-b747713139ac => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2051] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2052] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2053] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2054] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:22 2026] DELETE /v2.0/security-groups/981ccb92-3f8d-4936-8b7c-45a22acb16e5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:22.139 7 INFO neutron.api.v2.resource [None req-d69c7207-2fd9-4c1d-b3cc-f48ca43c606c 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1094/2055] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/security-groups/981ccb92-3f8d-4936-8b7c-45a22acb16e5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:43:22.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2008563-32ef-46b2-a657-c04f4d8b84d2 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] TaaS: Handle Delete Port: 866636ba-46de-4d7b-9823-b76388f19604 2026-07-09 10:43:22.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2008563-32ef-46b2-a657-c04f4d8b84d2 12afd90125cb4e52966a0823df1f1a2d 4480a6cb9a5241efafba0d7c1e11db46 - - default default] Tap Mirror: Handle Delete Port: 866636ba-46de-4d7b-9823-b76388f19604 [pid: 7|app: 0|req: 1095/2056] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:43:22 2026] DELETE /v2.0/floatingips/ab4d1d8b-88a8-45e4-842d-9bf3074fc18f => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2057] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 1097/2058] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:22 2026] DELETE /v2.0/security-groups/4f6b3eb6-a23a-4c0c-b38f-fe9f0993400a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2059] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/security-groups?id=410f954c-7157-44e1-a156-06755feddb0e&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2060] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 962/2061] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:43:21 2026] POST /v2.0/floatingips => generated 552 bytes in 784 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:22.889 8 INFO neutron_taas.services.taas.taas_plugin [req-6c66a6f8-00b5-4fa6-8c37-bce91a41f3d5 req-e71e69c5-973c-4cce-9d6f-dc45f19850bc 7acaf0c5376a44eda1c36080997d9d48 bd445b8c70d744869528c72dc5e87bd1 - - default default] TaaS: Handle Delete Port: cc499ed6-7eef-49e1-b566-edaaaf670b4f 2026-07-09 10:43:22.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c66a6f8-00b5-4fa6-8c37-bce91a41f3d5 req-e71e69c5-973c-4cce-9d6f-dc45f19850bc 7acaf0c5376a44eda1c36080997d9d48 bd445b8c70d744869528c72dc5e87bd1 - - default default] Tap Mirror: Handle Delete Port: cc499ed6-7eef-49e1-b566-edaaaf670b4f [pid: 8|app: 0|req: 963/2062] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:43:22 2026] DELETE /v2.0/ports/cc499ed6-7eef-49e1-b566-edaaaf670b4f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:23.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ab1c69f-48ed-41f6-aa6e-1eeca743dac0'] response: {'server_uuid': '26fac74d-e58c-462b-a832-ec70146ed77f', 'name': 'network-vif-deleted', 'tag': 'cc499ed6-7eef-49e1-b566-edaaaf670b4f', 'status': 'completed', 'code': 200} 2026-07-09 10:43:23.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4fbd081-d65a-47c2-8016-576051a1841a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 827f9e5d-5b72-47d0-ba3c-6413e0613d6b 2026-07-09 10:43:23.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4fbd081-d65a-47c2-8016-576051a1841a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 827f9e5d-5b72-47d0-ba3c-6413e0613d6b [pid: 8|app: 0|req: 964/2063] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2064] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2065] 10.0.0.67 () {34 vars in 769 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/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: 967/2066] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2067] 10.0.0.67 () {34 vars in 765 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2068] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2069] 10.0.0.67 () {34 vars in 787 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2070] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2071] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2072] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/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: 974/2073] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:23.674 8 INFO neutron.api.v2.resource [None req-92002061-397b-409c-bc34-de325441b3b5 ebe54e3baa124535907569468bda210f 890cbf9f57d0464cb87839f657e16707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/2074] 10.0.0.67 () {32 vars in 750 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2075] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:43:22 2026] PUT /v2.0/routers/6640e4c2-d428-4190-a2a0-cc8319e46235/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2076] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:43:23 2026] DELETE /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/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: 977/2077] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2078] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:23.859 8 INFO neutron.api.v2.resource [None req-71325daf-e9e8-418b-aaf9-2635ea3aad75 ebe54e3baa124535907569468bda210f 890cbf9f57d0464cb87839f657e16707 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 979/2079] 10.0.0.67 () {32 vars in 753 bytes} [Thu Jul 9 10:43:23 2026] DELETE /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2080] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:23.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-560690ee-c234-4421-9544-f5dbfb7ea817 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 5cdbd699-7de6-43f7-99d2-088b5ba2b375 2026-07-09 10:43:23.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560690ee-c234-4421-9544-f5dbfb7ea817 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 5cdbd699-7de6-43f7-99d2-088b5ba2b375 [pid: 8|app: 0|req: 981/2081] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:43:23 2026] DELETE /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => 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: 982/2082] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2083] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:24.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6477e80-208d-44c2-8166-e3b99163b9f3 ebe54e3baa124535907569468bda210f 890cbf9f57d0464cb87839f657e16707 - - default default] TaaS: Handle Delete Port: 1b3abbeb-45de-4f39-aa2d-bc9eca38a315 2026-07-09 10:43:24.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6477e80-208d-44c2-8166-e3b99163b9f3 ebe54e3baa124535907569468bda210f 890cbf9f57d0464cb87839f657e16707 - - default default] Tap Mirror: Handle Delete Port: 1b3abbeb-45de-4f39-aa2d-bc9eca38a315 2026-07-09 10:43:24.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-560690ee-c234-4421-9544-f5dbfb7ea817 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 20d7f3ae-3ad5-46ac-937c-48b15dbf7d47 2026-07-09 10:43:24.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560690ee-c234-4421-9544-f5dbfb7ea817 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 20d7f3ae-3ad5-46ac-937c-48b15dbf7d47 [pid: 8|app: 0|req: 984/2084] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:43:24 2026] DELETE /v2.0/floatingips/0eb3e4d2-cf38-421e-8244-157b915956ad => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:24.724 7 INFO neutron.services.segments.plugin [-] Segment e2baae6c-d803-4af4-aa90-32f1303ade5e resource provider aggregate not found 2026-07-09 10:43:24.735 7 INFO neutron.services.segments.plugin [-] Segment e2baae6c-d803-4af4-aa90-32f1303ade5e resource provider aggregate not found 2026-07-09 10:43:24.756 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2baae6c-d803-4af4-aa90-32f1303ade5e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2baae6c-d803-4af4-aa90-32f1303ade5e found for delete ", "request_id": "req-eb36d7ea-7b87-4835-a52d-ac37164da252"}]} 2026-07-09 10:43:24.758 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2baae6c-d803-4af4-aa90-32f1303ade5e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2baae6c-d803-4af4-aa90-32f1303ade5e found for delete ", "request_id": "req-7a82ddeb-fc0a-4190-96f9-cf3e71bea0e9"}]} 2026-07-09 10:43:24.797 7 INFO neutron.db.l3_hamode_db [None req-560690ee-c234-4421-9544-f5dbfb7ea817 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 58d1ffe1-6012-4ce9-a283-79d27e048184 was deleted as no HA routers are present in tenant 4480a6cb9a5241efafba0d7c1e11db46. [pid: 7|app: 0|req: 1101/2087] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:23 2026] DELETE /v2.0/routers/6640e4c2-d428-4190-a2a0-cc8319e46235 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2088] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 987/2089] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:24 2026] DELETE /v2.0/subnets/f5538eae-b7a7-4a9b-aaeb-400620d032c8 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:25.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1f1df0f-e201-48e7-a503-79b7755cf954 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 515bddd2-6f9b-4e15-8b6f-2fadb9772b67 2026-07-09 10:43:25.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1f1df0f-e201-48e7-a503-79b7755cf954 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 515bddd2-6f9b-4e15-8b6f-2fadb9772b67 [pid: 7|app: 0|req: 1103/2090] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:24 2026] DELETE /v2.0/networks/e002c34d-29c0-4aff-9145-272a882dc743 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2091] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:25 2026] GET /v2.0/security-groups?tenant_id=890cbf9f57d0464cb87839f657e16707&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:25.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e816600-33ca-4e8d-8f4b-267999fd5fea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: b90807d6-0ecf-4e3a-9eec-50642ea9dc7b 2026-07-09 10:43:25.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e816600-33ca-4e8d-8f4b-267999fd5fea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: b90807d6-0ecf-4e3a-9eec-50642ea9dc7b [pid: 7|app: 0|req: 1105/2092] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:25 2026] DELETE /v2.0/security-groups/300cf806-0ce0-4cae-8ab8-7abddda0d689 => 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: 1106/2093] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:25 2026] GET /v2.0/security-groups?tenant_id=daaa6fa797e448b7a622218a3290bdf2&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2094] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:25 2026] DELETE /v2.0/security-groups/93ebd5e2-e078-4e1a-b586-e4edc0b1b4e3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2095] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/ports?device_id=26fac74d-e58c-462b-a832-ec70146ed77f => 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: 988/2096] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:43:25 2026] PUT /v2.0/routers/1fc88f51-26b7-4c80-a5aa-97115cbe2a93/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:26.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-e76c461e-7173-46a2-a4b5-1166a1f46901 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: aafcd4ed-168f-497b-bc52-2bbcb9170a15 2026-07-09 10:43:26.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e76c461e-7173-46a2-a4b5-1166a1f46901 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: aafcd4ed-168f-497b-bc52-2bbcb9170a15 2026-07-09 10:43:26.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-e76c461e-7173-46a2-a4b5-1166a1f46901 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: bc0647ab-8610-403c-87fc-a126cae70126 2026-07-09 10:43:26.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e76c461e-7173-46a2-a4b5-1166a1f46901 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: bc0647ab-8610-403c-87fc-a126cae70126 2026-07-09 10:43:26.792 7 INFO neutron.services.segments.plugin [-] Segment bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b resource provider aggregate not found 2026-07-09 10:43:26.799 7 INFO neutron.services.segments.plugin [-] Segment bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b resource provider aggregate not found 2026-07-09 10:43:26.825 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b found for delete ", "request_id": "req-9b201122-9d88-4f2c-bc95-0fed8411b333"}]} 2026-07-09 10:43:26.826 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4eb1e8-37f6-4ef9-ae57-8936ff14ab8b found for delete ", "request_id": "req-a95e9b8d-ad8f-420c-8d5b-2f4a999a2b38"}]} 2026-07-09 10:43:27.148 7 INFO neutron.db.l3_hamode_db [None req-e76c461e-7173-46a2-a4b5-1166a1f46901 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 6a97c8c9-89d4-487c-a0b9-108a3a10632d was deleted as no HA routers are present in tenant d2461885380744218ff3946a9296e62a. [pid: 7|app: 0|req: 1109/2097] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:26 2026] DELETE /v2.0/routers/1fc88f51-26b7-4c80-a5aa-97115cbe2a93 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2098] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:27 2026] DELETE /v2.0/subnets/7f7e8839-a75e-4d25-b767-ca32d6e382d8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:27.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-7aefaa35-6e1f-4bbc-9c5f-9c304cdea1c3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 6aecabd8-a771-4d31-9be5-c759d226842f 2026-07-09 10:43:27.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aefaa35-6e1f-4bbc-9c5f-9c304cdea1c3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 6aecabd8-a771-4d31-9be5-c759d226842f 2026-07-09 10:43:27.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-69fe3712-a19a-44f4-a152-04043982055f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: c40f5415-20b0-4578-87bb-43c53bbadbe7 2026-07-09 10:43:27.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69fe3712-a19a-44f4-a152-04043982055f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: c40f5415-20b0-4578-87bb-43c53bbadbe7 [pid: 7|app: 0|req: 1111/2099] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:27 2026] DELETE /v2.0/networks/3e9726d3-c86c-4497-9a0f-167f4cdb620d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2100] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:27 2026] GET /v2.0/security-groups?tenant_id=d2461885380744218ff3946a9296e62a&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2101] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:27 2026] DELETE /v2.0/security-groups/f7b487bc-8e43-4cec-8c83-e67f5f27364f => 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: 989/2102] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:43:27 2026] PUT /v2.0/routers/992c2f28-319f-41b3-b9fe-012bfd8aff35/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2103] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/security-groups?tenant_id=4480a6cb9a5241efafba0d7c1e11db46&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: 991/2104] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:28 2026] DELETE /v2.0/security-groups/16f1930b-c6d4-4777-9077-9ab54f87ce05 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:28.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-360a9daf-674f-4a4b-b882-643dbe604dcd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: e110e1b8-05ee-4bc9-a1b2-400cd1113ba3 2026-07-09 10:43:28.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-360a9daf-674f-4a4b-b882-643dbe604dcd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: e110e1b8-05ee-4bc9-a1b2-400cd1113ba3 2026-07-09 10:43:28.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-360a9daf-674f-4a4b-b882-643dbe604dcd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: c989370b-1d7a-4313-a31f-aafeaf05ec04 2026-07-09 10:43:28.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-360a9daf-674f-4a4b-b882-643dbe604dcd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: c989370b-1d7a-4313-a31f-aafeaf05ec04 2026-07-09 10:43:28.852 7 INFO neutron.services.segments.plugin [-] Segment 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 resource provider aggregate not found 2026-07-09 10:43:28.861 7 INFO neutron.services.segments.plugin [-] Segment 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 resource provider aggregate not found 2026-07-09 10:43:28.880 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 found for delete ", "request_id": "req-4c5876d9-12ed-4c37-a382-1c41de8d97ed"}]} 2026-07-09 10:43:28.883 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e38f6c3-d39c-4706-adce-5f1ac301a9c4 found for delete ", "request_id": "req-6c5012cd-7970-4ea8-8702-81d6522cf306"}]} 2026-07-09 10:43:28.908 7 INFO neutron.services.segments.plugin [-] Segment e2f3065b-b385-4c01-89e6-1d36ea873507 resource provider aggregate not found 2026-07-09 10:43:28.913 7 INFO neutron.services.segments.plugin [-] Segment e2f3065b-b385-4c01-89e6-1d36ea873507 resource provider aggregate not found 2026-07-09 10:43:28.928 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2f3065b-b385-4c01-89e6-1d36ea873507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f3065b-b385-4c01-89e6-1d36ea873507 found for delete ", "request_id": "req-2ea51984-0ca3-4416-a00e-bba98941d8c6"}]} 2026-07-09 10:43:28.944 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2f3065b-b385-4c01-89e6-1d36ea873507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f3065b-b385-4c01-89e6-1d36ea873507 found for delete ", "request_id": "req-1d97537a-5971-418a-bd44-4a595905b8d0"}]} 2026-07-09 10:43:29.107 7 INFO neutron.db.l3_hamode_db [None req-360a9daf-674f-4a4b-b882-643dbe604dcd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 6e1b5d4d-a08b-4363-81c2-4a3fbb39e446 was deleted as no HA routers are present in tenant bd445b8c70d744869528c72dc5e87bd1. [pid: 7|app: 0|req: 1114/2105] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:28 2026] DELETE /v2.0/routers/992c2f28-319f-41b3-b9fe-012bfd8aff35 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2106] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2107] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&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: 992/2108] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:29 2026] DELETE /v2.0/subnets/91262994-3379-4d3d-97b7-0613a3b27f95 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2109] 10.0.0.67 () {32 vars in 817 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&mac_address=fa%3A16%3A3e%3Ade%3Ae0%3Aff => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:29.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-56d78162-badd-47a3-ada8-9a018b85f4f6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: f7a9e5de-0868-4acb-ae39-58980b5fb58d 2026-07-09 10:43:29.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56d78162-badd-47a3-ada8-9a018b85f4f6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: f7a9e5de-0868-4acb-ae39-58980b5fb58d [pid: 7|app: 0|req: 1117/2110] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:29 2026] DELETE /v2.0/networks/ed66ee46-c0cf-42bb-8522-09f3c763c49d => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2111] 10.0.0.67 () {34 vars in 677 bytes} [Thu Jul 9 10:43:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2112] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/security-groups?tenant_id=bd445b8c70d744869528c72dc5e87bd1&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2113] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:43:29 2026] PUT /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2114] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/security-groups/410f954c-7157-44e1-a156-06755feddb0e => 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: 1122/2115] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2116] 10.0.0.67 () {34 vars in 763 bytes} [Thu Jul 9 10:43:30 2026] PUT /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-09 10:43:30.239 8 INFO neutron.db.l3_db [None req-3b68ed06-a930-413e-af46-6cf0809ee558 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP b3403caa-ac2f-4e75-9608-2d6a18e9046a associated. External IP: 10.96.250.218, port: 2ecc34f0-8c88-45f2-8faa-d77cc63c36fe. [pid: 7|app: 0|req: 1124/2117] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2118] 10.0.0.67 () {34 vars in 759 bytes} [Thu Jul 9 10:43:30 2026] PUT /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2119] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2120] 10.0.0.67 () {34 vars in 781 bytes} [Thu Jul 9 10:43:30 2026] PUT /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2121] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/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: 1129/2122] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:43:30 2026] PUT /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2123] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2124] 10.0.0.67 () {32 vars in 740 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/red => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:30.764 7 INFO neutron.api.v2.resource [None req-86fde7f2-2ffb-42b7-bb83-f528439a47b8 5c68153b0c7d4d17881e00161a3ea254 113e95d956694ea3ba124d308aadc4f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2125] 10.0.0.67 () {32 vars in 744 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2126] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:43:29 2026] POST /v2.0/floatingips => generated 854 bytes in 1397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2127] 10.0.0.67 () {32 vars in 743 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:30.849 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72b48d02-7369-44d8-9596-9329ad545adc'] response: {'name': 'network-changed', 'server_uuid': 'caa68f27-9734-4b8a-9300-3d0f0fa6f182', 'tag': '2ecc34f0-8c88-45f2-8faa-d77cc63c36fe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/2128] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:30.927 7 INFO neutron.api.v2.resource [None req-8969114c-fcb3-457a-8539-d3f573ec97de 5c68153b0c7d4d17881e00161a3ea254 113e95d956694ea3ba124d308aadc4f7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2129] 10.0.0.67 () {32 vars in 747 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:43:30.949 7 INFO neutron.services.segments.plugin [-] Segment 56c169b0-471b-4810-add4-92d372192683 resource provider aggregate not found 2026-07-09 10:43:30.962 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 56c169b0-471b-4810-add4-92d372192683 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c169b0-471b-4810-add4-92d372192683 found for delete ", "request_id": "req-256eaf3d-eeae-448d-9156-0bdae4a0b8b9"}]} 2026-07-09 10:43:30.968 7 INFO neutron.services.segments.plugin [-] Segment 56c169b0-471b-4810-add4-92d372192683 resource provider aggregate not found 2026-07-09 10:43:30.987 7 INFO neutron.services.segments.plugin [-] Segment 1825d458-7251-49be-b52e-d1105d36b6cf resource provider aggregate not found 2026-07-09 10:43:30.994 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 56c169b0-471b-4810-add4-92d372192683 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c169b0-471b-4810-add4-92d372192683 found for delete ", "request_id": "req-046f2e2d-0367-4d72-85a5-1d8be6829429"}]} 2026-07-09 10:43:31.001 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1825d458-7251-49be-b52e-d1105d36b6cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1825d458-7251-49be-b52e-d1105d36b6cf found for delete ", "request_id": "req-0ce11086-afa1-4bdc-ad5f-9a8aee8b2954"}]} 2026-07-09 10:43:31.012 7 INFO neutron.services.segments.plugin [-] Segment 1825d458-7251-49be-b52e-d1105d36b6cf resource provider aggregate not found [pid: 8|app: 0|req: 996/2130] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/tags => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:31.028 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1825d458-7251-49be-b52e-d1105d36b6cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1825d458-7251-49be-b52e-d1105d36b6cf found for delete ", "request_id": "req-426c6f8c-3d13-4d69-8624-d02364709550"}]} [pid: 7|app: 0|req: 1135/2131] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2/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: 997/2132] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:43:31 2026] DELETE /v2.0/qos/policies/b19b74b2-f05b-4d68-a1b2-d1d1bf1621b2 => 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: 1136/2133] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1465 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2134] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2135] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.31&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2136] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => 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: 1138/2137] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/subnets?id=73b3d13e-956e-42e6-9e8e-2985069d94c0&id=19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2138] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2139] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2140] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1140/2141] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2142] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/security-groups?tenant_id=61da973a4e1949029afba35d036ed2e0&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2143] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/security-groups/4c020fa9-93b7-4fe2-a2b0-ed9e396a63f4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2144] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:43:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2145] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2146] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/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: 1143/2147] 10.0.0.67 () {34 vars in 769 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2148] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2149] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/security-groups?tenant_id=113e95d956694ea3ba124d308aadc4f7&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2150] 10.0.0.67 () {34 vars in 765 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2151] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/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: 1006/2152] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/security-groups/9d9570c3-768c-4c39-bf94-3b0592c5205b => 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: 1147/2153] 10.0.0.67 () {34 vars in 787 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/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: 1007/2154] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2155] 10.0.0.67 () {34 vars in 758 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2156] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2157] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:32.800 8 INFO neutron.api.v2.resource [None req-d398a6c9-2935-456e-ad1b-4a0bcc93fb5c 10e1feda39cc4d7eb5fc53533f58a432 24ea6c73c15344f3abf1ba2183c2c295 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1009/2158] 10.0.0.67 () {32 vars in 750 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/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: 1150/2159] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2160] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:32.909 7 INFO neutron.api.v2.resource [None req-a69905d6-ac6f-48e1-a8a7-c86d7c51578d 10e1feda39cc4d7eb5fc53533f58a432 24ea6c73c15344f3abf1ba2183c2c295 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1151/2161] 10.0.0.67 () {32 vars in 753 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2162] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => 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: 1152/2163] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:33 2026] GET /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2164] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:43:33 2026] DELETE /v2.0/subnetpools/8564d286-46ba-483b-a8d6-87a3063e7c89 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2165] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:33 2026] GET /v2.0/security-groups?tenant_id=24ea6c73c15344f3abf1ba2183c2c295&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2166] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:34 2026] DELETE /v2.0/security-groups/c17b9dad-76b1-4d31-8f27-7de60db4daa6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2167] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/security-groups?tenant_id=4dd72da0410d41b8bdb4650c6a682c93&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: 1014/2168] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:34 2026] DELETE /v2.0/security-groups/59bf04e3-3828-4fb3-b715-0ca6b89a6b00 => 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: 1155/2169] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:35 2026] GET /v2.0/security-groups?tenant_id=b3e0cef9cb5647edab710bd5ab4c3f94&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2170] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:35 2026] DELETE /v2.0/security-groups/61ea5ceb-f384-462b-b1e5-a1d2fe7ea203 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2171] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups?tenant_id=e535596e34dd4f47a0cdc6883c0ef1ce&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2172] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:36 2026] DELETE /v2.0/security-groups/ea5829d6-443c-4c9d-afe2-f3dc00e1b650 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2173] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:43:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2174] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:43:36 2026] PUT /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2175] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/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: 1159/2176] 10.0.0.67 () {34 vars in 777 bytes} [Thu Jul 9 10:43:36 2026] PUT /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2177] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/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: 1160/2178] 10.0.0.67 () {34 vars in 773 bytes} [Thu Jul 9 10:43:36 2026] PUT /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2179] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2180] 10.0.0.67 () {34 vars in 795 bytes} [Thu Jul 9 10:43:36 2026] PUT /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2181] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2182] 10.0.0.67 () {34 vars in 766 bytes} [Thu Jul 9 10:43:37 2026] PUT /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/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: 1021/2183] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2184] 10.0.0.67 () {32 vars in 754 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:37.197 8 INFO neutron.api.v2.resource [None req-83d0b42a-ad5c-4872-afb9-bd9f4813785e b50db11214fe423495673acdfd8fb474 d650f8b5b3dd4e5ea6d86ef98e8b9922 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2185] 10.0.0.67 () {32 vars in 758 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2186] 10.0.0.67 () {32 vars in 757 bytes} [Thu Jul 9 10:43:37 2026] DELETE /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/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: 1023/2187] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:37.323 7 INFO neutron.api.v2.resource [None req-cc9642ee-625f-4af7-833e-c736b980c53e b50db11214fe423495673acdfd8fb474 d650f8b5b3dd4e5ea6d86ef98e8b9922 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2188] 10.0.0.67 () {32 vars in 761 bytes} [Thu Jul 9 10:43:37 2026] DELETE /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/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: 1024/2189] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:43:37 2026] DELETE /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => 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: 1166/2190] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2191] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:37 2026] DELETE /v2.0/security-groups/ce2da76f-df36-4439-89d3-af2906bc8516 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2192] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2193] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:38.184 7 INFO neutron.db.segments_db [None req-e6e9343a-6453-4078-9cb6-43f7b8475fe4 e365fd35413641328751f02d6c63b869 816adac1489643dda93d41775e541440 - - default default] Added segment caa7adba-83fb-457f-af18-e932153327fc of type vxlan for network a083e3d2-ef48-45be-b422-31b3bf535280 [pid: 8|app: 0|req: 1027/2194] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/security-groups?tenant_id=d650f8b5b3dd4e5ea6d86ef98e8b9922&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2195] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:37 2026] POST /v2.0/networks => generated 632 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2196] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:38 2026] DELETE /v2.0/security-groups/85dfd8ca-42cc-476a-8f98-05102f1f5e12 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2197] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:38 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2198] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/security-groups?tenant_id=f643587abc2141da94ba013c76354383&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2199] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:38 2026] PUT /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/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: 1171/2200] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/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: 1030/2201] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:38 2026] DELETE /v2.0/security-groups/f5b4a890-3092-4649-af4f-92e670f813ba => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2202] 10.0.0.67 () {34 vars in 761 bytes} [Thu Jul 9 10:43:38 2026] PUT /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2203] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2204] 10.0.0.67 () {34 vars in 757 bytes} [Thu Jul 9 10:43:38 2026] PUT /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2205] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2206] 10.0.0.67 () {34 vars in 779 bytes} [Thu Jul 9 10:43:38 2026] PUT /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2207] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2208] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:43:38 2026] PUT /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/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: 1034/2209] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:39 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2210] 10.0.0.67 () {32 vars in 738 bytes} [Thu Jul 9 10:43:39 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:39.221 8 INFO neutron.api.v2.resource [None req-d2e71b37-a4c0-4a3a-b16f-371b8e2da0ad e365fd35413641328751f02d6c63b869 816adac1489643dda93d41775e541440 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/2211] 10.0.0.67 () {32 vars in 742 bytes} [Thu Jul 9 10:43:39 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2214] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:43:39 2026] DELETE /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2215] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:39 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:39.391 7 INFO neutron.api.v2.resource [None req-3c1cfa58-08d2-4fde-91d8-6c1f7257b481 e365fd35413641328751f02d6c63b869 816adac1489643dda93d41775e541440 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2216] 10.0.0.67 () {32 vars in 745 bytes} [Thu Jul 9 10:43:39 2026] DELETE /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2217] 10.0.0.67 () {32 vars in 733 bytes} [Thu Jul 9 10:43:39 2026] DELETE /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => 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: 1179/2218] 10.0.0.67 () {32 vars in 730 bytes} [Thu Jul 9 10:43:39 2026] GET /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2219] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:39 2026] DELETE /v2.0/subnets/0402e471-6de4-4248-85ff-2ee6eba1a94b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:39.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc95a717-b040-4839-b65d-d43b28c7eedd e365fd35413641328751f02d6c63b869 816adac1489643dda93d41775e541440 - - default default] TaaS: Handle Delete Port: bd31f734-027c-4c80-becd-98c5a69b3b2b 2026-07-09 10:43:39.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc95a717-b040-4839-b65d-d43b28c7eedd e365fd35413641328751f02d6c63b869 816adac1489643dda93d41775e541440 - - default default] Tap Mirror: Handle Delete Port: bd31f734-027c-4c80-becd-98c5a69b3b2b 2026-07-09 10:43:40.002 7 INFO neutron.services.segments.plugin [-] Segment caa7adba-83fb-457f-af18-e932153327fc resource provider aggregate not found 2026-07-09 10:43:40.007 7 INFO neutron.services.segments.plugin [-] Segment caa7adba-83fb-457f-af18-e932153327fc resource provider aggregate not found 2026-07-09 10:43:40.022 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment caa7adba-83fb-457f-af18-e932153327fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa7adba-83fb-457f-af18-e932153327fc found for delete ", "request_id": "req-4e0a646b-4fc2-4b79-9771-016b82e283b1"}]} 2026-07-09 10:43:40.029 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment caa7adba-83fb-457f-af18-e932153327fc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa7adba-83fb-457f-af18-e932153327fc found for delete ", "request_id": "req-f94d3cce-c376-458a-aa20-28391bc73630"}]} [pid: 7|app: 0|req: 1180/2220] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:39 2026] DELETE /v2.0/networks/a083e3d2-ef48-45be-b422-31b3bf535280 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2221] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:40 2026] GET /v2.0/security-groups?tenant_id=bdccde1c73c34d0890f14e4d9c5162fd&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2222] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:41 2026] DELETE /v2.0/security-groups/b9512d52-2f4e-4eb2-9cf7-931d9c81887d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2223] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:41 2026] GET /v2.0/security-groups?tenant_id=816adac1489643dda93d41775e541440&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2224] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:41 2026] DELETE /v2.0/security-groups/05b4163d-d53d-4bc4-aa0d-5582b356d328 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:42.466 8 INFO neutron.db.segments_db [None req-1c02b91c-e7d2-42d5-84d5-ad2b941a9c27 faae378a712e4027ac79344b1dfc9982 a7ff1524b7754142965c24f4b467fdfe - - default default] Added segment 40f8b272-6aca-4a41-9531-7862815d3a09 of type vxlan for network dc83d848-daff-4166-b109-a76af2501ac5 [pid: 8|app: 0|req: 1043/2225] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:42 2026] POST /v2.0/networks => generated 632 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:42.643 7 INFO neutron.db.segments_db [None req-4413f9d1-6ab1-426a-8ebb-1d6c29ab0ddd faae378a712e4027ac79344b1dfc9982 a7ff1524b7754142965c24f4b467fdfe - - default default] Added segment b02e457c-806e-4720-9389-3778335ef60b of type vxlan for network 806f89d9-f978-4995-9bc0-756951b3e978 [pid: 7|app: 0|req: 1183/2226] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:42 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2227] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:43:42 2026] PUT /v2.0/networks/dc83d848-daff-4166-b109-a76af2501ac5/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2228] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:42 2026] GET /v2.0/networks/dc83d848-daff-4166-b109-a76af2501ac5/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2229] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:43:42 2026] PUT /v2.0/networks/806f89d9-f978-4995-9bc0-756951b3e978/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2230] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:42 2026] GET /v2.0/networks/806f89d9-f978-4995-9bc0-756951b3e978/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2231] 10.0.0.67 () {34 vars in 752 bytes} [Thu Jul 9 10:43:42 2026] PUT /v2.0/networks/806f89d9-f978-4995-9bc0-756951b3e978/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2232] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:43 2026] GET /v2.0/networks/806f89d9-f978-4995-9bc0-756951b3e978/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: 1047/2233] 10.0.0.67 () {32 vars in 732 bytes} [Thu Jul 9 10:43:43 2026] GET /v2.0/networks/dc83d848-daff-4166-b109-a76af2501ac5/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:43.243 7 INFO neutron.services.segments.plugin [-] Segment 40f8b272-6aca-4a41-9531-7862815d3a09 resource provider aggregate not found 2026-07-09 10:43:43.247 7 INFO neutron.services.segments.plugin [-] Segment 40f8b272-6aca-4a41-9531-7862815d3a09 resource provider aggregate not found 2026-07-09 10:43:43.260 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 40f8b272-6aca-4a41-9531-7862815d3a09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f8b272-6aca-4a41-9531-7862815d3a09 found for delete ", "request_id": "req-59b5e80e-ae04-43d2-a73a-41d74618c324"}]} 2026-07-09 10:43:43.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 40f8b272-6aca-4a41-9531-7862815d3a09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f8b272-6aca-4a41-9531-7862815d3a09 found for delete ", "request_id": "req-cde95042-242f-4df3-8229-1d8c5da20616"}]} [pid: 7|app: 0|req: 1187/2234] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:43 2026] DELETE /v2.0/networks/dc83d848-daff-4166-b109-a76af2501ac5 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:43.387 8 INFO neutron.services.segments.plugin [-] Segment b02e457c-806e-4720-9389-3778335ef60b resource provider aggregate not found 2026-07-09 10:43:43.395 8 INFO neutron.services.segments.plugin [-] Segment b02e457c-806e-4720-9389-3778335ef60b resource provider aggregate not found 2026-07-09 10:43:43.412 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b02e457c-806e-4720-9389-3778335ef60b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b02e457c-806e-4720-9389-3778335ef60b found for delete ", "request_id": "req-81a3d4e6-73fe-41d5-a5a3-26037fbc5dd8"}]} 2026-07-09 10:43:43.413 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b02e457c-806e-4720-9389-3778335ef60b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b02e457c-806e-4720-9389-3778335ef60b found for delete ", "request_id": "req-8c5a2fe2-5f82-4f45-b594-55b056718c49"}]} [pid: 8|app: 0|req: 1048/2235] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:43 2026] DELETE /v2.0/networks/806f89d9-f978-4995-9bc0-756951b3e978 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2236] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:43 2026] GET /v2.0/security-groups?tenant_id=8cd180875df74be9bd223cb51c933b5d&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2237] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:43 2026] DELETE /v2.0/security-groups/26016fa3-a179-4939-a113-55445172605a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2238] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/security-groups?tenant_id=0d896d2e5d6044ff944f359f23ca5771&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2239] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/security-groups?tenant_id=a7ff1524b7754142965c24f4b467fdfe&name=default => generated 2927 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2240] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:44 2026] DELETE /v2.0/security-groups/e1b7a9d6-c862-485d-be34-fd1bc10ca4e6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2241] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:44 2026] DELETE /v2.0/security-groups/43be8af9-fbf7-4bb8-8c96-83c1d7674988 => 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: 1191/2242] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/security-groups?tenant_id=5191171bd4eb43b39506fde365b73230&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2243] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:44 2026] DELETE /v2.0/security-groups/29a15d48-d192-46f1-a17b-8c29e50770cd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2244] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/security-groups?tenant_id=06f5287c93ce45c398333616eea44682&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2245] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:45 2026] DELETE /v2.0/security-groups/95c415cc-2385-4cec-b7a4-61a434092372 => 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: 1193/2246] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/security-groups?tenant_id=95b5c1291921434cbefad71017846131&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: 1054/2247] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:45 2026] DELETE /v2.0/security-groups/3105a451-481d-4753-b463-333f0621ed9a => 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: 1194/2248] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/security-groups?tenant_id=10eeeebffed2471daf97b06f8a00b598&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2249] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:50 2026] DELETE /v2.0/security-groups/6052e010-8eec-425c-99f1-acd904464531 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2250] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:50 2026] GET /v2.0/security-groups?tenant_id=1464d5d645ba4a3d88c61caf8b62c79d&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2251] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:50 2026] DELETE /v2.0/security-groups/0eb7b896-81d4-4422-b8cf-5898167576a7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:52.637 7 INFO neutron.db.segments_db [None req-2c7b25d1-ae4b-4513-b41c-81d553774e32 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] Added segment 2c96c487-3327-4ed0-9ef3-631b5db3754a of type vxlan for network 4b3cb61c-8f62-4f76-83b3-211612ed4fdd [pid: 7|app: 0|req: 1196/2252] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:52 2026] POST /v2.0/networks => generated 648 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2253] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1197/2254] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:53 2026] POST /v2.0/subnets => generated 673 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:53.510 8 INFO neutron.db.segments_db [None req-bf58e023-031e-46a4-afc6-cf9bd02fc72e dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] Added segment 43ed3371-560e-4edb-99dd-78de848e491d of type vxlan for network 58029653-b377-422f-bd30-c565b772ea89 [pid: 8|app: 0|req: 1058/2255] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:53 2026] POST /v2.0/networks => generated 648 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2256] 10.0.0.67 () {34 vars in 742 bytes} [Thu Jul 9 10:43:53 2026] PUT /v2.0/networks/58029653-b377-422f-bd30-c565b772ea89 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2257] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:53 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2258] 10.0.0.67 () {34 vars in 740 bytes} [Thu Jul 9 10:43:53 2026] PUT /v2.0/subnets/12bd019f-99ea-4c06-aa00-438eceac8072 => generated 656 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2259] 10.0.0.118 () {30 vars in 690 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2260] 10.0.0.118 () {30 vars in 692 bytes} [Thu Jul 9 10:43:54 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: 1202/2261] 10.0.0.118 () {30 vars in 668 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2262] 10.0.0.118 () {30 vars in 704 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:54.288 8 INFO neutron.services.segments.plugin [-] Segment 43ed3371-560e-4edb-99dd-78de848e491d resource provider aggregate not found 2026-07-09 10:43:54.293 8 INFO neutron.services.segments.plugin [-] Segment 43ed3371-560e-4edb-99dd-78de848e491d resource provider aggregate not found 2026-07-09 10:43:54.310 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43ed3371-560e-4edb-99dd-78de848e491d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ed3371-560e-4edb-99dd-78de848e491d found for delete ", "request_id": "req-cf0d7950-da50-4875-b78d-042355ac9133"}]} 2026-07-09 10:43:54.312 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43ed3371-560e-4edb-99dd-78de848e491d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ed3371-560e-4edb-99dd-78de848e491d found for delete ", "request_id": "req-904f78a3-d720-4f14-ac6e-62fa22b9f790"}]} [pid: 8|app: 0|req: 1060/2265] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/networks/58029653-b377-422f-bd30-c565b772ea89 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:54.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fb2d6bc-fccc-4336-aa07-ae5aaf6ace82 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2266] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/networks/58029653-b377-422f-bd30-c565b772ea89 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2267] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2268] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/subnets?network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2269] 10.0.0.67 () {32 vars in 652 bytes} [Thu Jul 9 10:43:54 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: 7|app: 0|req: 1208/2270] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks => generated 1313 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2271] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2272] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks/4b3cb61c-8f62-4f76-83b3-211612ed4fdd => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2273] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/subnets/7088cbf3-37af-4b75-a670-99a5d474748a => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:54.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe945412-fb1e-4958-8140-4ba346fdc009 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1210/2274] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/subnets/12bd019f-99ea-4c06-aa00-438eceac8072 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:43:54.693 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83b6221e-71c9-42a8-9178-80dc8c539af7 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2275] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/networks/58029653-b377-422f-bd30-c565b772ea89 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2276] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/subnets/7088cbf3-37af-4b75-a670-99a5d474748a => 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: 1212/2277] 10.0.0.118 () {28 vars in 439 bytes} [Thu Jul 9 10:43:54 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: 1213/2278] 10.0.0.118 () {30 vars in 728 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 657 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:54.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-32f93377-8a6d-40c0-b35e-0901ac134946 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] TaaS: Handle Delete Port: 4f3d54af-c057-4b8b-8201-63cd6603ea7f 2026-07-09 10:43:54.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f93377-8a6d-40c0-b35e-0901ac134946 dd87c0eaa72046ef947f76d47ebccf59 f3f10eedf43c4003b81cc6814b49eb0e - - default default] Tap Mirror: Handle Delete Port: 4f3d54af-c057-4b8b-8201-63cd6603ea7f [pid: 7|app: 0|req: 1214/2279] 10.0.0.118 () {30 vars in 690 bytes} [Thu Jul 9 10:43:54 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: 1215/2280] 10.0.0.118 () {30 vars in 692 bytes} [Thu Jul 9 10:43:54 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: 1216/2281] 10.0.0.118 () {30 vars in 668 bytes} [Thu Jul 9 10:43:54 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: 1217/2282] 10.0.0.118 () {30 vars in 704 bytes} [Thu Jul 9 10:43:54 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: 1218/2283] 10.0.0.118 () {30 vars in 728 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2284] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/networks/4b3cb61c-8f62-4f76-83b3-211612ed4fdd => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2285] 10.0.0.118 () {30 vars in 690 bytes} [Thu Jul 9 10:43:55 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: 1067/2286] 10.0.0.118 () {30 vars in 692 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2287] 10.0.0.118 () {30 vars in 668 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2288] 10.0.0.118 () {30 vars in 704 bytes} [Thu Jul 9 10:43:55 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: 1221/2289] 10.0.0.118 () {30 vars in 730 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2290] 10.0.0.118 () {30 vars in 682 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2291] 10.0.0.118 () {34 vars in 704 bytes} [Thu Jul 9 10:43:55 2026] POST /v2.0/ports => generated 1132 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2292] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/security-groups?tenant_id=f3f10eedf43c4003b81cc6814b49eb0e&name=default => generated 2929 bytes in 128 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: 1223/2293] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:43:55 2026] DELETE /v2.0/security-groups/0bfc60ec-9db4-405e-96ca-c5e22e60cfd9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:56.327 8 INFO neutron.services.segments.plugin [-] Segment 2c96c487-3327-4ed0-9ef3-631b5db3754a resource provider aggregate not found 2026-07-09 10:43:56.339 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2c96c487-3327-4ed0-9ef3-631b5db3754a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c96c487-3327-4ed0-9ef3-631b5db3754a found for delete ", "request_id": "req-af4d9d39-8eb7-421b-bf26-7763f87eab57"}]} 2026-07-09 10:43:56.342 8 INFO neutron.services.segments.plugin [-] Segment 2c96c487-3327-4ed0-9ef3-631b5db3754a resource provider aggregate not found 2026-07-09 10:43:56.357 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2c96c487-3327-4ed0-9ef3-631b5db3754a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c96c487-3327-4ed0-9ef3-631b5db3754a found for delete ", "request_id": "req-c740307c-266c-4bdd-8f62-0d8a3915bcf1"}]} 2026-07-09 10:43:57.838 8 INFO neutron.db.segments_db [None req-c1944980-b81e-48f9-9425-21bb5d0b9b82 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Added segment cb501f18-089f-42e8-ba0b-cd41146270cd of type vxlan for network fbd1eca4-7afc-44d1-9388-4c3d6cf89cf8 [pid: 8|app: 0|req: 1071/2294] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:57 2026] POST /v2.0/networks => generated 648 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2295] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:43:57 2026] POST /v2.0/ports => generated 779 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:58.279 8 INFO neutron.db.segments_db [None req-1560946e-5681-4eb2-8ea7-b62fcb17ad25 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Added segment 408e8351-d5c6-4809-949a-cd8107c0017f of type vxlan for network 5bccec76-6c7d-4a11-9ae2-5268e4161e56 [pid: 8|app: 0|req: 1072/2296] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:58 2026] POST /v2.0/networks => generated 636 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1073/2297] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2298] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2299] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2300] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:43:58 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: 1077/2301] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2302] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:58 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2303] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:43:58 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: 1227/2304] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:43:58 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: 1228/2305] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:43:58 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: 1229/2306] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:58.778 7 INFO neutron.api.v2.resource [None req-627d690f-6aa2-4e6a-8959-c55150c16841 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2307] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => 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: 1231/2308] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2309] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:43:58 2026] POST /v2.0/ports => generated 965 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2310] 199.204.45.53 () {34 vars in 735 bytes} [Thu Jul 9 10:43:58 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1233/2311] 199.204.45.53 () {30 vars in 814 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/security-group-rules?security_group_id=c4fb1226-20da-4e9f-bbe9-7fb35cbe535e => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:59.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc16b9fd-b961-474b-a5f7-aea35b1d58c4 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] TaaS: Handle Delete Port: d3afc24f-cb00-4d09-b83d-ed995e35f06b 2026-07-09 10:43:59.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc16b9fd-b961-474b-a5f7-aea35b1d58c4 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Tap Mirror: Handle Delete Port: d3afc24f-cb00-4d09-b83d-ed995e35f06b [pid: 8|app: 0|req: 1079/2312] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:43:58 2026] DELETE /v2.0/ports/d3afc24f-cb00-4d09-b83d-ed995e35f06b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:59.140 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f213e19f-d011-4d22-a3b2-ffa9b4783a1e d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2313] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:43:59 2026] DELETE /v2.0/ports/d3afc24f-cb00-4d09-b83d-ed995e35f06b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:43:59.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-545b2ef2-0eea-40cd-a306-ad2d133578dc d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2314] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/ports/d3afc24f-cb00-4d09-b83d-ed995e35f06b => 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: 1234/2315] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:43:58 2026] PUT /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 223 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: 1235/2316] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2317] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:43:59 2026] DELETE /v2.0/subnets/60f6c8ad-1575-4c17-bb02-bb3e4e532203 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2318] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2319] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2320] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2321] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:59.422 7 INFO neutron.services.segments.plugin [-] Segment 408e8351-d5c6-4809-949a-cd8107c0017f resource provider aggregate not found 2026-07-09 10:43:59.432 7 INFO neutron.services.segments.plugin [-] Segment 408e8351-d5c6-4809-949a-cd8107c0017f resource provider aggregate not found 2026-07-09 10:43:59.450 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 408e8351-d5c6-4809-949a-cd8107c0017f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408e8351-d5c6-4809-949a-cd8107c0017f found for delete ", "request_id": "req-9060b4a9-47ca-4fa2-930c-e912e25649c0"}]} 2026-07-09 10:43:59.452 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 408e8351-d5c6-4809-949a-cd8107c0017f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408e8351-d5c6-4809-949a-cd8107c0017f found for delete ", "request_id": "req-cb48552f-8e54-4784-a8e2-b859e461e89a"}]} [pid: 7|app: 0|req: 1237/2322] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:43:59 2026] DELETE /v2.0/networks/5bccec76-6c7d-4a11-9ae2-5268e4161e56 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:59.546 8 INFO neutron.db.segments_db [None req-16fd58ca-4afa-486d-a4cc-86778a5879bd d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Added segment 87a5ebcf-3747-499e-b06e-ff185f8d5000 of type vxlan for network 7c920f88-ee93-468c-9d3e-b046734683dd [pid: 8|app: 0|req: 1086/2323] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:43:59 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2324] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:43:59 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2325] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:43:59 2026] POST /v2.0/ports => generated 923 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:00.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-f306fd05-308d-41bf-927e-9a4a7fbae8b1 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] TaaS: Handle Delete Port: bc141aff-f9f6-4b22-bdbc-7d436cc7b572 2026-07-09 10:44:00.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f306fd05-308d-41bf-927e-9a4a7fbae8b1 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Tap Mirror: Handle Delete Port: bc141aff-f9f6-4b22-bdbc-7d436cc7b572 [pid: 7|app: 0|req: 1239/2326] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:44:00 2026] DELETE /v2.0/ports/bc141aff-f9f6-4b22-bdbc-7d436cc7b572 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:00.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2fa600a-08fa-48cf-a510-9a279e5198c7 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1088/2327] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:00 2026] GET /v2.0/ports/bc141aff-f9f6-4b22-bdbc-7d436cc7b572 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2328] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:00 2026] DELETE /v2.0/subnets/8f87869f-38da-4cc3-8318-fab7afdfee27 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:00.680 8 INFO neutron.services.segments.plugin [-] Segment 87a5ebcf-3747-499e-b06e-ff185f8d5000 resource provider aggregate not found 2026-07-09 10:44:00.688 8 INFO neutron.services.segments.plugin [-] Segment 87a5ebcf-3747-499e-b06e-ff185f8d5000 resource provider aggregate not found 2026-07-09 10:44:00.701 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87a5ebcf-3747-499e-b06e-ff185f8d5000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a5ebcf-3747-499e-b06e-ff185f8d5000 found for delete ", "request_id": "req-f1e9ad3c-2024-4248-ae15-9ca8d79c0c2e"}]} 2026-07-09 10:44:00.705 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87a5ebcf-3747-499e-b06e-ff185f8d5000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a5ebcf-3747-499e-b06e-ff185f8d5000 found for delete ", "request_id": "req-75b5ae1a-e8c1-4fe2-98d3-636849b7bbdf"}]} [pid: 8|app: 0|req: 1089/2329] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:00 2026] DELETE /v2.0/networks/7c920f88-ee93-468c-9d3e-b046734683dd => 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: 1241/2330] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:44:00 2026] POST /v2.0/ports => generated 779 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2331] 10.0.0.67 () {34 vars in 736 bytes} [Thu Jul 9 10:44:00 2026] PUT /v2.0/ports/e2578113-d0e0-456b-904f-2ef3af74b077 => generated 752 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:01.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-a97a8221-76fc-4ed9-83f5-508e2f7dd166 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] TaaS: Handle Delete Port: e2578113-d0e0-456b-904f-2ef3af74b077 2026-07-09 10:44:01.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97a8221-76fc-4ed9-83f5-508e2f7dd166 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Tap Mirror: Handle Delete Port: e2578113-d0e0-456b-904f-2ef3af74b077 [pid: 7|app: 0|req: 1242/2332] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/ports/e2578113-d0e0-456b-904f-2ef3af74b077 => generated 0 bytes in 223 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: 1091/2333] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports => generated 782 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:01.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d90072c9-bfe8-4fb8-992e-a330b938dab5 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1243/2334] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports/e2578113-d0e0-456b-904f-2ef3af74b077 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2335] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2336] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports/c0e7f472-284b-40d2-a8f2-24de43c2254e => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:01.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b8ebc11-a821-4ba8-a6e8-24e636d60000 d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2337] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/ports/bc141aff-f9f6-4b22-bdbc-7d436cc7b572 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:01.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48b29d20-4316-450e-b43f-fe8ee9a9375e d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2338] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/subnets/8f87869f-38da-4cc3-8318-fab7afdfee27 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:01.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a94b3c10-f8c3-43a1-8721-eb325a7c98ce d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2339] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/subnets/60f6c8ad-1575-4c17-bb02-bb3e4e532203 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:01.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec67e861-3f5a-444a-9444-68a7143c8e6d d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] TaaS: Handle Delete Port: c0e7f472-284b-40d2-a8f2-24de43c2254e 2026-07-09 10:44:01.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec67e861-3f5a-444a-9444-68a7143c8e6d d6bebbd939204721bc562f96f5742c01 1f49666c497f45648def6f619220cdc2 - - default default] Tap Mirror: Handle Delete Port: c0e7f472-284b-40d2-a8f2-24de43c2254e [pid: 7|app: 0|req: 1246/2340] 10.0.0.67 () {32 vars in 719 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/ports/c0e7f472-284b-40d2-a8f2-24de43c2254e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2341] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:01 2026] DELETE /v2.0/networks/fbd1eca4-7afc-44d1-9388-4c3d6cf89cf8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2342] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/security-groups?tenant_id=1f49666c497f45648def6f619220cdc2&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: 1096/2343] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:02 2026] DELETE /v2.0/security-groups/0acdb50f-6767-48d1-ab12-8cabd0467151 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:02.720 8 INFO neutron.services.segments.plugin [-] Segment cb501f18-089f-42e8-ba0b-cd41146270cd resource provider aggregate not found 2026-07-09 10:44:02.723 8 INFO neutron.services.segments.plugin [-] Segment cb501f18-089f-42e8-ba0b-cd41146270cd resource provider aggregate not found 2026-07-09 10:44:02.738 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb501f18-089f-42e8-ba0b-cd41146270cd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb501f18-089f-42e8-ba0b-cd41146270cd found for delete ", "request_id": "req-f8f3bb5c-8d3a-42d0-ac0e-9aa6fcbdf046"}]} 2026-07-09 10:44:02.739 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cb501f18-089f-42e8-ba0b-cd41146270cd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb501f18-089f-42e8-ba0b-cd41146270cd found for delete ", "request_id": "req-7a00ed0b-30c9-4374-83a8-c831b75425d3"}]} 2026-07-09 10:44:04.653 7 INFO neutron.db.segments_db [None req-8bc81b69-4937-408f-9dc8-a053097cc49b 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 62e6c7b6-0b98-43cb-bd05-d652598c4f1a of type vxlan for network 2ef6272b-327b-4732-8649-8171e2c8f862 [pid: 7|app: 0|req: 1248/2344] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:44:04 2026] POST /v2.0/networks => generated 633 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:04.801 8 INFO neutron.db.segments_db [None req-291cb89a-6ef4-43aa-925d-285b9aa28e3f 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 7941e331-be17-482b-a5fc-99ea247f6be2 of type vxlan for network 2b24ced0-d72f-4797-8b99-193ae4ec92b2 [pid: 8|app: 0|req: 1097/2345] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:44:04 2026] POST /v2.0/networks => generated 634 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2346] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:04 2026] POST /v2.0/subnets => generated 646 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2347] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:05 2026] POST /v2.0/subnets => generated 655 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:05.360 7 INFO neutron.db.segments_db [None req-4554880c-a133-458d-b2e0-aa9792284560 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb of type vxlan for network 2215da13-e6c0-4d40-bccb-e3de692678d5 2026-07-09 10:44:05.628 7 INFO neutron.db.l3_hamode_db [None req-4554880c-a133-458d-b2e0-aa9792284560 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:05.753 7 INFO neutron.db.l3_hamode_db [None req-4554880c-a133-458d-b2e0-aa9792284560 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1250/2348] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:05 2026] POST /v2.0/routers => generated 510 bytes in 970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2349] 10.0.0.97 () {34 vars in 1015 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2350] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/networks?id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2351] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/quotas/26c6a6dac54e4fd8a0f7a00363d675e9 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2352] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2353] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1256/2354] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2355] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:44:06 2026] PUT /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2356] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/ports/728bd58d-ec89-4d30-8fd1-ae114f66e888 => generated 959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2357] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2358] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2359] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:44:07 2026] PUT /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2360] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:08 2026] GET /v2.0/ports/6dcffd91-c97a-4e5d-bf3c-221615c22124 => generated 967 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:08.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d064560-58bb-40fb-a1e3-e693156d2970 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 6dcffd91-c97a-4e5d-bf3c-221615c22124 2026-07-09 10:44:08.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d064560-58bb-40fb-a1e3-e693156d2970 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 6dcffd91-c97a-4e5d-bf3c-221615c22124 [pid: 8|app: 0|req: 1101/2363] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:44:08 2026] PUT /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7/remove_router_interface => generated 309 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:09.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9c6d69d-705e-41e0-9ba9-4a0af2b3eb5c 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 728bd58d-ec89-4d30-8fd1-ae114f66e888 2026-07-09 10:44:09.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9c6d69d-705e-41e0-9ba9-4a0af2b3eb5c 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 728bd58d-ec89-4d30-8fd1-ae114f66e888 [pid: 7|app: 0|req: 1263/2364] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:44:09 2026] PUT /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7/remove_router_interface => generated 309 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2365] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:10 2026] GET /v2.0/ports?device_id=3e39561b-6711-4b15-8308-b9484edd08a7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:10.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-9df6175e-582f-4e58-93f2-80b8bf7d37ee 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 978e8e6b-0c55-448e-a193-f7c9863d27f7 2026-07-09 10:44:10.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9df6175e-582f-4e58-93f2-80b8bf7d37ee 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 978e8e6b-0c55-448e-a193-f7c9863d27f7 [pid: 8|app: 0|req: 1103/2366] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:10 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => 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: 1104/2367] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:10 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:10.643 7 INFO neutron.services.segments.plugin [-] Segment 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb resource provider aggregate not found 2026-07-09 10:44:10.647 7 INFO neutron.services.segments.plugin [-] Segment 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb resource provider aggregate not found 2026-07-09 10:44:10.666 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb found for delete ", "request_id": "req-7f9cbf0c-f6f8-4998-8a73-7507187bcd27"}]} 2026-07-09 10:44:10.668 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1438fc09-4bd4-4fd0-a2e9-0efb7e6c3eeb found for delete ", "request_id": "req-0eec85a6-ef52-4933-845a-38b7a57559ea"}]} 2026-07-09 10:44:10.685 7 INFO neutron.db.l3_hamode_db [None req-9df6175e-582f-4e58-93f2-80b8bf7d37ee 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] HA network 2215da13-e6c0-4d40-bccb-e3de692678d5 was deleted as no HA routers are present in tenant fb64c81bf45d4506bb460e4034e76947. [pid: 7|app: 0|req: 1264/2368] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:10 2026] DELETE /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2369] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:10 2026] DELETE /v2.0/subnets/10931b3c-c0bf-4311-9c04-24f75062a890 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2370] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:10 2026] DELETE /v2.0/subnets/45caf206-6c27-418b-8387-404ffe4c7bd2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:11.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ffc8331-35d4-4d89-90c0-fe5d3b79e8b8 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: dd3da1d0-f78b-4510-a9e4-eb2bfcedb3fc 2026-07-09 10:44:11.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ffc8331-35d4-4d89-90c0-fe5d3b79e8b8 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: dd3da1d0-f78b-4510-a9e4-eb2bfcedb3fc 2026-07-09 10:44:11.306 8 INFO neutron.services.segments.plugin [-] Segment 7941e331-be17-482b-a5fc-99ea247f6be2 resource provider aggregate not found 2026-07-09 10:44:11.309 8 INFO neutron.services.segments.plugin [-] Segment 7941e331-be17-482b-a5fc-99ea247f6be2 resource provider aggregate not found 2026-07-09 10:44:11.327 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7941e331-be17-482b-a5fc-99ea247f6be2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7941e331-be17-482b-a5fc-99ea247f6be2 found for delete ", "request_id": "req-59930adc-15e5-4621-b0a6-39405d6d868c"}]} 2026-07-09 10:44:11.328 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7941e331-be17-482b-a5fc-99ea247f6be2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7941e331-be17-482b-a5fc-99ea247f6be2 found for delete ", "request_id": "req-8fa9aff3-8471-4b94-b2ef-492f5944b156"}]} [pid: 8|app: 0|req: 1106/2371] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:11 2026] DELETE /v2.0/networks/2b24ced0-d72f-4797-8b99-193ae4ec92b2 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:11.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-f696519d-5a72-4662-9555-d9543aae2847 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 2850a78f-3e3d-454f-96a9-db168283bc14 2026-07-09 10:44:11.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f696519d-5a72-4662-9555-d9543aae2847 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 2850a78f-3e3d-454f-96a9-db168283bc14 [pid: 8|app: 0|req: 1107/2372] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/networks?id=3d5072d7-1a00-4560-9420-44d26896b004 => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2373] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2374] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:11 2026] DELETE /v2.0/networks/2ef6272b-327b-4732-8649-8171e2c8f862 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:11.719 7 INFO neutron.db.segments_db [None req-dee62710-ae3e-46d9-bac5-1b49846d2bb6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment fa85ed39-6a1b-4739-a316-4b1523aede8f of type vxlan for network e8813de2-9782-4f9d-a28b-4e94f820d11b [pid: 7|app: 0|req: 1267/2375] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:44:11 2026] POST /v2.0/networks => generated 633 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2376] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:44:11 2026] POST /v2.0/ports => generated 1082 bytes in 291 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: 1268/2377] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:11 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:12.108 7 INFO neutron.db.segments_db [None req-35d4676d-0d82-4365-9348-9e8df8925415 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 71d7df5b-26a2-46d4-98c2-47cefafb2fed of type vxlan for network 989caf83-536f-470b-801e-d3a0fb9d2d54 [pid: 8|app: 0|req: 1110/2378] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:44:11 2026] PUT /v2.0/ports/a73d0666-cd87-44ec-ae58-5ed7b9606585 => generated 1243 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:12.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-095ada79-18b0-4b30-922c-39a903e3e0f7'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': 'a73d0666-cd87-44ec-ae58-5ed7b9606585', 'status': 'completed', 'code': 200} 2026-07-09 10:44:12.363 7 INFO neutron.db.l3_hamode_db [None req-35d4676d-0d82-4365-9348-9e8df8925415 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:12.517 7 INFO neutron.db.l3_hamode_db [None req-35d4676d-0d82-4365-9348-9e8df8925415 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:12.687 7 INFO neutron.services.segments.plugin [-] Segment 62e6c7b6-0b98-43cb-bd05-d652598c4f1a resource provider aggregate not found 2026-07-09 10:44:12.713 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62e6c7b6-0b98-43cb-bd05-d652598c4f1a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e6c7b6-0b98-43cb-bd05-d652598c4f1a found for delete ", "request_id": "req-cf921639-6565-47cf-9d84-a46ef6775ac8"}]} 2026-07-09 10:44:12.714 7 INFO neutron.services.segments.plugin [-] Segment 62e6c7b6-0b98-43cb-bd05-d652598c4f1a resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:12.741 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62e6c7b6-0b98-43cb-bd05-d652598c4f1a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e6c7b6-0b98-43cb-bd05-d652598c4f1a found for delete ", "request_id": "req-9c707b9b-7324-44c5-9782-164b5646539a"}]} [pid: 8|app: 0|req: 1111/2379] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:12 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2380] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:44:12 2026] GET /v2.0/networks?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&shared=False => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2381] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:44:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2382] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:12 2026] POST /v2.0/routers => generated 511 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2383] 10.0.0.67 () {34 vars in 664 bytes} [Thu Jul 9 10:44:13 2026] POST /v2.0/ports => generated 960 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1115/2384] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2385] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2386] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2387] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2388] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => 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: 1120/2389] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2390] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2391] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1123/2392] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1270/2393] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:44:13 2026] PUT /v2.0/routers/48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0/add_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2394] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/ports/dc532080-f8ae-4da1-80b5-dc6cf34c296f => generated 1034 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:14.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-a03955ff-5049-4b40-b3ca-2ae8d8f9728a 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: dc532080-f8ae-4da1-80b5-dc6cf34c296f 2026-07-09 10:44:14.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a03955ff-5049-4b40-b3ca-2ae8d8f9728a 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: dc532080-f8ae-4da1-80b5-dc6cf34c296f [pid: 7|app: 0|req: 1271/2395] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:44:14 2026] PUT /v2.0/routers/48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:15.333 8 INFO neutron.api.v2.resource [None req-29a54820-aaec-410a-86c6-c90355ddee0c 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1125/2396] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:44:15 2026] PUT /v2.0/routers/48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0/remove_router_interface => generated 197 bytes in 112 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: 1272/2397] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:15 2026] GET /v2.0/ports?device_id=48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:15.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6129b6d-9c89-4898-aac3-baee37930320 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 76b65734-d429-4ccb-9042-33a47bff10ae 2026-07-09 10:44:15.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6129b6d-9c89-4898-aac3-baee37930320 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 76b65734-d429-4ccb-9042-33a47bff10ae 2026-07-09 10:44:16.001 8 INFO neutron.services.segments.plugin [-] Segment 71d7df5b-26a2-46d4-98c2-47cefafb2fed resource provider aggregate not found 2026-07-09 10:44:16.005 8 INFO neutron.services.segments.plugin [-] Segment 71d7df5b-26a2-46d4-98c2-47cefafb2fed resource provider aggregate not found 2026-07-09 10:44:16.021 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71d7df5b-26a2-46d4-98c2-47cefafb2fed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d7df5b-26a2-46d4-98c2-47cefafb2fed found for delete ", "request_id": "req-d23184bb-1dd6-4b1f-895a-e0ef47a899a7"}]} 2026-07-09 10:44:16.023 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 71d7df5b-26a2-46d4-98c2-47cefafb2fed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d7df5b-26a2-46d4-98c2-47cefafb2fed found for delete ", "request_id": "req-38b9e30a-94cb-4f32-8846-32bd05440fbb"}]} 2026-07-09 10:44:16.028 8 INFO neutron.db.l3_hamode_db [None req-c6129b6d-9c89-4898-aac3-baee37930320 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] HA network 989caf83-536f-470b-801e-d3a0fb9d2d54 was deleted as no HA routers are present in tenant fb64c81bf45d4506bb460e4034e76947. [pid: 8|app: 0|req: 1126/2398] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:15 2026] DELETE /v2.0/routers/48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2399] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:16 2026] DELETE /v2.0/subnets/89bb6674-2837-419b-9a16-fcf5bdd432f0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:16.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-ece89072-edc2-43be-ac17-52e790db9eb3 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 6342e865-6ec9-47c9-af1b-ce06d9ec154c 2026-07-09 10:44:16.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ece89072-edc2-43be-ac17-52e790db9eb3 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 6342e865-6ec9-47c9-af1b-ce06d9ec154c [pid: 7|app: 0|req: 1274/2400] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:16 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => 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: 1275/2401] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:16 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2402] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:16 2026] DELETE /v2.0/networks/e8813de2-9782-4f9d-a28b-4e94f820d11b => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2403] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:16 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:16.610 7 INFO neutron.db.segments_db [None req-26c62755-a200-4b56-8bd5-61b31931809c 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 6e504992-5b87-45ac-98eb-244b7dac267b of type vxlan for network cd020a00-615e-4428-89db-35311ed7b697 [pid: 7|app: 0|req: 1276/2404] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:44:16 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2405] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:16 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:16.991 7 INFO neutron.db.segments_db [None req-e5f9c7b8-9c88-4d32-835a-41ec7141181b 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 6042b00c-652e-4a4e-8cd6-e758df7e13a7 of type vxlan for network 1a730c5e-49fc-4c33-89a9-7c2317c18028 2026-07-09 10:44:17.243 7 INFO neutron.db.l3_hamode_db [None req-e5f9c7b8-9c88-4d32-835a-41ec7141181b 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:17.353 7 INFO neutron.db.l3_hamode_db [None req-e5f9c7b8-9c88-4d32-835a-41ec7141181b 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1130/2406] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:44:17 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2407] 199.204.45.53 () {34 vars in 1043 bytes} [Thu Jul 9 10:44:17 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&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-07-09 10:44:18.040 8 INFO neutron.services.segments.plugin [-] Segment fa85ed39-6a1b-4739-a316-4b1523aede8f resource provider aggregate not found 2026-07-09 10:44:18.044 8 INFO neutron.services.segments.plugin [-] Segment fa85ed39-6a1b-4739-a316-4b1523aede8f resource provider aggregate not found 2026-07-09 10:44:18.057 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa85ed39-6a1b-4739-a316-4b1523aede8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa85ed39-6a1b-4739-a316-4b1523aede8f found for delete ", "request_id": "req-47b4074a-624f-43ca-8ffa-b902587aa08c"}]} 2026-07-09 10:44:18.058 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa85ed39-6a1b-4739-a316-4b1523aede8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa85ed39-6a1b-4739-a316-4b1523aede8f found for delete ", "request_id": "req-7aba16cd-296b-488a-bf76-28d6c7ea6c07"}]} [pid: 7|app: 0|req: 1277/2408] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:16 2026] POST /v2.0/routers => generated 511 bytes in 1490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2409] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:44:18 2026] PUT /v2.0/routers/b743a8c8-da34-4fb8-8271-6d6407768819/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2410] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:19 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2411] 10.0.0.67 () {32 vars in 716 bytes} [Thu Jul 9 10:44:19 2026] GET /v2.0/ports/507cdab3-9282-4d2f-b255-23da0680dc79 => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2412] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:19 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2413] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:19 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:19.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-a768131c-281f-48d8-90e7-cf7ed7ad56c9 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 507cdab3-9282-4d2f-b255-23da0680dc79 2026-07-09 10:44:19.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a768131c-281f-48d8-90e7-cf7ed7ad56c9 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 507cdab3-9282-4d2f-b255-23da0680dc79 [pid: 8|app: 0|req: 1134/2414] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:44:19 2026] PUT /v2.0/routers/b743a8c8-da34-4fb8-8271-6d6407768819/remove_router_interface => generated 309 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2415] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:20 2026] GET /v2.0/ports?device_id=b743a8c8-da34-4fb8-8271-6d6407768819 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:20.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-473c8778-be76-40d1-bfcc-99192aa4cf9e 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: 524142f4-4b66-4f14-9e45-5df1f1156d0c 2026-07-09 10:44:20.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-473c8778-be76-40d1-bfcc-99192aa4cf9e 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: 524142f4-4b66-4f14-9e45-5df1f1156d0c 2026-07-09 10:44:20.926 8 INFO neutron.services.segments.plugin [-] Segment 6042b00c-652e-4a4e-8cd6-e758df7e13a7 resource provider aggregate not found 2026-07-09 10:44:20.926 8 INFO neutron.services.segments.plugin [-] Segment 6042b00c-652e-4a4e-8cd6-e758df7e13a7 resource provider aggregate not found 2026-07-09 10:44:20.944 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6042b00c-652e-4a4e-8cd6-e758df7e13a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6042b00c-652e-4a4e-8cd6-e758df7e13a7 found for delete ", "request_id": "req-22d9bffd-d003-4bc8-b265-5cf1271937c6"}]} 2026-07-09 10:44:20.952 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6042b00c-652e-4a4e-8cd6-e758df7e13a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6042b00c-652e-4a4e-8cd6-e758df7e13a7 found for delete ", "request_id": "req-f76c26ab-70f5-42ee-b39b-f93541a37cbb"}]} 2026-07-09 10:44:20.957 8 INFO neutron.db.l3_hamode_db [None req-473c8778-be76-40d1-bfcc-99192aa4cf9e 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] HA network 1a730c5e-49fc-4c33-89a9-7c2317c18028 was deleted as no HA routers are present in tenant fb64c81bf45d4506bb460e4034e76947. [pid: 8|app: 0|req: 1135/2416] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:20 2026] DELETE /v2.0/routers/b743a8c8-da34-4fb8-8271-6d6407768819 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2417] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:20 2026] DELETE /v2.0/subnets/74a6157b-a5b8-42e7-890f-3ab8d2ea0cec => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2418] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:44:21 2026] DELETE /v2.0/networks/cd020a00-615e-4428-89db-35311ed7b697 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:21.295 7 INFO neutron.db.segments_db [None req-24783374-658b-4b27-8cd0-cb162da74a80 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Added segment 0441b39b-6c47-41b2-854f-f8f3d60ca117 of type vxlan for network 9fd35061-b539-4824-bcbb-5f30809ca383 2026-07-09 10:44:21.627 7 INFO neutron.db.l3_hamode_db [None req-24783374-658b-4b27-8cd0-cb162da74a80 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:22.615 7 INFO neutron.db.l3_hamode_db [None req-24783374-658b-4b27-8cd0-cb162da74a80 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1137/2419] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2420] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/security-groups?id=0ebc6c92-b756-4b99-a3a6-90cf6dea2a68&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: 1139/2421] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:22.972 8 INFO neutron.services.segments.plugin [-] Segment 6e504992-5b87-45ac-98eb-244b7dac267b resource provider aggregate not found 2026-07-09 10:44:22.973 8 INFO neutron.services.segments.plugin [-] Segment 6e504992-5b87-45ac-98eb-244b7dac267b resource provider aggregate not found 2026-07-09 10:44:22.994 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e504992-5b87-45ac-98eb-244b7dac267b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e504992-5b87-45ac-98eb-244b7dac267b found for delete ", "request_id": "req-38bcbcc4-ed31-4843-b9c0-4aed65dd0918"}]} 2026-07-09 10:44:22.997 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e504992-5b87-45ac-98eb-244b7dac267b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e504992-5b87-45ac-98eb-244b7dac267b found for delete ", "request_id": "req-0638493b-98a1-4593-ad82-7f6b4261bf60"}]} [pid: 7|app: 0|req: 1283/2422] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:21 2026] POST /v2.0/routers => generated 692 bytes in 2260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2423] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/routers/7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 698 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2424] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/routers => generated 701 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2427] 10.0.0.67 () {34 vars in 740 bytes} [Thu Jul 9 10:44:23 2026] PUT /v2.0/routers/7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 705 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2428] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/routers/7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2429] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/ports?device_id=7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:24.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a74b03a-befd-4a5a-b9d7-4e6f929837c6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: f52926f8-556f-42f7-8a18-0598b368b1fb 2026-07-09 10:44:24.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a74b03a-befd-4a5a-b9d7-4e6f929837c6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: f52926f8-556f-42f7-8a18-0598b368b1fb 2026-07-09 10:44:25.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a74b03a-befd-4a5a-b9d7-4e6f929837c6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] TaaS: Handle Delete Port: faa9a288-6b7b-49df-bdee-d1b806600750 2026-07-09 10:44:25.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a74b03a-befd-4a5a-b9d7-4e6f929837c6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] Tap Mirror: Handle Delete Port: faa9a288-6b7b-49df-bdee-d1b806600750 2026-07-09 10:44:25.467 7 INFO neutron.services.segments.plugin [-] Segment 0441b39b-6c47-41b2-854f-f8f3d60ca117 resource provider aggregate not found 2026-07-09 10:44:25.473 7 INFO neutron.services.segments.plugin [-] Segment 0441b39b-6c47-41b2-854f-f8f3d60ca117 resource provider aggregate not found 2026-07-09 10:44:25.491 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0441b39b-6c47-41b2-854f-f8f3d60ca117 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0441b39b-6c47-41b2-854f-f8f3d60ca117 found for delete ", "request_id": "req-b2372318-39a6-4d31-b7cc-4184b09b6f42"}]} 2026-07-09 10:44:25.494 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0441b39b-6c47-41b2-854f-f8f3d60ca117 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0441b39b-6c47-41b2-854f-f8f3d60ca117 found for delete ", "request_id": "req-bad48e34-c3c9-49a2-9f54-79f81095e8dd"}]} 2026-07-09 10:44:25.507 7 INFO neutron.db.l3_hamode_db [None req-0a74b03a-befd-4a5a-b9d7-4e6f929837c6 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] HA network 9fd35061-b539-4824-bcbb-5f30809ca383 was deleted as no HA routers are present in tenant fb64c81bf45d4506bb460e4034e76947. [pid: 7|app: 0|req: 1288/2430] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:24 2026] DELETE /v2.0/routers/7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 0 bytes in 807 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2431] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/ports?device_id=7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:25.581 7 INFO neutron.api.v2.resource [None req-a69abba3-4dd2-4e2f-b02c-be459d7286fb 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2432] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/routers/7239e1c2-7cc4-4501-9677-16a200fccfb8 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2433] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/ports?device_id=b743a8c8-da34-4fb8-8271-6d6407768819 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:25.643 7 INFO neutron.api.v2.resource [None req-1ac13f11-9569-41a0-986e-7eb9f955a2c5 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1290/2434] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/routers/b743a8c8-da34-4fb8-8271-6d6407768819 => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:25.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1462544c-2f1e-49a4-b16f-1b27c14ee511 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1145/2435] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/subnets/74a6157b-a5b8-42e7-890f-3ab8d2ea0cec => 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: 1291/2436] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/ports?device_id=48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:25.742 8 INFO neutron.api.v2.resource [None req-c082cdc0-6d0e-48c3-a934-15a1119fcd83 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1146/2437] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/routers/48be1a8c-34ad-4d29-98e0-77ac8cbe9ea0 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:25.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e75f7221-4fc4-4a04-bc9e-284e4eeb1cb4 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2438] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/subnets/89bb6674-2837-419b-9a16-fcf5bdd432f0 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2439] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/ports?device_id=3e39561b-6711-4b15-8308-b9484edd08a7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:25.826 7 INFO neutron.api.v2.resource [None req-1233d1e0-c7c6-4b28-b684-4efddfbe4db0 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2440] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/routers/3e39561b-6711-4b15-8308-b9484edd08a7 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:25.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df5cb44b-b73a-4d6b-873d-33101c0c72fb 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1148/2441] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/subnets/10931b3c-c0bf-4311-9c04-24f75062a890 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:25.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e4c06a6-7ed5-48b0-9d37-7780139e111d 0d0e8b55c8bb402ba64a617e173cb922 fb64c81bf45d4506bb460e4034e76947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2442] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:44:25 2026] DELETE /v2.0/subnets/45caf206-6c27-418b-8387-404ffe4c7bd2 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2443] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:26 2026] GET /v2.0/security-groups?tenant_id=fb64c81bf45d4506bb460e4034e76947&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2444] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:26 2026] DELETE /v2.0/security-groups/779dfa76-d486-4b9b-b714-decee5e1283f => 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: 1150/2445] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:44:28 2026] POST /v2.0/security-groups => generated 1627 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2446] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/security-groups => generated 4536 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2447] 10.0.0.67 () {34 vars in 757 bytes} [Thu Jul 9 10:44:28 2026] PUT /v2.0/security-groups/c590df02-7fd7-4aaf-ac27-8120f0ca9b68 => generated 1665 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2448] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/security-groups/c590df02-7fd7-4aaf-ac27-8120f0ca9b68 => generated 1665 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2449] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:28 2026] DELETE /v2.0/security-groups/c590df02-7fd7-4aaf-ac27-8120f0ca9b68 => 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: 1298/2450] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/security-groups => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:28.966 8 INFO neutron.api.v2.resource [None req-cee8a4ae-7094-419c-ab86-e8caacacff5e bf3e4468550d43bbb088e608a3e19722 cbf0fb9e9ddc44f0966f0f259bf37919 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1153/2451] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:28 2026] DELETE /v2.0/security-groups/c590df02-7fd7-4aaf-ac27-8120f0ca9b68 => 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: 1299/2452] 10.0.0.67 () {34 vars in 683 bytes} [Thu Jul 9 10:44:28 2026] POST /v2.0/security-groups => generated 1626 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2453] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:44:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2454] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules/71d02f1f-4fa8-4bd8-a955-8ca7932b1963 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2455] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2456] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:44:29 2026] DELETE /v2.0/security-group-rules/71d02f1f-4fa8-4bd8-a955-8ca7932b1963 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2457] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2458] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:44:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2459] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules/52269bdc-c233-4372-8e17-1e4bad502cf9 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2460] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2461] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:44:29 2026] DELETE /v2.0/security-group-rules/52269bdc-c233-4372-8e17-1e4bad502cf9 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2462] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:29.830 8 INFO neutron.db.securitygroups_db [None req-fa86cc5f-588d-424c-8fd8-9b6aa0b39ca1 bf3e4468550d43bbb088e608a3e19722 cbf0fb9e9ddc44f0966f0f259bf37919 - - default default] Project cbf0fb9e9ddc44f0966f0f259bf37919 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: 1159/2463] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:44:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2464] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules/9862547d-e6c2-4f12-a203-ad36b50ab997 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2465] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2466] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:44:30 2026] DELETE /v2.0/security-group-rules/9862547d-e6c2-4f12-a203-ad36b50ab997 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2467] 10.0.0.67 () {32 vars in 672 bytes} [Thu Jul 9 10:44:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2468] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:30 2026] DELETE /v2.0/security-groups/9f08ef4f-0c22-465f-8129-86add21f05ab => 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: 1162/2469] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:44:30 2026] GET /v2.0/security-groups => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2470] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:44:30 2026] GET /v2.0/security-groups => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2471] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:30 2026] GET /v2.0/security-groups?tenant_id=cbf0fb9e9ddc44f0966f0f259bf37919&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2472] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:31 2026] DELETE /v2.0/security-groups/be6fb5dd-597f-4195-8210-0d07ca4286bf => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2473] 10.0.0.67 () {34 vars in 675 bytes} [Thu Jul 9 10:44:32 2026] POST /v2.0/subnetpools => generated 547 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2474] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/subnetpools/856347ce-0c28-4bf9-9c74-82e2b094d821 => generated 547 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2475] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:44:33 2026] PUT /v2.0/subnetpools/856347ce-0c28-4bf9-9c74-82e2b094d821 => generated 500 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2476] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:44:33 2026] DELETE /v2.0/subnetpools/856347ce-0c28-4bf9-9c74-82e2b094d821 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:33.388 8 INFO neutron.api.v2.resource [None req-bdfa4910-35b9-4e8b-8923-fda88ac2674f ee55d6390f0f44f8a92fb9f6387ef923 a33949c0494741699ce6783f3bc5cbbb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1166/2477] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/subnetpools/856347ce-0c28-4bf9-9c74-82e2b094d821 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:33.403 7 INFO neutron.api.v2.resource [None req-62f4312c-69f0-4018-b63c-a05b691adb25 ee55d6390f0f44f8a92fb9f6387ef923 a33949c0494741699ce6783f3bc5cbbb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1312/2478] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:44:33 2026] DELETE /v2.0/subnetpools/856347ce-0c28-4bf9-9c74-82e2b094d821 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2479] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/security-groups?tenant_id=a33949c0494741699ce6783f3bc5cbbb&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2480] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:34 2026] DELETE /v2.0/security-groups/48af0599-2af2-4557-9896-54059fcff865 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2481] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:36 2026] GET /v2.0/security-groups?tenant_id=ed79564f8ca64967b907b946f81d2b2a&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2482] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:44:36 2026] DELETE /v2.0/security-groups/a4410f48-d519-472f-a5ee-842ea464d3c5 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:39.073 8 INFO neutron.db.segments_db [None req-97d552c3-1a6c-4cdd-8a68-b1b1c309ea0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 4f82a7ee-515f-4969-ab08-9e06666c4409 of type vxlan for network 93a89cd3-1a6d-4336-a2b0-ab7b086c76a0 [pid: 8|app: 0|req: 1169/2483] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:44:38 2026] POST /v2.0/networks => generated 740 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2486] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:39 2026] POST /v2.0/subnets => generated 687 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:39.426 8 INFO neutron.db.segments_db [None req-b7d45d37-2bcd-4e63-8730-331525804a2a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Added segment 8fc0a0cd-161c-4a05-8892-113b8c457105 of type vxlan for network 1b13b962-3f87-47b9-b19b-2b66a7557d40 2026-07-09 10:44:39.690 8 INFO neutron.db.l3_hamode_db [None req-b7d45d37-2bcd-4e63-8730-331525804a2a 910123bd4b00410a8eb204ff265bd2a1 3a2de503c4884019be394660652b2358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:40.531 8 INFO neutron.db.l3_hamode_db [None req-b7d45d37-2bcd-4e63-8730-331525804a2a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1172/2487] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:44:39 2026] POST /v2.0/routers => generated 727 bytes in 2232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2488] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:44:41 2026] PUT /v2.0/routers/b9caf590-fe4e-47f3-8bcd-a73e85fccc61/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2489] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/networks?id=93a89cd3-1a6d-4336-a2b0-ab7b086c76a0 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2490] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/quotas/3a2de503c4884019be394660652b2358 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2491] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/ports?tenant_id=3a2de503c4884019be394660652b2358&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2492] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/networks/93a89cd3-1a6d-4336-a2b0-ab7b086c76a0?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: 1175/2493] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/networks/93a89cd3-1a6d-4336-a2b0-ab7b086c76a0?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: 1319/2494] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1176/2495] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1320/2496] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:47 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1177/2497] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:48 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2498] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:44:49 2026] GET /v2.0/networks?id=93a89cd3-1a6d-4336-a2b0-ab7b086c76a0 => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2499] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:49 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1178/2500] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:44:49 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2501] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:44:50 2026] PUT /v2.0/ports/d9fe3561-de52-41b5-8994-7df5e0dfa38e => generated 1235 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:50.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-019806aa-1258-4f94-893a-91a1e773889b'] response: {'name': 'network-changed', 'server_uuid': '8bb93b91-7b0c-47d5-b76c-b241d1e3263d', 'tag': 'd9fe3561-de52-41b5-8994-7df5e0dfa38e', '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: 1179/2502] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 969 bytes in 80 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: 1324/2503] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2504] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/ports?tenant_id=3a2de503c4884019be394660652b2358&device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2505] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/networks?tenant_id=3a2de503c4884019be394660652b2358&shared=False => generated 768 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2506] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2507] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2508] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2509] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/ports?tenant_id=3a2de503c4884019be394660652b2358&device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2510] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d9fe3561-de52-41b5-8994-7df5e0dfa38e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2511] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/subnets?id=b325bf85-88fc-4d1c-aef8-4398c60253b6 => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2512] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/ports?network_id=93a89cd3-1a6d-4336-a2b0-ab7b086c76a0&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: 1329/2513] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/networks/93a89cd3-1a6d-4336-a2b0-ab7b086c76a0?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2514] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/networks/93a89cd3-1a6d-4336-a2b0-ab7b086c76a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2515] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2516] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2519] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:54 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2520] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:54 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&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: 1189/2521] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1333/2522] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&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: 1190/2523] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:56 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1334/2524] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:56 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2525] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:44:57 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: 1335/2526] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:44:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2527] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:44:57 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: 1336/2528] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:44:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2529] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2530] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2531] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2532] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&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: 1195/2533] 199.204.45.53 () {34 vars in 716 bytes} [Thu Jul 9 10:44:58 2026] POST /v2.0/ports => generated 1055 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2534] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2535] 10.0.0.97 () {34 vars in 906 bytes} [Thu Jul 9 10:44:58 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: 1340/2536] 199.204.45.53 () {34 vars in 1261 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2537] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2538] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2539] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1199/2540] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1342/2541] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:45:00 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2542] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:00 2026] GET /v2.0/networks?id=31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 802 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2543] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:00 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2544] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:00 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2545] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:45:00 2026] PUT /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1245 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:00.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b0c6d3d-2476-45bb-8b84-3f6014f0c94e'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': 'bc8b6cc7-6203-4425-9016-e59ea8681c5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1203/2546] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2485 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2547] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/networks?id=31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2548] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2549] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1205/2550] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&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: 1346/2551] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1206/2552] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1347/2553] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:01 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1207/2554] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/security-groups?id=011c505a-2ba7-466e-8af0-269b84ab1102&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: 1348/2555] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:02.316 8 INFO neutron_taas.services.taas.taas_plugin [req-81d797b8-598c-4f1d-83bc-9c9c228b103d req-957958e5-54b3-4ece-bc9f-4adb5e5adec3 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] TaaS: Handle Delete Port: d9fe3561-de52-41b5-8994-7df5e0dfa38e 2026-07-09 10:45:02.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-81d797b8-598c-4f1d-83bc-9c9c228b103d req-957958e5-54b3-4ece-bc9f-4adb5e5adec3 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Tap Mirror: Handle Delete Port: d9fe3561-de52-41b5-8994-7df5e0dfa38e [pid: 8|app: 0|req: 1208/2556] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:45:02 2026] DELETE /v2.0/ports/d9fe3561-de52-41b5-8994-7df5e0dfa38e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:02.504 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-349e773c-2502-42f2-8c8f-29fc32a7224e'] response: {'server_uuid': '8bb93b91-7b0c-47d5-b76c-b241d1e3263d', 'name': 'network-vif-deleted', 'tag': 'd9fe3561-de52-41b5-8994-7df5e0dfa38e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1349/2557] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2485 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2558] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => 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: 1350/2559] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2560] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:02 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2561] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1211/2562] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1352/2563] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1353/2564] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1212/2565] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2566] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2567] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1355/2568] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2569] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1356/2570] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/ports?device_id=8bb93b91-7b0c-47d5-b76c-b241d1e3263d => 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: 1215/2571] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:45:07 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1247 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2572] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:45:07 2026] PUT /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1272 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:07.558 8 INFO neutron.api.v2.resource [None req-f7a4343c-9aa2-45cc-a82c-4c0d30ddd83c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1216/2573] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:45:07 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:07.570 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23a24c6b-ba84-468c-9c7d-32e83385c403'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': 'bc8b6cc7-6203-4425-9016-e59ea8681c5c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1358/2574] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:45:07 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2575] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:45:07 2026] PUT /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1310 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:07.887 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-011bb413-37f1-470b-8a82-e6212cd08404'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': 'bc8b6cc7-6203-4425-9016-e59ea8681c5c', '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: 1218/2576] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2577] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:08 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: 1220/2578] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2579] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2580] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:08.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b7e2f82-a60f-4474-b19f-432fdc9d9df8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 027c723f-b58b-43e2-a7fb-211cc0488260 2026-07-09 10:45:08.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b7e2f82-a60f-4474-b19f-432fdc9d9df8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 027c723f-b58b-43e2-a7fb-211cc0488260 [pid: 8|app: 0|req: 1223/2581] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/networks?id=31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2582] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1225/2583] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1226/2584] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2585] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2586] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2587] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2588] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2589] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1232/2590] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2591] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2592] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2593] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:08 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1359/2594] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:45:07 2026] PUT /v2.0/routers/b9caf590-fe4e-47f3-8bcd-a73e85fccc61/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:09.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c7619e5-b33b-4cf5-9d3f-83a641994309 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: f997373e-4a17-4dc9-b562-68c67ed89788 2026-07-09 10:45:09.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c7619e5-b33b-4cf5-9d3f-83a641994309 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: f997373e-4a17-4dc9-b562-68c67ed89788 2026-07-09 10:45:09.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c7619e5-b33b-4cf5-9d3f-83a641994309 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 516c73a6-63c5-404d-9d39-d794d8ee0866 2026-07-09 10:45:09.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c7619e5-b33b-4cf5-9d3f-83a641994309 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 516c73a6-63c5-404d-9d39-d794d8ee0866 [pid: 7|app: 0|req: 1362/2597] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2598] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/networks?id=31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2599] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1365/2600] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2601] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:09.815 8 INFO neutron.services.segments.plugin [-] Segment 8fc0a0cd-161c-4a05-8892-113b8c457105 resource provider aggregate not found 2026-07-09 10:45:09.818 8 INFO neutron.services.segments.plugin [-] Segment 8fc0a0cd-161c-4a05-8892-113b8c457105 resource provider aggregate not found 2026-07-09 10:45:09.835 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8fc0a0cd-161c-4a05-8892-113b8c457105 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc0a0cd-161c-4a05-8892-113b8c457105 found for delete ", "request_id": "req-ff859322-eb79-4aa3-961a-3ce4316c9071"}]} 2026-07-09 10:45:09.835 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8fc0a0cd-161c-4a05-8892-113b8c457105 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc0a0cd-161c-4a05-8892-113b8c457105 found for delete ", "request_id": "req-84940b57-4f17-4251-b329-7b0439aa84a9"}]} [pid: 7|app: 0|req: 1367/2602] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:09.848 8 INFO neutron.db.l3_hamode_db [None req-3c7619e5-b33b-4cf5-9d3f-83a641994309 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] HA network 1b13b962-3f87-47b9-b19b-2b66a7557d40 was deleted as no HA routers are present in tenant 3a2de503c4884019be394660652b2358. [pid: 8|app: 0|req: 1236/2603] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:45:08 2026] DELETE /v2.0/routers/b9caf590-fe4e-47f3-8bcd-a73e85fccc61 => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2604] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1237/2605] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/subnets/b325bf85-88fc-4d1c-aef8-4398c60253b6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:10.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-d19eb560-7b6e-4040-9345-4d3cfa584937 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 7542f72c-1e14-4b30-a395-15670e3e1d31 2026-07-09 10:45:10.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19eb560-7b6e-4040-9345-4d3cfa584937 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 7542f72c-1e14-4b30-a395-15670e3e1d31 2026-07-09 10:45:10.254 7 INFO neutron.services.segments.plugin [-] Segment 4f82a7ee-515f-4969-ab08-9e06666c4409 resource provider aggregate not found 2026-07-09 10:45:10.262 7 INFO neutron.services.segments.plugin [-] Segment 4f82a7ee-515f-4969-ab08-9e06666c4409 resource provider aggregate not found 2026-07-09 10:45:10.274 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f82a7ee-515f-4969-ab08-9e06666c4409 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f82a7ee-515f-4969-ab08-9e06666c4409 found for delete ", "request_id": "req-08cfc3a0-0dd2-472a-a319-1a1f1de0c756"}]} 2026-07-09 10:45:10.279 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f82a7ee-515f-4969-ab08-9e06666c4409 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f82a7ee-515f-4969-ab08-9e06666c4409 found for delete ", "request_id": "req-5d592974-71bb-4437-9c1f-f61969fca6de"}]} [pid: 7|app: 0|req: 1369/2606] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/networks/93a89cd3-1a6d-4336-a2b0-ab7b086c76a0 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2607] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-groups?tenant_id=3a2de503c4884019be394660652b2358&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2608] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:45:10 2026] DELETE /v2.0/security-groups/011c505a-2ba7-466e-8af0-269b84ab1102 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:16.876 8 INFO neutron.db.l3_db [None req-ff9828fd-0f26-4a97-8d9b-d974872c4af2 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP 695554d3-2401-4b04-958b-c5782368e9e7 associated. External IP: 10.96.250.205, port: 8e36d297-f9d4-467c-b1a6-ce1307d5ee5d. [pid: 8|app: 0|req: 1239/2609] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:45:16 2026] POST /v2.0/floatingips => generated 899 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2610] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:20 2026] GET /v2.0/security-groups?tenant_id=0bb78dc647d24e28a6fbe2698ed0773f&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2611] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:45:20 2026] DELETE /v2.0/security-groups/a85a3e71-b966-4050-bbff-7b3a3c227cc9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2612] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2613] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:21 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: 1373/2614] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2615] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:21 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) 2026-07-09 10:45:21.957 7 INFO neutron.api.v2.resource [None req-ef9c83de-5435-4d5c-bd46-34e71d3e8cb3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1374/2616] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => 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: 1243/2617] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2618] 199.204.45.53 () {30 vars in 814 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/security-group-rules?security_group_id=c4fb1226-20da-4e9f-bbe9-7fb35cbe535e => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2619] 199.204.45.53 () {34 vars in 746 bytes} [Thu Jul 9 10:45:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2620] 199.204.45.53 () {34 vars in 746 bytes} [Thu Jul 9 10:45:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2623] 10.0.0.200 () {30 vars in 650 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/extensions => generated 21537 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2624] 10.0.0.200 () {30 vars in 724 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/quotas/2586917d35ff4ee5969c25dfc905e5d0/details => generated 847 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2625] 10.0.0.200 () {30 vars in 650 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2626] 10.0.0.200 () {30 vars in 724 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/quotas/2586917d35ff4ee5969c25dfc905e5d0/details => generated 847 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2627] 10.0.0.118 () {30 vars in 690 bytes} [Thu Jul 9 10:45:28 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: 1381/2628] 10.0.0.118 () {30 vars in 692 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2629] 10.0.0.118 () {30 vars in 668 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2630] 10.0.0.118 () {30 vars in 704 bytes} [Thu Jul 9 10:45:28 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: 1249/2631] 10.0.0.118 () {28 vars in 439 bytes} [Thu Jul 9 10:45:28 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: 1383/2632] 10.0.0.118 () {30 vars in 728 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2633] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/security-groups?tenant_id=2586917d35ff4ee5969c25dfc905e5d0&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2634] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:45:28 2026] DELETE /v2.0/security-groups/fd2cd98b-48d8-4228-938f-5f1973771d07 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2635] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:29 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: 1385/2636] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:29 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: 1252/2637] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:29 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: 1386/2638] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:29 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: 1253/2639] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:29 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2640] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:45:29 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2641] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:29 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: 1388/2642] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:29 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: 1255/2643] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:29 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: 1389/2644] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:29 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: 1256/2645] 199.204.45.53 () {34 vars in 716 bytes} [Thu Jul 9 10:45:29 2026] POST /v2.0/ports => generated 1324 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2646] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1324 bytes in 253 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: 1257/2647] 10.0.0.97 () {34 vars in 906 bytes} [Thu Jul 9 10:45:31 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) 2026-07-09 10:45:32.098 7 INFO neutron.db.segments_db [None req-603efb3e-ab70-47c9-9ebc-38ae3489d316 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Added segment 6e3ffccc-7fee-41cf-9ced-17ab08521187 of type vxlan for network 3a78de9a-3be2-40f1-a232-120e8f4df6ab [pid: 7|app: 0|req: 1391/2648] 10.0.0.67 () {34 vars in 670 bytes} [Thu Jul 9 10:45:31 2026] POST /v2.0/networks => generated 632 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:32.231 8 INFO neutron.db.segments_db [None req-e085967a-37b5-4bf7-8509-9b8673650a51 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Added segment d36afd89-162a-465f-a51c-112e75aec68e of type vxlan for network 4e99dac8-e535-41bc-8856-11ae0cecaed7 [pid: 7|app: 0|req: 1392/2649] 199.204.45.53 () {34 vars in 1261 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2650] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2651] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:32.460 8 INFO neutron.db.l3_hamode_db [None req-e085967a-37b5-4bf7-8509-9b8673650a51 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1395/2652] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2653] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:33.092 8 INFO neutron.db.l3_hamode_db [None req-e085967a-37b5-4bf7-8509-9b8673650a51 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1397/2654] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:45:32 2026] PUT /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1514 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:33.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b886403-bf1a-4a3e-b96c-20e4ac51d02b'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '94796205-bae7-4569-852e-cf3d3dd80408', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1258/2655] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:45:32 2026] POST /v2.0/routers => generated 694 bytes in 1627 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: 1398/2656] 10.0.0.67 () {32 vars in 775 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets?project_id=8c21c1bde4924f2ab7683eef82558b48&cidr=10.100.0.0%2F28 => 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: 1259/2657] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2658] 10.0.0.67 () {32 vars in 783 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets?network_id=a4194447-272d-49ee-9650-205bb1cd65d4&cidr=10.100.0.0%2F28 => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2659] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4092 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2660] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2661] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:45:33 2026] POST /v2.0/subnets => generated 656 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2662] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1402/2663] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aef&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1403/2664] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2665] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&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: 1405/2666] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2667] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2668] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1262/2669] 10.0.0.67 () {34 vars in 782 bytes} [Thu Jul 9 10:45:34 2026] PUT /v2.0/routers/70ce83e6-6dcd-487d-9753-b073f563fdfe/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: 1408/2670] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/networks => generated 6661 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2671] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/subnets => generated 7419 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2672] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4092 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2673] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/routers => generated 1451 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2674] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2675] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2676] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&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: 1412/2677] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1413/2678] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1414/2679] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1266/2680] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:45:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2681] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2682] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2683] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1267/2684] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2685] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2686] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2687] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aef&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2688] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2689] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2690] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2691] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2692] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2693] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2694] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2695] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:36 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) 2026-07-09 10:45:36.430 7 INFO neutron.db.securitygroups_db [None req-af460b6d-8393-43ee-944c-35bda1df7dbd 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Project 8c21c1bde4924f2ab7683eef82558b48 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: 1426/2696] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:36.610 8 INFO neutron.db.securitygroups_db [None req-4ef2bfa7-b3f6-4434-bdc3-bfc4d1c0125c 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Project 8c21c1bde4924f2ab7683eef82558b48 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: 1271/2697] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:45:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2698] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/networks => generated 1297 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2699] 10.0.0.97 () {34 vars in 1099 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2090617698&fields=id&tenant_id=8c21c1bde4924f2ab7683eef82558b48 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2700] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 660 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2701] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/quotas/8c21c1bde4924f2ab7683eef82558b48 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2702] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2703] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=segments => generated 14 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2704] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:45:37 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1275/2705] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:38 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1431/2706] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1277/2709] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1433/2710] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1278/2711] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 796 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2712] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2713] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2714] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2715] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2716] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:40 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: 8|app: 0|req: 1281/2717] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2718] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2719] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2720] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2721] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1439/2722] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2723] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2724] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2725] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:41 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1441/2726] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:42 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1286/2727] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:43 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1442/2728] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:44 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2729] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:45:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c21c1bde4924f2ab7683eef82558b48 => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2730] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:45:44 2026] POST /v2.0/ports => generated 954 bytes in 403 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: 1444/2731] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:44 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2732] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:44 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1288/2733] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:45:44 2026] PUT /v2.0/ports/dfa649f4-d244-400c-8acd-61c6b129e71e => generated 1235 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:44.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e76ad62a-bc7f-411a-ab3c-87aafd1709ed'] response: {'name': 'network-changed', 'server_uuid': '21b0579a-00bb-4fd8-b404-9afd6ee6b3bd', 'tag': 'dfa649f4-d244-400c-8acd-61c6b129e71e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1446/2734] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1289/2735] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/networks?tenant_id=8c21c1bde4924f2ab7683eef82558b48&shared=False => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2736] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2737] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2738] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1291/2739] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2740] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=dfa649f4-d244-400c-8acd-61c6b129e71e => 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: 1292/2741] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/subnets?id=d67ff293-e0fa-47c6-807b-c558f36936dc => 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: 1450/2742] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/ports?network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab&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: 1293/2743] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1451/2744] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:46 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1294/2745] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:47 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1452/2746] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:47 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1295/2747] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:48 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2748] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:48 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2749] 10.0.0.118 () {30 vars in 690 bytes} [Thu Jul 9 10:45:49 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: 1454/2750] 10.0.0.118 () {30 vars in 692 bytes} [Thu Jul 9 10:45:49 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: 1297/2751] 10.0.0.118 () {30 vars in 668 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2752] 10.0.0.118 () {30 vars in 704 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2753] 10.0.0.118 () {28 vars in 439 bytes} [Thu Jul 9 10:45:49 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: 1456/2754] 10.0.0.118 () {30 vars in 728 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/subnets/19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2755] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1457/2756] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2757] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:50 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 969 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2758] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1301/2759] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:52 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2760] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:52 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2761] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:53 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2762] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:53 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2765] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2766] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1463/2767] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1464/2768] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2769] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2770] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2771] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2772] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:54 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: 1307/2773] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2774] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2775] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/subnets/19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2776] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2777] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:45:55 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: 1471/2778] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2779] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2780] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:55.730 8 INFO neutron.db.l3_db [None req-ea353f70-37b9-4c5c-95a9-6c2d75a2a567 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Floating IP f45a2b70-de40-41f4-aacc-69c7a729d08d associated. External IP: 10.96.250.215, port: dfa649f4-d244-400c-8acd-61c6b129e71e. [pid: 7|app: 0|req: 1474/2781] 199.204.45.53 () {34 vars in 716 bytes} [Thu Jul 9 10:45:55 2026] POST /v2.0/ports => generated 1328 bytes in 451 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: 1475/2782] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2783] 10.0.0.67 () {34 vars in 676 bytes} [Thu Jul 9 10:45:55 2026] POST /v2.0/floatingips => generated 855 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:56.109 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea41ebbe-f849-45f3-8fdd-88362fccc671'] response: {'name': 'network-changed', 'server_uuid': '21b0579a-00bb-4fd8-b404-9afd6ee6b3bd', 'tag': 'dfa649f4-d244-400c-8acd-61c6b129e71e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/2784] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2785] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2786] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2787] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=dfa649f4-d244-400c-8acd-61c6b129e71e => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2788] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/subnets?id=d67ff293-e0fa-47c6-807b-c558f36936dc => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2789] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports?network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab&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: 1479/2790] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2791] 199.204.45.53 () {34 vars in 1261 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2792] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1313/2793] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1481/2794] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1314/2795] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2796] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2797] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2798] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:45:57 2026] PUT /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1518 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2799] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:58.231 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fcab5c8-ee1d-450c-b8a3-518b3a8ed378'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '8fad80db-8022-4fe9-9b42-f7715dfdb4fb', '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: 1484/2800] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 5604 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2801] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => 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: 1485/2802] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.107&port_id=8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1318/2803] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A56&port_id=8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1486/2804] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/subnets?id=73b3d13e-956e-42e6-9e8e-2985069d94c0&id=19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2805] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&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: 1487/2806] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2807] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2808] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1321/2809] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 5604 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2810] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2811] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => 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: 1490/2812] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2813] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1491/2814] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1324/2815] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2816] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2817] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2818] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1326/2819] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1494/2820] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2821] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aef&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1495/2822] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2823] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2824] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2825] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1497/2826] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2827] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.107&port_id=8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1498/2828] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A56&port_id=8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1331/2829] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/subnets?id=73b3d13e-956e-42e6-9e8e-2985069d94c0&id=19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2830] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2831] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2832] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1333/2833] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1501/2834] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1240 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2835] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2836] 10.0.0.97 () {34 vars in 970 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2837] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2838] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/subnets/19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2839] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/subnets/73b3d13e-956e-42e6-9e8e-2985069d94c0 => generated 746 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2840] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1337/2841] 199.204.45.53 () {34 vars in 789 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1255 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:06.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-975c203c-7860-455c-8ce9-9bf2d11f808d'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '94796205-bae7-4569-852e-cf3d3dd80408', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1505/2842] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 796 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: 1338/2843] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2844] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 5381 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2845] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2846] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1340/2847] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2848] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:06 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: 1508/2849] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2850] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:06 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: 1343/2851] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2852] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:06 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: 1509/2853] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1345/2854] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1510/2855] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2856] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2857] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2858] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1512/2859] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2860] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2861] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1515/2864] 10.0.0.67 () {32 vars in 825 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/ports?project_id=8c21c1bde4924f2ab7683eef82558b48&network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 3691 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2865] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:15 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: 1516/2866] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:15 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: 7|app: 0|req: 1517/2867] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2868] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2869] 10.0.0.67 () {32 vars in 741 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/subnets?network_id=a4194447-272d-49ee-9650-205bb1cd65d4 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2870] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2871] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 5381 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2872] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2873] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2874] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2875] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:16.152 7 INFO neutron.db.l3_db [None req-6a163993-3de8-45db-ae7b-b5eb842f7afe 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Floating IP f45a2b70-de40-41f4-aacc-69c7a729d08d disassociated. External IP: 10.96.250.215, port: dfa649f4-d244-400c-8acd-61c6b129e71e. [pid: 8|app: 0|req: 1357/2876] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2877] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:46:16 2026] PUT /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 554 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2878] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2879] 199.204.45.53 () {34 vars in 789 bytes} [Thu Jul 9 10:46:16 2026] PUT /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1307 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:16.549 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c37305ff-e228-4417-9589-3c51c6288845'] response: {'name': 'network-changed', 'server_uuid': '21b0579a-00bb-4fd8-b404-9afd6ee6b3bd', 'tag': 'dfa649f4-d244-400c-8acd-61c6b129e71e', 'status': 'completed', 'code': 200} 2026-07-09 10:46:16.583 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d97e23d0-0101-4c22-a6a0-5552eea61854'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '8fad80db-8022-4fe9-9b42-f7715dfdb4fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1522/2880] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 797 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1359/2881] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/subnets/73b3d13e-956e-42e6-9e8e-2985069d94c0 => generated 746 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2882] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2883] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:46:16 2026] PUT /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 1080 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2884] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1525/2885] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2886] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2887] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2888] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2889] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=dfa649f4-d244-400c-8acd-61c6b129e71e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2890] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2891] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/subnets?id=d67ff293-e0fa-47c6-807b-c558f36936dc => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2892] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2893] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2894] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2895] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2896] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2897] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2898] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2899] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:18 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2900] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:18 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:18.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-20799cef-d344-4a1f-bf89-3269a1a99c83'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '8fad80db-8022-4fe9-9b42-f7715dfdb4fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2901] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2902] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2903] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1534/2904] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1371/2905] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2906] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1372/2907] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2908] 199.204.45.53 () {34 vars in 1015 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2909] 10.0.0.67 () {34 vars in 684 bytes} [Thu Jul 9 10:46:19 2026] POST /v2.0/security-groups => generated 1677 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2910] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:19 2026] PUT /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => generated 917 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2911] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1374/2912] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2913] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2914] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:20.424 7 INFO neutron.db.securitygroups_db [None req-be7bbddd-847a-4617-b149-5d59b14d66da 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Project 8c21c1bde4924f2ab7683eef82558b48 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: 1376/2915] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3869 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2916] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:20.613 7 INFO neutron.db.securitygroups_db [None req-99af9c7c-b4a3-47d5-8918-61896d99b7d0 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Project 8c21c1bde4924f2ab7683eef82558b48 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-09 10:46:20.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e5c3167-56b3-40b2-8acb-a7a27f866eb5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 8fad80db-8022-4fe9-9b42-f7715dfdb4fb 2026-07-09 10:46:20.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e5c3167-56b3-40b2-8acb-a7a27f866eb5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 8fad80db-8022-4fe9-9b42-f7715dfdb4fb [pid: 7|app: 0|req: 1541/2917] 10.0.0.67 () {34 vars in 694 bytes} [Thu Jul 9 10:46:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2918] 199.204.45.53 () {32 vars in 758 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/ports/8fad80db-8022-4fe9-9b42-f7715dfdb4fb => 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: 1542/2919] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:20 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: 8|app: 0|req: 1378/2920] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:20 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: 1543/2921] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46: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: 8|app: 0|req: 1379/2922] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46: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: 7|app: 0|req: 1544/2923] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2924] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2925] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2926] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2927] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2928] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks => generated 1297 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2929] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2930] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2931] 10.0.0.97 () {34 vars in 1099 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1028591983&fields=id&tenant_id=8c21c1bde4924f2ab7683eef82558b48 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2932] 10.0.0.97 () {34 vars in 981 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2933] 10.0.0.97 () {34 vars in 964 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/quotas/8c21c1bde4924f2ab7683eef82558b48 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2934] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3869 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2935] 10.0.0.97 () {34 vars in 1001 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&fields=id => generated 149 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2936] 199.204.45.53 () {34 vars in 1225 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks?id=3d5072d7-1a00-4560-9420-44d26896b004&id=31ef7242-c3f3-4385-a51d-979fed8283d8&id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 3094 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2937] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2938] 10.0.0.97 () {34 vars in 1007 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1389/2939] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2940] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2941] 10.0.0.97 () {34 vars in 1107 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2942] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2943] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2944] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1553/2945] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1393/2946] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2947] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2948] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2949] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1395/2950] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=94796205-bae7-4569-852e-cf3d3dd80408 => 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: 1556/2951] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => 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: 1396/2952] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2953] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1397/2954] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1558/2955] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1398/2956] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:23 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2959] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:24 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1400/2960] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1561/2961] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2962] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c21c1bde4924f2ab7683eef82558b48 => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2963] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2964] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:26 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: 1404/2965] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2966] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:26 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: 1406/2967] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3869 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2968] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:26 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: 1408/2969] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2970] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:26 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: 1562/2971] 199.204.45.53 () {38 vars in 954 bytes} [Thu Jul 9 10:46:26 2026] POST /v2.0/ports => generated 954 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2972] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:26 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1411/2973] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2974] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:46:26 2026] PUT /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1080 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1563/2975] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:26 2026] PUT /v2.0/ports/bd6d250c-2476-488a-a2a1-26106112d315 => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:27.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-165b6e70-fc7a-4530-92d0-a69a3c83769a'] response: {'name': 'network-changed', 'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'tag': '94796205-bae7-4569-852e-cf3d3dd80408', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1413/2976] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 796 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:46:27.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e1846b9-f46a-4c05-bddc-e6d6723264a9'] response: {'name': 'network-changed', 'server_uuid': '752d0218-2eac-4240-8897-c660f78cb33f', 'tag': 'bd6d250c-2476-488a-a2a1-26106112d315', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/2977] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2978] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2979] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2980] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&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: 1566/2981] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2982] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2983] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2984] 199.204.45.53 () {34 vars in 1017 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks?tenant_id=8c21c1bde4924f2ab7683eef82558b48&shared=False => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2985] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2986] 199.204.45.53 () {34 vars in 929 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2987] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1419/2988] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2989] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1420/2990] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2991] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2992] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd6d250c-2476-488a-a2a1-26106112d315 => 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: 1572/2993] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/subnets?id=d67ff293-e0fa-47c6-807b-c558f36936dc => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2994] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/ports?network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab&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: 1573/2995] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2996] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1574/2997] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2998] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2999] 199.204.45.53 () {34 vars in 1015 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3000] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3001] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3002] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:29 2026] PUT /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 917 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3003] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1426/3004] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:30.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-445154cd-7e5d-4132-b569-0bfcd8749a56 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 94796205-bae7-4569-852e-cf3d3dd80408 2026-07-09 10:46:30.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445154cd-7e5d-4132-b569-0bfcd8749a56 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 94796205-bae7-4569-852e-cf3d3dd80408 [pid: 7|app: 0|req: 1579/3005] 199.204.45.53 () {32 vars in 758 bytes} [Thu Jul 9 10:46:30 2026] DELETE /v2.0/ports/94796205-bae7-4569-852e-cf3d3dd80408 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3006] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1580/3007] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3008] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3009] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3010] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:30 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: 1582/3011] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:30 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: 1430/3012] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3013] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3014] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3015] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3016] 199.204.45.53 () {30 vars in 742 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3017] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3018] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => 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: 1586/3019] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3020] 199.204.45.53 () {34 vars in 1145 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks?id=3d5072d7-1a00-4560-9420-44d26896b004&id=31ef7242-c3f3-4385-a51d-979fed8283d8&id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 2308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3021] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => 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: 1435/3022] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3023] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&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: 1436/3024] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1589/3025] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?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: 1437/3026] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.54&port_id=bc8b6cc7-6203-4425-9016-e59ea8681c5c => 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: 1590/3027] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/subnets?id=ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3028] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/ports?network_id=31ef7242-c3f3-4385-a51d-979fed8283d8&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: 7|app: 0|req: 1591/3029] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?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: 1439/3030] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3031] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3032] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:31 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3033] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:33 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1441/3034] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:33 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3035] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:34 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3036] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:34 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&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: 1595/3037] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:34 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3038] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:34 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&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: 1596/3039] 10.0.0.67 () {32 vars in 735 bytes} [Thu Jul 9 10:46:34 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:34.874 8 INFO neutron.db.l3_db [None req-9292b0d2-f3ec-4380-8e49-2567956b88b5 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Floating IP f45a2b70-de40-41f4-aacc-69c7a729d08d associated. External IP: 10.96.250.215, port: bd6d250c-2476-488a-a2a1-26106112d315. [pid: 8|app: 0|req: 1444/3040] 10.0.0.67 () {34 vars in 748 bytes} [Thu Jul 9 10:46:34 2026] PUT /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 855 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:35.214 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d2229cb-c536-446e-86dc-5f8978aab631'] response: {'name': 'network-changed', 'server_uuid': '752d0218-2eac-4240-8897-c660f78cb33f', 'tag': 'bd6d250c-2476-488a-a2a1-26106112d315', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1597/3041] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3042] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/ports?tenant_id=8c21c1bde4924f2ab7683eef82558b48&device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3043] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/networks?id=3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3044] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd6d250c-2476-488a-a2a1-26106112d315 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3045] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/subnets?id=d67ff293-e0fa-47c6-807b-c558f36936dc => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3046] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/ports?network_id=3a78de9a-3be2-40f1-a232-120e8f4df6ab&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3047] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3048] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab?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: 1601/3049] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 855 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3050] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:37 2026] GET /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3053] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:42 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: 1603/3054] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:42 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: 1452/3055] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:42 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: 1604/3056] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:42.608 8 INFO neutron.api.v2.resource [None req-20a2715f-2c23-4e76-b5b4-eecdb8c9666e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1453/3057] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => 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: 1605/3058] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3059] 199.204.45.53 () {30 vars in 814 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/security-group-rules?security_group_id=c4fb1226-20da-4e9f-bbe9-7fb35cbe535e => 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: 1606/3060] 199.204.45.53 () {32 vars in 788 bytes} [Thu Jul 9 10:46:42 2026] DELETE /v2.0/security-group-rules/4004d35f-a2d1-4dbe-a357-d1cbffa57bc9 => 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: 1455/3061] 199.204.45.53 () {32 vars in 788 bytes} [Thu Jul 9 10:46:42 2026] DELETE /v2.0/security-group-rules/40cd346d-d54b-4bfc-928d-2276d766375f => 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: 1607/3062] 10.0.0.18 () {34 vars in 989 bytes} [Thu Jul 9 10:46:43 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1456/3063] 10.0.0.18 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:43 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:46.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1b4e2b3-c9d0-453f-9ad9-2c0732aeaf54 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: d3324148-8607-4778-824c-9350ac817042 2026-07-09 10:46:46.299 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b4e2b3-c9d0-453f-9ad9-2c0732aeaf54 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: d3324148-8607-4778-824c-9350ac817042 2026-07-09 10:46:46.504 7 INFO neutron.db.l3_db [None req-e1b4e2b3-c9d0-453f-9ad9-2c0732aeaf54 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP 695554d3-2401-4b04-958b-c5782368e9e7 disassociated (deleted). External IP: 10.96.250.205, port: 8e36d297-f9d4-467c-b1a6-ce1307d5ee5d. [pid: 7|app: 0|req: 1608/3064] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:46:46 2026] DELETE /v2.0/floatingips/695554d3-2401-4b04-958b-c5782368e9e7 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:46.839 8 INFO neutron.api.v2.resource [None req-f9a9986f-e504-437a-ad37-e6009d778a86 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3065] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:46 2026] GET /v2.0/floatingips/695554d3-2401-4b04-958b-c5782368e9e7 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3066] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3067] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3068] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46: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: 1459/3069] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:47.744 7 INFO neutron.api.v2.resource [None req-06ff1439-a7eb-444d-b28c-180e296cab03 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3070] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => 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: 1460/3071] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3072] 199.204.45.53 () {30 vars in 814 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/security-group-rules?security_group_id=c4fb1226-20da-4e9f-bbe9-7fb35cbe535e => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3073] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3074] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3075] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:48 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: 1614/3076] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:48 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: 1463/3077] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3078] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3079] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3080] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3081] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:49 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3082] 199.204.45.53 () {34 vars in 974 bytes} [Thu Jul 9 10:46:50 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3083] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 9 10:46:50 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3084] 199.204.45.53 () {34 vars in 1015 bytes} [Thu Jul 9 10:46:50 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3085] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:50 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3086] 199.204.45.53 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:50 2026] PUT /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1147 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3087] 199.204.45.53 () {30 vars in 768 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1469/3088] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:46:52 2026] PUT /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1086 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3089] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 1086 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, ' 2026-07-09 10:46:52.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e5b8737-78f4-4068-bc38-7fb5243a64ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: bc8b6cc7-6203-4425-9016-e59ea8681c5c 2026-07-09 10:46:52.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e5b8737-78f4-4068-bc38-7fb5243a64ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: bc8b6cc7-6203-4425-9016-e59ea8681c5c [pid: 8|app: 0|req: 1470/3090] 199.204.45.53 () {32 vars in 758 bytes} [Thu Jul 9 10:46:52 2026] DELETE /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3091] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 9 10:46: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: 8|app: 0|req: 1471/3092] 199.204.45.53 () {30 vars in 704 bytes} [Thu Jul 9 10:46:52 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: 1622/3093] 199.204.45.53 () {30 vars in 680 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3094] 199.204.45.53 () {30 vars in 716 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:52.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef012f22-79c5-4743-8f29-09b1c60062aa 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3095] 199.204.45.53 () {32 vars in 758 bytes} [Thu Jul 9 10:46:52 2026] DELETE /v2.0/ports/bc8b6cc7-6203-4425-9016-e59ea8681c5c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3096] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:52.807 8 INFO neutron.api.v2.resource [None req-83ea51fa-fd01-4aa8-9a04-dc9838155d4d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1474/3097] 199.204.45.53 () {30 vars in 762 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/security-groups/lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => 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: 1624/3098] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports?tenant_id=26c6a6dac54e4fd8a0f7a00363d675e9&device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3099] 199.204.45.53 () {30 vars in 784 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/security-groups?name=lb-fa58394c-3a7f-4d20-b56f-a60c838f7ed1 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3100] 199.204.45.53 () {30 vars in 736 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3101] 199.204.45.53 () {34 vars in 1065 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/networks?id=3d5072d7-1a00-4560-9420-44d26896b004&id=31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3102] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.217&port_id=a73d0666-cd87-44ec-ae58-5ed7b9606585 => 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: 1627/3103] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/subnets?id=d6ca7c67-bd6f-4839-ba08-0398f661f37d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3104] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:52 2026] GET /v2.0/ports?network_id=3d5072d7-1a00-4560-9420-44d26896b004&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: 1629/3105] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3106] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/networks/3d5072d7-1a00-4560-9420-44d26896b004?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3107] 199.204.45.53 () {34 vars in 788 bytes} [Thu Jul 9 10:46:52 2026] PUT /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 1094 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3108] 199.204.45.53 () {32 vars in 778 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/c4fb1226-20da-4e9f-bbe9-7fb35cbe535e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:53.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ccca4fa-e372-44dd-b24d-c498f282e445 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: 8e36d297-f9d4-467c-b1a6-ce1307d5ee5d 2026-07-09 10:46:53.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ccca4fa-e372-44dd-b24d-c498f282e445 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: 8e36d297-f9d4-467c-b1a6-ce1307d5ee5d [pid: 8|app: 0|req: 1478/3109] 199.204.45.53 () {32 vars in 758 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/ports/8e36d297-f9d4-467c-b1a6-ce1307d5ee5d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3112] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:54 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3113] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:54 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3114] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:55 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3115] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:55 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&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: 1635/3116] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:46:56 2026] GET /v2.0/ports?device_id=cc391fe4-d73e-458a-80ea-ea623eeef673 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:56.493 8 INFO neutron_taas.services.taas.taas_plugin [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-fa5fa5a8-f5e3-45d5-a0b8-3354b9f7c4ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] TaaS: Handle Delete Port: a73d0666-cd87-44ec-ae58-5ed7b9606585 2026-07-09 10:46:56.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-fa5fa5a8-f5e3-45d5-a0b8-3354b9f7c4ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Tap Mirror: Handle Delete Port: a73d0666-cd87-44ec-ae58-5ed7b9606585 [pid: 8|app: 0|req: 1482/3117] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:46:56 2026] DELETE /v2.0/ports/a73d0666-cd87-44ec-ae58-5ed7b9606585 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:56.678 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-493c2cc1-5cfc-4223-af25-bee47f697ef4'] response: {'server_uuid': 'cc391fe4-d73e-458a-80ea-ea623eeef673', 'name': 'network-vif-deleted', 'tag': 'a73d0666-cd87-44ec-ae58-5ed7b9606585', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1636/3118] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:57 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3119] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:57 2026] GET /v2.0/security-groups?id=9ece473e-60ad-4ece-9ee2-764219dec9f1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:57.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-298278d1-f9da-4ad2-8672-68c6b4f963d6 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 15c47069-455a-4e28-8f87-3dec2edb8dc5 2026-07-09 10:46:57.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-298278d1-f9da-4ad2-8672-68c6b4f963d6 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 15c47069-455a-4e28-8f87-3dec2edb8dc5 [pid: 7|app: 0|req: 1638/3120] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:46:57 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:57.341 8 INFO neutron.db.l3_db [None req-298278d1-f9da-4ad2-8672-68c6b4f963d6 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP b3403caa-ac2f-4e75-9608-2d6a18e9046a disassociated (deleted). External IP: 10.96.250.218, port: 2ecc34f0-8c88-45f2-8faa-d77cc63c36fe. 2026-07-09 10:46:57.378 7 INFO neutron_taas.services.taas.taas_plugin [req-755b1a8d-9615-4812-9e4b-08453d4183e7 req-829797ac-2f8f-4b5e-8e98-3cd70f617fe7 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: bd6d250c-2476-488a-a2a1-26106112d315 2026-07-09 10:46:57.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-755b1a8d-9615-4812-9e4b-08453d4183e7 req-829797ac-2f8f-4b5e-8e98-3cd70f617fe7 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: bd6d250c-2476-488a-a2a1-26106112d315 2026-07-09 10:46:57.514 7 INFO neutron.db.l3_db [req-755b1a8d-9615-4812-9e4b-08453d4183e7 req-829797ac-2f8f-4b5e-8e98-3cd70f617fe7 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Floating IP f45a2b70-de40-41f4-aacc-69c7a729d08d disassociated. External IP: 10.96.250.215, port: bd6d250c-2476-488a-a2a1-26106112d315. [pid: 7|app: 0|req: 1639/3121] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:46:57 2026] DELETE /v2.0/ports/bd6d250c-2476-488a-a2a1-26106112d315 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:57.896 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7b58dde-3e88-4dda-ab14-db3eeaa69c63'] response: {'server_uuid': '752d0218-2eac-4240-8897-c660f78cb33f', 'name': 'network-vif-deleted', 'tag': 'bd6d250c-2476-488a-a2a1-26106112d315', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1483/3122] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:46:57 2026] DELETE /v2.0/floatingips/b3403caa-ac2f-4e75-9608-2d6a18e9046a => generated 0 bytes in 1086 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:58.169 7 INFO neutron.api.v2.resource [None req-6f0bde26-afeb-40bc-8848-02b774a4c180 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3123] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:46:58 2026] GET /v2.0/floatingips/b3403caa-ac2f-4e75-9608-2d6a18e9046a => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3124] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:58 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1641/3125] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:58 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1196 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3126] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:58 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:58.724 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef7aa1b1-7c2e-41e8-9deb-4fa1a87817fa'] response: {'name': 'network-changed', 'server_uuid': 'caa68f27-9734-4b8a-9300-3d0f0fa6f182', 'tag': '2ecc34f0-8c88-45f2-8faa-d77cc63c36fe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1642/3127] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3128] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1643/3129] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/networks?id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3130] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.31&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => 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: 1644/3131] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25&port_id=2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3132] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/subnets?id=73b3d13e-956e-42e6-9e8e-2985069d94c0&id=19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3133] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3134] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/ports?network_id=374d10f3-faec-4fed-a7ad-d074bbcb6cc5&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: 1646/3135] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3136] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:59 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5?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: 1647/3137] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:00 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1491/3138] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:47:00 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => generated 1194 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:00.949 7 INFO neutron_taas.services.taas.taas_plugin [req-f57e3469-9daf-4351-98b5-ced4ced10b78 req-630470fb-3b43-4df9-af33-c64a4d9973ee 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 2ecc34f0-8c88-45f2-8faa-d77cc63c36fe 2026-07-09 10:47:00.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f57e3469-9daf-4351-98b5-ced4ced10b78 req-630470fb-3b43-4df9-af33-c64a4d9973ee 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 2ecc34f0-8c88-45f2-8faa-d77cc63c36fe [pid: 7|app: 0|req: 1648/3139] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:47:00 2026] DELETE /v2.0/ports/2ecc34f0-8c88-45f2-8faa-d77cc63c36fe => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:01.136 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-919beed6-a653-4509-9e06-3eb9a8d7774e'] response: {'server_uuid': 'caa68f27-9734-4b8a-9300-3d0f0fa6f182', 'name': 'network-vif-deleted', 'tag': '2ecc34f0-8c88-45f2-8faa-d77cc63c36fe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1492/3140] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/ports?device_id=752d0218-2eac-4240-8897-c660f78cb33f => 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: 1649/3141] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/security-groups/9ece473e-60ad-4ece-9ee2-764219dec9f1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:02.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1723a8a-231a-4f9c-8846-4c84ea3ce31d 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: 6bb0c64d-fc99-46dc-8ad8-929957253801 2026-07-09 10:47:02.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1723a8a-231a-4f9c-8846-4c84ea3ce31d 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: 6bb0c64d-fc99-46dc-8ad8-929957253801 [pid: 8|app: 0|req: 1493/3142] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/floatingips/f45a2b70-de40-41f4-aacc-69c7a729d08d => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3143] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3144] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3145] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/ports?device_id=caa68f27-9734-4b8a-9300-3d0f0fa6f182 => 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: 1495/3146] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3147] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3148] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3149] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/security-groups?id=a52a74eb-5a1b-442b-8791-b91d242999e8&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: 1497/3150] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:47:05.712 7 INFO neutron_taas.services.taas.taas_plugin [req-21e508e4-1cd5-412f-bdd6-029cd3995a47 req-197cf943-5a4d-4ae6-933f-070b5c17c11e 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: dfa649f4-d244-400c-8acd-61c6b129e71e 2026-07-09 10:47:05.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21e508e4-1cd5-412f-bdd6-029cd3995a47 req-197cf943-5a4d-4ae6-933f-070b5c17c11e 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: dfa649f4-d244-400c-8acd-61c6b129e71e [pid: 7|app: 0|req: 1654/3151] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:47:05 2026] DELETE /v2.0/ports/dfa649f4-d244-400c-8acd-61c6b129e71e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:05.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82b7be8b-ce1e-44fe-ac19-b40e833d7e52'] response: {'server_uuid': '21b0579a-00bb-4fd8-b404-9afd6ee6b3bd', 'name': 'network-vif-deleted', 'tag': 'dfa649f4-d244-400c-8acd-61c6b129e71e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1498/3152] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:06 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => 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: 1655/3153] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:07 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:08.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-feae8012-ae98-4b65-b79a-8525e2e6ef4b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: cf1aa786-0947-4771-b810-ace33a5115e5 2026-07-09 10:47:08.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feae8012-ae98-4b65-b79a-8525e2e6ef4b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: cf1aa786-0947-4771-b810-ace33a5115e5 [pid: 7|app: 0|req: 1656/3154] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:08 2026] GET /v2.0/ports?device_id=21b0579a-00bb-4fd8-b404-9afd6ee6b3bd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:08.985 8 INFO neutron.db.l3_db [None req-feae8012-ae98-4b65-b79a-8525e2e6ef4b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Floating IP 6e7fb6b1-17d7-4bbe-b6e1-787d750fb728 disassociated (deleted). External IP: 10.96.250.214, port: a099bb47-2a66-4cfa-a809-43d84b8bf409. [pid: 8|app: 0|req: 1499/3157] 10.0.0.67 () {32 vars in 731 bytes} [Thu Jul 9 10:47:08 2026] DELETE /v2.0/floatingips/6e7fb6b1-17d7-4bbe-b6e1-787d750fb728 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:09.327 7 INFO neutron.api.v2.resource [None req-79b30d9a-701e-4316-a5d5-984701cf64c3 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3158] 10.0.0.67 () {32 vars in 728 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/floatingips/6e7fb6b1-17d7-4bbe-b6e1-787d750fb728 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:09.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd9dc93c-2360-4a24-b348-fafa70b31695'] response: {'name': 'network-changed', 'server_uuid': 'def88771-02c6-4443-baea-0db2bdeb9454', 'tag': 'a099bb47-2a66-4cfa-a809-43d84b8bf409', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/3159] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3160] 10.0.0.97 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/security-groups?id=f5369717-9ba5-445c-b40a-5853d9562309&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3161] 199.204.45.53 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/ports?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3162] 199.204.45.53 () {34 vars in 985 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/networks?id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3163] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => 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: 1504/3164] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A187&port_id=a099bb47-2a66-4cfa-a809-43d84b8bf409 => 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: 1661/3165] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:09 2026] DELETE /v2.0/security-groups/a52a74eb-5a1b-442b-8791-b91d242999e8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3166] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/subnets?id=d0c80ab8-438f-4cc2-80ef-d43e5157fbc3&id=69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3167] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3168] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/ports?network_id=95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3169] 199.204.45.53 () {34 vars in 1011 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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: 1509/3170] 199.204.45.53 () {34 vars in 1111 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e?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-07-09 10:47:10.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-09221ac0-24de-42b2-883b-7fdf8a5d67d1 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: 22a19790-9ea0-4c81-93a6-86247d95b8c2 2026-07-09 10:47:10.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09221ac0-24de-42b2-883b-7fdf8a5d67d1 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: 22a19790-9ea0-4c81-93a6-86247d95b8c2 [pid: 7|app: 0|req: 1662/3171] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:10 2026] PUT /v2.0/routers/70ce83e6-6dcd-487d-9753-b073f563fdfe/remove_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3172] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:11 2026] DELETE /v2.0/subnets/d67ff293-e0fa-47c6-807b-c558f36936dc => 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: 1511/3173] 199.204.45.53 () {34 vars in 993 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 1196 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:12.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc68bef1-d010-46d2-83d5-ae21f3780d2a 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: 70461259-983f-4878-b92a-1e83dfb561cc 2026-07-09 10:47:12.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc68bef1-d010-46d2-83d5-ae21f3780d2a 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: 70461259-983f-4878-b92a-1e83dfb561cc 2026-07-09 10:47:12.077 8 INFO neutron_taas.services.taas.taas_plugin [req-97520ad0-fc5c-46c9-897f-268115390b47 req-267ad969-bf2c-4f08-b8ce-7dbfec120b3e 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: a099bb47-2a66-4cfa-a809-43d84b8bf409 2026-07-09 10:47:12.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97520ad0-fc5c-46c9-897f-268115390b47 req-267ad969-bf2c-4f08-b8ce-7dbfec120b3e 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: a099bb47-2a66-4cfa-a809-43d84b8bf409 2026-07-09 10:47:12.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc68bef1-d010-46d2-83d5-ae21f3780d2a 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] TaaS: Handle Delete Port: 224efdfb-7bde-44c9-a2a1-90704c404a9d 2026-07-09 10:47:12.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc68bef1-d010-46d2-83d5-ae21f3780d2a 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] Tap Mirror: Handle Delete Port: 224efdfb-7bde-44c9-a2a1-90704c404a9d [pid: 8|app: 0|req: 1512/3174] 199.204.45.53 () {36 vars in 996 bytes} [Thu Jul 9 10:47:11 2026] DELETE /v2.0/ports/a099bb47-2a66-4cfa-a809-43d84b8bf409 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:12.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a88b415d-555e-4c65-8e12-452a0ec17546'] response: {'server_uuid': 'def88771-02c6-4443-baea-0db2bdeb9454', 'name': 'network-vif-deleted', 'tag': 'a099bb47-2a66-4cfa-a809-43d84b8bf409', 'status': 'completed', 'code': 200} 2026-07-09 10:47:12.534 7 INFO neutron.db.l3_hamode_db [None req-cc68bef1-d010-46d2-83d5-ae21f3780d2a 57ad03eb707c4164979e6f8714c251e1 8c21c1bde4924f2ab7683eef82558b48 - - default default] HA network 4e99dac8-e535-41bc-8856-11ae0cecaed7 was deleted as no HA routers are present in tenant 8c21c1bde4924f2ab7683eef82558b48. [pid: 7|app: 0|req: 1663/3175] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:11 2026] DELETE /v2.0/routers/70ce83e6-6dcd-487d-9753-b073f563fdfe => generated 0 bytes in 1273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:12.546 7 INFO neutron.services.segments.plugin [-] Segment d36afd89-162a-465f-a51c-112e75aec68e resource provider aggregate not found 2026-07-09 10:47:12.559 7 INFO neutron.services.segments.plugin [-] Segment d36afd89-162a-465f-a51c-112e75aec68e resource provider aggregate not found 2026-07-09 10:47:12.567 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d36afd89-162a-465f-a51c-112e75aec68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36afd89-162a-465f-a51c-112e75aec68e found for delete ", "request_id": "req-e4a45b30-a6ac-4522-87bc-1fdae425d1df"}]} 2026-07-09 10:47:12.573 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d36afd89-162a-465f-a51c-112e75aec68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36afd89-162a-465f-a51c-112e75aec68e found for delete ", "request_id": "req-8acfd68d-f978-4c54-a483-f0536cc59949"}]} [pid: 8|app: 0|req: 1513/3176] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/networks/3a78de9a-3be2-40f1-a232-120e8f4df6ab => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:12.689 8 INFO neutron.services.segments.plugin [-] Segment 6e3ffccc-7fee-41cf-9ced-17ab08521187 resource provider aggregate not found 2026-07-09 10:47:12.703 8 INFO neutron.services.segments.plugin [-] Segment 6e3ffccc-7fee-41cf-9ced-17ab08521187 resource provider aggregate not found 2026-07-09 10:47:12.707 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e3ffccc-7fee-41cf-9ced-17ab08521187 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3ffccc-7fee-41cf-9ced-17ab08521187 found for delete ", "request_id": "req-26203f86-7d52-43bf-855c-b9016e126d80"}]} 2026-07-09 10:47:12.716 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e3ffccc-7fee-41cf-9ced-17ab08521187 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3ffccc-7fee-41cf-9ced-17ab08521187 found for delete ", "request_id": "req-ffb6ba1a-e55e-47df-bba6-abe112b09c51"}]} [pid: 7|app: 0|req: 1664/3177] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:13 2026] GET /v2.0/security-groups?tenant_id=8c21c1bde4924f2ab7683eef82558b48&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3178] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:13 2026] DELETE /v2.0/security-groups/7fd7631e-41ba-4f1e-ab90-96aa73a2548f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3179] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:13 2026] GET /v2.0/security-groups?tenant_id=6ef90b525219478b8269ede0d447b552&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3180] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:13 2026] DELETE /v2.0/security-groups/2ad9f081-3585-4ad6-8feb-9e30dabc5326 => 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: 1666/3181] 10.0.0.97 () {34 vars in 989 bytes} [Thu Jul 9 10:47:14 2026] GET /v2.0/ports?device_id=def88771-02c6-4443-baea-0db2bdeb9454 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:18.144 8 INFO neutron.db.segments_db [None req-2b432189-cf8b-4182-a4ae-63a22aecd289 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Added segment 456c6192-3b8c-4aa5-a6b3-057e55f21606 of type vxlan for network 3ef309f3-dc29-43d2-a864-7b393b1e4923 [pid: 8|app: 0|req: 1516/3182] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:47:17 2026] POST /v2.0/networks => generated 632 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3183] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:47:18 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:18.516 8 INFO neutron.db.segments_db [None req-57bd8d3f-dab8-4fdd-942a-31e0bc7d7b69 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Added segment a6512c46-7c8a-48af-8673-3f9ff4958fd7 of type vxlan for network 41a38b77-0d53-4c16-b89d-9a41570640f3 [pid: 8|app: 0|req: 1517/3184] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:47:18 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3185] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:47:18 2026] POST /v2.0/subnets => generated 629 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:18.864 8 INFO neutron.db.segments_db [None req-59b74d62-7792-40dc-8f66-a6531fd300c6 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Added segment 0b3deb23-ac06-4466-bc82-c89c802ef63a of type vxlan for network 99db8acc-b0fa-4ca3-bab3-d6b6d905f589 [pid: 8|app: 0|req: 1518/3186] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:47:18 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: 7|app: 0|req: 1669/3187] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:47:18 2026] POST /v2.0/subnets => generated 629 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:19.244 8 INFO neutron.db.segments_db [None req-d913f1ba-4660-4e67-acb5-832949665e11 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Added segment 3e5adfe2-562e-4650-9e52-652eae754b28 of type vxlan for network aaccac5d-bddc-4512-9677-99798761c914 [pid: 8|app: 0|req: 1519/3188] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:47: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: 1670/3189] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:47:19 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:19.696 8 INFO neutron.db.segments_db [None req-bc3fbb14-6ab9-4a3e-82a9-0d85249b17e0 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Added segment 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 of type vxlan for network 8c135e0b-22b5-4ad4-850e-a3b274de09ef [pid: 8|app: 0|req: 1520/3190] 10.0.0.67 () {34 vars in 669 bytes} [Thu Jul 9 10:47:19 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3191] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:19 2026] DELETE /v2.0/security-group-rules/879a8967-4ca7-46cb-860d-8a23cea1b4ac => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:19.890 7 INFO neutron.api.v2.resource [None req-1f8cfe3a-b0f8-490d-81a8-ad28e046e0ba 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3192] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:19 2026] GET /v2.0/security-group-rules/879a8967-4ca7-46cb-860d-8a23cea1b4ac => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3193] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:19 2026] DELETE /v2.0/security-group-rules/c33ea04b-1489-4d46-9c88-19d7700bac03 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:19.979 7 INFO neutron.api.v2.resource [None req-d9bc0fc0-485d-4bef-a93a-ee381fadae02 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3194] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:19 2026] GET /v2.0/security-group-rules/c33ea04b-1489-4d46-9c88-19d7700bac03 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3195] 10.0.0.67 () {34 vars in 668 bytes} [Thu Jul 9 10:47:19 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3196] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:19 2026] DELETE /v2.0/security-group-rules/c09fb539-0d3a-42fc-bd55-115f39a3e9ac => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.056 7 INFO neutron.api.v2.resource [None req-75e7dff3-1366-494a-b555-20f2ff2a185a 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3197] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/c09fb539-0d3a-42fc-bd55-115f39a3e9ac => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3198] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:47:20 2026] PUT /v2.0/subnets/559ada16-ece6-4357-91d0-639813bff90d/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: 1677/3199] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/49511789-ae0a-41ac-9985-6d5d9f7888f1 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.138 7 INFO neutron.api.v2.resource [None req-2d1eb89c-960f-4395-9c3e-2f334a9396a1 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3200] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/49511789-ae0a-41ac-9985-6d5d9f7888f1 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3201] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:47:20 2026] PUT /v2.0/subnets/78b084b9-3bd1-4500-8b89-00ab113c2f78/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3202] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:47:20 2026] PUT /v2.0/subnets/402cb264-67fe-42b9-8224-46ed97951758/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3203] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/017ccbfc-b8ea-4f0f-be3e-7b024602127e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.217 7 INFO neutron.api.v2.resource [None req-48134276-dc7c-4e70-b963-31c08c7a08bc 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3204] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/017ccbfc-b8ea-4f0f-be3e-7b024602127e => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3205] 10.0.0.67 () {34 vars in 750 bytes} [Thu Jul 9 10:47:20 2026] PUT /v2.0/subnets/746344c3-7398-483d-97d1-0ac1bda00c4e/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3206] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/9e59e7a1-1c5b-4ade-9bdb-faff69b51538 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.301 7 INFO neutron.api.v2.resource [None req-e112163a-402a-4e44-9b8b-1f9ca391902d 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3207] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/9e59e7a1-1c5b-4ade-9bdb-faff69b51538 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3208] 10.0.0.67 () {32 vars in 663 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3209] 10.0.0.67 () {32 vars in 677 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?tags=red%2Cblue => 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: 1683/3210] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/250a3f05-68aa-4e5e-93c6-bd414b7b3df7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.385 7 INFO neutron.api.v2.resource [None req-aa1c7a78-97d0-45fb-82b0-0622fbc057e1 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3211] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/250a3f05-68aa-4e5e-93c6-bd414b7b3df7 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3212] 10.0.0.67 () {32 vars in 673 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3213] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3214] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/296eefec-7bb8-4bb1-9ab8-c2a326832783 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.474 7 INFO neutron.api.v2.resource [None req-46534270-b822-4e5f-945b-d776c0ebe1cb 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3215] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/296eefec-7bb8-4bb1-9ab8-c2a326832783 => 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: 1530/3216] 10.0.0.67 () {32 vars in 671 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3217] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/126b40cb-0805-4f21-8e73-9fcd411bf296 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3218] 10.0.0.67 () {32 vars in 685 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:20.563 7 INFO neutron.api.v2.resource [None req-e56c4024-5bbc-465f-87b1-d8f4c2171de2 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3219] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/126b40cb-0805-4f21-8e73-9fcd411bf296 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3220] 10.0.0.67 () {32 vars in 681 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3221] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/afa09df2-6e11-44d8-9baa-b6505d2a4750 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.633 7 INFO neutron.api.v2.resource [None req-2f4e5be7-2cc5-4962-b344-22fedee74fbd 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3222] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/afa09df2-6e11-44d8-9baa-b6505d2a4750 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3223] 10.0.0.67 () {32 vars in 693 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3224] 10.0.0.67 () {32 vars in 749 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-group-rules/fd24a008-3ad6-4f70-b73b-a6a9043374d2 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.704 7 INFO neutron.api.v2.resource [None req-8a668d5b-f015-4268-801c-34888cc046df 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3225] 10.0.0.67 () {32 vars in 746 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-group-rules/fd24a008-3ad6-4f70-b73b-a6a9043374d2 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3226] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/security-groups/f5369717-9ba5-445c-b40a-5853d9562309 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:20.795 7 INFO neutron.api.v2.resource [None req-bb7f93f3-7989-4d92-8ea6-b9706e25e646 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1694/3227] 10.0.0.67 () {32 vars in 736 bytes} [Thu Jul 9 10:47:20 2026] GET /v2.0/security-groups/f5369717-9ba5-445c-b40a-5853d9562309 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3228] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/subnets/559ada16-ece6-4357-91d0-639813bff90d => 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: 1695/3229] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/subnets/78b084b9-3bd1-4500-8b89-00ab113c2f78 => 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: 1696/3230] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:20 2026] DELETE /v2.0/subnets/402cb264-67fe-42b9-8224-46ed97951758 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:21.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-45d433e1-e759-40aa-8db0-1711ab3cb249 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 045f5128-7967-4947-b51b-2400fadbebd6 [pid: 7|app: 0|req: 1697/3231] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:21 2026] DELETE /v2.0/subnets/746344c3-7398-483d-97d1-0ac1bda00c4e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:21.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45d433e1-e759-40aa-8db0-1711ab3cb249 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 045f5128-7967-4947-b51b-2400fadbebd6 [pid: 7|app: 0|req: 1698/3232] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:21 2026] DELETE /v2.0/subnets/7b0a1168-4eb6-48c3-8bdf-8b076402f725 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:21.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc20a7bd-d093-41dd-b199-4ff0a9c35e1b 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] TaaS: Handle Delete Port: 411b50af-63f4-41c0-81fe-e4c6771685cc 2026-07-09 10:47:21.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc20a7bd-d093-41dd-b199-4ff0a9c35e1b 31f6a55372e54cad8b6326ab1a75bd65 cd6e5f3bd33d4530a0576d1303996e44 - - default default] Tap Mirror: Handle Delete Port: 411b50af-63f4-41c0-81fe-e4c6771685cc 2026-07-09 10:47:21.711 7 INFO neutron.services.segments.plugin [-] Segment 456c6192-3b8c-4aa5-a6b3-057e55f21606 resource provider aggregate not found 2026-07-09 10:47:21.715 7 INFO neutron.services.segments.plugin [-] Segment 456c6192-3b8c-4aa5-a6b3-057e55f21606 resource provider aggregate not found 2026-07-09 10:47:21.735 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 456c6192-3b8c-4aa5-a6b3-057e55f21606 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456c6192-3b8c-4aa5-a6b3-057e55f21606 found for delete ", "request_id": "req-4907eb04-d11a-4ea3-968c-dedb93def8ab"}]} 2026-07-09 10:47:21.737 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 456c6192-3b8c-4aa5-a6b3-057e55f21606 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456c6192-3b8c-4aa5-a6b3-057e55f21606 found for delete ", "request_id": "req-c26f88cd-5254-47ad-8604-265a0c2ee9a4"}]} [pid: 7|app: 0|req: 1699/3233] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:21 2026] DELETE /v2.0/networks/3ef309f3-dc29-43d2-a864-7b393b1e4923 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3234] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:20 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3235] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:21 2026] DELETE /v2.0/networks/41a38b77-0d53-4c16-b89d-9a41570640f3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:22.025 8 INFO neutron.api.v2.resource [None req-d7addfee-db72-4549-88b1-3b940a0c3660 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3236] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:21 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3237] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:21 2026] DELETE /v2.0/networks/99db8acc-b0fa-4ca3-bab3-d6b6d905f589 => 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: 1702/3238] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:22 2026] DELETE /v2.0/networks/aaccac5d-bddc-4512-9677-99798761c914 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3239] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:22 2026] DELETE /v2.0/networks/8c135e0b-22b5-4ad4-850e-a3b274de09ef => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:22.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-524b7efb-eeba-46d5-b538-469810c5d19b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 2ddaacbc-f3a3-4843-ac5a-933978c47441 2026-07-09 10:47:22.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524b7efb-eeba-46d5-b538-469810c5d19b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 2ddaacbc-f3a3-4843-ac5a-933978c47441 [pid: 8|app: 0|req: 1537/3240] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:22 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:47:23.242 7 INFO neutron.api.v2.resource [None req-16948595-ba14-4984-b6be-01af440ea3f5 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1704/3241] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:23 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3242] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:23 2026] GET /v2.0/security-groups?tenant_id=2855670240fd494da461b1408cd6381b&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3243] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:23 2026] DELETE /v2.0/security-groups/83e4166a-96c5-47d3-8528-6d626646ec56 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:23.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-636dbc92-32ae-4a04-a69d-870a15b4ae7b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 19bfed76-ebfe-480d-8cbb-851a853af83e [pid: 8|app: 0|req: 1540/3244] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:23 2026] GET /v2.0/security-groups?tenant_id=104773eeb0a947dbbb32dcdcaed71ce4&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:23.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-636dbc92-32ae-4a04-a69d-870a15b4ae7b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 19bfed76-ebfe-480d-8cbb-851a853af83e 2026-07-09 10:47:23.765 7 INFO neutron.services.segments.plugin [-] Segment a6512c46-7c8a-48af-8673-3f9ff4958fd7 resource provider aggregate not found 2026-07-09 10:47:23.766 7 INFO neutron.services.segments.plugin [-] Segment a6512c46-7c8a-48af-8673-3f9ff4958fd7 resource provider aggregate not found 2026-07-09 10:47:23.792 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6512c46-7c8a-48af-8673-3f9ff4958fd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6512c46-7c8a-48af-8673-3f9ff4958fd7 found for delete ", "request_id": "req-8fb0618e-3646-4254-bf1a-6fd94e24087c"}]} 2026-07-09 10:47:23.799 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6512c46-7c8a-48af-8673-3f9ff4958fd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6512c46-7c8a-48af-8673-3f9ff4958fd7 found for delete ", "request_id": "req-b2ab57f8-bbe9-4e16-9aac-a71a01e2973f"}]} [pid: 8|app: 0|req: 1541/3245] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:23 2026] DELETE /v2.0/security-groups/d3ed1d97-0c02-42df-8d4e-a8b1596e6251 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:23.817 7 INFO neutron.services.segments.plugin [-] Segment 0b3deb23-ac06-4466-bc82-c89c802ef63a resource provider aggregate not found 2026-07-09 10:47:23.830 7 INFO neutron.services.segments.plugin [-] Segment 0b3deb23-ac06-4466-bc82-c89c802ef63a resource provider aggregate not found 2026-07-09 10:47:23.834 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0b3deb23-ac06-4466-bc82-c89c802ef63a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3deb23-ac06-4466-bc82-c89c802ef63a found for delete ", "request_id": "req-0cfdbb81-fb6c-4a6c-ab9d-886514b92f5d"}]} 2026-07-09 10:47:23.859 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0b3deb23-ac06-4466-bc82-c89c802ef63a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3deb23-ac06-4466-bc82-c89c802ef63a found for delete ", "request_id": "req-4e0a2a2c-c4f1-48ac-a6ac-cdd256ea44db"}]} 2026-07-09 10:47:23.872 7 INFO neutron.services.segments.plugin [-] Segment 3e5adfe2-562e-4650-9e52-652eae754b28 resource provider aggregate not found 2026-07-09 10:47:23.894 7 INFO neutron.services.segments.plugin [-] Segment 3e5adfe2-562e-4650-9e52-652eae754b28 resource provider aggregate not found 2026-07-09 10:47:23.903 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e5adfe2-562e-4650-9e52-652eae754b28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e5adfe2-562e-4650-9e52-652eae754b28 found for delete ", "request_id": "req-c329ddd5-e614-40a5-86ed-bbf6e525cc23"}]} 2026-07-09 10:47:23.917 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e5adfe2-562e-4650-9e52-652eae754b28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e5adfe2-562e-4650-9e52-652eae754b28 found for delete ", "request_id": "req-561cef44-3eef-47d8-84bb-621d00391500"}]} 2026-07-09 10:47:23.930 7 INFO neutron.services.segments.plugin [-] Segment 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 resource provider aggregate not found 2026-07-09 10:47:23.936 7 INFO neutron.services.segments.plugin [-] Segment 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 resource provider aggregate not found 2026-07-09 10:47:23.958 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 found for delete ", "request_id": "req-bd0bbc16-3a01-40be-bd5b-a482fbf7efd7"}]} 2026-07-09 10:47:23.961 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67cc56b7-1818-4888-bbda-1e7dc8f1ed72 found for delete ", "request_id": "req-e5deebe7-0588-4eac-b819-077b6dfff474"}]} [pid: 8|app: 0|req: 1542/3246] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:23 2026] GET /v2.0/security-groups?tenant_id=cd6e5f3bd33d4530a0576d1303996e44&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: 1543/3247] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:24 2026] DELETE /v2.0/security-groups/960e0ba1-8ea2-42bb-9cc9-cacd5652aaef => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3250] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:23 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:47:24.489 8 INFO neutron.api.v2.resource [None req-e5dafbec-23fe-4293-bb97-d619bb01830e 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3251] 10.0.0.67 () {34 vars in 788 bytes} [Thu Jul 9 10:47:24 2026] PUT /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61/remove_router_interface => generated 198 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:24.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa12dfa3-537e-4e47-93d4-cfc159e1aeb4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: f04d3f03-e4fb-42b3-a91d-e7ee96e97fb8 2026-07-09 10:47:24.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa12dfa3-537e-4e47-93d4-cfc159e1aeb4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: f04d3f03-e4fb-42b3-a91d-e7ee96e97fb8 2026-07-09 10:47:24.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa12dfa3-537e-4e47-93d4-cfc159e1aeb4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 9ff84ad1-b465-45c8-b506-29ee3e09901b 2026-07-09 10:47:24.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa12dfa3-537e-4e47-93d4-cfc159e1aeb4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 9ff84ad1-b465-45c8-b506-29ee3e09901b 2026-07-09 10:47:25.243 7 INFO neutron.db.l3_hamode_db [None req-fa12dfa3-537e-4e47-93d4-cfc159e1aeb4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] HA network 9022cd5e-34dc-488a-bbcb-0dfa04f29e78 was deleted as no HA routers are present in tenant 72c707552a5e4bfb9a381c77c38f73c7. [pid: 7|app: 0|req: 1706/3252] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:24 2026] DELETE /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:25.277 8 INFO neutron.api.v2.resource [None req-19573352-8d71-4d87-9369-611195d64536 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3253] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:25 2026] GET /v2.0/routers/224ba93c-2774-4c02-8677-4444146b3f61 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3254] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/subnets/73b3d13e-956e-42e6-9e8e-2985069d94c0 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:25.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0ef1e31-fab5-40d5-a5d0-bd2a973408fd 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3255] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:25 2026] GET /v2.0/subnets/73b3d13e-956e-42e6-9e8e-2985069d94c0 => 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: 1708/3256] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/subnets/19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:25.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6af3fc77-f0d3-463e-b8f9-51ab085f0d19 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3257] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:25 2026] GET /v2.0/subnets/19f9e5c1-9c43-4b97-a0e3-02545e66bd77 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:25.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9178ca3-3cb3-46fd-bf7b-bb82a95bca73 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 6f0ef034-b462-4567-840b-c6ac2a4c15b0 2026-07-09 10:47:25.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9178ca3-3cb3-46fd-bf7b-bb82a95bca73 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 6f0ef034-b462-4567-840b-c6ac2a4c15b0 [pid: 7|app: 0|req: 1709/3258] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:25.929 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4039e393-5b26-4850-97b7-e643005fd2c6 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3259] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:47:25 2026] GET /v2.0/networks/374d10f3-faec-4fed-a7ad-d074bbcb6cc5 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:25.982 7 INFO neutron.services.segments.plugin [-] Segment a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 resource provider aggregate not found 2026-07-09 10:47:25.987 7 INFO neutron.services.segments.plugin [-] Segment a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 resource provider aggregate not found 2026-07-09 10:47:26.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 found for delete ", "request_id": "req-2bebbbfb-d881-4b89-b446-3cfc1a230592"}]} 2026-07-09 10:47:26.013 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07b45e0-b3c4-4ae1-90e2-5e18644c0a97 found for delete ", "request_id": "req-7614658a-5332-466c-9f74-f8cdeef3837c"}]} 2026-07-09 10:47:26.030 7 INFO neutron.services.segments.plugin [-] Segment 9105b4e1-1681-403b-9809-1e1fb93af32c resource provider aggregate not found 2026-07-09 10:47:26.038 7 INFO neutron.services.segments.plugin [-] Segment 9105b4e1-1681-403b-9809-1e1fb93af32c resource provider aggregate not found 2026-07-09 10:47:26.046 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9105b4e1-1681-403b-9809-1e1fb93af32c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9105b4e1-1681-403b-9809-1e1fb93af32c found for delete ", "request_id": "req-b201aeb5-e893-41b9-a3ec-8489c699535c"}]} 2026-07-09 10:47:26.057 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9105b4e1-1681-403b-9809-1e1fb93af32c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9105b4e1-1681-403b-9809-1e1fb93af32c found for delete ", "request_id": "req-1f8fd703-745b-47d5-8936-00d755b22d18"}]} [pid: 7|app: 0|req: 1710/3260] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/subnets/69e02d8b-b5ca-459e-bf12-7c0c428184ff => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:26.149 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b35273a-f57c-41fd-83c8-d1913b4a7d51 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3261] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/subnets/69e02d8b-b5ca-459e-bf12-7c0c428184ff => 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: 1711/3262] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:26.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23895455-0d66-45c9-939c-c8fc3ba279ca 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3263] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/subnets/d0c80ab8-438f-4cc2-80ef-d43e5157fbc3 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:26.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-40fe7aad-6691-4ce1-855e-69f5a170602e 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 1219eb8e-9cd2-44dd-b1fc-8f212fe00e58 2026-07-09 10:47:26.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40fe7aad-6691-4ce1-855e-69f5a170602e 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 1219eb8e-9cd2-44dd-b1fc-8f212fe00e58 [pid: 7|app: 0|req: 1712/3264] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:26.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58ce57f8-cfe1-44c0-bf57-a3bc63b3fae4 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3265] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/networks/95f4bb0c-07d1-4d7b-b4b1-9fd66d43217e => 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: 1713/3266] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/subnets/d79fdb53-e817-4592-afe4-289c2a85c58e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:26.850 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91cbe3c1-8077-44cf-83f6-2aa5f446767b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3267] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/subnets/d79fdb53-e817-4592-afe4-289c2a85c58e => 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: 1714/3268] 10.0.0.67 () {32 vars in 723 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:27.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d4c8434-018e-4199-8cad-5b1bfc7a15b7 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3269] 10.0.0.67 () {32 vars in 720 bytes} [Thu Jul 9 10:47:27 2026] GET /v2.0/subnets/ea8b859c-c29b-458a-bfa7-8af4b9a0398c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:27.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-75aa92b5-af52-4714-be7f-f5ccda2a4833 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] TaaS: Handle Delete Port: 17d11435-c74e-4b87-8697-fcb5bae00577 2026-07-09 10:47:27.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75aa92b5-af52-4714-be7f-f5ccda2a4833 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] Tap Mirror: Handle Delete Port: 17d11435-c74e-4b87-8697-fcb5bae00577 [pid: 7|app: 0|req: 1715/3270] 10.0.0.67 () {32 vars in 725 bytes} [Thu Jul 9 10:47:27 2026] DELETE /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:27.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d4ff8c1-598f-4537-aea1-5caa40e9b74b 6e3495be45a44b248679aa5b5854f0ad 72c707552a5e4bfb9a381c77c38f73c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3271] 10.0.0.67 () {32 vars in 722 bytes} [Thu Jul 9 10:47:27 2026] GET /v2.0/networks/31ef7242-c3f3-4385-a51d-979fed8283d8 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:47:28.065 7 INFO neutron.services.segments.plugin [-] Segment f4263780-0c23-490a-8c4e-a590c60ca7d6 resource provider aggregate not found 2026-07-09 10:47:28.080 7 INFO neutron.services.segments.plugin [-] Segment f4263780-0c23-490a-8c4e-a590c60ca7d6 resource provider aggregate not found 2026-07-09 10:47:28.085 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4263780-0c23-490a-8c4e-a590c60ca7d6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4263780-0c23-490a-8c4e-a590c60ca7d6 found for delete ", "request_id": "req-087e6d38-857f-43a4-8807-2650522baf5d"}]} 2026-07-09 10:47:28.099 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4263780-0c23-490a-8c4e-a590c60ca7d6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4263780-0c23-490a-8c4e-a590c60ca7d6 found for delete ", "request_id": "req-d574eb61-208e-4a8b-b24d-10b2fe6773b3"}]} 2026-07-09 10:47:28.104 7 INFO neutron.services.segments.plugin [-] Segment 2085c8ad-6087-44b3-8999-e0bb189088c7 resource provider aggregate not found 2026-07-09 10:47:28.117 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2085c8ad-6087-44b3-8999-e0bb189088c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2085c8ad-6087-44b3-8999-e0bb189088c7 found for delete ", "request_id": "req-f7ac5137-67ee-4627-bf55-98acb9ca1f87"}]} 2026-07-09 10:47:28.119 7 INFO neutron.services.segments.plugin [-] Segment 2085c8ad-6087-44b3-8999-e0bb189088c7 resource provider aggregate not found 2026-07-09 10:47:28.134 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2085c8ad-6087-44b3-8999-e0bb189088c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2085c8ad-6087-44b3-8999-e0bb189088c7 found for delete ", "request_id": "req-93f6bb69-6156-4294-96d0-578ce92c4bc4"}]} [pid: 7|app: 0|req: 1716/3272] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:29 2026] GET /v2.0/security-groups?tenant_id=50431e84cf3d442f882fe568f3cdcddc&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3273] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:29 2026] DELETE /v2.0/security-groups/10703196-725d-4ce5-8ce1-9c0eef11d8af => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3274] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:29 2026] GET /v2.0/security-groups?tenant_id=4fecfe1498894650ac98781abe86b27e&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3275] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:30 2026] DELETE /v2.0/security-groups/12c7002e-60d0-4a94-9244-13fb1f422653 => 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: 1718/3276] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:30 2026] GET /v2.0/security-groups?tenant_id=b1ff4ecdc57d4be4b0a74999c4dd564b&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3277] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:30 2026] DELETE /v2.0/security-groups/af98acad-8a51-49eb-a410-057659e21cfe => 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: 1719/3278] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:30 2026] GET /v2.0/security-groups?tenant_id=004f870eb6e14ecc81c4418768df1e97&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: 1560/3279] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:30 2026] DELETE /v2.0/security-groups/55707870-02e7-478b-8e5e-f92108779233 => 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: 1720/3280] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:31 2026] GET /v2.0/security-groups?tenant_id=72c707552a5e4bfb9a381c77c38f73c7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3281] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:31 2026] DELETE /v2.0/security-groups/7bf245fe-5e7e-4dab-b6c5-d34ac8b369fd => 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: 1721/3282] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:31 2026] GET /v2.0/security-groups?tenant_id=b7694048af8b4622a337318143815d77&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3283] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:31 2026] DELETE /v2.0/security-groups/6954573a-b66b-4dd6-8c94-9a53df83dce8 => 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: 1722/3284] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:47:31 2026] GET /v2.0/security-groups?tenant_id=e777be2182f54e0aad2230dd69cddb37&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3285] 10.0.0.67 () {32 vars in 739 bytes} [Thu Jul 9 10:47:32 2026] DELETE /v2.0/security-groups/5303fb7a-f823-49ce-924f-68b2b7e636ea => 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: 1723/3286] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:47:34 2026] GET /v2.0/networks => generated 2168 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3287] 10.0.0.67 () {32 vars in 654 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/floatingips => 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: 1724/3288] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3289] 10.0.0.67 () {32 vars in 642 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3290] 10.0.0.67 () {32 vars in 646 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3291] 10.0.0.67 () {32 vars in 648 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3292] 10.0.0.67 () {32 vars in 662 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3293] 10.0.0.67 () {32 vars in 654 bytes} [Thu Jul 9 10:47:36 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)