+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 30 15:15:42 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-9dccc998d-jzsgj machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fe4d01f6668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-30 15:15:46.627 7 INFO neutron.common.config [-] Logging enabled! 2026-07-30 15:15:46.627 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 15:15:46.863 8 INFO neutron.common.config [-] Logging enabled! 2026-07-30 15:15:46.864 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 15:15:47.775 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 15:15:47.992 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 15:15:49.559 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 15:15:49.562 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 15:15:49.566 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 15:15:49.567 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 15:15:49.567 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 15:15:49.567 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 15:15:49.567 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.575 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.575 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.576 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.600 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 15:15:49.601 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.601 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.637 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 15:15:49.637 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 15:15:49.637 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 15:15:49.637 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 15:15:49.650 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 15:15:49.652 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 15:15:49.656 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 15:15:49.657 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 15:15:49.657 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 15:15:49.657 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 15:15:49.657 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.665 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.665 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 15:15:49.665 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.687 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 15:15:49.688 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.688 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 15:15:49.717 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 15:15:49.717 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 15:15:49.718 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 15:15:49.718 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 15:15:49.936 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing driver for type 'vlan' 2026-07-30 15:15:50.033 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing driver for type 'vlan' 2026-07-30 15:15:50.268 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] VlanTypeDriver initialization complete 2026-07-30 15:15:50.268 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 15:15:50.268 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 15:15:50.281 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 15:15:50.281 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 15:15:50.281 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing extension driver 'port_security' 2026-07-30 15:15:50.281 7 INFO neutron.plugins.ml2.extensions.port_security [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 15:15:50.282 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing extension driver 'qos' 2026-07-30 15:15:50.282 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 15:15:50.282 7 INFO neutron.plugins.ml2.managers [None req-83103b8a-bb30-4180-b507-1fef8ed34819 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 15:15:50.296 7 INFO neutron.quota [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded quota_driver: . 2026-07-30 15:15:50.297 7 INFO neutron.plugins.ml2.plugin [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 15:15:50.297 7 INFO neutron.plugins.ml2.managers [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 15:15:50.297 7 INFO neutron.plugins.ml2.managers [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 15:15:50.297 7 INFO neutron.plugins.ml2.managers [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 15:15:50.297 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: qos 2026-07-30 15:15:50.311 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: router 2026-07-30 15:15:50.327 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] VlanTypeDriver initialization complete 2026-07-30 15:15:50.327 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 15:15:50.328 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 15:15:50.344 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 15:15:50.344 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 15:15:50.344 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing extension driver 'port_security' 2026-07-30 15:15:50.344 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 15:15:50.345 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing extension driver 'qos' 2026-07-30 15:15:50.345 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 15:15:50.345 8 INFO neutron.plugins.ml2.managers [None req-b1a2232d-138e-460e-9e3d-244d483b64b4 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 15:15:50.358 7 INFO neutron.services.service_base [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 15:15:50.358 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: segments 2026-07-30 15:15:50.361 8 INFO neutron.quota [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded quota_driver: . 2026-07-30 15:15:50.361 8 INFO neutron.plugins.ml2.plugin [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 15:15:50.361 8 INFO neutron.plugins.ml2.managers [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 15:15:50.361 8 INFO neutron.plugins.ml2.managers [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 15:15:50.361 8 INFO neutron.plugins.ml2.managers [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 15:15:50.362 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: qos 2026-07-30 15:15:50.375 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: router 2026-07-30 15:15:50.420 8 INFO neutron.services.service_base [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 15:15:50.421 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: segments 2026-07-30 15:15:50.457 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: trunk 2026-07-30 15:15:50.473 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: vpnaas 2026-07-30 15:15:50.514 7 WARNING stevedore.named [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.535 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: trunk 2026-07-30 15:15:50.549 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: vpnaas 2026-07-30 15:15:50.588 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 15:15:50.588 7 INFO neutron.common.utils [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 15:15:50.588 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: taas 2026-07-30 15:15:50.590 8 WARNING stevedore.named [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.615 7 WARNING stevedore.named [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.616 7 WARNING stevedore.named [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 15:15:50.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 15:15:50.639 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: tapmirror 2026-07-30 15:15:50.650 7 WARNING stevedore.named [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.651 7 WARNING stevedore.named [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 15:15:50.664 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 15:15:50.664 8 INFO neutron.common.utils [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 15:15:50.664 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: taas 2026-07-30 15:15:50.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 15:15:50.670 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: auto_allocate 2026-07-30 15:15:50.679 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: tag 2026-07-30 15:15:50.688 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: timestamp 2026-07-30 15:15:50.692 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 15:15:50.694 8 WARNING stevedore.named [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.694 8 WARNING stevedore.named [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 15:15:50.696 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: flavors 2026-07-30 15:15:50.699 7 INFO neutron.manager [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loading Plugin: revisions 2026-07-30 15:15:50.703 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Initializing extension manager. 2026-07-30 15:15:50.704 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: address-group 2026-07-30 15:15:50.705 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: address-scope 2026-07-30 15:15:50.706 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 15:15:50.707 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: agent 2026-07-30 15:15:50.707 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 15:15:50.709 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 15:15:50.709 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 15:15:50.710 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: availability_zone 2026-07-30 15:15:50.711 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 15:15:50.711 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 15:15:50.712 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: default-subnetpools 2026-07-30 15:15:50.713 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 15:15:50.714 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: dns-integration 2026-07-30 15:15:50.715 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 15:15:50.715 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 15:15:50.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 15:15:50.716 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: dvr 2026-07-30 15:15:50.716 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: tapmirror 2026-07-30 15:15:50.717 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 15:15:50.718 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 15:15:50.718 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 15:15:50.719 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 15:15:50.719 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: external-net 2026-07-30 15:15:50.720 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 15:15:50.720 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: extraroute 2026-07-30 15:15:50.721 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 15:15:50.722 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 15:15:50.723 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 15:15:50.723 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 15:15:50.724 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 15:15:50.725 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: fip-port-details 2026-07-30 15:15:50.726 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: flavors 2026-07-30 15:15:50.727 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 15:15:50.728 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: floatingip-pools 2026-07-30 15:15:50.729 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: ip_allocation 2026-07-30 15:15:50.729 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 15:15:50.730 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: l2_adjacency 2026-07-30 15:15:50.730 8 WARNING stevedore.named [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 15:15:50.730 8 WARNING stevedore.named [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 15:15:50.731 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: router 2026-07-30 15:15:50.733 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 15:15:50.734 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 15:15:50.735 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 15:15:50.735 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 15:15:50.736 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: l3-ha 2026-07-30 15:15:50.737 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 15:15:50.737 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 15:15:50.738 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: l3-flavors 2026-07-30 15:15:50.739 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 15:15:50.739 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 15:15:50.742 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 15:15:50.743 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 15:15:50.744 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 15:15:50.745 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 15:15:50.746 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 15:15:50.746 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: multi-provider 2026-07-30 15:15:50.747 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: net-mtu 2026-07-30 15:15:50.747 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 15:15:50.748 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: network_availability_zone 2026-07-30 15:15:50.749 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: network_ha 2026-07-30 15:15:50.750 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: network-ip-availability 2026-07-30 15:15:50.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 15:15:50.751 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 15:15:50.751 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: auto_allocate 2026-07-30 15:15:50.751 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: pagination 2026-07-30 15:15:50.752 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-device-profile 2026-07-30 15:15:50.752 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 15:15:50.753 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 15:15:50.753 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 15:15:50.754 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-mac-override 2026-07-30 15:15:50.754 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 15:15:50.755 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 15:15:50.755 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 15:15:50.756 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-resource-request 2026-07-30 15:15:50.756 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 15:15:50.757 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 15:15:50.757 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: binding 2026-07-30 15:15:50.758 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: binding-extended 2026-07-30 15:15:50.759 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-security 2026-07-30 15:15:50.759 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: project-id 2026-07-30 15:15:50.760 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: provider 2026-07-30 15:15:50.761 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 15:15:50.762 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: tag 2026-07-30 15:15:50.763 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos 2026-07-30 15:15:50.764 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 15:15:50.764 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 15:15:50.765 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-default 2026-07-30 15:15:50.765 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-fip 2026-07-30 15:15:50.766 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 15:15:50.766 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 15:15:50.767 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 15:15:50.767 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 15:15:50.768 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 15:15:50.769 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-pps 2026-07-30 15:15:50.769 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 15:15:50.770 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 15:15:50.770 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 15:15:50.771 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: quota-check-limit 2026-07-30 15:15:50.771 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: timestamp 2026-07-30 15:15:50.772 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 15:15:50.774 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: quotas 2026-07-30 15:15:50.774 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 15:15:50.775 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: quota_details 2026-07-30 15:15:50.776 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: rbac-policies 2026-07-30 15:15:50.777 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: rbac-address-group 2026-07-30 15:15:50.777 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 15:15:50.778 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 15:15:50.778 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 15:15:50.779 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: revision-if-match 2026-07-30 15:15:50.779 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: flavors 2026-07-30 15:15:50.780 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 15:15:50.780 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: router_availability_zone 2026-07-30 15:15:50.781 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 15:15:50.783 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 15:15:50.783 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 15:15:50.784 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 15:15:50.784 8 INFO neutron.manager [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loading Plugin: revisions 2026-07-30 15:15:50.784 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 15:15:50.785 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 15:15:50.785 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 15:15:50.789 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Initializing extension manager. 2026-07-30 15:15:50.790 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: security-group 2026-07-30 15:15:50.791 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: address-group 2026-07-30 15:15:50.792 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: segment 2026-07-30 15:15:50.792 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 15:15:50.792 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: address-scope 2026-07-30 15:15:50.793 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: service-type 2026-07-30 15:15:50.793 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 15:15:50.793 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: sorting 2026-07-30 15:15:50.794 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 15:15:50.794 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: standard-attr-description 2026-07-30 15:15:50.795 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: agent 2026-07-30 15:15:50.796 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 15:15:50.797 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: stateful-security-group 2026-07-30 15:15:50.797 7 WARNING neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 15:15:50.798 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 15:15:50.798 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnet-external-network 2026-07-30 15:15:50.798 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 15:15:50.799 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnet_onboard 2026-07-30 15:15:50.799 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 15:15:50.799 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 15:15:50.800 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnet-service-types 2026-07-30 15:15:50.800 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: availability_zone 2026-07-30 15:15:50.800 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnet_allocation 2026-07-30 15:15:50.801 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 15:15:50.801 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 15:15:50.802 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: tag-creation 2026-07-30 15:15:50.802 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 15:15:50.802 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 15:15:50.803 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: default-subnetpools 2026-07-30 15:15:50.805 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 15:15:50.805 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: dns-integration 2026-07-30 15:15:50.806 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 15:15:50.806 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 15:15:50.807 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 15:15:50.807 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 15:15:50.808 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: dvr 2026-07-30 15:15:50.808 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: trunk 2026-07-30 15:15:50.808 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 15:15:50.808 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: trunk-details 2026-07-30 15:15:50.809 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 15:15:50.809 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 15:15:50.810 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 15:15:50.810 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 15:15:50.810 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 15:15:50.810 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 15:15:50.811 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 15:15:50.811 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: external-net 2026-07-30 15:15:50.812 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 15:15:50.812 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: extraroute 2026-07-30 15:15:50.813 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 15:15:50.813 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 15:15:50.814 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 15:15:50.815 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 15:15:50.815 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 15:15:50.815 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: vpn-flavors 2026-07-30 15:15:50.816 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 15:15:50.816 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 15:15:50.817 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: fip-port-details 2026-07-30 15:15:50.817 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: vpnaas 2026-07-30 15:15:50.818 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: flavors 2026-07-30 15:15:50.819 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: taas 2026-07-30 15:15:50.820 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 15:15:50.820 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: tap-mirror 2026-07-30 15:15:50.821 7 INFO neutron.api.extensions [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 15:15:50.821 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: floatingip-pools 2026-07-30 15:15:50.822 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: ip_allocation 2026-07-30 15:15:50.822 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 15:15:50.823 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: l2_adjacency 2026-07-30 15:15:50.824 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 15:15:50.824 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 15:15:50.824 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.824 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 15:15:50.825 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: router 2026-07-30 15:15:50.828 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 15:15:50.828 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 15:15:50.829 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 15:15:50.829 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 15:15:50.830 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 15:15:50.831 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 15:15:50.832 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: l3-ha 2026-07-30 15:15:50.832 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 15:15:50.833 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 15:15:50.834 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: l3-flavors 2026-07-30 15:15:50.834 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 15:15:50.835 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 15:15:50.835 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 15:15:50.836 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 15:15:50.836 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 15:15:50.837 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.837 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.837 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.838 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.838 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 15:15:50.839 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.839 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 15:15:50.839 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.840 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 15:15:50.840 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 15:15:50.840 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 15:15:50.840 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 15:15:50.841 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.841 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.841 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.842 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ikepolicy is already registered 2026-07-30 15:15:50.842 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 15:15:50.843 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 15:15:50.844 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 15:15:50.845 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: multi-provider 2026-07-30 15:15:50.846 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: net-mtu 2026-07-30 15:15:50.846 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 15:15:50.847 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: network_availability_zone 2026-07-30 15:15:50.847 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 15:15:50.847 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] router is already registered 2026-07-30 15:15:50.848 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: network_ha 2026-07-30 15:15:50.848 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 15:15:50.848 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] floatingip is already registered 2026-07-30 15:15:50.848 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: network-ip-availability 2026-07-30 15:15:50.850 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 15:15:50.851 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: pagination 2026-07-30 15:15:50.851 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-device-profile 2026-07-30 15:15:50.852 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 15:15:50.852 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 15:15:50.852 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] rbac_policy is already registered 2026-07-30 15:15:50.853 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 15:15:50.853 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 15:15:50.853 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 15:15:50.853 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] security_group is already registered 2026-07-30 15:15:50.854 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-mac-override 2026-07-30 15:15:50.854 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 15:15:50.854 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] security_group_rule is already registered 2026-07-30 15:15:50.854 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 15:15:50.855 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 15:15:50.855 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.855 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 15:15:50.855 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.856 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-resource-request 2026-07-30 15:15:50.856 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.856 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.856 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 15:15:50.856 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 15:15:50.857 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] trunk is already registered 2026-07-30 15:15:50.857 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 15:15:50.857 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.857 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ikepolicy is already registered 2026-07-30 15:15:50.857 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: binding 2026-07-30 15:15:50.857 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.858 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.858 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 15:15:50.858 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] endpoint_group is already registered 2026-07-30 15:15:50.858 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: binding-extended 2026-07-30 15:15:50.859 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 15:15:50.859 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] vpnservice is already registered 2026-07-30 15:15:50.859 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-security 2026-07-30 15:15:50.859 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 15:15:50.859 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: project-id 2026-07-30 15:15:50.859 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ipsec_site_connection is already registered 2026-07-30 15:15:50.860 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.860 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: provider 2026-07-30 15:15:50.860 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.860 7 INFO neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.860 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 15:15:50.861 7 WARNING neutron.quota.resource_registry [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] ikepolicy is already registered 2026-07-30 15:15:50.863 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos 2026-07-30 15:15:50.864 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 15:15:50.864 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 15:15:50.865 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-default 2026-07-30 15:15:50.865 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-fip 2026-07-30 15:15:50.866 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 15:15:50.866 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 15:15:50.867 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 15:15:50.868 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 15:15:50.868 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 15:15:50.869 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-pps 2026-07-30 15:15:50.870 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 15:15:50.870 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 15:15:50.871 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 15:15:50.871 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: quota-check-limit 2026-07-30 15:15:50.872 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 15:15:50.874 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: quotas 2026-07-30 15:15:50.875 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: quota_details 2026-07-30 15:15:50.877 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: rbac-policies 2026-07-30 15:15:50.877 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: rbac-address-group 2026-07-30 15:15:50.878 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 15:15:50.878 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 15:15:50.879 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 15:15:50.879 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: revision-if-match 2026-07-30 15:15:50.880 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 15:15:50.881 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: router_availability_zone 2026-07-30 15:15:50.882 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 15:15:50.884 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 15:15:50.885 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 15:15:50.885 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 15:15:50.886 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 15:15:50.886 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 15:15:50.887 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 15:15:50.895 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: security-group 2026-07-30 15:15:50.897 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: segment 2026-07-30 15:15:50.898 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 15:15:50.898 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: service-type 2026-07-30 15:15:50.899 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: sorting 2026-07-30 15:15:50.899 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 15:15:50.900 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: standard-attr-description 2026-07-30 15:15:50.900 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: stateful-security-group 2026-07-30 15:15:50.901 8 WARNING neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 15:15:50.901 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 15:15:50.902 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnet-external-network 2026-07-30 15:15:50.902 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnet_onboard 2026-07-30 15:15:50.903 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 15:15:50.903 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnet-service-types 2026-07-30 15:15:50.904 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnet_allocation 2026-07-30 15:15:50.904 7 WARNING keystonemiddleware._common.config [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 15:15:50.905 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 15:15:50.905 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: tag-creation 2026-07-30 15:15:50.906 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 15:15:50.910 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 15:15:50.910 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 15:15:50.911 7 WARNING oslo_config.cfg [None req-5d4d1492-6df9-4a7e-8b5a-b74106137b0b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-30 15:15:50.911 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: trunk 2026-07-30 15:15:50.911 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: trunk-details 2026-07-30 15:15:50.912 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 15:15:50.912 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 15:15:50.913 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fe4d01f6668 pid: 7 (default app) 2026-07-30 15:15:50.914 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 15:15:50.915 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 15:15:50.916 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 15:15:50.917 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: vpn-flavors 2026-07-30 15:15:50.918 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: vpnaas 2026-07-30 15:15:50.920 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: taas 2026-07-30 15:15:50.921 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: tap-mirror 2026-07-30 15:15:50.921 8 INFO neutron.api.extensions [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 15:15:50.924 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 15:15:50.924 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 15:15:50.924 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.925 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 15:15:50.933 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 15:15:50.934 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 15:15:50.942 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 15:15:50.943 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 15:15:50.943 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 15:15:50.945 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.945 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.945 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.946 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.946 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 15:15:50.946 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.947 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.948 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 15:15:50.948 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 15:15:50.949 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 15:15:50.949 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.949 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.950 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.950 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ikepolicy is already registered 2026-07-30 15:15:50.956 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 15:15:50.957 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] router is already registered 2026-07-30 15:15:50.957 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 15:15:50.957 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] floatingip is already registered 2026-07-30 15:15:50.961 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 15:15:50.961 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] rbac_policy is already registered 2026-07-30 15:15:50.962 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 15:15:50.962 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] security_group is already registered 2026-07-30 15:15:50.962 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 15:15:50.962 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] security_group_rule is already registered 2026-07-30 15:15:50.963 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.963 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.964 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 15:15:50.964 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] subnetpool is already registered 2026-07-30 15:15:50.965 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 15:15:50.965 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] trunk is already registered 2026-07-30 15:15:50.965 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.965 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ikepolicy is already registered 2026-07-30 15:15:50.966 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.966 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.967 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 15:15:50.967 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] endpoint_group is already registered 2026-07-30 15:15:50.967 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 15:15:50.967 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] vpnservice is already registered 2026-07-30 15:15:50.968 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 15:15:50.968 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ipsec_site_connection is already registered 2026-07-30 15:15:50.969 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 15:15:50.969 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ipsecpolicy is already registered 2026-07-30 15:15:50.969 8 INFO neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 15:15:50.970 8 WARNING neutron.quota.resource_registry [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] ikepolicy is already registered 2026-07-30 15:15:51.014 8 WARNING keystonemiddleware._common.config [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 15:15:51.021 8 WARNING oslo_config.cfg [None req-1b54fd18-c61e-44a3-9560-70cd99a5c579 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fe4d01f6668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 15:15:55.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-534dd557-c353-4a44-a0d8-0832e34790d4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:15:54 2026] GET /v2.0/networks/public => generated 108 bytes in 905 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:15:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:15:56.324 7 WARNING neutron.services.revisions.revision_plugin [None req-6bf0b4bf-0fb4-4398-8a3d-0b37013aca05 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:15:56.353 7 INFO neutron.db.segments_db [None req-6bf0b4bf-0fb4-4398-8a3d-0b37013aca05 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 19771ab5-52aa-4fef-b460-15bb6afb8c4a of type flat for network e4d276ab-994c-4e58-b2af-743adaeda228 2026-07-30 15:15:56.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bf0b4bf-0fb4-4398-8a3d-0b37013aca05 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:15:55 2026] POST /v2.0/networks => generated 124 bytes in 658 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:02.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8e55699-9188-437e-b9d5-a77d246c56a6 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:02 2026] GET /v2.0/networks/public => generated 108 bytes in 71 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.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:16:02.535 7 WARNING neutron.services.revisions.revision_plugin [None req-dbefa87c-f1e0-4594-9d9f-6458a16bc20a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:02.552 7 INFO neutron.db.segments_db [None req-dbefa87c-f1e0-4594-9d9f-6458a16bc20a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 662205f2-8a14-44ba-b20b-19fbbc6bace3 of type flat for network 8311169a-f3c6-49b5-9489-adb24edc2264 2026-07-30 15:16:02.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbefa87c-f1e0-4594-9d9f-6458a16bc20a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:02 2026] POST /v2.0/networks => generated 124 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:08.895 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae07913b-b387-4740-8d1c-b9dbf2537ec2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:08 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:08 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-30 15:16:09.242 8 WARNING neutron.services.revisions.revision_plugin [None req-86578ceb-cfa4-4e75-989d-bd9b699b96a2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:09.266 8 INFO neutron.db.segments_db [None req-86578ceb-cfa4-4e75-989d-bd9b699b96a2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 6d87c1be-3c9f-4e97-adc5-aab90bb970e3 of type flat for network ff8cd4d0-e699-46c0-9467-25124b5cc4a2 2026-07-30 15:16:09.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86578ceb-cfa4-4e75-989d-bd9b699b96a2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:08 2026] POST /v2.0/networks => generated 124 bytes in 425 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:15.409 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffce19b5-328e-43d6-867b-e0a9e66b0a3e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:15 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:16:15.537 7 WARNING neutron.services.revisions.revision_plugin [None req-c38fa5d2-1546-4d46-ad73-07dfce7e76da 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:15.558 7 INFO neutron.db.segments_db [None req-c38fa5d2-1546-4d46-ad73-07dfce7e76da 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 2fb3e662-6961-4cd8-b6c9-f8a4ac03321d of type flat for network 66aa95ab-af74-4522-9236-c369680e2176 2026-07-30 15:16:15.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c38fa5d2-1546-4d46-ad73-07dfce7e76da 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:15 2026] POST /v2.0/networks => generated 124 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:21.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f9aae1b-70f2-4cc4-aab6-eeefeab11471 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:21 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:16:21.630 7 WARNING neutron.services.revisions.revision_plugin [None req-4baf83be-1581-4ab2-9afd-18a99a87d6c0 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:21.650 7 INFO neutron.db.segments_db [None req-4baf83be-1581-4ab2-9afd-18a99a87d6c0 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 50993c1e-21c2-4906-9702-c47bd758fa35 of type flat for network 4f76b76d-3a1f-48b9-a7c4-75d392040153 2026-07-30 15:16:21.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4baf83be-1581-4ab2-9afd-18a99a87d6c0 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:21 2026] POST /v2.0/networks => generated 124 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:28.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9043c54d-7148-4516-a72f-d2a774990896 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:28 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: 12/21] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:16:28.203 8 WARNING neutron.services.revisions.revision_plugin [None req-5e136b9f-0e78-470e-835d-1477730b065f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:28.230 8 INFO neutron.db.segments_db [None req-5e136b9f-0e78-470e-835d-1477730b065f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 9dea4379-4e27-4e95-8889-928f668155ed of type flat for network 25371d80-6550-4e5e-9941-a51ab398c834 2026-07-30 15:16:28.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e136b9f-0e78-470e-835d-1477730b065f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:28 2026] POST /v2.0/networks => generated 124 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 15:16:34.825 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4037c96d-d9da-48cc-b62e-5aecd2efcc88 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:34 2026] GET /v2.0/networks/public => generated 108 bytes in 64 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.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:16:37.260 8 WARNING neutron.services.revisions.revision_plugin [None req-70db48d1-1b22-4be5-a658-943cf7d17e28 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Could not find related network for resource to bump revision. 2026-07-30 15:16:37.282 8 INFO neutron.db.segments_db [None req-70db48d1-1b22-4be5-a658-943cf7d17e28 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 0a1ea1ed-8614-487d-8a54-f4aabeb9faaa of type flat for network 85e01ee3-1f43-4231-8d2b-e6062392e961 [pid: 8|app: 0|req: 12/26] 199.204.45.238 () {48 vars in 965 bytes} [Thu Jul 30 15:16:34 2026] POST /v2.0/networks => generated 706 bytes in 3013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 15:16:39.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01c07551-7d59-471d-80da-28a0dcadd5ca 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:16:39 2026] GET /v2.0/networks/public => generated 108 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:16:39 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:16:39.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11fe0f98-12c0-462d-aacd-f63322eff1a6 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.238 () {44 vars in 1032 bytes} [Thu Jul 30 15:16:39 2026] GET /v2.0/subnets/public-subnet?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.238 () {44 vars in 1055 bytes} [Thu Jul 30 15:16:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.238 () {48 vars in 963 bytes} [Thu Jul 30 15:16:39 2026] POST /v2.0/subnets => generated 664 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 15:22:08.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8b8dd0c-acf9-41a2-9b3c-2c14ef989b54 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.238 () {44 vars in 935 bytes} [Thu Jul 30 15:22:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 126 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.238 () {44 vars in 957 bytes} [Thu Jul 30 15:22: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-30 15:22:08.804 8 INFO neutron.db.segments_db [None req-4e3feba5-efcd-44d3-bf2d-e4b8a08a77dd 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 39049481-0be4-4675-8ecb-4c893daf02cc of type vxlan for network 537e3d4f-de1e-4cf0-989e-1cdddbc0e8da [pid: 8|app: 0|req: 38/78] 199.204.45.238 () {48 vars in 964 bytes} [Thu Jul 30 15:22:08 2026] POST /v2.0/networks => generated 687 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 15:22:10.020 7 INFO neutron.pecan_wsgi.hooks.translation [None req-564527ee-2a47-439b-9a71-e522c20d7a84 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/79] 199.204.45.238 () {44 vars in 935 bytes} [Thu Jul 30 15:22:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.238 () {44 vars in 957 bytes} [Thu Jul 30 15:22:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:22:10.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df8a744b-44a7-48fc-bd14-6c52df83d9fc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/81] 199.204.45.238 () {44 vars in 1034 bytes} [Thu Jul 30 15:22:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.238 () {44 vars in 1057 bytes} [Thu Jul 30 15:22:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.238 () {48 vars in 963 bytes} [Thu Jul 30 15:22:10 2026] POST /v2.0/subnets => generated 651 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 15:22:11.632 8 INFO neutron.api.v2.resource [None req-784b2ed9-6280-49bc-a6d5-b7458f99b7ff 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/84] 199.204.45.238 () {44 vars in 969 bytes} [Thu Jul 30 15:22:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.238 () {44 vars in 991 bytes} [Thu Jul 30 15:22:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.238 () {48 vars in 978 bytes} [Thu Jul 30 15:22:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:13 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 1616 bytes in 41 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:13 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 1616 bytes in 23 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:13 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 1616 bytes in 22 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.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 215 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:14 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2230 bytes in 51 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:14 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:14 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2230 bytes in 30 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.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:15 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2846 bytes in 55 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:15 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:15 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:16 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 3462 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:17 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 3462 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.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:17 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:18 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => 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: 52/106] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:18 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:18 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.238 () {44 vars in 985 bytes} [Thu Jul 30 15:22:19 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 731 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:22:19.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11a76bdc-1adb-4009-90b8-af2343f80b9d 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.238 () {44 vars in 1074 bytes} [Thu Jul 30 15:22:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.238 () {44 vars in 1097 bytes} [Thu Jul 30 15:22:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:20 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.238 () {48 vars in 959 bytes} [Thu Jul 30 15:22:20 2026] POST /v2.0/ports => generated 1100 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 15:22:28.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0b6e8f9-bf09-43d7-9e82-389736bc6df2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/114] 199.204.45.238 () {44 vars in 977 bytes} [Thu Jul 30 15:22:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 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: 59/115] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.238 () {48 vars in 1029 bytes} [Thu Jul 30 15:22:28 2026] PUT /v2.0/ports/c677a093-442c-4eb0-847b-14b97fd933b1 => generated 1249 bytes in 991 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, ' [pid: 8|app: 0|req: 59/119] 199.204.45.238 () {44 vars in 918 bytes} [Thu Jul 30 15:22:31 2026] GET /v2.0/ports => generated 3730 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 15:22:32.501 7 INFO neutron.api.v2.resource [None req-decbbdee-6cba-4053-a4ca-67e9902aa8f4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/120] 199.204.45.238 () {44 vars in 957 bytes} [Thu Jul 30 15:22:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 264 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.238 () {44 vars in 979 bytes} [Thu Jul 30 15:22:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.238 () {48 vars in 978 bytes} [Thu Jul 30 15:22:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:33 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/124] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:33 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 1610 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/125] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:33 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/127] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:35 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2246 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/128] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:35 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/129] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:22:35 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:22:35 2026] POST /v2.0/security-group-rules => generated 627 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/141] 199.204.45.238 () {44 vars in 973 bytes} [Thu Jul 30 15:23:59 2026] GET /v2.0/quotas/45748c5e1b62477a8f35679366c1f0ef => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/142] 199.204.45.238 () {48 vars in 1025 bytes} [Thu Jul 30 15:24:00 2026] PUT /v2.0/quotas/45748c5e1b62477a8f35679366c1f0ef => generated 291 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 15:28:31.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8191656e-fc2b-49e3-a1b3-04a67198e8a3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 90/181] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 15:28:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 195 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: 92/182] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 15:28:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 15:28:33.591 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6adcb50-696d-4602-bc17-2722d94d5288 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 91/183] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 15:28:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => 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: 93/184] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 15:28:33 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-30 15:37:16.575 7 INFO neutron.api.v2.resource [None req-f21de077-59ae-4ba1-88db-84cab1fe33dd 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 129/255] 199.204.45.238 () {44 vars in 1072 bytes} [Thu Jul 30 15:37:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 199.204.45.238 () {44 vars in 1095 bytes} [Thu Jul 30 15:37:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=215eff25d5ef4c05a70e75040ff6591e => generated 23 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 199.204.45.238 () {48 vars in 979 bytes} [Thu Jul 30 15:37:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:18 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:37:18 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:18 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:37:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:19 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:37:19 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:19 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/265] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:37:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/266] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:20 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/267] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:37:20 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:21 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/269] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:37:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/270] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:22 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/271] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:37:22 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/272] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:37:22 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/273] 199.204.45.238 () {48 vars in 989 bytes} [Thu Jul 30 15:37:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/322] 199.204.45.238 () {30 vars in 739 bytes} [Thu Jul 30 15:43:29 2026] GET /v2.0/networks?tenant_id=215eff25d5ef4c05a70e75040ff6591e&shared=False => generated 15 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 15:43:29.303 8 INFO neutron.db.segments_db [None req-76a77eda-bfdf-48aa-9f76-a63cbd3070cc 13fd34996d1e41dab2cdb6e3c6321194 215eff25d5ef4c05a70e75040ff6591e - - 7659ef0184044dea9b1711761b1dff9e 7659ef0184044dea9b1711761b1dff9e] Added segment 50492dc4-3b45-4412-a55e-c260f6aecc3c of type vxlan for network 0061d5de-fa0a-4303-b55a-a36452218b57 [pid: 8|app: 0|req: 160/323] 199.204.45.238 () {34 vars in 681 bytes} [Thu Jul 30 15:43:29 2026] POST /v2.0/networks => generated 699 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/324] 199.204.45.238 () {30 vars in 721 bytes} [Thu Jul 30 15:43:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 161/325] 199.204.45.238 () {30 vars in 632 bytes} [Thu Jul 30 15:43:29 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: 165/326] 199.204.45.238 () {34 vars in 676 bytes} [Thu Jul 30 15:43:29 2026] POST /v2.0/ports => generated 999 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/327] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 15:43:30 2026] GET /v2.0/networks/0061d5de-fa0a-4303-b55a-a36452218b57 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/330] 199.204.45.238 () {30 vars in 721 bytes} [Thu Jul 30 15:43:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/331] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 15:43:32 2026] GET /v2.0/networks/0061d5de-fa0a-4303-b55a-a36452218b57 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/334] 199.204.45.238 () {44 vars in 973 bytes} [Thu Jul 30 15:43:49 2026] GET /v2.0/quotas/215eff25d5ef4c05a70e75040ff6591e => 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: 169/335] 199.204.45.238 () {48 vars in 1025 bytes} [Thu Jul 30 15:43:49 2026] PUT /v2.0/quotas/215eff25d5ef4c05a70e75040ff6591e => generated 291 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:57:37.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0242046b-1d61-4333-b4f0-0fc8e0327acd 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/446] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:57:37 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:57:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:57:38.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c90e38f1-d2bd-473f-a761-9d1da900ff7e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 226/448] 199.204.45.238 () {44 vars in 925 bytes} [Thu Jul 30 15:57:38 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/449] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 15:57:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:57:38.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53211d61-8be5-48fb-917f-1635a9164c15 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 227/450] 199.204.45.238 () {44 vars in 1032 bytes} [Thu Jul 30 15:57:38 2026] GET /v2.0/subnets/public-subnet?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 199.204.45.238 () {44 vars in 1055 bytes} [Thu Jul 30 15:57:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:58:09.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7545d43-2369-4beb-a242-06c91c8f607f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/456] 199.204.45.238 () {44 vars in 935 bytes} [Thu Jul 30 15:58:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 199.204.45.238 () {44 vars in 957 bytes} [Thu Jul 30 15:58:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:58:10.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d98c746e-efa0-42c3-9550-14afedec089c 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 228/458] 199.204.45.238 () {44 vars in 935 bytes} [Thu Jul 30 15:58:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 199.204.45.238 () {44 vars in 957 bytes} [Thu Jul 30 15:58:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:58:10.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e5471b5-e8bc-45e6-98dd-08836f21097d 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/460] 199.204.45.238 () {44 vars in 1034 bytes} [Thu Jul 30 15:58:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 199.204.45.238 () {44 vars in 1057 bytes} [Thu Jul 30 15:58:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:58:11.916 8 INFO neutron.api.v2.resource [None req-2aa292b7-11f1-4928-9dc7-7cc721527d73 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/462] 199.204.45.238 () {44 vars in 969 bytes} [Thu Jul 30 15:58:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 199.204.45.238 () {44 vars in 991 bytes} [Thu Jul 30 15:58:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:13 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:13 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:13 2026] GET /v2.0/security-group-rules/062d4c6e-c469-4fd8-875a-6eab79da4237 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:14 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:14 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:14 2026] GET /v2.0/security-group-rules/85236b81-2e85-4cc7-84bc-cc26dfebfd37 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:15 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:15 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => 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: 235/472] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:15 2026] GET /v2.0/security-group-rules/170b351c-4b9d-41e5-a350-b365db57cd09 => 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: 237/475] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:16 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:16 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => 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: 238/477] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:16 2026] GET /v2.0/security-group-rules/0fc566a1-f3ce-481b-8829-e460568fdd4d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:17 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:17 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:17 2026] GET /v2.0/security-group-rules/7d88b098-e77f-457a-a708-90cc9d29e1f3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 199.204.45.238 () {44 vars in 985 bytes} [Thu Jul 30 15:58:18 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 731 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:58:18.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-515f1540-6c0c-48ff-81b5-b00ddd93ff12 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/482] 199.204.45.238 () {44 vars in 1074 bytes} [Thu Jul 30 15:58:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 199.204.45.238 () {44 vars in 1097 bytes} [Thu Jul 30 15:58:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 1254 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/484] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:18 2026] GET /v2.0/security-groups/5ffad1d3-da26-468f-9f2d-bf4c9fd1a6b1 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 15:58:27.426 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7adffc61-2853-4a0c-80b0-1dc2d3e5a253 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/485] 199.204.45.238 () {44 vars in 977 bytes} [Thu Jul 30 15:58:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/486] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 199.204.45.238 () {44 vars in 918 bytes} [Thu Jul 30 15:58:28 2026] GET /v2.0/ports => generated 4725 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 15:58:30.154 7 INFO neutron.api.v2.resource [None req-7bfff47f-f365-4637-84db-f683a0b5b809 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/488] 199.204.45.238 () {44 vars in 957 bytes} [Thu Jul 30 15:58:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 199.204.45.238 () {44 vars in 979 bytes} [Thu Jul 30 15:58:30 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: 8|app: 0|req: 246/492] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:31 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/493] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:31 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2886 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:31 2026] GET /v2.0/security-group-rules/64e8bf60-cd07-41e6-91ec-2813acb53a6c => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:32 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/496] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:58:32 2026] GET /v2.0/security-groups/39c553cd-ac60-4357-b873-fbfc019feb38 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:58:32 2026] GET /v2.0/security-group-rules/fcc1a127-e0f0-4af8-b0fa-358fdf9fe4ac => 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: 249/498] 199.204.45.238 () {44 vars in 973 bytes} [Thu Jul 30 15:58:45 2026] GET /v2.0/quotas/45748c5e1b62477a8f35679366c1f0ef => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 15:59:46.359 8 INFO neutron.api.v2.resource [None req-1fbc010a-8f2d-4d59-ac4c-5a37f8a18661 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/509] 199.204.45.238 () {44 vars in 1072 bytes} [Thu Jul 30 15:59:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/510] 199.204.45.238 () {44 vars in 1095 bytes} [Thu Jul 30 15:59:46 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=215eff25d5ef4c05a70e75040ff6591e => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/511] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:59:47 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/512] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:59:47 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/513] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:59:47 2026] GET /v2.0/security-group-rules/c3893859-9f68-4bd8-a075-8eaa2eb8fcef => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/514] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:59:48 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/515] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:59:48 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/516] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:59:48 2026] GET /v2.0/security-group-rules/50dd1d3f-4eaa-4d24-8f86-17729d6202a4 => generated 599 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/517] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:59:49 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/518] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:59:50 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/519] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:59:50 2026] GET /v2.0/security-group-rules/2e8148f8-96db-4de1-b649-26cb1b32e82b => 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: 260/520] 199.204.45.238 () {44 vars in 1086 bytes} [Thu Jul 30 15:59:51 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4?project_id=215eff25d5ef4c05a70e75040ff6591e => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/521] 199.204.45.238 () {44 vars in 999 bytes} [Thu Jul 30 15:59:51 2026] GET /v2.0/security-groups/9dd1ca7a-fcf0-4e4e-b466-bc36adb74fe4 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/522] 199.204.45.238 () {44 vars in 1009 bytes} [Thu Jul 30 15:59:51 2026] GET /v2.0/security-group-rules/4b89c94e-93cf-4b94-8ae0-0e940785deed => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/523] 199.204.45.238 () {44 vars in 973 bytes} [Thu Jul 30 15:59:59 2026] GET /v2.0/quotas/215eff25d5ef4c05a70e75040ff6591e => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/534] 199.204.45.238 () {44 vars in 947 bytes} [Thu Jul 30 16:01:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/541] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:01:57 2026] GET /v2.0/networks => generated 2167 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/542] 10.0.0.78 () {32 vars in 653 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/543] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/routers => generated 15 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/544] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/545] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/546] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/networks => generated 2167 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/547] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/security-groups => generated 17401 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/548] 10.0.0.78 () {32 vars in 653 bytes} [Thu Jul 30 16:01:58 2026] GET /v2.0/subnetpools => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:10.857 8 INFO neutron.db.segments_db [None req-23cd3afa-3963-438c-ba2a-9deba2674a2a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 8a10e719-6ace-4432-b41a-1c84c540b9ed of type vxlan for network fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 2026-07-30 16:02:10.884 7 INFO neutron.db.segments_db [None req-d246b0c5-54bd-440e-bcee-c912fb47a600 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 7dc0857a-d07c-4f1c-8410-483fde209c86 of type vxlan for network e0d5c27e-224b-407c-953e-349964d0397d [pid: 8|app: 0|req: 277/551] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:10 2026] POST /v2.0/networks => generated 733 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:10 2026] POST /v2.0/networks => generated 725 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:11.278 8 INFO neutron.db.segments_db [None req-0a2fa84a-1985-4513-a5e9-d74e072b22d8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment e74e4a44-b446-4e48-84c7-a92365aab8ff of type vxlan for network 0fabd236-6390-4c65-9510-7d220b23cc08 [pid: 8|app: 0|req: 278/553] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:11 2026] POST /v2.0/networks => generated 729 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:11 2026] POST /v2.0/subnets => generated 699 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/555] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:11 2026] POST /v2.0/subnets => generated 691 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/556] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:11 2026] POST /v2.0/subnets => generated 695 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:11.918 8 INFO neutron.db.segments_db [None req-01375cf0-e8b1-45fa-8426-e730ed07c8a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 481ea756-3e98-46bf-b374-83d8cb87ad06 of type vxlan for network 822bf2f6-30d5-45ab-9a8e-9e37d75e8ae0 [pid: 7|app: 0|req: 278/557] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:02:11 2026] GET /v2.0/security-groups?tenant_id=8effa55a1bfc4f2382e1c108aca83283&name=default => generated 2921 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:02:12.192 7 INFO neutron.db.segments_db [None req-987aa92c-2279-4072-a261-a558d5bce83b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 of type vxlan for network 99485a95-6680-4ea3-8efe-d8aa51ffba84 2026-07-30 16:02:12.276 8 INFO neutron.db.l3_hamode_db [None req-01375cf0-e8b1-45fa-8426-e730ed07c8a5 6753c68edad34b92aa586ae9dfc30fc5 8ad6821f55ff428c82f23e65256465ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:02:12.571 7 INFO neutron.db.l3_hamode_db [None req-987aa92c-2279-4072-a261-a558d5bce83b 6753c68edad34b92aa586ae9dfc30fc5 e5f61f02d9d34082898584cbd360d9a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:02:13.488 8 INFO neutron.db.l3_hamode_db [None req-01375cf0-e8b1-45fa-8426-e730ed07c8a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:02:13.521 7 INFO neutron.db.l3_hamode_db [None req-987aa92c-2279-4072-a261-a558d5bce83b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/558] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:11 2026] POST /v2.0/routers => generated 739 bytes in 3031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:14.950 8 INFO neutron.db.segments_db [None req-83975777-e4f1-4ebc-9c06-21336f952324 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 410dd692-babf-4959-83b6-1fd7978aeb86 of type vxlan for network 56fadbda-bbab-405f-895a-5b1aa77f968b [pid: 7|app: 0|req: 279/559] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:12 2026] POST /v2.0/routers => generated 731 bytes in 3079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:15.317 8 INFO neutron.db.l3_hamode_db [None req-83975777-e4f1-4ebc-9c06-21336f952324 6753c68edad34b92aa586ae9dfc30fc5 d80557fa351a4681bf355c25dabda684 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 280/560] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:15 2026] DELETE /v2.0/security-groups/310a102d-2c34-4cdf-a804-a16f181f102d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:16.256 8 INFO neutron.db.l3_hamode_db [None req-83975777-e4f1-4ebc-9c06-21336f952324 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 281/561] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:15 2026] PUT /v2.0/routers/741b99c7-2385-4ebb-b22d-2ef8673f1768/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:14 2026] POST /v2.0/routers => generated 735 bytes in 2582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:17.764 8 INFO neutron.db.segments_db [None req-0a990549-9bf4-4758-9ad3-d723eb778a1e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment cd9c61b5-4be8-4319-9bce-19bea66f81df of type vxlan for network c09eebef-c307-41a7-9d67-2f53409e8899 [pid: 7|app: 0|req: 282/565] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:16 2026] PUT /v2.0/routers/e3c9d381-9650-43d6-983e-39ea2e89b0a1/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/566] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:17 2026] POST /v2.0/networks => generated 719 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/567] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:02:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/568] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:18 2026] POST /v2.0/subnets => generated 685 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/569] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:18.784 7 INFO neutron.db.segments_db [None req-06c8b523-ab9e-477e-a1f1-f663dfda91eb 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 1b7d48e4-d2e1-4e97-a520-5dd06952308d of type vxlan for network 797678ee-e615-4d2f-a7a2-a913fedc1de0 2026-07-30 16:02:19.160 7 INFO neutron.db.l3_hamode_db [None req-06c8b523-ab9e-477e-a1f1-f663dfda91eb 6753c68edad34b92aa586ae9dfc30fc5 da38f6cfa3a443a996ca4a2bcd5823ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 285/570] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:17 2026] PUT /v2.0/routers/d076fa5e-6acc-46f7-b272-7b75a798affb/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/571] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:02:19 2026] POST /v2.0/security-groups => generated 1659 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/572] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/573] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:20.171 7 INFO neutron.db.l3_hamode_db [None req-06c8b523-ab9e-477e-a1f1-f663dfda91eb 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/574] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:02:20 2026] POST /v2.0/floatingips => generated 552 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/575] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/576] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:18 2026] POST /v2.0/routers => generated 725 bytes in 2610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/577] 10.0.0.65 () {38 vars in 969 bytes} [Thu Jul 30 16:02:21 2026] POST /v2.0/security-groups => generated 1686 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/578] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:02:21 2026] POST /v2.0/floatingips => generated 552 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/579] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/security-groups/9531f2f6-6170-4955-a76b-cf5b7dfa71b0 => generated 1686 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/580] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1332730344&fields=id&tenant_id=8ad6821f55ff428c82f23e65256465ca => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/581] 10.0.0.65 () {38 vars in 979 bytes} [Thu Jul 30 16:02:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/582] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 684 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/583] 10.0.0.65 () {38 vars in 969 bytes} [Thu Jul 30 16:02:22 2026] POST /v2.0/security-groups => generated 1686 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/584] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/quotas/8ad6821f55ff428c82f23e65256465ca => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/585] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/586] 10.0.0.65 () {34 vars in 1096 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--857846825&fields=id&tenant_id=e5f61f02d9d34082898584cbd360d9a6 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/587] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/networks?id=e0d5c27e-224b-407c-953e-349964d0397d => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/588] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:21 2026] PUT /v2.0/routers/d04a466e-51a6-4e02-99e8-1856020a39a6/add_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/589] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/quotas/e5f61f02d9d34082898584cbd360d9a6 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/590] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:22 2026] GET /v2.0/ports?tenant_id=e5f61f02d9d34082898584cbd360d9a6&fields=id => generated 103 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/591] 10.0.0.65 () {34 vars in 905 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/592] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/593] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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: 295/594] 10.0.0.65 () {34 vars in 905 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/595] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 1686 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/596] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?fields=segments => generated 14 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/597] 10.0.0.65 () {38 vars in 979 bytes} [Thu Jul 30 16:02:23 2026] POST /v2.0/security-group-rules => generated 614 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/598] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/599] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:23 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/600] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/601] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 298/602] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:02:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/603] 10.0.0.65 () {38 vars in 979 bytes} [Thu Jul 30 16:02:24 2026] POST /v2.0/security-group-rules => generated 619 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/604] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/605] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/606] 10.0.0.65 () {34 vars in 999 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-group-rules/528a6507-d4db-42d8-a248-3e7114a1deb0 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/608] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/609] 10.0.0.65 () {36 vars in 1021 bytes} [Thu Jul 30 16:02:24 2026] DELETE /v2.0/security-group-rules/528a6507-d4db-42d8-a248-3e7114a1deb0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/610] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 2311 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/611] 10.0.0.65 () {36 vars in 1011 bytes} [Thu Jul 30 16:02:24 2026] DELETE /v2.0/security-groups/a893c496-ca0f-4974-ac12-a0f4d1a0665f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/612] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:24 2026] GET /v2.0/security-groups/9531f2f6-6170-4955-a76b-cf5b7dfa71b0 => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/613] 10.0.0.65 () {36 vars in 1011 bytes} [Thu Jul 30 16:02:24 2026] DELETE /v2.0/security-groups/9531f2f6-6170-4955-a76b-cf5b7dfa71b0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/614] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:02:24 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/615] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/616] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:25.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-1828a8ec-712e-4257-a556-0d97cbce5ab4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 02b1a198-ad65-4224-b6ee-c9dc99263601 2026-07-30 16:02:25.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1828a8ec-712e-4257-a556-0d97cbce5ab4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 02b1a198-ad65-4224-b6ee-c9dc99263601 [pid: 8|app: 0|req: 304/617] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1790525125&fields=id&tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/618] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/networks?id=c09eebef-c307-41a7-9d67-2f53409e8899 => generated 670 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/619] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/quotas/da38f6cfa3a443a996ca4a2bcd5823ac => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/620] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/ports?tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/621] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?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: 309/622] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:02:25 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/623] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:26 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 311/624] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:26 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 312/625] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:26 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 314/626] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:02:25 2026] PUT /v2.0/routers/d076fa5e-6acc-46f7-b272-7b75a798affb/remove_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:26.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: f98dadad-63e3-4ac2-a77d-666faf79b371 2026-07-30 16:02:26.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: f98dadad-63e3-4ac2-a77d-666faf79b371 2026-07-30 16:02:26.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 006e70b8-4c9a-4223-9ea9-d40888f4a2d3 2026-07-30 16:02:27.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 006e70b8-4c9a-4223-9ea9-d40888f4a2d3 2026-07-30 16:02:27.091 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 315/627] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:27 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/628] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:27 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 317/629] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:27 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:27.666 8 INFO neutron.db.l3_hamode_db [None req-4238c536-c5fe-4f83-abc2-f2bb46498a91 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 56fadbda-bbab-405f-895a-5b1aa77f968b was deleted as no HA routers are present in tenant d80557fa351a4681bf355c25dabda684. [pid: 8|app: 0|req: 313/630] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:26 2026] DELETE /v2.0/routers/d076fa5e-6acc-46f7-b272-7b75a798affb => generated 0 bytes in 1255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:27.889 8 INFO neutron.services.segments.plugin [-] Segment 410dd692-babf-4959-83b6-1fd7978aeb86 resource provider aggregate not found [pid: 7|app: 0|req: 318/631] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:27 2026] DELETE /v2.0/subnets/7e3ab1c9-452e-41ed-882b-331109e4ab57 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:02:27.909 8 INFO neutron.services.segments.plugin [-] Segment 410dd692-babf-4959-83b6-1fd7978aeb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410dd692-babf-4959-83b6-1fd7978aeb86 found for delete ", "request_id": "req-b16be6bb-fdff-4f9c-a0b6-96ad343de200"}]} 2026-07-30 16:02:27.927 8 INFO neutron.services.segments.plugin [-] Segment 410dd692-babf-4959-83b6-1fd7978aeb86 resource provider aggregate not found 2026-07-30 16:02:27.947 8 INFO neutron.services.segments.plugin [-] Segment 410dd692-babf-4959-83b6-1fd7978aeb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410dd692-babf-4959-83b6-1fd7978aeb86 found for delete ", "request_id": "req-336c7f68-731c-4cf2-9efe-b1821b0e72dd"}]} 2026-07-30 16:02:28.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-51d021fb-13a5-4510-a313-14d35cebb479 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 8e178bc2-c308-4d93-a56e-2dbfec755377 2026-07-30 16:02:28.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d021fb-13a5-4510-a313-14d35cebb479 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 8e178bc2-c308-4d93-a56e-2dbfec755377 [pid: 8|app: 0|req: 314/632] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:02:27 2026] DELETE /v2.0/networks/0fabd236-6390-4c65-9510-7d220b23cc08 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/633] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:28 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 315/634] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:02:28 2026] GET /v2.0/security-groups?tenant_id=d80557fa351a4681bf355c25dabda684&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/635] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:28 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 317/636] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:28 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 320/637] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:28 2026] DELETE /v2.0/security-groups/f1988568-5d9a-4e34-9060-9dc23691b0b7 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/638] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/networks?id=e0d5c27e-224b-407c-953e-349964d0397d => generated 676 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/639] 199.204.45.238 () {34 vars in 910 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/640] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5f61f02d9d34082898584cbd360d9a6 => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/641] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 323/642] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 324/643] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:29 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:29.952 8 INFO neutron.services.segments.plugin [-] Segment e74e4a44-b446-4e48-84c7-a92365aab8ff resource provider aggregate not found 2026-07-30 16:02:29.970 8 INFO neutron.services.segments.plugin [-] Segment e74e4a44-b446-4e48-84c7-a92365aab8ff resource provider aggregate not found 2026-07-30 16:02:29.984 8 INFO neutron.services.segments.plugin [-] Segment e74e4a44-b446-4e48-84c7-a92365aab8ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e74e4a44-b446-4e48-84c7-a92365aab8ff found for delete ", "request_id": "req-ed67c3b2-254e-42ca-952f-66cf2ef1f7b8"}]} 2026-07-30 16:02:29.998 8 INFO neutron.services.segments.plugin [-] Segment e74e4a44-b446-4e48-84c7-a92365aab8ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e74e4a44-b446-4e48-84c7-a92365aab8ff found for delete ", "request_id": "req-70643333-57cb-4f53-b6b8-e4fb73cee39a"}]} [pid: 8|app: 0|req: 320/644] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:02:29 2026] POST /v2.0/ports => generated 954 bytes in 617 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: 321/645] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:30 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:31.029 8 INFO neutron.db.segments_db [None req-dbfa9829-434f-441b-9ee2-f044d0cde482 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment acd0569b-6d0e-4f47-87e9-0a8af93a4a8e of type vxlan for network 3cfd2d8e-e1f2-4d62-b6c8-6805ffb0035a [pid: 7|app: 0|req: 325/648] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:02:30 2026] PUT /v2.0/ports/1c656a46-b9a6-4917-b164-383e9c36ff4f => generated 1235 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/649] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:30 2026] POST /v2.0/networks => generated 726 bytes in 932 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: 326/650] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 325/651] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/652] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/653] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 329/654] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ad6821f55ff428c82f23e65256465ca => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/655] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:31 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 326/656] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:31 2026] POST /v2.0/subnets => generated 692 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:02:32.168 8 INFO neutron.db.segments_db [None req-3d0fe5b9-e000-4498-96d1-4bd571aea984 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment e26627db-c920-4fad-8511-9035b5b1bf74 of type vxlan for network c741116e-de07-4dd0-9001-c95bea68277a 2026-07-30 16:02:32.224 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb881cfc-fa90-46af-a576-49660be2568b'] response: {'name': 'network-changed', 'server_uuid': '15f931e5-24eb-40f5-8c22-3f912338c1d2', 'tag': '1c656a46-b9a6-4917-b164-383e9c36ff4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/657] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:02:31 2026] POST /v2.0/ports => generated 954 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:02:32.596 8 INFO neutron.db.l3_hamode_db [None req-3d0fe5b9-e000-4498-96d1-4bd571aea984 6753c68edad34b92aa586ae9dfc30fc5 131b622cc49246ac936eb30e8cf54cb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 332/658] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:02:32 2026] PUT /v2.0/ports/60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 1235 bytes in 525 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: 333/659] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:32 2026] GET /v2.0/ports?tenant_id=e5f61f02d9d34082898584cbd360d9a6&device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/660] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:32 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 335/661] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/662] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1c656a46-b9a6-4917-b164-383e9c36ff4f => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/663] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/664] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 339/665] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/subnets?id=1a016df2-1a43-47fb-9da6-94feee2a3d48 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/666] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/networks?id=c09eebef-c307-41a7-9d67-2f53409e8899 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/667] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 342/668] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/ports?network_id=e0d5c27e-224b-407c-953e-349964d0397d&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/669] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:33 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:33.549 8 INFO neutron.db.l3_hamode_db [None req-3d0fe5b9-e000-4498-96d1-4bd571aea984 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 345/671] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:02:33 2026] POST /v2.0/ports => generated 958 bytes in 570 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: 346/672] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/673] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/674] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:02:34 2026] PUT /v2.0/ports/72fd5f62-9572-4502-bed4-fe11927efb6e => generated 1239 bytes in 600 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: 349/675] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => 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: 350/676] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/677] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/678] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:32 2026] POST /v2.0/routers => generated 732 bytes in 2815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/679] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/681] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:34.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-924ab69e-3bc7-420f-b03e-7ce0b772924c'] response: {'name': 'network-changed', 'server_uuid': '10bd2990-3f08-48e3-b282-f843162fb58e', 'tag': '60f53a7f-d845-4eb0-9387-fb408dbad75e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/682] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:34 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/683] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/684] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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: 332/685] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/686] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/ports?tenant_id=e5f61f02d9d34082898584cbd360d9a6&device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/687] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/688] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks?id=e0d5c27e-224b-407c-953e-349964d0397d => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/689] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1c656a46-b9a6-4917-b164-383e9c36ff4f => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/690] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/subnets?id=1a016df2-1a43-47fb-9da6-94feee2a3d48 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/691] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/ports?network_id=e0d5c27e-224b-407c-953e-349964d0397d&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/692] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/693] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?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: 341/694] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/ports?tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac&device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/695] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72fd5f62-9572-4502-bed4-fe11927efb6e => 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: 343/696] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/subnets?id=a856c2d1-bbb4-4c75-9639-696cae338714 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/697] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/ports?network_id=c09eebef-c307-41a7-9d67-2f53409e8899&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: 345/698] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:35 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?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: 346/699] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/700] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?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: 348/701] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/702] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 350/703] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/704] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:34 2026] PUT /v2.0/routers/9c367f47-ba2e-4588-83d7-2657a185861d/add_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/705] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/706] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/707] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/708] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/709] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/710] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/711] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&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: 358/712] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/713] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:36 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:37.044 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2bbaf97-26da-4d2d-9ed7-8daf06de285e'] response: {'name': 'network-changed', 'server_uuid': 'a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc', 'tag': '72fd5f62-9572-4502-bed4-fe11927efb6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/714] 10.0.0.65 () {38 vars in 969 bytes} [Thu Jul 30 16:02:36 2026] POST /v2.0/security-groups => generated 1681 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/715] 10.0.0.65 () {38 vars in 969 bytes} [Thu Jul 30 16:02:37 2026] POST /v2.0/security-groups => generated 1680 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/716] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/717] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 361/718] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 358/719] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/720] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/ports?tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac&device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/721] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/722] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/networks?id=c09eebef-c307-41a7-9d67-2f53409e8899 => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/723] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&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: 363/724] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72fd5f62-9572-4502-bed4-fe11927efb6e => 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: 362/725] 10.0.0.65 () {38 vars in 969 bytes} [Thu Jul 30 16:02:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/726] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/subnets?id=a856c2d1-bbb4-4c75-9639-696cae338714 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/727] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/ports?network_id=c09eebef-c307-41a7-9d67-2f53409e8899&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/728] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups?tenant_id=131b622cc49246ac936eb30e8cf54cb0 => generated 7907 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/729] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/730] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups/9f82e742-2ac0-4392-a707-1c098ad8d651 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/731] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:37 2026] GET /v2.0/security-groups/9f82e742-2ac0-4392-a707-1c098ad8d651 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/732] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/847c96ec-9991-4971-913e-99ee8c8345cd => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/733] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?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: 366/734] 10.0.0.65 () {36 vars in 1011 bytes} [Thu Jul 30 16:02:38 2026] DELETE /v2.0/security-groups/847c96ec-9991-4971-913e-99ee8c8345cd => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:38.215 8 INFO neutron.api.v2.resource [req-8eb57131-ebb8-45aa-a2b5-31a7b3be1e7c req-6dda6df5-ca39-4541-ae04-11984408ca72 f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 369/735] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/847c96ec-9991-4971-913e-99ee8c8345cd => 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: 367/736] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/3ca90da0-3180-4e3f-97bb-f9fa7cfd81c6 => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/737] 10.0.0.65 () {36 vars in 1011 bytes} [Thu Jul 30 16:02:38 2026] DELETE /v2.0/security-groups/3ca90da0-3180-4e3f-97bb-f9fa7cfd81c6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:38.412 7 INFO neutron.api.v2.resource [req-650e3da3-7547-40de-bbb5-d79c8d16024b req-ef47de2e-e4b6-4ebb-ac8a-1554da48b66a f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 368/738] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/3ca90da0-3180-4e3f-97bb-f9fa7cfd81c6 => 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: 371/739] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/f8acefdd-efe8-4a67-a1f8-48d8a2cbcc68 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/740] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/741] 10.0.0.65 () {36 vars in 1011 bytes} [Thu Jul 30 16:02:38 2026] DELETE /v2.0/security-groups/f8acefdd-efe8-4a67-a1f8-48d8a2cbcc68 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/742] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:38.689 7 INFO neutron.api.v2.resource [req-8c43d606-9655-4bd4-a8af-e36430bf5730 req-c4012c7d-13db-4fc3-a609-5cab3d685f9b f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 370/743] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/f8acefdd-efe8-4a67-a1f8-48d8a2cbcc68 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/744] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/745] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups?tenant_id=131b622cc49246ac936eb30e8cf54cb0 => 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: 375/746] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 372/747] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/9f82e742-2ac0-4392-a707-1c098ad8d651 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/748] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/9f82e742-2ac0-4392-a707-1c098ad8d651 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/749] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/750] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:38.914 7 INFO neutron.api.v2.resource [req-1e4da772-9e03-40c1-a126-e7f54dd41e81 req-e1a1f935-0739-4e66-8251-4e05a0a31dcf f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 374/751] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/f8acefdd-efe8-4a67-a1f8-48d8a2cbcc68 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:02:38.966 8 INFO neutron.api.v2.resource [req-1ff7901c-103d-4817-9331-9b6dd5b0e66b req-469d33e1-3757-48be-8a1a-1ef73b714fc2 f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 378/752] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/3ca90da0-3180-4e3f-97bb-f9fa7cfd81c6 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:02:39.016 7 INFO neutron.api.v2.resource [req-c3a15301-fdde-4aed-8add-9e84b8cc3f9a req-8f3df6c5-662c-47a3-85be-3862d7d9e4aa f94836300b6c4b48a472f4af1ba8bb96 131b622cc49246ac936eb30e8cf54cb0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 375/753] 10.0.0.65 () {34 vars in 989 bytes} [Thu Jul 30 16:02:38 2026] GET /v2.0/security-groups/847c96ec-9991-4971-913e-99ee8c8345cd => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/754] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:39 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:39.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-30f4b747-037d-4ad1-981d-fe9fc540fbc4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 9c18c607-4571-4505-a3a7-f7d753698806 [pid: 7|app: 0|req: 377/755] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:39 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:39.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30f4b747-037d-4ad1-981d-fe9fc540fbc4 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 9c18c607-4571-4505-a3a7-f7d753698806 [pid: 7|app: 0|req: 378/756] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:39 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/757] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:39 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 380/758] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:40 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 381/759] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:40 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&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: 379/760] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:02:39 2026] PUT /v2.0/routers/9c367f47-ba2e-4588-83d7-2657a185861d/remove_router_interface => generated 309 bytes in 1642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:40.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: c4cb4305-83f2-4c72-9b92-deaa5997af0c 2026-07-30 16:02:40.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: c4cb4305-83f2-4c72-9b92-deaa5997af0c 2026-07-30 16:02:41.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 3b34ada9-84e8-4c64-b268-dfd59f2041e3 2026-07-30 16:02:41.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 3b34ada9-84e8-4c64-b268-dfd59f2041e3 [pid: 8|app: 0|req: 380/761] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:41.307 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 381/762] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/763] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 383/764] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/765] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/766] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:41 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:42.025 7 INFO neutron.db.l3_hamode_db [None req-7228ba0a-d44d-43eb-a3ed-52f0e25d0632 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network c741116e-de07-4dd0-9001-c95bea68277a was deleted as no HA routers are present in tenant 131b622cc49246ac936eb30e8cf54cb0. [pid: 7|app: 0|req: 382/767] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:40 2026] DELETE /v2.0/routers/9c367f47-ba2e-4588-83d7-2657a185861d => generated 0 bytes in 1360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/768] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:42 2026] DELETE /v2.0/subnets/43c2278e-01b1-4d24-9c73-2a844f006bda => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:02:42.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea6a27ec-0e8a-4d2a-b5ec-18e4f7da84f2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 5a65bc83-32c2-4e83-a9a9-f4b101106fb1 2026-07-30 16:02:42.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6a27ec-0e8a-4d2a-b5ec-18e4f7da84f2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 5a65bc83-32c2-4e83-a9a9-f4b101106fb1 2026-07-30 16:02:42.407 7 INFO neutron.services.segments.plugin [-] Segment e26627db-c920-4fad-8511-9035b5b1bf74 resource provider aggregate not found 2026-07-30 16:02:42.425 7 INFO neutron.services.segments.plugin [-] Segment e26627db-c920-4fad-8511-9035b5b1bf74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26627db-c920-4fad-8511-9035b5b1bf74 found for delete ", "request_id": "req-4a2bb901-b916-4bf0-ad60-3bc8e80876a2"}]} 2026-07-30 16:02:42.458 7 INFO neutron.services.segments.plugin [-] Segment e26627db-c920-4fad-8511-9035b5b1bf74 resource provider aggregate not found 2026-07-30 16:02:42.485 7 INFO neutron.services.segments.plugin [-] Segment e26627db-c920-4fad-8511-9035b5b1bf74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26627db-c920-4fad-8511-9035b5b1bf74 found for delete ", "request_id": "req-628fc4f9-f33c-4fcc-b68e-672b2bbd73da"}]} [pid: 8|app: 0|req: 387/769] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/770] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/771] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 390/772] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 383/773] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:02:42 2026] DELETE /v2.0/networks/3cfd2d8e-e1f2-4d62-b6c8-6805ffb0035a => generated 0 bytes in 407 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/774] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/775] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/776] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:02:42 2026] GET /v2.0/security-groups?tenant_id=131b622cc49246ac936eb30e8cf54cb0&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/777] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:42 2026] DELETE /v2.0/security-groups/9f82e742-2ac0-4392-a707-1c098ad8d651 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/778] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/779] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/780] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 387/781] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 395/782] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/783] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/784] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:43 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:44.457 7 INFO neutron.services.segments.plugin [-] Segment acd0569b-6d0e-4f47-87e9-0a8af93a4a8e resource provider aggregate not found 2026-07-30 16:02:44.497 7 INFO neutron.services.segments.plugin [-] Segment acd0569b-6d0e-4f47-87e9-0a8af93a4a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd0569b-6d0e-4f47-87e9-0a8af93a4a8e found for delete ", "request_id": "req-86afcf37-9e96-406d-ba01-62ddd512b44b"}]} 2026-07-30 16:02:44.533 7 INFO neutron.services.segments.plugin [-] Segment acd0569b-6d0e-4f47-87e9-0a8af93a4a8e resource provider aggregate not found 2026-07-30 16:02:44.538 7 INFO neutron.db.l3_db [None req-1d6d9ab5-e8c2-4b3b-999d-bfde7d9d5ab0 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] Floating IP ab72e39f-4c50-4909-97cb-36d98b000dfd associated. External IP: 10.96.250.213, port: 60f53a7f-d845-4eb0-9387-fb408dbad75e. 2026-07-30 16:02:44.558 7 INFO neutron.services.segments.plugin [-] Segment acd0569b-6d0e-4f47-87e9-0a8af93a4a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd0569b-6d0e-4f47-87e9-0a8af93a4a8e found for delete ", "request_id": "req-4acbb119-20d4-493d-b2f8-7aa631adefc9"}]} [pid: 7|app: 0|req: 389/785] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:02:44 2026] PUT /v2.0/floatingips/ab72e39f-4c50-4909-97cb-36d98b000dfd => generated 855 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/786] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:44 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/787] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 390/788] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:44 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/789] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:45.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bead9d9e-0b02-4236-9744-b2d8c282e023'] response: {'name': 'network-changed', 'server_uuid': '10bd2990-3f08-48e3-b282-f843162fb58e', 'tag': '60f53a7f-d845-4eb0-9387-fb408dbad75e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/790] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/791] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/794] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/795] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/796] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 858 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/797] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/798] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:45 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&device_owner=network%3Adhcp => generated 1244 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/799] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/800] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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) 2026-07-30 16:02:46.159 8 INFO neutron.db.segments_db [None req-bc02db98-4b8d-43d7-8521-9e88982edb6a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 0fa5c8f1-06ae-475c-b837-a93e87edfec7 of type vxlan for network 1a290f85-91a6-459d-8f56-47bf82c7387a [pid: 8|app: 0|req: 400/801] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:02:45 2026] POST /v2.0/networks => generated 729 bytes in 886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/802] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/803] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/804] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/805] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:46 2026] POST /v2.0/subnets => generated 695 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/806] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:46 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:46.959 7 INFO neutron.db.l3_db [None req-1c855c16-602e-4556-ba98-9eaf1f29bb31 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] Floating IP aaca448f-8241-46c3-a3af-ae8faaaf6f42 associated. External IP: 10.96.250.218, port: 1c656a46-b9a6-4917-b164-383e9c36ff4f. 2026-07-30 16:02:46.988 8 INFO neutron.db.segments_db [None req-aae40176-4bb6-4e94-86f6-8f10ac55af1f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 of type vxlan for network df9b6814-c2d0-467a-90b6-7b639be35080 [pid: 7|app: 0|req: 405/807] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:02:46 2026] PUT /v2.0/floatingips/aaca448f-8241-46c3-a3af-ae8faaaf6f42 => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/808] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:47 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:47.338 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ccc030a3-2d43-405b-92d0-dc38b232ec3c'] response: {'name': 'network-changed', 'server_uuid': '15f931e5-24eb-40f5-8c22-3f912338c1d2', 'tag': '1c656a46-b9a6-4917-b164-383e9c36ff4f', 'status': 'completed', 'code': 200} 2026-07-30 16:02:47.356 8 INFO neutron.db.l3_hamode_db [None req-aae40176-4bb6-4e94-86f6-8f10ac55af1f 6753c68edad34b92aa586ae9dfc30fc5 59868dbe577e435d969512485081004b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 407/809] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:47 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 408/810] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:47 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/811] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:47 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:47.923 7 INFO neutron.db.l3_db [None req-0ea4d73b-5207-470e-931a-042560f0b696 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] Floating IP 1360f86b-4cc1-4b1a-8b0e-93d43129750a associated. External IP: 10.96.250.212, port: 72fd5f62-9572-4502-bed4-fe11927efb6e. [pid: 7|app: 0|req: 410/812] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:02:47 2026] PUT /v2.0/floatingips/1360f86b-4cc1-4b1a-8b0e-93d43129750a => generated 856 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/813] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/ports?tenant_id=e5f61f02d9d34082898584cbd360d9a6&device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/814] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 413/815] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/networks?id=e0d5c27e-224b-407c-953e-349964d0397d => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:48.439 8 INFO neutron.db.l3_hamode_db [None req-aae40176-4bb6-4e94-86f6-8f10ac55af1f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 414/816] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/817] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 416/818] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1c656a46-b9a6-4917-b164-383e9c36ff4f => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/819] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&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: 418/820] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/subnets?id=1a016df2-1a43-47fb-9da6-94feee2a3d48 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/821] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/ports?network_id=e0d5c27e-224b-407c-953e-349964d0397d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/822] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?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: 421/823] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d?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: 422/824] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/825] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:48 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:49.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20a8e224-df2f-433d-92d7-924749d081f1'] response: {'name': 'network-changed', 'server_uuid': 'a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc', 'tag': '72fd5f62-9572-4502-bed4-fe11927efb6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/826] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:49 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/827] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:49 2026] GET /v2.0/security-groups?id=a6ac69b5-517f-42a2-b093-bd57b7c76ef5&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: 403/828] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:02:46 2026] POST /v2.0/routers => generated 735 bytes in 2889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/829] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:02:49 2026] GET /v2.0/ports?tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac&device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 405/830] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:02:49 2026] GET /v2.0/networks?id=c09eebef-c307-41a7-9d67-2f53409e8899 => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/831] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72fd5f62-9572-4502-bed4-fe11927efb6e => generated 859 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/832] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/subnets?id=a856c2d1-bbb4-4c75-9639-696cae338714 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/833] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/ports?network_id=c09eebef-c307-41a7-9d67-2f53409e8899&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/834] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/835] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/836] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/837] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/838] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:02:50 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:50.532 8 INFO neutron_taas.services.taas.taas_plugin [req-06f79488-e329-4a35-98c3-d3aa91e8f337 req-c8061eeb-0aa8-42ae-96e2-1b8250117daf 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] TaaS: Handle Delete Port: 1c656a46-b9a6-4917-b164-383e9c36ff4f 2026-07-30 16:02:50.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-06f79488-e329-4a35-98c3-d3aa91e8f337 req-c8061eeb-0aa8-42ae-96e2-1b8250117daf 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] Tap Mirror: Handle Delete Port: 1c656a46-b9a6-4917-b164-383e9c36ff4f 2026-07-30 16:02:50.746 8 INFO neutron.db.l3_db [req-06f79488-e329-4a35-98c3-d3aa91e8f337 req-c8061eeb-0aa8-42ae-96e2-1b8250117daf 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] Floating IP aaca448f-8241-46c3-a3af-ae8faaaf6f42 disassociated. External IP: 10.96.250.218, port: 1c656a46-b9a6-4917-b164-383e9c36ff4f. [pid: 8|app: 0|req: 414/839] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:02:50 2026] DELETE /v2.0/ports/1c656a46-b9a6-4917-b164-383e9c36ff4f => generated 0 bytes in 757 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/840] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:51 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 426/841] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:02:49 2026] PUT /v2.0/routers/ff8a183c-9f43-45bd-8dfa-900fc3da1614/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/842] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:51 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/843] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:02:51 2026] GET /v2.0/security-groups?id=89bfef53-e88a-455e-835c-c1cb34d74210&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/844] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:02:51 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:51.548 8 INFO neutron_taas.services.taas.taas_plugin [req-64acdc5c-a5a6-4be6-ac77-a757efcc39f6 req-7b8332ae-7ebd-4aec-9033-95880176ead2 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] TaaS: Handle Delete Port: 72fd5f62-9572-4502-bed4-fe11927efb6e 2026-07-30 16:02:51.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64acdc5c-a5a6-4be6-ac77-a757efcc39f6 req-7b8332ae-7ebd-4aec-9033-95880176ead2 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] Tap Mirror: Handle Delete Port: 72fd5f62-9572-4502-bed4-fe11927efb6e 2026-07-30 16:02:51.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a06b197-d88a-4f75-b146-a4833ac91fd0'] response: {'server_uuid': '15f931e5-24eb-40f5-8c22-3f912338c1d2', 'name': 'network-vif-deleted', 'tag': '1c656a46-b9a6-4917-b164-383e9c36ff4f', 'status': 'completed', 'code': 200} 2026-07-30 16:02:51.712 8 INFO neutron.db.l3_db [req-64acdc5c-a5a6-4be6-ac77-a757efcc39f6 req-7b8332ae-7ebd-4aec-9033-95880176ead2 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] Floating IP 1360f86b-4cc1-4b1a-8b0e-93d43129750a disassociated. External IP: 10.96.250.212, port: 72fd5f62-9572-4502-bed4-fe11927efb6e. [pid: 7|app: 0|req: 428/845] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:02:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/846] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:02:51 2026] DELETE /v2.0/ports/72fd5f62-9572-4502-bed4-fe11927efb6e => generated 0 bytes in 687 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/847] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/848] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:52 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 420/849] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:52 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 430/850] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:02:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/851] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:02:52 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/852] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:53 2026] GET /v2.0/ports?device_id=15f931e5-24eb-40f5-8c22-3f912338c1d2 => 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: 422/853] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:53 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:53.735 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c03a7ff-091b-467f-b1a1-33ccd0bc8514'] response: {'server_uuid': 'a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc', 'name': 'network-vif-deleted', 'tag': '72fd5f62-9572-4502-bed4-fe11927efb6e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 423/854] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:54 2026] GET /v2.0/ports?device_id=a0a906c0-bc2c-41d1-a44c-51e4fb9cf9dc => 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: 432/855] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:54 2026] DELETE /v2.0/security-groups/a6ac69b5-517f-42a2-b093-bd57b7c76ef5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:54.852 8 INFO neutron.api.v2.resource [None req-2dc041fb-6701-441f-9cbc-0e05c922ab3e 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/856] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:02:54 2026] GET /v2.0/security-groups/a6ac69b5-517f-42a2-b093-bd57b7c76ef5 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:02:54.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9c72d1e-0f3d-4584-bbd2-23e6b9b2672e 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] TaaS: Handle Delete Port: aa1415ab-7551-41d7-a06c-fc49c533c923 2026-07-30 16:02:55.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9c72d1e-0f3d-4584-bbd2-23e6b9b2672e 5ee965d61b394366b6fac21a11c3ad19 e5f61f02d9d34082898584cbd360d9a6 - - default default] Tap Mirror: Handle Delete Port: aa1415ab-7551-41d7-a06c-fc49c533c923 [pid: 7|app: 0|req: 433/857] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:02:54 2026] DELETE /v2.0/floatingips/aaca448f-8241-46c3-a3af-ae8faaaf6f42 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:55.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e300e0e-6c4a-4c3a-8aa2-d4a26d8369ee 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 2e537591-db70-4095-b409-55ae17414e91 2026-07-30 16:02:55.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e300e0e-6c4a-4c3a-8aa2-d4a26d8369ee 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 2e537591-db70-4095-b409-55ae17414e91 [pid: 7|app: 0|req: 434/858] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:55 2026] DELETE /v2.0/security-groups/89bfef53-e88a-455e-835c-c1cb34d74210 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:02:56.100 7 INFO neutron.api.v2.resource [None req-cff32c62-7e87-4ea5-a64c-c5809791e798 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 435/859] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:02:56 2026] GET /v2.0/security-groups/89bfef53-e88a-455e-835c-c1cb34d74210 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:02:56.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3f9f25d-f2ed-418a-aae2-37e086a88d4d 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] TaaS: Handle Delete Port: 242d4580-3896-4774-8338-edefb8587300 2026-07-30 16:02:56.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3f9f25d-f2ed-418a-aae2-37e086a88d4d 43a2cd3cc6b64698a0ccdf599a7c2a3a da38f6cfa3a443a996ca4a2bcd5823ac - - default default] Tap Mirror: Handle Delete Port: 242d4580-3896-4774-8338-edefb8587300 [pid: 8|app: 0|req: 425/860] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:02:55 2026] PUT /v2.0/routers/e3c9d381-9650-43d6-983e-39ea2e89b0a1/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/861] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:02:56 2026] DELETE /v2.0/floatingips/1360f86b-4cc1-4b1a-8b0e-93d43129750a => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/862] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:02:56 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1240 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:02:56.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d4822e1-fcd9-4fa6-97ae-f294ea318728 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 16866b3a-6472-44fb-9027-7155fb08c8ec 2026-07-30 16:02:56.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d4822e1-fcd9-4fa6-97ae-f294ea318728 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 16866b3a-6472-44fb-9027-7155fb08c8ec 2026-07-30 16:02:56.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d4822e1-fcd9-4fa6-97ae-f294ea318728 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 4202d626-3927-4653-b2e4-4f62f697c6f0 2026-07-30 16:02:56.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d4822e1-fcd9-4fa6-97ae-f294ea318728 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 4202d626-3927-4653-b2e4-4f62f697c6f0 2026-07-30 16:02:57.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-798d4895-041f-4de9-894b-2d53e0b5b5ed 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: ae209ea1-be6d-49ae-9886-c1de5e9e53b9 2026-07-30 16:02:57.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-798d4895-041f-4de9-894b-2d53e0b5b5ed 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: ae209ea1-be6d-49ae-9886-c1de5e9e53b9 2026-07-30 16:02:57.355 7 INFO neutron.services.segments.plugin [-] Segment 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 resource provider aggregate not found 2026-07-30 16:02:57.362 7 INFO neutron.services.segments.plugin [-] Segment 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 resource provider aggregate not found 2026-07-30 16:02:57.380 7 INFO neutron.services.segments.plugin [-] Segment 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 found for delete ", "request_id": "req-ecfab7fe-f77f-4041-9d2c-5e8b3ea9b055"}]} 2026-07-30 16:02:57.398 7 INFO neutron.services.segments.plugin [-] Segment 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897abdb3-6df5-4cd5-b32d-967a9d9c9fa9 found for delete ", "request_id": "req-62c0d0bc-5076-4422-8478-e868539b96d0"}]} 2026-07-30 16:02:57.405 7 INFO neutron.db.l3_hamode_db [None req-3d4822e1-fcd9-4fa6-97ae-f294ea318728 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 99485a95-6680-4ea3-8efe-d8aa51ffba84 was deleted as no HA routers are present in tenant e5f61f02d9d34082898584cbd360d9a6. [pid: 7|app: 0|req: 437/863] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:56 2026] DELETE /v2.0/routers/e3c9d381-9650-43d6-983e-39ea2e89b0a1 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/864] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:02:57 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/865] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:57 2026] DELETE /v2.0/subnets/1a016df2-1a43-47fb-9da6-94feee2a3d48 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/866] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:02:56 2026] PUT /v2.0/routers/d04a466e-51a6-4e02-99e8-1856020a39a6/remove_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:02:57.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e713b88-b81b-4977-93a0-4638dac1ff3f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: c8f068e7-1c88-4b37-ab47-ba2f1d7e1a6a 2026-07-30 16:02:57.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e713b88-b81b-4977-93a0-4638dac1ff3f 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: c8f068e7-1c88-4b37-ab47-ba2f1d7e1a6a 2026-07-30 16:02:58.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6763164-5bcd-457a-87ac-ab68695f5002 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 4b763011-1683-4adc-8519-8914fb14809e 2026-07-30 16:02:58.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6763164-5bcd-457a-87ac-ab68695f5002 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 4b763011-1683-4adc-8519-8914fb14809e [pid: 7|app: 0|req: 440/867] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:02:57 2026] DELETE /v2.0/networks/e0d5c27e-224b-407c-953e-349964d0397d => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/868] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2008657076&fields=id&tenant_id=59868dbe577e435d969512485081004b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:02:58.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6763164-5bcd-457a-87ac-ab68695f5002 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 1a2f1237-80e6-4d42-8e96-b23e21499e54 2026-07-30 16:02:58.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6763164-5bcd-457a-87ac-ab68695f5002 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 1a2f1237-80e6-4d42-8e96-b23e21499e54 [pid: 7|app: 0|req: 442/869] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/networks?id=1a290f85-91a6-459d-8f56-47bf82c7387a => generated 680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/870] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/security-groups?tenant_id=e5f61f02d9d34082898584cbd360d9a6&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/871] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/quotas/59868dbe577e435d969512485081004b => 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: 445/872] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:02:58 2026] DELETE /v2.0/security-groups/663cbcd8-8bf4-47f6-a75f-fcd81e24ab95 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/873] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/ports?tenant_id=59868dbe577e435d969512485081004b&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: 447/874] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?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: 448/875] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:02:58 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?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) 2026-07-30 16:02:59.086 8 INFO neutron.services.segments.plugin [-] Segment 1b7d48e4-d2e1-4e97-a520-5dd06952308d resource provider aggregate not found 2026-07-30 16:02:59.096 8 INFO neutron.services.segments.plugin [-] Segment 1b7d48e4-d2e1-4e97-a520-5dd06952308d resource provider aggregate not found 2026-07-30 16:02:59.103 8 INFO neutron.services.segments.plugin [-] Segment 1b7d48e4-d2e1-4e97-a520-5dd06952308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b7d48e4-d2e1-4e97-a520-5dd06952308d found for delete ", "request_id": "req-27258de0-98c2-40cb-91ac-d08d8c2fc76d"}]} 2026-07-30 16:02:59.114 8 INFO neutron.services.segments.plugin [-] Segment 1b7d48e4-d2e1-4e97-a520-5dd06952308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b7d48e4-d2e1-4e97-a520-5dd06952308d found for delete ", "request_id": "req-6b1261ff-2093-4d58-8643-43048d7bd629"}]} 2026-07-30 16:02:59.153 8 INFO neutron.db.l3_hamode_db [None req-f6763164-5bcd-457a-87ac-ab68695f5002 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 797678ee-e615-4d2f-a7a2-a913fedc1de0 was deleted as no HA routers are present in tenant da38f6cfa3a443a996ca4a2bcd5823ac. [pid: 8|app: 0|req: 428/876] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:57 2026] DELETE /v2.0/routers/d04a466e-51a6-4e02-99e8-1856020a39a6 => generated 0 bytes in 1396 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/877] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:02:59 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 449/878] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:02:59 2026] DELETE /v2.0/subnets/a856c2d1-bbb4-4c75-9639-696cae338714 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:02:59.405 7 INFO neutron.services.segments.plugin [-] Segment 7dc0857a-d07c-4f1c-8410-483fde209c86 resource provider aggregate not found 2026-07-30 16:02:59.420 7 INFO neutron.services.segments.plugin [-] Segment 7dc0857a-d07c-4f1c-8410-483fde209c86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dc0857a-d07c-4f1c-8410-483fde209c86 found for delete ", "request_id": "req-f14ab8d9-42d4-408d-b778-c765e6272783"}]} 2026-07-30 16:02:59.428 7 INFO neutron.services.segments.plugin [-] Segment 7dc0857a-d07c-4f1c-8410-483fde209c86 resource provider aggregate not found 2026-07-30 16:02:59.449 7 INFO neutron.services.segments.plugin [-] Segment 7dc0857a-d07c-4f1c-8410-483fde209c86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dc0857a-d07c-4f1c-8410-483fde209c86 found for delete ", "request_id": "req-43bf9a06-1e52-4b80-8b53-967dd710f2ab"}]} 2026-07-30 16:02:59.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-abca42b8-6555-4f3a-8ebe-ed7f47e6ef17 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 1a79196d-cfed-49d9-a723-a13143d4603b 2026-07-30 16:02:59.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abca42b8-6555-4f3a-8ebe-ed7f47e6ef17 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 1a79196d-cfed-49d9-a723-a13143d4603b [pid: 8|app: 0|req: 430/879] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:02:59 2026] DELETE /v2.0/networks/c09eebef-c307-41a7-9d67-2f53409e8899 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/880] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:00 2026] GET /v2.0/security-groups?tenant_id=da38f6cfa3a443a996ca4a2bcd5823ac&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: 431/881] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:00 2026] DELETE /v2.0/security-groups/71cfa7aa-51f8-438b-9abf-c5775be53019 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/882] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:00 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:01.132 8 INFO neutron.services.segments.plugin [-] Segment cd9c61b5-4be8-4319-9bce-19bea66f81df resource provider aggregate not found 2026-07-30 16:03:01.138 8 INFO neutron.services.segments.plugin [-] Segment cd9c61b5-4be8-4319-9bce-19bea66f81df resource provider aggregate not found 2026-07-30 16:03:01.156 8 INFO neutron.services.segments.plugin [-] Segment cd9c61b5-4be8-4319-9bce-19bea66f81df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd9c61b5-4be8-4319-9bce-19bea66f81df found for delete ", "request_id": "req-c595fff0-1442-4a6d-a928-daed54eab0a2"}]} 2026-07-30 16:03:01.166 8 INFO neutron.services.segments.plugin [-] Segment cd9c61b5-4be8-4319-9bce-19bea66f81df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd9c61b5-4be8-4319-9bce-19bea66f81df found for delete ", "request_id": "req-dff69103-0347-44e9-a1d4-cd22bf861151"}]} 2026-07-30 16:03:01.242 7 INFO neutron.db.segments_db [None req-8b4c09d3-807c-4136-86af-ec9fabe94ff8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 of type vxlan for network 238fd49b-b3cf-43f0-af05-044434a6ef55 [pid: 7|app: 0|req: 453/885] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:03:00 2026] POST /v2.0/networks => generated 725 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/886] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:01 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 433/887] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:01 2026] POST /v2.0/subnets => generated 691 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:03:01.850 7 INFO neutron.db.segments_db [None req-f805269e-6be1-4e9a-9a1b-fda5bd08c36b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment c5d17101-5694-4c9b-9502-7a357377390e of type vxlan for network 3666299f-3a4d-4087-802b-2ab3b40829ad 2026-07-30 16:03:02.313 7 INFO neutron.db.l3_hamode_db [None req-f805269e-6be1-4e9a-9a1b-fda5bd08c36b 6753c68edad34b92aa586ae9dfc30fc5 37b6d6295d024d73a0f6d76f2121590f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:03:02.716 8 INFO neutron.db.segments_db [None req-f7fbb5e9-1974-49d1-be0e-e92aa910d034 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 20247a20-8395-4948-b8fd-3670b3567360 of type vxlan for network 56e1cf01-7df7-4041-968a-43dfc984ec31 [pid: 8|app: 0|req: 434/888] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:03:02 2026] POST /v2.0/networks => generated 727 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/889] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:02 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 436/890] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:02 2026] POST /v2.0/subnets => generated 693 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:03:03.284 8 INFO neutron.db.segments_db [None req-654082ba-f282-485f-8e26-03131408dcf8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment cfe650c6-fee8-4aff-b6ec-e68a2aa411be of type vxlan for network 8c102f27-f30d-4e61-a0b7-aac782baf3e5 2026-07-30 16:03:03.294 7 INFO neutron.db.l3_hamode_db [None req-f805269e-6be1-4e9a-9a1b-fda5bd08c36b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:03:03.712 8 INFO neutron.db.l3_hamode_db [None req-654082ba-f282-485f-8e26-03131408dcf8 6753c68edad34b92aa586ae9dfc30fc5 ee4eb0a18af64ae4b8010b726842d5fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/891] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:01 2026] POST /v2.0/routers => generated 731 bytes in 2738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/892] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:04 2026] GET /v2.0/networks?id=1a290f85-91a6-459d-8f56-47bf82c7387a => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/893] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:04 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:04.697 8 INFO neutron.db.l3_hamode_db [None req-654082ba-f282-485f-8e26-03131408dcf8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 437/894] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:03 2026] POST /v2.0/routers => generated 733 bytes in 2623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/895] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:03:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=59868dbe577e435d969512485081004b => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/896] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:05 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 458/897] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:03:04 2026] PUT /v2.0/routers/46f901ff-4a97-413c-b5a1-d8ccd3d37d97/add_router_interface => generated 309 bytes in 1568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/898] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:03:06 2026] POST /v2.0/ports => generated 958 bytes in 645 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: 460/899] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:03:06 2026] PUT /v2.0/ports/ccd7aad5-fc7c-4626-8556-44bc1b461f5b => generated 1239 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:03:07.399 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-287cd3e6-5288-49d4-982a-bde1e0cd135b'] response: {'name': 'network-changed', 'server_uuid': 'abb939ae-e7f0-4225-b76a-d6e97b803cea', 'tag': 'ccd7aad5-fc7c-4626-8556-44bc1b461f5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 461/900] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:03:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/901] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:03:05 2026] PUT /v2.0/routers/43238bde-c2a4-4ed5-b0ff-75572e82ce65/add_router_interface => generated 309 bytes in 1690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/902] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:07 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/903] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:07 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 441/904] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:03:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/905] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:07 2026] GET /v2.0/ports?tenant_id=59868dbe577e435d969512485081004b&device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/906] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:03:07 2026] GET /v2.0/networks?tenant_id=59868dbe577e435d969512485081004b&shared=False => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/907] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:03:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/908] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/909] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/networks?id=56e1cf01-7df7-4041-968a-43dfc984ec31 => generated 678 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/910] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/quotas/ee4eb0a18af64ae4b8010b726842d5fb => 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: 447/911] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/ports?tenant_id=ee4eb0a18af64ae4b8010b726842d5fb&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/912] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/networks/56e1cf01-7df7-4041-968a-43dfc984ec31?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/913] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:03:08 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/914] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/networks/56e1cf01-7df7-4041-968a-43dfc984ec31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/915] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/916] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:08 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 450/917] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 468/918] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/ports?tenant_id=59868dbe577e435d969512485081004b&device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/919] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ccd7aad5-fc7c-4626-8556-44bc1b461f5b => 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: 469/920] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/subnets?id=25815e11-4c1e-4350-979b-5cc2a00ba188 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/921] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/ports?network_id=1a290f85-91a6-459d-8f56-47bf82c7387a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/922] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1073157725&fields=id&tenant_id=37b6d6295d024d73a0f6d76f2121590f => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/923] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/924] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/networks?id=238fd49b-b3cf-43f0-af05-044434a6ef55 => generated 676 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/925] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/quotas/37b6d6295d024d73a0f6d76f2121590f => generated 292 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/926] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/927] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/ports?tenant_id=37b6d6295d024d73a0f6d76f2121590f&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/928] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/929] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?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: 456/930] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:09 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 475/931] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:10 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/932] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:10 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/933] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:10 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 458/934] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:11 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 477/935] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:11 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 459/936] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:11 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/937] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:11 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 460/938] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:12 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 479/939] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:12 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 461/940] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:12 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/941] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:12 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/942] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:13 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 481/943] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:13 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 463/944] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:13 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/945] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:13 2026] GET /v2.0/networks?id=56e1cf01-7df7-4041-968a-43dfc984ec31 => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/946] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:13 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/947] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:03:13 2026] POST /v2.0/ports => generated 958 bytes in 636 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: 484/948] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:14 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 465/949] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:03:14 2026] PUT /v2.0/ports/a61b3024-9b9e-45b1-b82c-b7bc2fa529c0 => generated 1239 bytes in 591 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: 485/950] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:14 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 961 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/951] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:14 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/952] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:14 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&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: 467/953] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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-30 16:03:15.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4586aea-aa2c-4cb2-88c6-6fbebfc69278'] response: {'name': 'network-changed', 'server_uuid': '521b2116-04c6-4691-879d-038cfedf611a', 'tag': 'a61b3024-9b9e-45b1-b82c-b7bc2fa529c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 487/954] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 468/955] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/ports?tenant_id=ee4eb0a18af64ae4b8010b726842d5fb&device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/958] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/networks?tenant_id=ee4eb0a18af64ae4b8010b726842d5fb&shared=False => generated 774 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/959] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/960] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/networks?id=238fd49b-b3cf-43f0-af05-044434a6ef55 => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/961] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:03:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37b6d6295d024d73a0f6d76f2121590f => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/962] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/963] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/964] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&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: 494/965] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/966] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:03:15 2026] POST /v2.0/ports => generated 954 bytes in 565 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: 473/967] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 957 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/968] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/969] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/ports?tenant_id=ee4eb0a18af64ae4b8010b726842d5fb&device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/970] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a61b3024-9b9e-45b1-b82c-b7bc2fa529c0 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/971] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:16 2026] GET /v2.0/subnets?id=36114d86-1ab9-49b9-b1b5-ebb5163b4360 => generated 696 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/972] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?network_id=56e1cf01-7df7-4041-968a-43dfc984ec31&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/973] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/networks/56e1cf01-7df7-4041-968a-43dfc984ec31?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: 495/974] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:03:16 2026] PUT /v2.0/ports/1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 => generated 1235 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:17.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ee27304-201c-45f4-b4c4-788c89985deb'] response: {'name': 'network-changed', 'server_uuid': 'eb551346-f338-4bb1-a8b1-cf4f8f7a95b8', 'tag': '1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 480/975] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/networks/56e1cf01-7df7-4041-968a-43dfc984ec31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 496/976] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/977] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/978] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/979] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 498/980] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/981] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?tenant_id=37b6d6295d024d73a0f6d76f2121590f&device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/982] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/networks?tenant_id=37b6d6295d024d73a0f6d76f2121590f&shared=False => generated 772 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/983] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/984] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/985] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:17 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:18.216 8 INFO neutron.db.l3_db [None req-6db95208-34b7-462e-b936-323f83408b6e 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] Floating IP ef646837-66fe-48cf-b89b-0cdfc5bc98ad associated. External IP: 10.96.250.202, port: ccd7aad5-fc7c-4626-8556-44bc1b461f5b. [pid: 7|app: 0|req: 504/986] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:18 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/987] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:18 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/988] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:03:17 2026] PUT /v2.0/floatingips/ef646837-66fe-48cf-b89b-0cdfc5bc98ad => generated 856 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:18.757 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d5d2d92-5201-4f64-b931-94d12ec875ae'] response: {'name': 'network-changed', 'server_uuid': 'abb939ae-e7f0-4225-b76a-d6e97b803cea', 'tag': 'ccd7aad5-fc7c-4626-8556-44bc1b461f5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/989] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:18 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/990] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:18 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 7|app: 0|req: 507/991] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?tenant_id=37b6d6295d024d73a0f6d76f2121590f&device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/992] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 => 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: 486/993] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/subnets?id=cb55cba1-fd3b-4c90-b908-9a766820b2b1 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/994] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/995] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?network_id=238fd49b-b3cf-43f0-af05-044434a6ef55&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/996] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/997] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/998] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/999] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1000] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?tenant_id=59868dbe577e435d969512485081004b&device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1001] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1002] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/networks?id=1a290f85-91a6-459d-8f56-47bf82c7387a => generated 776 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1003] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ccd7aad5-fc7c-4626-8556-44bc1b461f5b => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1004] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/subnets?id=25815e11-4c1e-4350-979b-5cc2a00ba188 => generated 698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1005] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?network_id=1a290f85-91a6-459d-8f56-47bf82c7387a&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1006] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1007] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1008] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1009] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:19 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1010] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1011] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1012] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1013] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&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: 518/1014] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1015] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:20 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1016] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:21 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1017] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:21 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1018] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:21 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1019] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:03:21 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1020] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:21 2026] GET /v2.0/security-groups?id=71cc751b-fd8e-427b-9ff6-ae23319f9340&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:21.830 8 INFO neutron_taas.services.taas.taas_plugin [req-a3d8f4cd-da45-484a-a33a-be74698c75bd req-68a8863c-4998-4144-af19-48f58cd7c8c9 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] TaaS: Handle Delete Port: ccd7aad5-fc7c-4626-8556-44bc1b461f5b 2026-07-30 16:03:21.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3d8f4cd-da45-484a-a33a-be74698c75bd req-68a8863c-4998-4144-af19-48f58cd7c8c9 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] Tap Mirror: Handle Delete Port: ccd7aad5-fc7c-4626-8556-44bc1b461f5b 2026-07-30 16:03:22.011 8 INFO neutron.db.l3_db [req-a3d8f4cd-da45-484a-a33a-be74698c75bd req-68a8863c-4998-4144-af19-48f58cd7c8c9 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] Floating IP ef646837-66fe-48cf-b89b-0cdfc5bc98ad disassociated. External IP: 10.96.250.202, port: ccd7aad5-fc7c-4626-8556-44bc1b461f5b. [pid: 7|app: 0|req: 522/1021] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:22 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1022] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:22 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1023] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:03:21 2026] DELETE /v2.0/ports/ccd7aad5-fc7c-4626-8556-44bc1b461f5b => generated 0 bytes in 782 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:22.542 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a4d554e-f7b9-47a4-9aa6-7cda7915199e'] response: {'server_uuid': 'abb939ae-e7f0-4225-b76a-d6e97b803cea', 'name': 'network-vif-deleted', 'tag': 'ccd7aad5-fc7c-4626-8556-44bc1b461f5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/1024] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:22 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1025] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:22 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1026] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:22 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 502/1027] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1028] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/ports/60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 968 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1029] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1030] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&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: 528/1031] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1032] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1033] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&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: 505/1034] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 530/1035] 199.204.45.238 () {34 vars in 999 bytes} [Thu Jul 30 16:03:23 2026] GET /v2.0/subnets?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1036] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:24 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 506/1037] 199.204.45.238 () {34 vars in 1145 bytes} [Thu Jul 30 16:03:24 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e&device_owner=compute%3Anova&network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => 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: 532/1038] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:03:24 2026] PUT /v2.0/ports/60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 1145 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:24.856 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16ef692a-01a6-4274-8cd6-f2f084c3e80a'] response: {'name': 'network-changed', 'server_uuid': '10bd2990-3f08-48e3-b282-f843162fb58e', 'tag': '60f53a7f-d845-4eb0-9387-fb408dbad75e', '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: 507/1039] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1040] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1041] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1042] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1043] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 510/1044] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1417 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1045] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1046] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1047] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => 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: 512/1048] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1049] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1050] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1051] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:25 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1052] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1053] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/security-groups?id=a04c5280-19ca-4c0a-9cf2-8916822a0532&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1054] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1055] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 540/1056] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1057] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=abb939ae-e7f0-4225-b76a-d6e97b803cea => 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: 518/1058] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:26.511 7 INFO neutron_taas.services.taas.taas_plugin [req-7b0739df-8671-428a-afe8-6cc9fa62c1cd req-3f4e54cf-f33a-4ae5-b596-cdc033da8f6d 02b1840450da4cb7b3b0d6369b54353d ee4eb0a18af64ae4b8010b726842d5fb - - default default] TaaS: Handle Delete Port: a61b3024-9b9e-45b1-b82c-b7bc2fa529c0 2026-07-30 16:03:26.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b0739df-8671-428a-afe8-6cc9fa62c1cd req-3f4e54cf-f33a-4ae5-b596-cdc033da8f6d 02b1840450da4cb7b3b0d6369b54353d ee4eb0a18af64ae4b8010b726842d5fb - - default default] Tap Mirror: Handle Delete Port: a61b3024-9b9e-45b1-b82c-b7bc2fa529c0 [pid: 7|app: 0|req: 541/1059] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:03:26 2026] DELETE /v2.0/ports/a61b3024-9b9e-45b1-b82c-b7bc2fa529c0 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1060] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1148 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1061] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1062] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1417 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1063] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:26.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b11d9a0-787d-4e20-8c90-30a81d909b5b'] response: {'server_uuid': '521b2116-04c6-4691-879d-038cfedf611a', 'name': 'network-vif-deleted', 'tag': 'a61b3024-9b9e-45b1-b82c-b7bc2fa529c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1064] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:26.959 8 INFO neutron.db.l3_db [None req-9affb356-8cf1-488c-9f51-648111c8ded9 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] Floating IP 0d06f672-b135-4cbd-951d-6843e7eac08f associated. External IP: 10.96.250.217, port: 1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3. [pid: 7|app: 0|req: 547/1065] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => 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: 548/1066] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:26 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1067] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&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: 550/1068] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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: 551/1069] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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: 519/1070] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:03:26 2026] PUT /v2.0/floatingips/0d06f672-b135-4cbd-951d-6843e7eac08f => generated 855 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:27.364 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6252255-3f0a-4492-a8f9-c642eb3396cf'] response: {'name': 'network-changed', 'server_uuid': 'eb551346-f338-4bb1-a8b1-cf4f8f7a95b8', 'tag': '1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1071] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 520/1072] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:27 2026] DELETE /v2.0/security-groups/71cc751b-fd8e-427b-9ff6-ae23319f9340 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:27.746 8 INFO neutron.api.v2.resource [None req-0badded2-202c-4857-8ab5-b683daa95c06 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 521/1073] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/security-groups/71cc751b-fd8e-427b-9ff6-ae23319f9340 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1074] 199.204.45.238 () {34 vars in 1117 bytes} [Thu Jul 30 16:03:27 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:27.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-b22bc9d7-0d7c-46c3-8abf-f2bdb8d78c40 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] TaaS: Handle Delete Port: 700185d4-41a9-42b0-9750-7c83087771d9 2026-07-30 16:03:27.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b22bc9d7-0d7c-46c3-8abf-f2bdb8d78c40 8cbc07ffa8054e8180f755d9443a72d2 59868dbe577e435d969512485081004b - - default default] Tap Mirror: Handle Delete Port: 700185d4-41a9-42b0-9750-7c83087771d9 [pid: 8|app: 0|req: 522/1075] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:03:27 2026] DELETE /v2.0/floatingips/ef646837-66fe-48cf-b89b-0cdfc5bc98ad => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1076] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/ports?tenant_id=37b6d6295d024d73a0f6d76f2121590f&device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1077] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:03:27 2026] PUT /v2.0/ports/60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 968 bytes in 496 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: 555/1078] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/networks?id=238fd49b-b3cf-43f0-af05-044434a6ef55 => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1079] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1080] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/subnets?id=cb55cba1-fd3b-4c90-b908-9a766820b2b1 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1081] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/ports?network_id=238fd49b-b3cf-43f0-af05-044434a6ef55&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1082] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => 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: 560/1083] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1084] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:28.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-3979b1ee-9453-46ac-b14c-29909c49a2b5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 9c9a6689-a038-49b8-bb7f-26e67fc9fedf 2026-07-30 16:03:28.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3979b1ee-9453-46ac-b14c-29909c49a2b5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 9c9a6689-a038-49b8-bb7f-26e67fc9fedf [pid: 7|app: 0|req: 562/1085] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1086] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1087] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:28.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2077d928-f966-43f8-a7dc-215202edbb0f'] response: {'name': 'network-changed', 'server_uuid': '10bd2990-3f08-48e3-b282-f843162fb58e', 'tag': '60f53a7f-d845-4eb0-9387-fb408dbad75e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1088] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:28 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1089] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:29 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&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: 567/1090] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:29 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?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: 568/1091] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:29 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1092] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:03:28 2026] PUT /v2.0/routers/ff8a183c-9f43-45bd-8dfa-900fc3da1614/remove_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1093] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:29 2026] GET /v2.0/ports?device_id=521b2116-04c6-4691-879d-038cfedf611a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:29.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6a1cb32-075f-4db6-a319-525bf4ccda48 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 2a11252e-eed2-4759-9729-164e389f67a7 2026-07-30 16:03:29.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6a1cb32-075f-4db6-a319-525bf4ccda48 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 2a11252e-eed2-4759-9729-164e389f67a7 2026-07-30 16:03:30.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6a1cb32-075f-4db6-a319-525bf4ccda48 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: b977581b-bd54-4512-9d38-d050cc139db8 2026-07-30 16:03:30.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6a1cb32-075f-4db6-a319-525bf4ccda48 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: b977581b-bd54-4512-9d38-d050cc139db8 [pid: 8|app: 0|req: 526/1094] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/ports?tenant_id=8ad6821f55ff428c82f23e65256465ca&device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1095] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/networks?id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1096] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1097] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1098] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/subnets?id=eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1099] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 532/1100] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/ports?network_id=fc8de99f-a0d7-4c7c-b3b7-3126a2057f30&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:30.569 7 INFO neutron.services.segments.plugin [-] Segment 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 resource provider aggregate not found 2026-07-30 16:03:30.575 7 INFO neutron.services.segments.plugin [-] Segment 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 resource provider aggregate not found [pid: 8|app: 0|req: 533/1101] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:30.592 7 INFO neutron.services.segments.plugin [-] Segment 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 found for delete ", "request_id": "req-92d51700-eb60-4062-8772-2e2a37a07d60"}]} 2026-07-30 16:03:30.596 7 INFO neutron.services.segments.plugin [-] Segment 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bebc21e-7937-42d3-8a8e-3d5c87b05ae5 found for delete ", "request_id": "req-c177043f-d479-4bce-b5a9-5ab28e06ee30"}]} [pid: 8|app: 0|req: 534/1102] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:30 2026] GET /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:30.657 7 INFO neutron.db.l3_hamode_db [None req-f6a1cb32-075f-4db6-a319-525bf4ccda48 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network df9b6814-c2d0-467a-90b6-7b639be35080 was deleted as no HA routers are present in tenant 59868dbe577e435d969512485081004b. [pid: 7|app: 0|req: 569/1105] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:29 2026] DELETE /v2.0/routers/ff8a183c-9f43-45bd-8dfa-900fc3da1614 => generated 0 bytes in 1217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1106] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:30 2026] DELETE /v2.0/subnets/25815e11-4c1e-4350-979b-5cc2a00ba188 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:30.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-231ac817-1cf3-49c7-a15e-3f86c6c15395 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: a4d368c2-fe17-4400-bae2-79941f8bd771 2026-07-30 16:03:30.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-231ac817-1cf3-49c7-a15e-3f86c6c15395 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: a4d368c2-fe17-4400-bae2-79941f8bd771 2026-07-30 16:03:31.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b901e2a-b5b2-4961-bd2e-07f4f0c6318e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 305ecbad-aa94-4b06-9e3e-7f69593900fa 2026-07-30 16:03:31.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b901e2a-b5b2-4961-bd2e-07f4f0c6318e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 305ecbad-aa94-4b06-9e3e-7f69593900fa 2026-07-30 16:03:31.219 8 INFO neutron.services.segments.plugin [-] Segment 0fa5c8f1-06ae-475c-b837-a93e87edfec7 resource provider aggregate not found 2026-07-30 16:03:31.227 8 INFO neutron.services.segments.plugin [-] Segment 0fa5c8f1-06ae-475c-b837-a93e87edfec7 resource provider aggregate not found 2026-07-30 16:03:31.247 8 INFO neutron.services.segments.plugin [-] Segment 0fa5c8f1-06ae-475c-b837-a93e87edfec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa5c8f1-06ae-475c-b837-a93e87edfec7 found for delete ", "request_id": "req-28a5d7df-c387-4e7a-97e6-22adf912ef0d"}]} 2026-07-30 16:03:31.248 8 INFO neutron.services.segments.plugin [-] Segment 0fa5c8f1-06ae-475c-b837-a93e87edfec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa5c8f1-06ae-475c-b837-a93e87edfec7 found for delete ", "request_id": "req-7e8d08b8-b162-4156-bb86-f8ef2ae9fe92"}]} [pid: 8|app: 0|req: 538/1107] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:30 2026] DELETE /v2.0/networks/1a290f85-91a6-459d-8f56-47bf82c7387a => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1108] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:31 2026] GET /v2.0/security-groups?tenant_id=59868dbe577e435d969512485081004b&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1109] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:31 2026] DELETE /v2.0/security-groups/5c06e30e-dd14-4086-917f-0d9c019bf7d0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1110] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:31 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1111] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:31 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&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: 570/1112] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:03:30 2026] PUT /v2.0/routers/43238bde-c2a4-4ed5-b0ff-75572e82ce65/remove_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:32.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5e18b84-033e-4699-9cbe-a43de28826cc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 37eaf8d0-2a14-44b5-873d-4924e8354239 2026-07-30 16:03:32.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e18b84-033e-4699-9cbe-a43de28826cc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 37eaf8d0-2a14-44b5-873d-4924e8354239 2026-07-30 16:03:32.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5e18b84-033e-4699-9cbe-a43de28826cc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 3ff485eb-4fb4-4ffb-a5df-3437d98e312f 2026-07-30 16:03:32.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e18b84-033e-4699-9cbe-a43de28826cc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 3ff485eb-4fb4-4ffb-a5df-3437d98e312f [pid: 7|app: 0|req: 571/1113] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:03:32 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1114] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:32 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:33.013 7 INFO neutron_taas.services.taas.taas_plugin [req-a7b7712d-25f4-46f8-bf25-f6c7954c866a req-7d3e06d7-3b49-45f1-bad3-627f3c406746 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] TaaS: Handle Delete Port: 60f53a7f-d845-4eb0-9387-fb408dbad75e 2026-07-30 16:03:33.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a7b7712d-25f4-46f8-bf25-f6c7954c866a req-7d3e06d7-3b49-45f1-bad3-627f3c406746 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] Tap Mirror: Handle Delete Port: 60f53a7f-d845-4eb0-9387-fb408dbad75e 2026-07-30 16:03:33.066 8 INFO neutron.db.l3_hamode_db [None req-b5e18b84-033e-4699-9cbe-a43de28826cc 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 8c102f27-f30d-4e61-a0b7-aac782baf3e5 was deleted as no HA routers are present in tenant ee4eb0a18af64ae4b8010b726842d5fb. [pid: 8|app: 0|req: 543/1115] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:31 2026] DELETE /v2.0/routers/43238bde-c2a4-4ed5-b0ff-75572e82ce65 => generated 0 bytes in 1164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1116] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:33 2026] GET /v2.0/security-groups?id=16135e36-15a7-4ec8-9024-5d498d7a8f3c&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:33.178 7 INFO neutron.db.l3_db [req-a7b7712d-25f4-46f8-bf25-f6c7954c866a req-7d3e06d7-3b49-45f1-bad3-627f3c406746 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] Floating IP ab72e39f-4c50-4909-97cb-36d98b000dfd disassociated. External IP: 10.96.250.213, port: 60f53a7f-d845-4eb0-9387-fb408dbad75e. 2026-07-30 16:03:33.274 8 INFO neutron.services.segments.plugin [-] Segment cfe650c6-fee8-4aff-b6ec-e68a2aa411be resource provider aggregate not found 2026-07-30 16:03:33.277 8 INFO neutron.services.segments.plugin [-] Segment cfe650c6-fee8-4aff-b6ec-e68a2aa411be resource provider aggregate not found [pid: 8|app: 0|req: 545/1117] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:33 2026] DELETE /v2.0/subnets/36114d86-1ab9-49b9-b1b5-ebb5163b4360 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:33.298 8 INFO neutron.services.segments.plugin [-] Segment cfe650c6-fee8-4aff-b6ec-e68a2aa411be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfe650c6-fee8-4aff-b6ec-e68a2aa411be found for delete ", "request_id": "req-b6fcff35-f261-42d8-88c8-6b594cca5746"}]} 2026-07-30 16:03:33.301 8 INFO neutron.services.segments.plugin [-] Segment cfe650c6-fee8-4aff-b6ec-e68a2aa411be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfe650c6-fee8-4aff-b6ec-e68a2aa411be found for delete ", "request_id": "req-4b71e4ff-6938-4d0f-b88c-ee1b35457c2d"}]} 2026-07-30 16:03:33.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2e2fee0-d429-4e31-b08e-f54ca8877a0b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 7eb95d77-dc0d-48a9-b679-463bc354464c 2026-07-30 16:03:33.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2e2fee0-d429-4e31-b08e-f54ca8877a0b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 7eb95d77-dc0d-48a9-b679-463bc354464c [pid: 7|app: 0|req: 573/1118] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:03:32 2026] DELETE /v2.0/ports/60f53a7f-d845-4eb0-9387-fb408dbad75e => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:33.668 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2c06be4-9c7d-466d-a69e-73374f48bf0e'] response: {'server_uuid': '10bd2990-3f08-48e3-b282-f843162fb58e', 'name': 'network-vif-deleted', 'tag': '60f53a7f-d845-4eb0-9387-fb408dbad75e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 546/1119] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:33 2026] DELETE /v2.0/networks/56e1cf01-7df7-4041-968a-43dfc984ec31 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1120] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:34 2026] GET /v2.0/security-groups?tenant_id=ee4eb0a18af64ae4b8010b726842d5fb&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1121] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:34 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 547/1122] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:34 2026] DELETE /v2.0/security-groups/a04c5280-19ca-4c0a-9cf2-8916822a0532 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1123] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:35 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:35.322 8 INFO neutron.services.segments.plugin [-] Segment 20247a20-8395-4948-b8fd-3670b3567360 resource provider aggregate not found 2026-07-30 16:03:35.327 8 INFO neutron.services.segments.plugin [-] Segment 20247a20-8395-4948-b8fd-3670b3567360 resource provider aggregate not found 2026-07-30 16:03:35.339 8 INFO neutron.services.segments.plugin [-] Segment 20247a20-8395-4948-b8fd-3670b3567360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20247a20-8395-4948-b8fd-3670b3567360 found for delete ", "request_id": "req-2123a984-af35-4a6d-93f5-8e586a097029"}]} 2026-07-30 16:03:35.341 8 INFO neutron.services.segments.plugin [-] Segment 20247a20-8395-4948-b8fd-3670b3567360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20247a20-8395-4948-b8fd-3670b3567360 found for delete ", "request_id": "req-6199e179-21ee-4693-95c3-8c9f55061070"}]} [pid: 8|app: 0|req: 548/1124] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:36 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 577/1125] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:37 2026] GET /v2.0/ports?device_id=10bd2990-3f08-48e3-b282-f843162fb58e => 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: 549/1126] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:03:37 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1127] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:03:37 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 550/1128] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:38 2026] DELETE /v2.0/security-groups/16135e36-15a7-4ec8-9024-5d498d7a8f3c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:38.831 7 INFO neutron.api.v2.resource [None req-6111d841-0838-498c-91e0-664bf81300b8 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1129] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:03:38 2026] GET /v2.0/security-groups/16135e36-15a7-4ec8-9024-5d498d7a8f3c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:03:38.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-c97bd87a-e54e-4f87-8b8d-849edfd90208 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] TaaS: Handle Delete Port: 43c7d5a5-2573-415f-84a4-3c1655f25324 2026-07-30 16:03:38.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c97bd87a-e54e-4f87-8b8d-849edfd90208 ecbbd233efd2435e96fe462ba5b06b4c 8ad6821f55ff428c82f23e65256465ca - - default default] Tap Mirror: Handle Delete Port: 43c7d5a5-2573-415f-84a4-3c1655f25324 [pid: 8|app: 0|req: 551/1130] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:03:38 2026] DELETE /v2.0/floatingips/ab72e39f-4c50-4909-97cb-36d98b000dfd => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1131] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:39 2026] GET /v2.0/security-groups?tenant_id=6869fb9097a74b8894376cd5eddfa368&name=default => generated 2925 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1132] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:39 2026] DELETE /v2.0/security-groups/73c12169-ae58-4f58-a4c4-895b2a1b9087 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:39.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc9735cd-e7f2-400c-8d9d-3546b2e90ff3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 19152e80-f9a3-4a8e-92b7-d6d58664738c 2026-07-30 16:03:39.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc9735cd-e7f2-400c-8d9d-3546b2e90ff3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 19152e80-f9a3-4a8e-92b7-d6d58664738c [pid: 7|app: 0|req: 582/1133] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:40 2026] GET /v2.0/security-groups?tenant_id=2292f155f3b44536897d8d5f2b55297a&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1134] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:40 2026] DELETE /v2.0/security-groups/dde00657-f0dd-4944-b6d2-3eebe00f9227 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1135] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:03:39 2026] PUT /v2.0/routers/741b99c7-2385-4ebb-b22d-2ef8673f1768/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:40.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9192383-79b1-4866-a91a-f0f6bd1b8870 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: ceb8f8eb-bd48-4489-92ae-05245b003a9e 2026-07-30 16:03:40.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9192383-79b1-4866-a91a-f0f6bd1b8870 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: ceb8f8eb-bd48-4489-92ae-05245b003a9e 2026-07-30 16:03:41.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9192383-79b1-4866-a91a-f0f6bd1b8870 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 4e79efc1-a81e-479d-a1e7-7357239c4316 2026-07-30 16:03:41.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9192383-79b1-4866-a91a-f0f6bd1b8870 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 4e79efc1-a81e-479d-a1e7-7357239c4316 [pid: 8|app: 0|req: 553/1136] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:41 2026] GET /v2.0/security-groups?tenant_id=8be8febe01084125b5784a156f678cda&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: 554/1137] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:41 2026] DELETE /v2.0/security-groups/9683050c-4634-4a87-979a-cb1aeecc361f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:41.594 7 INFO neutron.services.segments.plugin [-] Segment 481ea756-3e98-46bf-b374-83d8cb87ad06 resource provider aggregate not found 2026-07-30 16:03:41.600 7 INFO neutron.services.segments.plugin [-] Segment 481ea756-3e98-46bf-b374-83d8cb87ad06 resource provider aggregate not found 2026-07-30 16:03:41.623 7 INFO neutron.services.segments.plugin [-] Segment 481ea756-3e98-46bf-b374-83d8cb87ad06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 481ea756-3e98-46bf-b374-83d8cb87ad06 found for delete ", "request_id": "req-b45e58e1-0807-4b43-b302-419bbdf7acc9"}]} 2026-07-30 16:03:41.626 7 INFO neutron.services.segments.plugin [-] Segment 481ea756-3e98-46bf-b374-83d8cb87ad06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 481ea756-3e98-46bf-b374-83d8cb87ad06 found for delete ", "request_id": "req-52e18554-c963-47ec-88bd-a6d5018d0d44"}]} 2026-07-30 16:03:41.660 7 INFO neutron.db.l3_hamode_db [None req-a9192383-79b1-4866-a91a-f0f6bd1b8870 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 822bf2f6-30d5-45ab-9a8e-9e37d75e8ae0 was deleted as no HA routers are present in tenant 8ad6821f55ff428c82f23e65256465ca. [pid: 7|app: 0|req: 584/1138] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:40 2026] DELETE /v2.0/routers/741b99c7-2385-4ebb-b22d-2ef8673f1768 => generated 0 bytes in 1115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1139] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:41 2026] GET /v2.0/security-groups?tenant_id=07d8313d5a2f457a9b3d99715289db3d&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1140] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:41 2026] DELETE /v2.0/subnets/eeb7d896-fdfd-4647-85d1-73c30ce44f40 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:41.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe37a122-b01d-41f3-991c-40faf9a94161 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 7648485a-0124-43c9-ac3f-2d7cfc9f1f7c 2026-07-30 16:03:41.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe37a122-b01d-41f3-991c-40faf9a94161 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 7648485a-0124-43c9-ac3f-2d7cfc9f1f7c [pid: 7|app: 0|req: 586/1141] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:41 2026] DELETE /v2.0/security-groups/b5fef4a5-7644-4311-95a0-08054d2f6972 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:42.209 8 INFO neutron.services.segments.plugin [-] Segment 8a10e719-6ace-4432-b41a-1c84c540b9ed resource provider aggregate not found 2026-07-30 16:03:42.209 8 INFO neutron.services.segments.plugin [-] Segment 8a10e719-6ace-4432-b41a-1c84c540b9ed resource provider aggregate not found 2026-07-30 16:03:42.238 8 INFO neutron.services.segments.plugin [-] Segment 8a10e719-6ace-4432-b41a-1c84c540b9ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a10e719-6ace-4432-b41a-1c84c540b9ed found for delete ", "request_id": "req-9ce8b89b-2c50-4271-9398-5b462e035441"}]} 2026-07-30 16:03:42.240 8 INFO neutron.services.segments.plugin [-] Segment 8a10e719-6ace-4432-b41a-1c84c540b9ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a10e719-6ace-4432-b41a-1c84c540b9ed found for delete ", "request_id": "req-30b9dbd0-24fd-4b0e-8f60-c3c9697c4d0e"}]} [pid: 8|app: 0|req: 556/1142] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:41 2026] DELETE /v2.0/networks/fc8de99f-a0d7-4c7c-b3b7-3126a2057f30 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1143] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:42 2026] GET /v2.0/security-groups?tenant_id=8ad6821f55ff428c82f23e65256465ca&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1144] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:42 2026] DELETE /v2.0/security-groups/88c6627a-fedd-47f7-9990-50e045de739d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1145] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:42 2026] GET /v2.0/security-groups?tenant_id=c877708f460246f3b3d1580a668de548&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1146] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:43 2026] DELETE /v2.0/security-groups/6c34256a-2390-4d8e-b027-4713093444ed => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:03:45.779 7 INFO neutron.db.segments_db [None req-b24da480-a0c4-4bdd-a4b6-903d8d0821cd 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment de76f4b3-3242-4624-acaa-c7ee226ae911 of type vxlan for network 97330c9d-1af8-4a0e-a831-1e013ee6735d 2026-07-30 16:03:45.874 7 INFO neutron.db.segments_db [None req-b24da480-a0c4-4bdd-a4b6-903d8d0821cd 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment ad57283d-fdf3-4d33-ae91-be032e4fa3fd of type vxlan for network b5801156-c5b8-42b6-81b2-5b61412c6ae7 [pid: 7|app: 0|req: 589/1149] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:45 2026] POST /v2.0/networks => generated 1206 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1150] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:03:46 2026] GET /v2.0/networks => generated 1843 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:46.280 7 INFO neutron.services.segments.plugin [-] Segment de76f4b3-3242-4624-acaa-c7ee226ae911 resource provider aggregate not found 2026-07-30 16:03:46.289 7 INFO neutron.services.segments.plugin [-] Segment de76f4b3-3242-4624-acaa-c7ee226ae911 resource provider aggregate not found 2026-07-30 16:03:46.302 7 INFO neutron.services.segments.plugin [-] Segment de76f4b3-3242-4624-acaa-c7ee226ae911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de76f4b3-3242-4624-acaa-c7ee226ae911 found for delete ", "request_id": "req-c6893c7b-f3db-4070-85dd-3d9ed17b4dc0"}]} 2026-07-30 16:03:46.313 7 INFO neutron.services.segments.plugin [-] Segment de76f4b3-3242-4624-acaa-c7ee226ae911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de76f4b3-3242-4624-acaa-c7ee226ae911 found for delete ", "request_id": "req-8b1f0e7d-c044-474a-b686-67eb3fc0b003"}]} [pid: 7|app: 0|req: 590/1151] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:46 2026] DELETE /v2.0/networks/97330c9d-1af8-4a0e-a831-1e013ee6735d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:46.486 8 INFO neutron.services.segments.plugin [-] Segment ad57283d-fdf3-4d33-ae91-be032e4fa3fd resource provider aggregate not found 2026-07-30 16:03:46.503 8 INFO neutron.services.segments.plugin [-] Segment ad57283d-fdf3-4d33-ae91-be032e4fa3fd resource provider aggregate not found 2026-07-30 16:03:46.508 8 INFO neutron.services.segments.plugin [-] Segment ad57283d-fdf3-4d33-ae91-be032e4fa3fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad57283d-fdf3-4d33-ae91-be032e4fa3fd found for delete ", "request_id": "req-74b8665d-fd23-455b-be95-b740ca379fdd"}]} 2026-07-30 16:03:46.539 8 INFO neutron.services.segments.plugin [-] Segment ad57283d-fdf3-4d33-ae91-be032e4fa3fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad57283d-fdf3-4d33-ae91-be032e4fa3fd found for delete ", "request_id": "req-e86caa0d-9535-4605-b6b6-ece5918ce9a8"}]} [pid: 8|app: 0|req: 562/1152] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:46 2026] DELETE /v2.0/networks/b5801156-c5b8-42b6-81b2-5b61412c6ae7 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1153] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:03:46 2026] GET /v2.0/networks => generated 651 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:46.734 8 INFO neutron.db.segments_db [None req-cbd6ded2-44c5-4b7a-b03d-bb4333d39128 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment f48c8699-3026-4c3c-9192-c6ec253a4463 of type vxlan for network d8447698-e05a-4663-b077-de45b033fd7e [pid: 8|app: 0|req: 563/1154] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:46 2026] POST /v2.0/networks => generated 635 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:03:46.958 7 INFO neutron.db.segments_db [None req-990ae025-9f49-4786-88a0-91936114b04d 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment cfae86ff-1e86-4838-bcd3-647836c59755 of type vxlan for network e95f102d-f03c-4610-92a6-b413ae546d81 [pid: 7|app: 0|req: 592/1155] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:46 2026] POST /v2.0/networks => generated 635 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1156] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:03:47 2026] POST /v2.0/ports => generated 1506 bytes in 1375 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: 593/1157] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:48 2026] GET /v2.0/security-groups?tenant_id=680a20ffa32b4739b97be61bed7b7101&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1158] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:03:48 2026] GET /v2.0/ports => generated 1506 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:48.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-87be83fe-13a7-4477-8dbb-da2c38c5b7f7 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] TaaS: Handle Delete Port: 0b2a5853-8433-4639-886c-66b508d02afb 2026-07-30 16:03:48.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87be83fe-13a7-4477-8dbb-da2c38c5b7f7 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Tap Mirror: Handle Delete Port: 0b2a5853-8433-4639-886c-66b508d02afb [pid: 7|app: 0|req: 594/1159] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:48 2026] DELETE /v2.0/security-groups/48e48d4c-d499-4412-9460-b8954d32e312 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1160] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:03:48 2026] DELETE /v2.0/ports/0b2a5853-8433-4639-886c-66b508d02afb => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:48.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb42e4e6-333c-42a0-ac65-dd1326f8c604 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] TaaS: Handle Delete Port: bdcfc8de-f79f-48f1-94dc-dcd92394eb89 2026-07-30 16:03:48.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb42e4e6-333c-42a0-ac65-dd1326f8c604 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Tap Mirror: Handle Delete Port: bdcfc8de-f79f-48f1-94dc-dcd92394eb89 [pid: 7|app: 0|req: 595/1161] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:03:48 2026] DELETE /v2.0/ports/bdcfc8de-f79f-48f1-94dc-dcd92394eb89 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1162] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:03:49 2026] GET /v2.0/ports => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1163] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:48 2026] GET /v2.0/security-groups?tenant_id=6d7df6a9752d4c6e82e66f8f8ff2aa4b&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:49.239 7 INFO neutron.db.segments_db [None req-90ccbc0d-48db-4a4d-a679-d47c437731a5 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 of type vxlan for network f4c6dce5-28bc-435f-86cc-ec7e58deee2e [pid: 8|app: 0|req: 568/1164] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:49 2026] DELETE /v2.0/security-groups/a3b23e76-55eb-4d7b-b348-9f5b6d65cb1f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1165] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:49 2026] POST /v2.0/networks => generated 635 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:03:49.461 8 INFO neutron.db.segments_db [None req-dbfda79c-ece9-456d-986d-d66ba456b487 052e98dafa134bee95df3c90189915de a1bf8e93376a47c8a4f2edb5d4c07fc1 - - default default] Added segment 619c473b-5f65-4ac9-af56-0ac4304fb8ba of type vxlan for network 85abc231-eac5-431e-9f12-2201760da10b [pid: 8|app: 0|req: 569/1166] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:49 2026] POST /v2.0/networks => generated 635 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1167] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:49 2026] GET /v2.0/security-groups?tenant_id=7a477681a9174e2cb0a414684aa049b0&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1168] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:49 2026] DELETE /v2.0/security-groups/5d298063-72ce-4759-a7fb-3f162d4ea4b4 => 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: 599/1169] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:50 2026] POST /v2.0/subnets => generated 1323 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1170] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:03:50 2026] GET /v2.0/subnets => generated 1959 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1171] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:50 2026] DELETE /v2.0/subnets/37de6a9e-68bf-4632-b0a7-333c52478e00 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1172] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:50 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1173] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:50 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 601/1174] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:50 2026] DELETE /v2.0/subnets/746c94ec-f96a-430b-8f41-22ecab4d305f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1175] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:51 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1176] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:03:51 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1177] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:51 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:51.210 7 INFO neutron.services.segments.plugin [-] Segment 619c473b-5f65-4ac9-af56-0ac4304fb8ba resource provider aggregate not found 2026-07-30 16:03:51.215 7 INFO neutron.services.segments.plugin [-] Segment 619c473b-5f65-4ac9-af56-0ac4304fb8ba resource provider aggregate not found 2026-07-30 16:03:51.229 7 INFO neutron.services.segments.plugin [-] Segment 619c473b-5f65-4ac9-af56-0ac4304fb8ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619c473b-5f65-4ac9-af56-0ac4304fb8ba found for delete ", "request_id": "req-58eb1cff-50e3-45ef-ba1e-419385a75b63"}]} 2026-07-30 16:03:51.236 7 INFO neutron.services.segments.plugin [-] Segment 619c473b-5f65-4ac9-af56-0ac4304fb8ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619c473b-5f65-4ac9-af56-0ac4304fb8ba found for delete ", "request_id": "req-b7849bd5-bca0-4d2e-acb9-4a0891891705"}]} [pid: 7|app: 0|req: 603/1178] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:51 2026] DELETE /v2.0/networks/85abc231-eac5-431e-9f12-2201760da10b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1179] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:51 2026] DELETE /v2.0/networks/f4c6dce5-28bc-435f-86cc-ec7e58deee2e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:51.668 8 INFO neutron.db.segments_db [None req-1fb364b0-52fc-4e7f-8697-59635e477fd0 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Added segment d72cd853-2fab-4625-920f-db16aaaccde9 of type vxlan for network f9129f7f-42f8-4ee9-97b0-89d9b555175e [pid: 7|app: 0|req: 605/1180] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:51 2026] DELETE /v2.0/networks/e95f102d-f03c-4610-92a6-b413ae546d81 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1181] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:51 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1182] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:51 2026] POST /v2.0/networks => generated 630 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1183] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:51 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1184] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:51 2026] DELETE /v2.0/networks/d8447698-e05a-4663-b077-de45b033fd7e => 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: 578/1185] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:51 2026] POST /v2.0/subnets => generated 627 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:03:52.328 7 INFO neutron.db.segments_db [None req-bf45c1a4-468d-4037-b538-05acbd63bd38 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Added segment b74a10b1-6b95-4849-8e59-772b72293582 of type vxlan for network 8d8a37f6-6e1d-4f3f-9b37-3d24c7c562b2 2026-07-30 16:03:52.768 7 INFO neutron.db.l3_hamode_db [None req-bf45c1a4-468d-4037-b538-05acbd63bd38 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1186] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:52 2026] GET /v2.0/security-groups?tenant_id=a1bf8e93376a47c8a4f2edb5d4c07fc1&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: 580/1187] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:52 2026] DELETE /v2.0/security-groups/2683b315-f3b5-4370-8998-047b44f02ff1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1188] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:52 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 582/1189] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 583/1190] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/ports?tenant_id=37b6d6295d024d73a0f6d76f2121590f&device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1191] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/networks?id=238fd49b-b3cf-43f0-af05-044434a6ef55 => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1192] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:53.254 7 INFO neutron.services.segments.plugin [-] Segment d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 resource provider aggregate not found [pid: 8|app: 0|req: 586/1193] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/subnets?id=cb55cba1-fd3b-4c90-b908-9a766820b2b1 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:53.263 7 INFO neutron.services.segments.plugin [-] Segment d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 resource provider aggregate not found 2026-07-30 16:03:53.285 7 INFO neutron.services.segments.plugin [-] Segment d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 found for delete ", "request_id": "req-3f30f76d-a7a0-4ed1-9dd4-5946ba665e01"}]} 2026-07-30 16:03:53.286 7 INFO neutron.services.segments.plugin [-] Segment d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71f3f8f-16d5-4bd8-ac29-9852bd4deb54 found for delete ", "request_id": "req-5f6cbeb7-4b0b-42c1-82fc-e120813ba61e"}]} [pid: 8|app: 0|req: 587/1194] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/ports?network_id=238fd49b-b3cf-43f0-af05-044434a6ef55&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:53.311 7 INFO neutron.services.segments.plugin [-] Segment cfae86ff-1e86-4838-bcd3-647836c59755 resource provider aggregate not found 2026-07-30 16:03:53.315 7 INFO neutron.services.segments.plugin [-] Segment cfae86ff-1e86-4838-bcd3-647836c59755 resource provider aggregate not found 2026-07-30 16:03:53.332 7 INFO neutron.services.segments.plugin [-] Segment cfae86ff-1e86-4838-bcd3-647836c59755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfae86ff-1e86-4838-bcd3-647836c59755 found for delete ", "request_id": "req-1b212a5f-0a85-419c-991d-b9dd3e015da9"}]} 2026-07-30 16:03:53.338 7 INFO neutron.services.segments.plugin [-] Segment cfae86ff-1e86-4838-bcd3-647836c59755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfae86ff-1e86-4838-bcd3-647836c59755 found for delete ", "request_id": "req-bb02ad02-f300-412d-95ad-8a98e5406793"}]} 2026-07-30 16:03:53.359 7 INFO neutron.services.segments.plugin [-] Segment f48c8699-3026-4c3c-9192-c6ec253a4463 resource provider aggregate not found 2026-07-30 16:03:53.365 7 INFO neutron.services.segments.plugin [-] Segment f48c8699-3026-4c3c-9192-c6ec253a4463 resource provider aggregate not found [pid: 8|app: 0|req: 588/1195] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:53.384 7 INFO neutron.services.segments.plugin [-] Segment f48c8699-3026-4c3c-9192-c6ec253a4463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48c8699-3026-4c3c-9192-c6ec253a4463 found for delete ", "request_id": "req-d8b38e71-9f5a-4f49-9cd3-cb2d750af4a0"}]} 2026-07-30 16:03:53.390 7 INFO neutron.services.segments.plugin [-] Segment f48c8699-3026-4c3c-9192-c6ec253a4463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48c8699-3026-4c3c-9192-c6ec253a4463 found for delete ", "request_id": "req-5a73db2a-b924-4aa3-a689-862f76c3fa6d"}]} [pid: 8|app: 0|req: 589/1196] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:03:53 2026] GET /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:03:53.871 7 INFO neutron.db.l3_hamode_db [None req-bf45c1a4-468d-4037-b538-05acbd63bd38 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 590/1197] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:54 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1198] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:54 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 592/1199] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:54 2026] GET /v2.0/security-groups?tenant_id=15e09d7bb6584a0dafbf6fb59f768cef&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1200] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:54 2026] DELETE /v2.0/security-groups/631cffab-d0ee-40e0-b300-b8626f28b3e9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1201] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:52 2026] POST /v2.0/routers => generated 694 bytes in 2915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1202] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:55 2026] GET /v2.0/security-groups?tenant_id=67cbdf0e06ab41d994f5e55530938b35&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:03:55.690 8 INFO neutron.db.segments_db [None req-78f6599d-a24e-4d72-a4a7-95d7f03fb17d 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] Added segment 923d2a84-0091-475a-b2c6-bbb367da0b2b of type vxlan for network eff40a09-3bf9-4c99-a401-14f857e254d2 [pid: 8|app: 0|req: 595/1203] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:55 2026] POST /v2.0/networks => generated 625 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1204] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:55 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 597/1205] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:55 2026] DELETE /v2.0/security-groups/dfdc16d3-32d9-455a-a40b-b5014c0daf3a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1206] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:56 2026] POST /v2.0/subnets => generated 641 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1207] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:56 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:56.613 8 INFO neutron.db.segments_db [None req-8f587faf-8a2d-42d2-b4ca-24f0137ab4b0 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] Added segment 0b3696bc-c118-4e52-888d-930941c36949 of type vxlan for network 8fbf2d5f-cd31-4afc-a671-4070c2fd190d [pid: 7|app: 0|req: 609/1208] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:03:55 2026] PUT /v2.0/routers/bced8a55-5c0a-4f1b-94ab-026680d60ef7/add_router_interface => generated 309 bytes in 1470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1209] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:03:56 2026] POST /v2.0/networks => generated 624 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1210] 10.0.0.78 () {34 vars in 741 bytes} [Thu Jul 30 16:03:56 2026] PUT /v2.0/networks/8fbf2d5f-cd31-4afc-a671-4070c2fd190d => generated 592 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1211] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:03:56 2026] POST /v2.0/ports => generated 954 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 602/1212] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:03:56 2026] POST /v2.0/subnets => generated 626 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1213] 10.0.0.78 () {34 vars in 739 bytes} [Thu Jul 30 16:03:57 2026] PUT /v2.0/subnets/5819804f-390e-44f1-a8d9-26c49232c6c2 => generated 636 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:57.724 8 INFO neutron.services.segments.plugin [-] Segment 0b3696bc-c118-4e52-888d-930941c36949 resource provider aggregate not found 2026-07-30 16:03:57.740 8 INFO neutron.services.segments.plugin [-] Segment 0b3696bc-c118-4e52-888d-930941c36949 resource provider aggregate not found 2026-07-30 16:03:57.748 8 INFO neutron.services.segments.plugin [-] Segment 0b3696bc-c118-4e52-888d-930941c36949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3696bc-c118-4e52-888d-930941c36949 found for delete ", "request_id": "req-99279665-ad2a-4090-a84b-7be280d10a53"}]} 2026-07-30 16:03:57.761 8 INFO neutron.services.segments.plugin [-] Segment 0b3696bc-c118-4e52-888d-930941c36949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3696bc-c118-4e52-888d-930941c36949 found for delete ", "request_id": "req-73f034a1-b5de-4d51-ac7c-cfa4c8b29a40"}]} [pid: 8|app: 0|req: 604/1214] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:57 2026] DELETE /v2.0/networks/8fbf2d5f-cd31-4afc-a671-4070c2fd190d => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1215] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:57 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:57.919 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5861e19-70dc-4a9d-b826-9290e453768a 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1216] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:57 2026] DELETE /v2.0/networks/8fbf2d5f-cd31-4afc-a671-4070c2fd190d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1217] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:03:57 2026] POST /v2.0/ports => generated 954 bytes in 828 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: 607/1218] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:57 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1219] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:03:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1220] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/subnets?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1221] 10.0.0.78 () {32 vars in 651 bytes} [Thu Jul 30 16:03: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: 615/1222] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1223] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1224] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/networks/eff40a09-3bf9-4c99-a401-14f857e254d2 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1225] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/subnets/b1b111b3-4017-45dc-bd06-c233d0b78ed3 => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:58.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0261e06d-552c-4503-9563-9580061a728c 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1226] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:58 2026] DELETE /v2.0/subnets/5819804f-390e-44f1-a8d9-26c49232c6c2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:03:58.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94a9bbc0-c762-48c3-8718-ffe5539f1744 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1227] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:58 2026] DELETE /v2.0/networks/8fbf2d5f-cd31-4afc-a671-4070c2fd190d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1228] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:03:58 2026] DELETE /v2.0/subnets/b1b111b3-4017-45dc-bd06-c233d0b78ed3 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:03:58.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-509fd814-44e0-47dd-9770-be40e9a4572e 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] TaaS: Handle Delete Port: c693d58a-1187-438d-a8b1-235fd1fb4579 2026-07-30 16:03:58.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-509fd814-44e0-47dd-9770-be40e9a4572e 606d5dca913d42ecadcb809d76b0e487 a4974b8d3fcf45ec8adf68cba13d684c - - default default] Tap Mirror: Handle Delete Port: c693d58a-1187-438d-a8b1-235fd1fb4579 2026-07-30 16:03:58.743 8 INFO neutron.db.l3_db [None req-193832ef-7a71-48a2-8dda-75c91b1cc6af 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Floating IP b0929d29-99b5-441d-bad9-bcb93faae23b associated. External IP: 10.96.250.210, port: 718d7609-2dc9-4624-99dd-1739220af194. 2026-07-30 16:03:58.903 7 INFO neutron.services.segments.plugin [-] Segment 923d2a84-0091-475a-b2c6-bbb367da0b2b resource provider aggregate not found 2026-07-30 16:03:58.913 7 INFO neutron.services.segments.plugin [-] Segment 923d2a84-0091-475a-b2c6-bbb367da0b2b resource provider aggregate not found 2026-07-30 16:03:58.930 7 INFO neutron.services.segments.plugin [-] Segment 923d2a84-0091-475a-b2c6-bbb367da0b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 923d2a84-0091-475a-b2c6-bbb367da0b2b found for delete ", "request_id": "req-bbd69fcf-a09d-4886-b080-10a361868f4f"}]} 2026-07-30 16:03:58.942 7 INFO neutron.services.segments.plugin [-] Segment 923d2a84-0091-475a-b2c6-bbb367da0b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 923d2a84-0091-475a-b2c6-bbb367da0b2b found for delete ", "request_id": "req-3c725d1d-b531-45fe-864c-9ab3350a5f3b"}]} [pid: 7|app: 0|req: 622/1229] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:03:58 2026] DELETE /v2.0/networks/eff40a09-3bf9-4c99-a401-14f857e254d2 => generated 0 bytes in 457 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1230] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:03:57 2026] POST /v2.0/floatingips => generated 841 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1231] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:03:59 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:59.416 8 INFO neutron.db.l3_db [None req-f3b60099-d7bf-42c8-8356-a795047f7e03 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Floating IP b0929d29-99b5-441d-bad9-bcb93faae23b disassociated. External IP: 10.96.250.210, port: 718d7609-2dc9-4624-99dd-1739220af194. [pid: 7|app: 0|req: 623/1232] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:58 2026] GET /v2.0/security-groups?tenant_id=8f5b036e475c46b290b93182096a7ae8&name=default => generated 2925 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1233] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:03:59 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 625/1234] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:03:59 2026] DELETE /v2.0/security-groups/8943e408-8f89-4db6-a317-eabec31a9d7e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1235] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:03:59 2026] PUT /v2.0/floatingips/b0929d29-99b5-441d-bad9-bcb93faae23b => generated 552 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:03:59.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-645e9a14-1dac-4cf8-8253-56f976390e9b 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 0fb16b8a-ceab-4291-98e2-15c636cb56be 2026-07-30 16:03:59.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-645e9a14-1dac-4cf8-8253-56f976390e9b 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 0fb16b8a-ceab-4291-98e2-15c636cb56be [pid: 7|app: 0|req: 626/1236] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:03:59 2026] GET /v2.0/security-groups?tenant_id=a4974b8d3fcf45ec8adf68cba13d684c&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1237] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:03:59 2026] DELETE /v2.0/floatingips/b0929d29-99b5-441d-bad9-bcb93faae23b => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1238] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:00 2026] DELETE /v2.0/security-groups/e837de83-98d3-40ae-92c3-51d698768f50 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1241] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:00 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1242] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:00 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:01.068 8 INFO neutron.db.l3_db [None req-fe67098a-a7d5-4656-b5d3-ddae7b7eee4f 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Floating IP 57069829-a32d-473f-ba92-b68f083b4073 associated. External IP: 10.96.250.202, port: 2353c813-479b-4d2b-b0e7-53a7b0f14cf8. [pid: 8|app: 0|req: 612/1243] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:04:00 2026] POST /v2.0/floatingips => generated 841 bytes in 1270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1244] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:04:01 2026] GET /v2.0/floatingips/57069829-a32d-473f-ba92-b68f083b4073 => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1245] 10.0.0.78 () {32 vars in 653 bytes} [Thu Jul 30 16:04:01 2026] GET /v2.0/floatingips => generated 844 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:02.058 7 INFO neutron.db.l3_db [None req-9242a681-9e7a-48a0-9d69-2980c4eadc90 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Floating IP 57069829-a32d-473f-ba92-b68f083b4073 associated. External IP: 10.96.250.202, port: 2353c813-479b-4d2b-b0e7-53a7b0f14cf8. 2026-07-30 16:04:02.061 8 INFO neutron.db.segments_db [None req-4069d207-fae2-43c3-822c-35956080f6ee 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Added segment 92c38dd6-8aec-447b-9d4b-718a3b61c87d of type vxlan for network 81bc8fe3-a2d4-4fab-b9ff-6723d8a91732 [pid: 8|app: 0|req: 614/1246] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:01 2026] POST /v2.0/networks => generated 629 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1247] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:02 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1248] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:04:01 2026] PUT /v2.0/floatingips/57069829-a32d-473f-ba92-b68f083b4073 => generated 841 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1249] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:02 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1250] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:02 2026] POST /v2.0/ports => generated 778 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:03.022 8 INFO neutron.db.l3_db [None req-f11fe362-e28c-430a-a97e-0601bd407f78 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Floating IP 57069829-a32d-473f-ba92-b68f083b4073 disassociated. External IP: 10.96.250.202, port: 718d7609-2dc9-4624-99dd-1739220af194. [pid: 7|app: 0|req: 635/1251] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:04:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1252] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:04:02 2026] PUT /v2.0/floatingips/57069829-a32d-473f-ba92-b68f083b4073 => generated 552 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:03.375 7 INFO neutron.db.segments_db [None req-68a4b503-fe3e-4123-a60a-f7dd858e76f7 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Added segment b52364c1-1c3e-4cea-bd38-7798525ca399 of type vxlan for network 21e78c6d-a98d-4fd4-afad-6b0067e783f8 [pid: 8|app: 0|req: 618/1253] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1254] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:03 2026] POST /v2.0/networks => generated 617 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:03.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-4973d1fa-b23b-403d-a038-9af4f301b61b 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 92ece7f8-2648-4b60-88ce-e6566d22ed1c 2026-07-30 16:04:03.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4973d1fa-b23b-403d-a038-9af4f301b61b 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 92ece7f8-2648-4b60-88ce-e6566d22ed1c [pid: 7|app: 0|req: 637/1255] 10.0.0.78 () {34 vars in 756 bytes} [Thu Jul 30 16:04:03 2026] PUT /v2.0/security-groups/5c2589ee-4886-48cc-8cb5-f85c2450faf1 => generated 1663 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1256] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:03 2026] DELETE /v2.0/floatingips/57069829-a32d-473f-ba92-b68f083b4073 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1257] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:04:03 2026] GET /v2.0/security-groups/5c2589ee-4886-48cc-8cb5-f85c2450faf1 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:03.824 8 INFO neutron.api.v2.resource [None req-b2d7fd6b-bb7d-4da8-a56d-d7b5cf0ad9f4 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1258] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:03 2026] DELETE /v2.0/floatingips/57069829-a32d-473f-ba92-b68f083b4073 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1259] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:03 2026] DELETE /v2.0/security-groups/5c2589ee-4886-48cc-8cb5-f85c2450faf1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1260] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:03 2026] POST /v2.0/subnets => generated 646 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1261] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:04.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d634ee0-6e1a-46fe-918c-afbf034b81fb 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 718d7609-2dc9-4624-99dd-1739220af194 2026-07-30 16:04:04.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d634ee0-6e1a-46fe-918c-afbf034b81fb 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 718d7609-2dc9-4624-99dd-1739220af194 [pid: 8|app: 0|req: 623/1262] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:03 2026] DELETE /v2.0/ports/718d7609-2dc9-4624-99dd-1739220af194 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:04.321 8 INFO neutron.api.v2.resource [None req-0bd2fb56-4451-4ea0-b899-233b252013b0 71564b7b5fd7462c8db57b8c6df3e0b7 d3821813a6f84101bc4feed3a79b2bdd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1263] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:04 2026] DELETE /v2.0/security-groups/5c2589ee-4886-48cc-8cb5-f85c2450faf1 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:04.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c6101a7-bd77-4dce-b08a-f4f7a66170fc 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 2353c813-479b-4d2b-b0e7-53a7b0f14cf8 2026-07-30 16:04:04.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6101a7-bd77-4dce-b08a-f4f7a66170fc 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 2353c813-479b-4d2b-b0e7-53a7b0f14cf8 [pid: 7|app: 0|req: 640/1264] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:04 2026] POST /v2.0/ports => generated 966 bytes in 387 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: 625/1265] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:04 2026] DELETE /v2.0/ports/2353c813-479b-4d2b-b0e7-53a7b0f14cf8 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1266] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:04:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1267] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:04 2026] GET /v2.0/ports?device_id=bced8a55-5c0a-4f1b-94ab-026680d60ef7 => generated 958 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:04.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fc1fa21-0e6c-4e06-ab32-6603af307454 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] TaaS: Handle Delete Port: 068a3be3-fcc3-4e81-ba3a-2f31ec8cc030 2026-07-30 16:04:04.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fc1fa21-0e6c-4e06-ab32-6603af307454 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Tap Mirror: Handle Delete Port: 068a3be3-fcc3-4e81-ba3a-2f31ec8cc030 [pid: 7|app: 0|req: 643/1268] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1269] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:04 2026] DELETE /v2.0/ports/068a3be3-fcc3-4e81-ba3a-2f31ec8cc030 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1270] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:05 2026] GET /v2.0/security-group-rules/29f02535-d8cb-46a2-960d-c44af33fe50e => generated 601 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:05.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd207c2e-a8ba-4435-aeb6-cfb28ae56cf3 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1271] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:05 2026] DELETE /v2.0/ports/068a3be3-fcc3-4e81-ba3a-2f31ec8cc030 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1272] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:05.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09c5b4a4-190e-4129-a599-493bc6852fbd 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1273] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:05 2026] GET /v2.0/ports/068a3be3-fcc3-4e81-ba3a-2f31ec8cc030 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1274] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:05 2026] DELETE /v2.0/security-group-rules/29f02535-d8cb-46a2-960d-c44af33fe50e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:05.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2caa8c6-8817-4bae-a836-22ff6da304a1 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: bc0c5fb7-bbf0-4f97-87fd-662b68618e0f 2026-07-30 16:04:05.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2caa8c6-8817-4bae-a836-22ff6da304a1 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: bc0c5fb7-bbf0-4f97-87fd-662b68618e0f [pid: 8|app: 0|req: 632/1275] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:05 2026] DELETE /v2.0/subnets/176a9510-bf27-46f2-bfe2-c397e47738ca => 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: 633/1276] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:05 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) 2026-07-30 16:04:05.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd50896d-cbbd-4507-90c7-2e383e8b25ca 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] TaaS: Handle Delete Port: bc727322-d285-4e04-ae40-5976a423a7c9 2026-07-30 16:04:05.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd50896d-cbbd-4507-90c7-2e383e8b25ca 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Tap Mirror: Handle Delete Port: bc727322-d285-4e04-ae40-5976a423a7c9 2026-07-30 16:04:05.823 8 INFO neutron.services.segments.plugin [-] Segment b52364c1-1c3e-4cea-bd38-7798525ca399 resource provider aggregate not found 2026-07-30 16:04:05.825 8 INFO neutron.services.segments.plugin [-] Segment b52364c1-1c3e-4cea-bd38-7798525ca399 resource provider aggregate not found 2026-07-30 16:04:05.843 8 INFO neutron.services.segments.plugin [-] Segment b52364c1-1c3e-4cea-bd38-7798525ca399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52364c1-1c3e-4cea-bd38-7798525ca399 found for delete ", "request_id": "req-95243d71-6a24-42e0-92f3-0e40db9a4128"}]} 2026-07-30 16:04:05.844 8 INFO neutron.services.segments.plugin [-] Segment b52364c1-1c3e-4cea-bd38-7798525ca399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52364c1-1c3e-4cea-bd38-7798525ca399 found for delete ", "request_id": "req-e7d9ed4d-adff-450d-b093-b019707372bd"}]} [pid: 8|app: 0|req: 634/1277] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:05 2026] DELETE /v2.0/networks/21e78c6d-a98d-4fd4-afad-6b0067e783f8 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1278] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:04 2026] PUT /v2.0/routers/bced8a55-5c0a-4f1b-94ab-026680d60ef7/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:06.021 7 INFO neutron.db.segments_db [None req-950f905d-0ef8-46a5-a96e-fa9a92a713b4 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Added segment 949d9c63-1b4d-458f-b4aa-c60221ce5612 of type vxlan for network d9b45d24-3ee3-4ba3-8fb2-e6c9e7c61e1f [pid: 8|app: 0|req: 635/1279] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1280] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:05 2026] POST /v2.0/networks => generated 616 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1281] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:06 2026] GET /v2.0/security-group-rules/304615b0-795d-4437-887e-ea6cf9707650 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:06.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-3642e4d1-65f3-47dd-a3e3-14170cccd360 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 88a1e580-553c-42fc-a9bd-aacdb6e61652 2026-07-30 16:04:06.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3642e4d1-65f3-47dd-a3e3-14170cccd360 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 88a1e580-553c-42fc-a9bd-aacdb6e61652 [pid: 7|app: 0|req: 647/1282] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:06 2026] POST /v2.0/subnets => generated 646 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1283] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:06.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-3642e4d1-65f3-47dd-a3e3-14170cccd360 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] TaaS: Handle Delete Port: 38b50ff2-7d87-4525-be22-528f69e7372c 2026-07-30 16:04:06.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3642e4d1-65f3-47dd-a3e3-14170cccd360 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] Tap Mirror: Handle Delete Port: 38b50ff2-7d87-4525-be22-528f69e7372c [pid: 7|app: 0|req: 649/1284] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:06 2026] POST /v2.0/ports => generated 928 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1285] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/security-group-rules/304615b0-795d-4437-887e-ea6cf9707650 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:07.228 8 INFO neutron.db.l3_hamode_db [None req-3642e4d1-65f3-47dd-a3e3-14170cccd360 4fe7b3decd8441858951308cb1dd3076 10c72f15d7f74bb2bf913023dc33e837 - - default default] HA network 8d8a37f6-6e1d-4f3f-9b37-3d24c7c562b2 was deleted as no HA routers are present in tenant 10c72f15d7f74bb2bf913023dc33e837. [pid: 8|app: 0|req: 636/1286] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:06 2026] DELETE /v2.0/routers/bced8a55-5c0a-4f1b-94ab-026680d60ef7 => generated 0 bytes in 1108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:07.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-afb6a120-f4e3-4004-80ba-1a951037751f 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] TaaS: Handle Delete Port: 976f74c9-12b1-45e2-87f8-f78e51552355 2026-07-30 16:04:07.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afb6a120-f4e3-4004-80ba-1a951037751f 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Tap Mirror: Handle Delete Port: 976f74c9-12b1-45e2-87f8-f78e51552355 [pid: 8|app: 0|req: 637/1287] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:07 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) [pid: 7|app: 0|req: 651/1288] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/ports/976f74c9-12b1-45e2-87f8-f78e51552355 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1289] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/subnets/024b5866-c729-4389-8c63-e9295a6009c3 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:07.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-761c3b8f-d6b2-4a6f-af9c-f6941771520f 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1290] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:07 2026] GET /v2.0/ports/976f74c9-12b1-45e2-87f8-f78e51552355 => 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: 652/1291] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1292] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/networks/f9129f7f-42f8-4ee9-97b0-89d9b555175e => 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: 641/1293] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:07 2026] GET /v2.0/security-group-rules/ca588dc1-f113-425d-9df2-d9002584ebd6 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1294] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:07 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1295] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/subnets/4005e99e-fd08-47f9-8683-69674e22204f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1296] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/security-group-rules/ca588dc1-f113-425d-9df2-d9002584ebd6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:07.871 8 INFO neutron.services.segments.plugin [-] Segment b74a10b1-6b95-4849-8e59-772b72293582 resource provider aggregate not found 2026-07-30 16:04:07.882 8 INFO neutron.services.segments.plugin [-] Segment b74a10b1-6b95-4849-8e59-772b72293582 resource provider aggregate not found 2026-07-30 16:04:07.886 7 INFO neutron.services.segments.plugin [-] Segment 949d9c63-1b4d-458f-b4aa-c60221ce5612 resource provider aggregate not found 2026-07-30 16:04:07.891 7 INFO neutron.services.segments.plugin [-] Segment 949d9c63-1b4d-458f-b4aa-c60221ce5612 resource provider aggregate not found 2026-07-30 16:04:07.897 8 INFO neutron.services.segments.plugin [-] Segment b74a10b1-6b95-4849-8e59-772b72293582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b74a10b1-6b95-4849-8e59-772b72293582 found for delete ", "request_id": "req-17d31d8e-e745-4fcf-ad26-61adb4c2bd86"}]} 2026-07-30 16:04:07.902 8 INFO neutron.services.segments.plugin [-] Segment b74a10b1-6b95-4849-8e59-772b72293582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b74a10b1-6b95-4849-8e59-772b72293582 found for delete ", "request_id": "req-48529c8b-7fd5-4eb6-b9f1-c7f2336ddcd0"}]} 2026-07-30 16:04:07.904 7 INFO neutron.services.segments.plugin [-] Segment 949d9c63-1b4d-458f-b4aa-c60221ce5612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 949d9c63-1b4d-458f-b4aa-c60221ce5612 found for delete ", "request_id": "req-e84d3ece-f618-4b55-9c85-c10b770b1b92"}]} 2026-07-30 16:04:07.910 7 INFO neutron.services.segments.plugin [-] Segment 949d9c63-1b4d-458f-b4aa-c60221ce5612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 949d9c63-1b4d-458f-b4aa-c60221ce5612 found for delete ", "request_id": "req-95d91ff4-e3d7-4a8e-b6ce-7923a3088f1c"}]} 2026-07-30 16:04:07.928 8 INFO neutron.services.segments.plugin [-] Segment d72cd853-2fab-4625-920f-db16aaaccde9 resource provider aggregate not found [pid: 7|app: 0|req: 654/1297] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/networks/d9b45d24-3ee3-4ba3-8fb2-e6c9e7c61e1f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:07.933 8 INFO neutron.services.segments.plugin [-] Segment d72cd853-2fab-4625-920f-db16aaaccde9 resource provider aggregate not found 2026-07-30 16:04:07.951 8 INFO neutron.services.segments.plugin [-] Segment d72cd853-2fab-4625-920f-db16aaaccde9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72cd853-2fab-4625-920f-db16aaaccde9 found for delete ", "request_id": "req-6dadb25e-af61-44ae-bb27-ee40a9bced39"}]} 2026-07-30 16:04:07.953 8 INFO neutron.services.segments.plugin [-] Segment d72cd853-2fab-4625-920f-db16aaaccde9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d72cd853-2fab-4625-920f-db16aaaccde9 found for delete ", "request_id": "req-4bec88a6-2ab6-4f55-b858-0507e309bd78"}]} [pid: 8|app: 0|req: 644/1298] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1299] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:07 2026] DELETE /v2.0/security-groups/fa6dc8b3-82c4-4784-8c71-c3ef9ee78309 => 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: 646/1300] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1301] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1302] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:07 2026] POST /v2.0/ports => generated 778 bytes in 413 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: 648/1303] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/security-groups?tenant_id=10c72f15d7f74bb2bf913023dc33e837&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1304] 10.0.0.78 () {34 vars in 735 bytes} [Thu Jul 30 16:04:08 2026] PUT /v2.0/ports/bd9f4246-6f96-46aa-a925-4ddd7ee707e6 => generated 752 bytes in 223 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: 649/1305] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:08 2026] DELETE /v2.0/security-groups/2e1d507e-f92c-422a-9b90-d1a3cbf5a612 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:08.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-61fc0879-5080-4bc5-88ff-07932488dd23 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] TaaS: Handle Delete Port: bd9f4246-6f96-46aa-a925-4ddd7ee707e6 2026-07-30 16:04:08.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61fc0879-5080-4bc5-88ff-07932488dd23 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Tap Mirror: Handle Delete Port: bd9f4246-6f96-46aa-a925-4ddd7ee707e6 [pid: 7|app: 0|req: 657/1306] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:08 2026] DELETE /v2.0/ports/bd9f4246-6f96-46aa-a925-4ddd7ee707e6 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1307] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:08.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46308f96-5f71-44f3-b0eb-d9037fa213b4 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1308] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/ports/bd9f4246-6f96-46aa-a925-4ddd7ee707e6 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1309] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/ports => generated 781 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1310] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/ports/6520a0d3-b10a-4f12-b5f5-44c34321e106 => generated 778 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:08.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bff1fcef-a228-4e88-aa11-2207f5eea3dc 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1311] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:08 2026] DELETE /v2.0/ports/976f74c9-12b1-45e2-87f8-f78e51552355 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:09.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03c6f53d-f5fb-4e34-bf87-12bedb31cab4 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 663/1312] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:08 2026] DELETE /v2.0/subnets/4005e99e-fd08-47f9-8683-69674e22204f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:09.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7332cc27-e8c8-4ac9-adda-dbd71d512ecf 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1313] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:09 2026] DELETE /v2.0/subnets/176a9510-bf27-46f2-bfe2-c397e47738ca => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1314] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:08 2026] GET /v2.0/security-groups?tenant_id=d3821813a6f84101bc4feed3a79b2bdd&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:09.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbfbc0d6-2496-4d58-a123-3cabe9dbbf23 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] TaaS: Handle Delete Port: 6520a0d3-b10a-4f12-b5f5-44c34321e106 2026-07-30 16:04:09.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbfbc0d6-2496-4d58-a123-3cabe9dbbf23 6b6e3a92a2a44a2cb7bd026069de7449 90517637d1744fae9edabc21718ff934 - - default default] Tap Mirror: Handle Delete Port: 6520a0d3-b10a-4f12-b5f5-44c34321e106 [pid: 8|app: 0|req: 651/1315] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:09 2026] DELETE /v2.0/security-groups/4452d8b6-0920-4b8e-8fb9-332328a33aca => 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: 665/1316] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:09 2026] DELETE /v2.0/ports/6520a0d3-b10a-4f12-b5f5-44c34321e106 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1317] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:09 2026] DELETE /v2.0/networks/81bc8fe3-a2d4-4fab-b9ff-6723d8a91732 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:09.973 8 INFO neutron.services.segments.plugin [-] Segment 92c38dd6-8aec-447b-9d4b-718a3b61c87d resource provider aggregate not found 2026-07-30 16:04:09.980 8 INFO neutron.services.segments.plugin [-] Segment 92c38dd6-8aec-447b-9d4b-718a3b61c87d resource provider aggregate not found 2026-07-30 16:04:09.995 8 INFO neutron.services.segments.plugin [-] Segment 92c38dd6-8aec-447b-9d4b-718a3b61c87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c38dd6-8aec-447b-9d4b-718a3b61c87d found for delete ", "request_id": "req-d66d8b5b-9003-40a9-b685-24b1ed57c6e6"}]} 2026-07-30 16:04:09.999 8 INFO neutron.services.segments.plugin [-] Segment 92c38dd6-8aec-447b-9d4b-718a3b61c87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c38dd6-8aec-447b-9d4b-718a3b61c87d found for delete ", "request_id": "req-8a888c6b-395d-4ad1-912f-9aed3cf9ceec"}]} [pid: 7|app: 0|req: 666/1318] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:10 2026] GET /v2.0/security-groups?tenant_id=90517637d1744fae9edabc21718ff934&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1319] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:10 2026] DELETE /v2.0/security-groups/129796cf-d061-440a-99ae-4dc020491722 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:11.173 7 INFO neutron.db.segments_db [None req-7e0894ea-c1f9-4a9b-848c-9789c9b0674d 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 5a58852c-0be7-4109-86bf-ac1de9ec83a1 of type vxlan for network 59984f35-e0fa-4d02-b79a-5f1c1ba52bcd [pid: 7|app: 0|req: 667/1320] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:10 2026] POST /v2.0/networks => generated 611 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:11.357 7 INFO neutron.db.segments_db [None req-7be3bc1d-93e3-473d-b2ba-b7a0cbde1537 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 of type vxlan for network feb85c3e-3b5e-4e04-992c-efcd34a22fad [pid: 8|app: 0|req: 654/1321] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:11 2026] POST /v2.0/subnetpools => generated 548 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1322] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:04:11 2026] GET /v2.0/subnetpools/c54deb60-a9ca-490c-b1c4-3ba14794eeba => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1323] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:11 2026] POST /v2.0/networks => generated 610 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1324] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:04:11 2026] PUT /v2.0/subnetpools/c54deb60-a9ca-490c-b1c4-3ba14794eeba => generated 501 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1325] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:11 2026] DELETE /v2.0/subnetpools/c54deb60-a9ca-490c-b1c4-3ba14794eeba => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:11.738 8 INFO neutron.api.v2.resource [None req-cc6b3f5c-040b-4490-87de-0b11f7adb2cd 84ce47df3c3c4da7bbc293f892f09dfb 0faf6864a3c0408b9df22664a6c55b5c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1326] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:04:11 2026] GET /v2.0/subnetpools/c54deb60-a9ca-490c-b1c4-3ba14794eeba => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:11.756 8 INFO neutron.api.v2.resource [None req-8448435e-fb11-4580-a9eb-80c0559c6f10 84ce47df3c3c4da7bbc293f892f09dfb 0faf6864a3c0408b9df22664a6c55b5c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1327] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:11 2026] DELETE /v2.0/subnetpools/c54deb60-a9ca-490c-b1c4-3ba14794eeba => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1328] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:11 2026] POST /v2.0/subnets => generated 626 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1329] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:11 2026] POST /v2.0/subnets => generated 626 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:12.442 8 INFO neutron.db.segments_db [None req-289a57e9-52e2-4656-bccf-4c5751d7712c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 of type vxlan for network 39926fc4-561d-48b4-9b60-a0530e6cf118 [pid: 7|app: 0|req: 670/1330] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:12 2026] GET /v2.0/security-groups?tenant_id=0faf6864a3c0408b9df22664a6c55b5c&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1331] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:12 2026] DELETE /v2.0/security-groups/e4c627f9-cb3f-4325-8289-c6f01e9ccfee => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:12.834 8 INFO neutron.db.l3_hamode_db [None req-289a57e9-52e2-4656-bccf-4c5751d7712c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:04:13.038 8 INFO neutron.db.l3_hamode_db [None req-289a57e9-52e2-4656-bccf-4c5751d7712c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:04:13.092 7 INFO neutron.db.segments_db [None req-f0f49099-ca96-4e34-be34-bc16d894b5ef f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Added segment efdf0fae-0357-4b46-ba77-9eebc3769e4a of type vxlan for network f3740df1-d9ab-4ea4-a586-8e69f9701dec [pid: 7|app: 0|req: 672/1332] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:12 2026] POST /v2.0/networks => generated 625 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1333] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:04:13 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 1240 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1334] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:12 2026] POST /v2.0/routers => generated 507 bytes in 1572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1335] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:04:13 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1336] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:13 2026] POST /v2.0/ports => generated 774 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:14.118 7 INFO neutron.db.segments_db [None req-7661a4a1-4530-4fac-b3a2-46a24638df67 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Added segment 9effd252-f134-4d53-9e32-90e8710a28c2 of type vxlan for network 9699e094-bfc9-45f1-91dd-bb99081a0157 [pid: 7|app: 0|req: 675/1337] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:14 2026] POST /v2.0/networks => generated 612 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1338] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:14 2026] POST /v2.0/subnets => generated 626 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1339] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:14 2026] POST /v2.0/ports => generated 954 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:15.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-436aac37-cde2-45b1-a534-1d5adea54802 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] TaaS: Handle Delete Port: f1ca120f-f2ab-4302-ae5b-b9bcb23b0809 2026-07-30 16:04:15.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436aac37-cde2-45b1-a534-1d5adea54802 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Tap Mirror: Handle Delete Port: f1ca120f-f2ab-4302-ae5b-b9bcb23b0809 [pid: 8|app: 0|req: 663/1340] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:04:14 2026] PUT /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d/add_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1341] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:15 2026] GET /v2.0/ports/1c4e5ed6-7581-41ee-b778-e0419b5728ef => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1342] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:15 2026] DELETE /v2.0/ports/f1ca120f-f2ab-4302-ae5b-b9bcb23b0809 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:15.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0f01fd3-2f17-4e26-b067-43ee6ca255ef f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1343] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:15 2026] DELETE /v2.0/ports/f1ca120f-f2ab-4302-ae5b-b9bcb23b0809 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:15.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb4b0978-c262-41ea-9cca-6312faae7118 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1344] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:15 2026] GET /v2.0/ports/f1ca120f-f2ab-4302-ae5b-b9bcb23b0809 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1345] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:15 2026] DELETE /v2.0/subnets/2191fe15-e863-4142-a416-6b4d436a430f => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:15.967 7 INFO neutron.services.segments.plugin [-] Segment 9effd252-f134-4d53-9e32-90e8710a28c2 resource provider aggregate not found 2026-07-30 16:04:15.974 7 INFO neutron.services.segments.plugin [-] Segment 9effd252-f134-4d53-9e32-90e8710a28c2 resource provider aggregate not found 2026-07-30 16:04:15.995 7 INFO neutron.services.segments.plugin [-] Segment 9effd252-f134-4d53-9e32-90e8710a28c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9effd252-f134-4d53-9e32-90e8710a28c2 found for delete ", "request_id": "req-e1d6f61f-e18a-4f06-ad87-cefc891a3bbc"}]} 2026-07-30 16:04:16.005 7 INFO neutron.services.segments.plugin [-] Segment 9effd252-f134-4d53-9e32-90e8710a28c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9effd252-f134-4d53-9e32-90e8710a28c2 found for delete ", "request_id": "req-f5d34643-4001-4cf1-9a88-8b00ba29b580"}]} [pid: 7|app: 0|req: 684/1348] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:15 2026] DELETE /v2.0/networks/9699e094-bfc9-45f1-91dd-bb99081a0157 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:16.130 7 INFO neutron.db.segments_db [None req-34ef4373-73cd-4757-a8df-31b10210d594 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Added segment e53987bb-a2db-4906-8cd8-c4bad1d64ea6 of type vxlan for network 5edba3c7-0bdc-4f6f-9ddf-a12244ae1706 [pid: 7|app: 0|req: 685/1349] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:16 2026] POST /v2.0/networks => generated 612 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1350] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:16 2026] POST /v2.0/subnets => generated 626 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1351] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:04:15 2026] PUT /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d/add_router_interface => generated 309 bytes in 1480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1352] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:16 2026] GET /v2.0/ports/70248696-1eec-4bc4-b316-b3b86cec0080 => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1353] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:16 2026] POST /v2.0/ports => generated 912 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:17.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c1762ec-672a-46a7-b3fa-9b9b4ae81a0e f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] TaaS: Handle Delete Port: 6cd0ef28-1902-4b99-b5c8-05168ae5d5e4 2026-07-30 16:04:17.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c1762ec-672a-46a7-b3fa-9b9b4ae81a0e f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Tap Mirror: Handle Delete Port: 6cd0ef28-1902-4b99-b5c8-05168ae5d5e4 2026-07-30 16:04:17.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8263f55-05a5-426d-8c59-5a0f1fca6907 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 70248696-1eec-4bc4-b316-b3b86cec0080 2026-07-30 16:04:17.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8263f55-05a5-426d-8c59-5a0f1fca6907 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 70248696-1eec-4bc4-b316-b3b86cec0080 [pid: 7|app: 0|req: 688/1354] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:17 2026] DELETE /v2.0/ports/6cd0ef28-1902-4b99-b5c8-05168ae5d5e4 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:17.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8222632c-6fb8-4071-9153-29213dcef86f f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1355] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:17 2026] GET /v2.0/ports/6cd0ef28-1902-4b99-b5c8-05168ae5d5e4 => 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: 690/1356] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:17 2026] DELETE /v2.0/subnets/11f36728-5790-4fba-a5a9-4486cf401de2 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1357] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:17 2026] DELETE /v2.0/networks/5edba3c7-0bdc-4f6f-9ddf-a12244ae1706 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1358] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:16 2026] PUT /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:18.015 7 INFO neutron.services.segments.plugin [-] Segment e53987bb-a2db-4906-8cd8-c4bad1d64ea6 resource provider aggregate not found 2026-07-30 16:04:18.028 7 INFO neutron.services.segments.plugin [-] Segment e53987bb-a2db-4906-8cd8-c4bad1d64ea6 resource provider aggregate not found 2026-07-30 16:04:18.041 7 INFO neutron.services.segments.plugin [-] Segment e53987bb-a2db-4906-8cd8-c4bad1d64ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53987bb-a2db-4906-8cd8-c4bad1d64ea6 found for delete ", "request_id": "req-8c81f680-f1be-459f-a0db-e6de05396ebf"}]} 2026-07-30 16:04:18.051 7 INFO neutron.services.segments.plugin [-] Segment e53987bb-a2db-4906-8cd8-c4bad1d64ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53987bb-a2db-4906-8cd8-c4bad1d64ea6 found for delete ", "request_id": "req-ae3ec4b4-e1a4-4693-bb6d-61dd11fa2bfb"}]} [pid: 7|app: 0|req: 692/1359] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:17 2026] POST /v2.0/ports => generated 774 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:18.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-45a826dd-b2de-484e-b372-ba2805eb9276 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 1c4e5ed6-7581-41ee-b778-e0419b5728ef 2026-07-30 16:04:18.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45a826dd-b2de-484e-b372-ba2805eb9276 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 1c4e5ed6-7581-41ee-b778-e0419b5728ef [pid: 7|app: 0|req: 693/1360] 10.0.0.78 () {34 vars in 735 bytes} [Thu Jul 30 16:04:18 2026] PUT /v2.0/ports/140fbf11-a918-43d2-9fef-084e5e67ce88 => generated 752 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:18.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f5eafa-fc8a-470e-b133-353fafb1f2fd f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] TaaS: Handle Delete Port: 140fbf11-a918-43d2-9fef-084e5e67ce88 2026-07-30 16:04:18.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f5eafa-fc8a-470e-b133-353fafb1f2fd f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Tap Mirror: Handle Delete Port: 140fbf11-a918-43d2-9fef-084e5e67ce88 [pid: 7|app: 0|req: 694/1361] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:18 2026] DELETE /v2.0/ports/140fbf11-a918-43d2-9fef-084e5e67ce88 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1362] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/ports => generated 777 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:18.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ecda94a-965f-4e86-83fb-b89ae67c8629 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1363] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/ports/140fbf11-a918-43d2-9fef-084e5e67ce88 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1364] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:17 2026] PUT /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d/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: 697/1365] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1366] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/ports?device_id=db794536-e161-4861-8aaf-3e9fa752712d => 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: 699/1367] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/ports/43091006-f195-486c-bdd0-d5b50abad791 => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:19.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc649340-877f-4e77-abc9-16261a4a7ff9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 50ada44c-ad37-48ed-9e64-401e69eab45a 2026-07-30 16:04:19.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc649340-877f-4e77-abc9-16261a4a7ff9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 50ada44c-ad37-48ed-9e64-401e69eab45a [pid: 8|app: 0|req: 669/1368] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:18 2026] GET /v2.0/security-groups?tenant_id=b01114c51da94e198127dddff1f0b13c&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:19.160 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d92381b-a55a-49fd-a632-c5fe4fa55d41 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1369] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/ports/6cd0ef28-1902-4b99-b5c8-05168ae5d5e4 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1370] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/security-groups/1d199f6f-43ca-4950-9cc9-ced39e6b2b02 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:19.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76d0821a-ca3b-4544-b9bc-9f00094be2fb f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1371] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/subnets/11f36728-5790-4fba-a5a9-4486cf401de2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:19.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18683b77-0d24-49ea-91e1-ac05cc4dedfa f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1372] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/subnets/2191fe15-e863-4142-a416-6b4d436a430f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:19.455 7 INFO neutron.db.l3_hamode_db [None req-bc649340-877f-4e77-abc9-16261a4a7ff9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] HA network 39926fc4-561d-48b4-9b60-a0530e6cf118 was deleted as no HA routers are present in tenant 35cba7af9f254f4da86b248893cc1438. [pid: 7|app: 0|req: 700/1373] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:18 2026] DELETE /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:19.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-d28c48a6-bcb7-4080-8c97-1ed96d94abf0 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] TaaS: Handle Delete Port: 43091006-f195-486c-bdd0-d5b50abad791 2026-07-30 16:04:19.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d28c48a6-bcb7-4080-8c97-1ed96d94abf0 f416397dfd48481787b2ac84d142b680 ada3c817573e4ee3969f44f434fa7141 - - default default] Tap Mirror: Handle Delete Port: 43091006-f195-486c-bdd0-d5b50abad791 [pid: 8|app: 0|req: 674/1374] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/ports/43091006-f195-486c-bdd0-d5b50abad791 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1375] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:19 2026] GET /v2.0/security-groups?tenant_id=5806bd895594433bb3dccdd3b8351da3&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1376] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/networks/f3740df1-d9ab-4ea4-a586-8e69f9701dec => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1377] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/subnets/0ffab89d-5d09-40a8-907b-8db198e58d77 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1378] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/security-groups/e01708fd-9b1a-485c-b346-45ccd5cd22a8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:20.062 7 INFO neutron.services.segments.plugin [-] Segment 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 resource provider aggregate not found 2026-07-30 16:04:20.076 7 INFO neutron.services.segments.plugin [-] Segment 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 resource provider aggregate not found 2026-07-30 16:04:20.083 7 INFO neutron.services.segments.plugin [-] Segment 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 found for delete ", "request_id": "req-be60c870-01ab-4c8f-8ff0-15132c60d803"}]} 2026-07-30 16:04:20.113 7 INFO neutron.services.segments.plugin [-] Segment 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120a0592-bd02-42ff-bf8b-d4e6e40ecc99 found for delete ", "request_id": "req-b6790f25-1b73-460d-93d4-ec91749d6397"}]} 2026-07-30 16:04:20.113 7 INFO neutron.services.segments.plugin [-] Segment efdf0fae-0357-4b46-ba77-9eebc3769e4a resource provider aggregate not found [pid: 8|app: 0|req: 676/1379] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:19 2026] DELETE /v2.0/subnets/aa90cf2c-0340-49c2-9d6e-03a7742cdac9 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:20.145 7 INFO neutron.services.segments.plugin [-] Segment efdf0fae-0357-4b46-ba77-9eebc3769e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efdf0fae-0357-4b46-ba77-9eebc3769e4a found for delete ", "request_id": "req-a4cfb7f9-3217-43b0-881b-ddd010792f1e"}]} 2026-07-30 16:04:20.146 7 INFO neutron.services.segments.plugin [-] Segment efdf0fae-0357-4b46-ba77-9eebc3769e4a resource provider aggregate not found 2026-07-30 16:04:20.164 7 INFO neutron.services.segments.plugin [-] Segment efdf0fae-0357-4b46-ba77-9eebc3769e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efdf0fae-0357-4b46-ba77-9eebc3769e4a found for delete ", "request_id": "req-e2aa36bc-0b9e-4af4-afae-79d6f1e3266d"}]} 2026-07-30 16:04:20.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-f251db3e-0632-4601-9d58-6e978c068871 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 62a88ff4-05f2-4cfb-940b-d62e30f20789 2026-07-30 16:04:20.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f251db3e-0632-4601-9d58-6e978c068871 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 62a88ff4-05f2-4cfb-940b-d62e30f20789 [pid: 7|app: 0|req: 704/1380] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:20 2026] DELETE /v2.0/networks/feb85c3e-3b5e-4e04-992c-efcd34a22fad => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:20.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dc5fa37-2c0d-4856-86b1-a3b1e038819d 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: bbebce44-5c15-4f0b-bba2-dd40f4624b8d 2026-07-30 16:04:20.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dc5fa37-2c0d-4856-86b1-a3b1e038819d 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: bbebce44-5c15-4f0b-bba2-dd40f4624b8d [pid: 7|app: 0|req: 705/1381] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:20 2026] GET /v2.0/security-groups?tenant_id=ada3c817573e4ee3969f44f434fa7141&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1382] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:20 2026] DELETE /v2.0/security-groups/d3129ae4-a301-4e40-9c1b-e8a24733580f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:20.852 8 INFO neutron.services.segments.plugin [-] Segment 5a58852c-0be7-4109-86bf-ac1de9ec83a1 resource provider aggregate not found 2026-07-30 16:04:20.853 8 INFO neutron.services.segments.plugin [-] Segment 5a58852c-0be7-4109-86bf-ac1de9ec83a1 resource provider aggregate not found 2026-07-30 16:04:20.879 8 INFO neutron.services.segments.plugin [-] Segment 5a58852c-0be7-4109-86bf-ac1de9ec83a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a58852c-0be7-4109-86bf-ac1de9ec83a1 found for delete ", "request_id": "req-52e28f27-a637-489d-9272-dcffb89c5fc0"}]} 2026-07-30 16:04:20.882 8 INFO neutron.services.segments.plugin [-] Segment 5a58852c-0be7-4109-86bf-ac1de9ec83a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a58852c-0be7-4109-86bf-ac1de9ec83a1 found for delete ", "request_id": "req-b127d5eb-7198-4f25-a5fd-be6ef81de15f"}]} [pid: 8|app: 0|req: 677/1383] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:20 2026] DELETE /v2.0/networks/59984f35-e0fa-4d02-b79a-5f1c1ba52bcd => generated 0 bytes in 457 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:21.030 7 INFO neutron.db.segments_db [None req-66e3a321-cb0b-4241-9b4b-bcc0bac2ecc6 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 9f2f9073-cc02-42b2-becf-86ba13731535 of type vxlan for network edc9f8a0-af92-403f-9af7-61a641bd309f [pid: 7|app: 0|req: 707/1384] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:20 2026] POST /v2.0/networks => generated 611 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1385] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:21 2026] POST /v2.0/subnets => generated 626 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:21.641 7 INFO neutron.db.segments_db [None req-2ef86fb5-3848-4a9b-a86f-6ca45e3e6a6c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 706ff278-a0be-4b87-9421-caa96a7710a2 of type vxlan for network e2cfb150-0572-4d5b-ac09-9dbb880e9902 2026-07-30 16:04:22.019 7 INFO neutron.db.l3_hamode_db [None req-2ef86fb5-3848-4a9b-a86f-6ca45e3e6a6c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:04:22.178 7 INFO neutron.services.segments.plugin [-] Segment 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 resource provider aggregate not found 2026-07-30 16:04:22.194 7 INFO neutron.services.segments.plugin [-] Segment 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 found for delete ", "request_id": "req-da6ee15e-2122-4357-b6e6-e98d9528c5dc"}]} 2026-07-30 16:04:22.201 7 INFO neutron.services.segments.plugin [-] Segment 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 resource provider aggregate not found 2026-07-30 16:04:22.218 7 INFO neutron.services.segments.plugin [-] Segment 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b2f6e0-34e2-4f0f-b66e-52b0ef723540 found for delete ", "request_id": "req-d1866238-b937-4b85-8011-722452a6ea8e"}]} 2026-07-30 16:04:22.220 7 INFO neutron.db.l3_hamode_db [None req-2ef86fb5-3848-4a9b-a86f-6ca45e3e6a6c 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 708/1386] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:21 2026] POST /v2.0/routers => generated 507 bytes in 1571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1387] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:04:23 2026] POST /v2.0/ports => generated 951 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1388] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:04:23 2026] PUT /v2.0/routers/629849c8-281d-4d0f-9dbb-8edddacd65ff/add_router_interface => generated 309 bytes in 1358 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: 680/1389] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:24 2026] GET /v2.0/ports/31ba233d-0ff1-4fb7-8738-623f7f74eb04 => generated 1025 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:25.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-147c8341-8f34-4cbb-9d15-db66d6be2555 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 31ba233d-0ff1-4fb7-8738-623f7f74eb04 2026-07-30 16:04:25.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-147c8341-8f34-4cbb-9d15-db66d6be2555 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 31ba233d-0ff1-4fb7-8738-623f7f74eb04 [pid: 7|app: 0|req: 710/1390] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:25 2026] PUT /v2.0/routers/629849c8-281d-4d0f-9dbb-8edddacd65ff/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:04:26.163 7 INFO neutron.api.v2.resource [None req-85b1c811-616b-4ea4-be8d-f2559ab1172b 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1391] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:26 2026] PUT /v2.0/routers/629849c8-281d-4d0f-9dbb-8edddacd65ff/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1392] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 713/1393] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/ports?device_id=629849c8-281d-4d0f-9dbb-8edddacd65ff => 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: 714/1394] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&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: 681/1395] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:25 2026] GET /v2.0/security-groups?tenant_id=501c969f77664021a5e9bc8b4062887f&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1396] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:26 2026] DELETE /v2.0/security-groups/495703c3-8c19-4ec3-bc55-584c84151f38 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:26.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-42f8a0c8-1477-4113-aa5f-413791fcb1e9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 514be157-eb39-48a1-8eae-0dd19ac9f596 2026-07-30 16:04:26.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f8a0c8-1477-4113-aa5f-413791fcb1e9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 514be157-eb39-48a1-8eae-0dd19ac9f596 [pid: 8|app: 0|req: 683/1397] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1398] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/security-groups?tenant_id=a059d5847a474413ac5b3eef1677ed7d&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1399] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:26 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:26.925 7 INFO neutron.services.segments.plugin [-] Segment 706ff278-a0be-4b87-9421-caa96a7710a2 resource provider aggregate not found 2026-07-30 16:04:26.937 7 INFO neutron.services.segments.plugin [-] Segment 706ff278-a0be-4b87-9421-caa96a7710a2 resource provider aggregate not found 2026-07-30 16:04:26.959 7 INFO neutron.services.segments.plugin [-] Segment 706ff278-a0be-4b87-9421-caa96a7710a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 706ff278-a0be-4b87-9421-caa96a7710a2 found for delete ", "request_id": "req-d0de7bc2-840c-4270-95e2-d829198a55a8"}]} 2026-07-30 16:04:26.960 7 INFO neutron.services.segments.plugin [-] Segment 706ff278-a0be-4b87-9421-caa96a7710a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 706ff278-a0be-4b87-9421-caa96a7710a2 found for delete ", "request_id": "req-deb2d678-4bff-4d95-b0de-0e94fac2a43a"}]} 2026-07-30 16:04:26.974 7 INFO neutron.db.l3_hamode_db [None req-42f8a0c8-1477-4113-aa5f-413791fcb1e9 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] HA network e2cfb150-0572-4d5b-ac09-9dbb880e9902 was deleted as no HA routers are present in tenant 35cba7af9f254f4da86b248893cc1438. [pid: 7|app: 0|req: 715/1400] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:26 2026] DELETE /v2.0/routers/629849c8-281d-4d0f-9dbb-8edddacd65ff => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1401] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:26 2026] DELETE /v2.0/security-groups/cd9b96c7-0ae7-4950-9bf4-6984819e05aa => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1402] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:26 2026] DELETE /v2.0/subnets/4c446744-f553-4757-bc96-8edf8308362a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:27.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ed880ca-8d93-4e1e-b094-3eb950ddb13a 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: b86f77a8-76c7-40b9-9410-c7bb98d31c56 2026-07-30 16:04:27.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ed880ca-8d93-4e1e-b094-3eb950ddb13a 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: b86f77a8-76c7-40b9-9410-c7bb98d31c56 2026-07-30 16:04:27.518 8 INFO neutron.services.segments.plugin [-] Segment 9f2f9073-cc02-42b2-becf-86ba13731535 resource provider aggregate not found 2026-07-30 16:04:27.521 8 INFO neutron.services.segments.plugin [-] Segment 9f2f9073-cc02-42b2-becf-86ba13731535 resource provider aggregate not found 2026-07-30 16:04:27.547 8 INFO neutron.services.segments.plugin [-] Segment 9f2f9073-cc02-42b2-becf-86ba13731535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2f9073-cc02-42b2-becf-86ba13731535 found for delete ", "request_id": "req-268d052c-a5d9-44b2-b38f-512d46f6e0b7"}]} 2026-07-30 16:04:27.547 8 INFO neutron.services.segments.plugin [-] Segment 9f2f9073-cc02-42b2-becf-86ba13731535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2f9073-cc02-42b2-becf-86ba13731535 found for delete ", "request_id": "req-2f895c49-a0e1-4227-ba80-f6acd4907e9f"}]} [pid: 8|app: 0|req: 687/1403] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:27 2026] DELETE /v2.0/networks/edc9f8a0-af92-403f-9af7-61a641bd309f => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:27.701 7 INFO neutron.db.segments_db [None req-57a1c018-8433-4568-aad9-5c92176f2495 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 299c6304-c5c5-4ca3-b1f3-aa81958e6369 of type vxlan for network 93b0c512-d421-4335-8c37-df8d587b7630 [pid: 7|app: 0|req: 717/1404] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:27 2026] POST /v2.0/networks => generated 611 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1405] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:27 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1406] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:27 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1407] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:27 2026] POST /v2.0/subnets => generated 626 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:28.353 7 INFO neutron.db.segments_db [None req-3437595b-a779-4c9f-988d-8d78073f5af4 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 of type vxlan for network 09446764-8d93-455d-882a-6db29ddf1d98 2026-07-30 16:04:28.811 7 INFO neutron.db.l3_hamode_db [None req-3437595b-a779-4c9f-988d-8d78073f5af4 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:04:28.998 7 INFO neutron.db.l3_hamode_db [None req-3437595b-a779-4c9f-988d-8d78073f5af4 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 689/1408] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:04:29 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 690/1409] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:29 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:29.221 8 INFO neutron_taas.services.taas.taas_plugin [req-d2302b83-4250-4819-855a-505ff9d23073 req-9ab306d3-4791-4c36-8936-8bca6f5b60f9 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] TaaS: Handle Delete Port: 1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 2026-07-30 16:04:29.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2302b83-4250-4819-855a-505ff9d23073 req-9ab306d3-4791-4c36-8936-8bca6f5b60f9 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] Tap Mirror: Handle Delete Port: 1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 2026-07-30 16:04:29.380 8 INFO neutron.db.l3_db [req-d2302b83-4250-4819-855a-505ff9d23073 req-9ab306d3-4791-4c36-8936-8bca6f5b60f9 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] Floating IP 0d06f672-b135-4cbd-951d-6843e7eac08f disassociated. External IP: 10.96.250.217, port: 1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3. [pid: 7|app: 0|req: 720/1410] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:28 2026] POST /v2.0/routers => generated 507 bytes in 1713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1411] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:29 2026] GET /v2.0/security-groups?id=22809d4d-fa11-40ba-83e4-cd0104ffa577&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1412] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:04:29 2026] DELETE /v2.0/ports/1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3 => generated 0 bytes in 1159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:30.338 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa8d3f05-0727-4ee3-9acc-d2f37a113dd6'] response: {'server_uuid': 'eb551346-f338-4bb1-a8b1-cf4f8f7a95b8', 'name': 'network-vif-deleted', 'tag': '1edaa3cb-6aa9-4eba-b213-7c90cffe4ac3', 'status': 'completed', 'code': 200} 2026-07-30 16:04:30.943 8 INFO neutron.db.segments_db [None req-06c2bf28-b6a4-4fe0-8b7f-238232f2569f f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Added segment 6390dd02-6765-4061-86e6-df3834a33862 of type vxlan for network 08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 [pid: 8|app: 0|req: 692/1413] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:04:30 2026] POST /v2.0/networks => generated 614 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1416] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:31 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:31.233 8 INFO neutron.db.segments_db [None req-73781ea8-6366-41a9-884a-b2afeccba262 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Added segment aaa3e79b-3b2a-4586-b078-782589adce5b of type vxlan for network 0928455a-d553-4349-93de-69f8dd5c45ac [pid: 7|app: 0|req: 722/1417] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:04:30 2026] PUT /v2.0/routers/b47f16c6-aed0-4b32-82b9-ee7cf895fc38/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1418] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:04:31 2026] GET /v2.0/ports/e12d46a1-858c-4227-b777-f4af522caf27 => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:31.702 8 INFO neutron.db.l3_hamode_db [None req-73781ea8-6366-41a9-884a-b2afeccba262 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 724/1419] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:31 2026] GET /v2.0/security-groups?tenant_id=992c6d048d4d439ea4a2e43101de3caa&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:32.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-845905f0-688f-4bfe-938e-a99241fed94b 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: e12d46a1-858c-4227-b777-f4af522caf27 2026-07-30 16:04:32.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-845905f0-688f-4bfe-938e-a99241fed94b 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: e12d46a1-858c-4227-b777-f4af522caf27 [pid: 7|app: 0|req: 725/1420] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:31 2026] PUT /v2.0/routers/b47f16c6-aed0-4b32-82b9-ee7cf895fc38/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:32.682 8 INFO neutron.db.l3_hamode_db [None req-73781ea8-6366-41a9-884a-b2afeccba262 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 726/1421] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:32 2026] DELETE /v2.0/security-groups/fa3aa7fd-3686-4965-9d74-f2f21dfb9cab => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1422] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:32 2026] GET /v2.0/ports?device_id=eb551346-f338-4bb1-a8b1-cf4f8f7a95b8 => 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: 728/1423] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:32 2026] GET /v2.0/ports?device_id=b47f16c6-aed0-4b32-82b9-ee7cf895fc38 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:33.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb6cb9e1-237b-40d7-9764-7d2de0767563 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: e5595aba-9dcf-4a03-bb06-b17626d90329 2026-07-30 16:04:33.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb6cb9e1-237b-40d7-9764-7d2de0767563 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: e5595aba-9dcf-4a03-bb06-b17626d90329 2026-07-30 16:04:33.972 7 INFO neutron.services.segments.plugin [-] Segment 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 resource provider aggregate not found 2026-07-30 16:04:33.978 7 INFO neutron.services.segments.plugin [-] Segment 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 resource provider aggregate not found 2026-07-30 16:04:33.993 7 INFO neutron.services.segments.plugin [-] Segment 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 found for delete ", "request_id": "req-c7de469a-0411-4eb5-96f2-cb83644f6ace"}]} 2026-07-30 16:04:33.998 7 INFO neutron.services.segments.plugin [-] Segment 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5107d5e6-aa03-4aa5-99d0-23fcacff3eb5 found for delete ", "request_id": "req-82cb4b25-8dc5-4ab6-844a-c86eb558eaca"}]} 2026-07-30 16:04:34.015 7 INFO neutron.db.l3_hamode_db [None req-eb6cb9e1-237b-40d7-9764-7d2de0767563 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] HA network 09446764-8d93-455d-882a-6db29ddf1d98 was deleted as no HA routers are present in tenant 35cba7af9f254f4da86b248893cc1438. [pid: 7|app: 0|req: 729/1424] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:32 2026] DELETE /v2.0/routers/b47f16c6-aed0-4b32-82b9-ee7cf895fc38 => generated 0 bytes in 1178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1425] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:31 2026] POST /v2.0/routers => generated 695 bytes in 2983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1426] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:34 2026] DELETE /v2.0/security-groups/22809d4d-fa11-40ba-83e4-cd0104ffa577 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1427] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:34 2026] DELETE /v2.0/subnets/7d477570-388b-4566-a1f2-452d3ae3b65a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:34.409 8 INFO neutron.api.v2.resource [None req-3f82cb24-26c1-457d-acde-98a4dfbc759d ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1428] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:04:34 2026] GET /v2.0/security-groups/22809d4d-fa11-40ba-83e4-cd0104ffa577 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1429] 10.0.0.78 () {32 vars in 774 bytes} [Thu Jul 30 16:04:34 2026] GET /v2.0/subnets?project_id=5444960f716c4b3eaf840c910c669585&cidr=10.100.0.0%2F28 => generated 14 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:34.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc36e638-1bc8-4106-bb19-ffad28cd7dc6 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: c2933fb1-d0fc-438c-b88e-edfca26fb4e4 2026-07-30 16:04:34.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc36e638-1bc8-4106-bb19-ffad28cd7dc6 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: c2933fb1-d0fc-438c-b88e-edfca26fb4e4 2026-07-30 16:04:34.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-d66b23ed-f2f6-4cb1-86da-86a810465344 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] TaaS: Handle Delete Port: 87015ddf-7bb4-4539-ba27-c901a8a24bd8 2026-07-30 16:04:34.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d66b23ed-f2f6-4cb1-86da-86a810465344 ef068abc64904397a9283af1917cea78 37b6d6295d024d73a0f6d76f2121590f - - default default] Tap Mirror: Handle Delete Port: 87015ddf-7bb4-4539-ba27-c901a8a24bd8 2026-07-30 16:04:34.795 8 INFO neutron.services.segments.plugin [-] Segment 299c6304-c5c5-4ca3-b1f3-aa81958e6369 resource provider aggregate not found 2026-07-30 16:04:34.805 8 INFO neutron.services.segments.plugin [-] Segment 299c6304-c5c5-4ca3-b1f3-aa81958e6369 resource provider aggregate not found 2026-07-30 16:04:34.824 8 INFO neutron.services.segments.plugin [-] Segment 299c6304-c5c5-4ca3-b1f3-aa81958e6369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299c6304-c5c5-4ca3-b1f3-aa81958e6369 found for delete ", "request_id": "req-3ccf739d-bab0-4f9d-b513-dcbb61e9249d"}]} 2026-07-30 16:04:34.828 8 INFO neutron.services.segments.plugin [-] Segment 299c6304-c5c5-4ca3-b1f3-aa81958e6369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299c6304-c5c5-4ca3-b1f3-aa81958e6369 found for delete ", "request_id": "req-ff842b5e-57b4-4481-a49f-4d6ae0b02933"}]} [pid: 8|app: 0|req: 699/1430] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:34 2026] DELETE /v2.0/networks/93b0c512-d421-4335-8c37-df8d587b7630 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1431] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:34 2026] DELETE /v2.0/floatingips/0d06f672-b135-4cbd-951d-6843e7eac08f => generated 0 bytes in 405 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1432] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:04:34 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:35.013 7 INFO neutron.db.segments_db [None req-e189b206-3d3f-470c-8ccb-1d2f70a696e0 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Added segment 1d408fdd-0d3a-4603-93ae-8b2f4a72aace of type vxlan for network 9eebfc79-84f6-429c-96a2-ff6462c319ff 2026-07-30 16:04:35.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9bffa67-86c5-43ed-b815-8c57e003b6bf 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 8efcf760-6765-44f1-a1de-900b7038d838 2026-07-30 16:04:35.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9bffa67-86c5-43ed-b815-8c57e003b6bf 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 8efcf760-6765-44f1-a1de-900b7038d838 2026-07-30 16:04:35.405 7 INFO neutron.db.l3_hamode_db [None req-e189b206-3d3f-470c-8ccb-1d2f70a696e0 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1433] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:04:34 2026] PUT /v2.0/routers/46f901ff-4a97-413c-b5a1-d8ccd3d37d97/remove_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1434] 10.0.0.78 () {32 vars in 782 bytes} [Thu Jul 30 16:04:36 2026] GET /v2.0/subnets?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961&cidr=10.100.0.0%2F28 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:36.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-016d3c18-fde5-40cc-a493-961cef1b6125 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 19d5e2f8-10fc-40a1-a760-30f1131f268a 2026-07-30 16:04:36.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-016d3c18-fde5-40cc-a493-961cef1b6125 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 19d5e2f8-10fc-40a1-a760-30f1131f268a 2026-07-30 16:04:36.458 7 INFO neutron.db.l3_hamode_db [None req-e189b206-3d3f-470c-8ccb-1d2f70a696e0 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:04:36.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-016d3c18-fde5-40cc-a493-961cef1b6125 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: e2eb42b3-be44-408c-a174-574cfa6dd9b0 2026-07-30 16:04:36.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-016d3c18-fde5-40cc-a493-961cef1b6125 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: e2eb42b3-be44-408c-a174-574cfa6dd9b0 2026-07-30 16:04:37.311 8 INFO neutron.services.segments.plugin [-] Segment c5d17101-5694-4c9b-9502-7a357377390e resource provider aggregate not found 2026-07-30 16:04:37.319 8 INFO neutron.services.segments.plugin [-] Segment c5d17101-5694-4c9b-9502-7a357377390e resource provider aggregate not found 2026-07-30 16:04:37.331 8 INFO neutron.services.segments.plugin [-] Segment c5d17101-5694-4c9b-9502-7a357377390e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d17101-5694-4c9b-9502-7a357377390e found for delete ", "request_id": "req-4cb0f540-64ad-42c2-87d0-41e5f4869ac4"}]} 2026-07-30 16:04:37.340 8 INFO neutron.services.segments.plugin [-] Segment c5d17101-5694-4c9b-9502-7a357377390e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d17101-5694-4c9b-9502-7a357377390e found for delete ", "request_id": "req-3589626b-d82b-472b-9add-d644717d34a5"}]} 2026-07-30 16:04:37.390 8 INFO neutron.db.l3_hamode_db [None req-016d3c18-fde5-40cc-a493-961cef1b6125 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 3666299f-3a4d-4087-802b-2ab3b40829ad was deleted as no HA routers are present in tenant 37b6d6295d024d73a0f6d76f2121590f. [pid: 8|app: 0|req: 703/1435] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:36 2026] DELETE /v2.0/routers/46f901ff-4a97-413c-b5a1-d8ccd3d37d97 => generated 0 bytes in 1269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1436] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:34 2026] POST /v2.0/routers => generated 688 bytes in 2866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1437] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:37 2026] POST /v2.0/subnets => generated 656 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1438] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:04:37 2026] GET /v2.0/routers/19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1439] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:37 2026] DELETE /v2.0/subnets/cb55cba1-fd3b-4c90-b908-9a766820b2b1 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:38.403 8 INFO neutron.db.segments_db [None req-8af388b8-27a4-4f92-987c-daf83437b949 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] Added segment 86bdc178-1aa9-4b3f-bfe1-889c2f722195 of type vxlan for network 9e3cba4f-bbff-496b-b046-55107431b9f8 [pid: 8|app: 0|req: 706/1440] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:37 2026] POST /v2.0/networks => generated 708 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1441] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:04:38 2026] GET /v2.0/routers => generated 697 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:38.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a5b0707-7a64-400b-b2ba-a3be97c79fb8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 81a47fb0-7cb3-4ea1-b18c-56da5eb9f45e 2026-07-30 16:04:38.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a5b0707-7a64-400b-b2ba-a3be97c79fb8 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 81a47fb0-7cb3-4ea1-b18c-56da5eb9f45e [pid: 8|app: 0|req: 708/1442] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:38 2026] DELETE /v2.0/networks/238fd49b-b3cf-43f0-af05-044434a6ef55 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:39.366 8 INFO neutron.services.segments.plugin [-] Segment dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 resource provider aggregate not found 2026-07-30 16:04:39.370 8 INFO neutron.services.segments.plugin [-] Segment dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 resource provider aggregate not found [pid: 8|app: 0|req: 709/1443] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:39 2026] POST /v2.0/subnets => generated 644 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:39.386 8 INFO neutron.services.segments.plugin [-] Segment dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 found for delete ", "request_id": "req-00aa781e-f442-4d5f-9ccb-8036b37f200b"}]} 2026-07-30 16:04:39.400 8 INFO neutron.services.segments.plugin [-] Segment dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd54caf4-6d4f-4eb9-ab9a-c97a936c72b7 found for delete ", "request_id": "req-a48139e3-fbad-4eca-8223-ed9cef93b13d"}]} [pid: 7|app: 0|req: 735/1444] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:04:38 2026] PUT /v2.0/routers/3f27dacb-a227-417e-a2e6-63ded7898c16/add_router_interface => generated 309 bytes in 1538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1445] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:39 2026] GET /v2.0/security-groups?tenant_id=37b6d6295d024d73a0f6d76f2121590f&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:39.585 7 WARNING neutron.api.v2.base [None req-697747cf-515f-421c-b50d-f82b087b87a6 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-30 16:04:39.586 7 INFO neutron.api.v2.resource [None req-697747cf-515f-421c-b50d-f82b087b87a6 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 737/1446] 10.0.0.78 () {34 vars in 679 bytes} [Thu Jul 30 16:04:39 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1447] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:04:39 2026] GET /v2.0/networks => generated 5043 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1448] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:39 2026] DELETE /v2.0/security-groups/b1484aa1-3d3c-4828-9b00-93e10ace32b8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1449] 10.0.0.78 () {34 vars in 739 bytes} [Thu Jul 30 16:04:39 2026] PUT /v2.0/routers/19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 701 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1450] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:04:39 2026] GET /v2.0/subnets => generated 3216 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:40.005 7 INFO neutron.services.segments.plugin [-] Segment 86bdc178-1aa9-4b3f-bfe1-889c2f722195 resource provider aggregate not found 2026-07-30 16:04:40.009 7 INFO neutron.services.segments.plugin [-] Segment 86bdc178-1aa9-4b3f-bfe1-889c2f722195 resource provider aggregate not found 2026-07-30 16:04:40.032 7 INFO neutron.services.segments.plugin [-] Segment 86bdc178-1aa9-4b3f-bfe1-889c2f722195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bdc178-1aa9-4b3f-bfe1-889c2f722195 found for delete ", "request_id": "req-39476a96-2cb7-482c-b26c-13d8c0b8537f"}]} [pid: 7|app: 0|req: 740/1451] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:39 2026] DELETE /v2.0/networks/9e3cba4f-bbff-496b-b046-55107431b9f8 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:40.050 7 INFO neutron.services.segments.plugin [-] Segment 86bdc178-1aa9-4b3f-bfe1-889c2f722195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bdc178-1aa9-4b3f-bfe1-889c2f722195 found for delete ", "request_id": "req-2bbbc8cb-c8fa-4aef-b233-207cfe204947"}]} [pid: 8|app: 0|req: 712/1452] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:04:39 2026] GET /v2.0/routers/19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 701 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1453] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:04:40 2026] GET /v2.0/routers => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1454] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:40 2026] GET /v2.0/ports?device_id=19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:40.150 8 INFO neutron.db.segments_db [None req-565bb89f-097b-4f7d-a14f-9d08a0cafc08 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] Added segment 0164c885-1fa9-4181-a7e8-6bc22f8f707f of type vxlan for network 3e429b76-fc5e-442c-81ba-091b75369749 [pid: 8|app: 0|req: 713/1455] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:40 2026] POST /v2.0/networks => generated 707 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:40.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebe796cc-3773-4650-a680-39d0a18dd8db 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 377a78cc-8bef-46dd-8112-66ebb959176b 2026-07-30 16:04:40.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe796cc-3773-4650-a680-39d0a18dd8db 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 377a78cc-8bef-46dd-8112-66ebb959176b [pid: 8|app: 0|req: 714/1456] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:04:40 2026] POST /v2.0/security-groups => generated 1675 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 16:04:40.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebe796cc-3773-4650-a680-39d0a18dd8db 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] TaaS: Handle Delete Port: 731d5caf-5ec8-40f1-ac57-6a3146fb21bf 2026-07-30 16:04:40.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe796cc-3773-4650-a680-39d0a18dd8db 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] Tap Mirror: Handle Delete Port: 731d5caf-5ec8-40f1-ac57-6a3146fb21bf [pid: 8|app: 0|req: 715/1457] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:40 2026] POST /v2.0/subnets => generated 647 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1458] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:41.172 8 WARNING neutron.api.v2.base [None req-5c2500ce-1198-48ea-b2cb-7e726ef75ef4 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-30 16:04:41.173 8 INFO neutron.api.v2.resource [None req-5c2500ce-1198-48ea-b2cb-7e726ef75ef4 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 717/1459] 10.0.0.78 () {34 vars in 679 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-30 16:04:41.231 7 INFO neutron.db.l3_hamode_db [None req-ebe796cc-3773-4650-a680-39d0a18dd8db 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] HA network 9eebfc79-84f6-429c-96a2-ff6462c319ff was deleted as no HA routers are present in tenant 35cba7af9f254f4da86b248893cc1438. [pid: 7|app: 0|req: 743/1460] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:40 2026] DELETE /v2.0/routers/19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 0 bytes in 1080 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1461] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1462] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:41 2026] GET /v2.0/ports?device_id=19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => 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: 744/1463] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:41 2026] DELETE /v2.0/networks/3e429b76-fc5e-442c-81ba-091b75369749 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:41.527 7 INFO neutron.api.v2.resource [None req-11398aae-b7d7-4a06-ae5f-04890015bb09 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1464] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:41 2026] DELETE /v2.0/routers/19a5311c-85b7-43ef-aefa-2ed5ec3641b5 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1465] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1466] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:41 2026] GET /v2.0/ports?device_id=b47f16c6-aed0-4b32-82b9-ee7cf895fc38 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:41.649 7 INFO neutron.db.segments_db [None req-2e451b30-5153-4e00-919a-28e8fb339d5e f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] Added segment a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 of type vxlan for network d88570d3-1a1c-4ff8-b4a4-cbd612f0753a [pid: 7|app: 0|req: 746/1467] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/networks => generated 706 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:41.844 7 INFO neutron.api.v2.resource [None req-661d9ba0-5b06-4e63-904f-8959d17a9984 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1468] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:41 2026] DELETE /v2.0/routers/b47f16c6-aed0-4b32-82b9-ee7cf895fc38 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1469] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:41.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-419edf4e-d5b3-4e7b-81a3-1768b6a225ea 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1470] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:41 2026] DELETE /v2.0/subnets/7d477570-388b-4566-a1f2-452d3ae3b65a => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:41.947 8 INFO neutron.db.securitygroups_db [None req-ba8310ad-7373-40aa-83de-2ab3583e102f f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Project 5444960f716c4b3eaf840c910c669585 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-30 16:04:42.057 7 INFO neutron.services.segments.plugin [-] Segment 1d408fdd-0d3a-4603-93ae-8b2f4a72aace resource provider aggregate not found 2026-07-30 16:04:42.079 7 INFO neutron.services.segments.plugin [-] Segment 1d408fdd-0d3a-4603-93ae-8b2f4a72aace resource provider aggregate not found 2026-07-30 16:04:42.081 7 INFO neutron.services.segments.plugin [-] Segment 1d408fdd-0d3a-4603-93ae-8b2f4a72aace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d408fdd-0d3a-4603-93ae-8b2f4a72aace found for delete ", "request_id": "req-b717b9a4-9a17-4e3d-9f18-a17c5885f57a"}]} [pid: 8|app: 0|req: 724/1471] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:42.101 7 INFO neutron.services.segments.plugin [-] Segment 0164c885-1fa9-4181-a7e8-6bc22f8f707f resource provider aggregate not found 2026-07-30 16:04:42.106 7 INFO neutron.services.segments.plugin [-] Segment 1d408fdd-0d3a-4603-93ae-8b2f4a72aace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d408fdd-0d3a-4603-93ae-8b2f4a72aace found for delete ", "request_id": "req-14b29d8b-83db-4853-a8ef-a8305d3a8c7a"}]} [pid: 8|app: 0|req: 725/1472] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:42 2026] GET /v2.0/ports?device_id=629849c8-281d-4d0f-9dbb-8edddacd65ff => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:42.127 7 INFO neutron.services.segments.plugin [-] Segment 0164c885-1fa9-4181-a7e8-6bc22f8f707f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0164c885-1fa9-4181-a7e8-6bc22f8f707f found for delete ", "request_id": "req-0c9cabbb-fb2d-4616-a879-dbda2a36ba94"}]} 2026-07-30 16:04:42.127 7 INFO neutron.services.segments.plugin [-] Segment 0164c885-1fa9-4181-a7e8-6bc22f8f707f resource provider aggregate not found 2026-07-30 16:04:42.143 7 INFO neutron.services.segments.plugin [-] Segment 0164c885-1fa9-4181-a7e8-6bc22f8f707f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0164c885-1fa9-4181-a7e8-6bc22f8f707f found for delete ", "request_id": "req-94c83c51-12f1-455d-a524-7f7a7ce10d25"}]} 2026-07-30 16:04:42.239 8 INFO neutron.db.securitygroups_db [None req-f014dd30-9df0-4cac-a7d1-d24ca5a3a013 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Project 5444960f716c4b3eaf840c910c669585 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: 748/1473] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:04:41 2026] POST /v2.0/subnets => generated 647 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:42.288 7 INFO neutron.api.v2.resource [None req-bb586af7-b4da-4689-80e7-a03ab09c37bd 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1474] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:42 2026] DELETE /v2.0/routers/629849c8-281d-4d0f-9dbb-8edddacd65ff => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1475] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:42.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df5dcf9e-97bc-4e7d-a59b-e172385321a7 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1476] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:42 2026] DELETE /v2.0/subnets/4c446744-f553-4757-bc96-8edf8308362a => 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: 728/1477] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:42 2026] GET /v2.0/ports?device_id=db794536-e161-4861-8aaf-3e9fa752712d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:04:42.571 8 INFO neutron.api.v2.resource [None req-5bce62d1-6c4e-4cd6-826e-0ba2b9db1154 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1478] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:42 2026] DELETE /v2.0/routers/db794536-e161-4861-8aaf-3e9fa752712d => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:42.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fff9d99-8a4b-4a0f-a145-5e15d91db20a 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1479] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:42 2026] DELETE /v2.0/subnets/0ffab89d-5d09-40a8-907b-8db198e58d77 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:42.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a6a6e30-1480-41f4-969c-3d577665c6a1 84063b5915c54df6838066ac58eb54ce 35cba7af9f254f4da86b248893cc1438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1480] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:42 2026] DELETE /v2.0/subnets/aa90cf2c-0340-49c2-9d6e-03a7742cdac9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1481] 10.0.0.78 () {34 vars in 679 bytes} [Thu Jul 30 16:04:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1482] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/networks/d88570d3-1a1c-4ff8-b4a4-cbd612f0753a => generated 653 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1483] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:04:42 2026] GET /v2.0/networks => generated 1298 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1484] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/security-groups?tenant_id=35cba7af9f254f4da86b248893cc1438&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1485] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1076666902&fields=id&tenant_id=5444960f716c4b3eaf840c910c669585 => 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: 733/1486] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/security-groups?tenant_id=9a53d48067944bf98ad2c31cc1cc14c1&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1487] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:43 2026] DELETE /v2.0/security-groups/7b1a19d0-8633-46c5-96d4-25b783086aa5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1488] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1489] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/quotas/5444960f716c4b3eaf840c910c669585 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1490] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1491] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:43 2026] DELETE /v2.0/security-groups/ce8a0a21-cd92-409c-b43e-274e05e7932b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1492] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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: 757/1493] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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) 2026-07-30 16:04:43.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cb17ea0-0e82-408c-a459-c491bb637d62 ebc2cb273d2b4de58ad6729f0f27a801 52d3f025a9e0481f89a8e2027e78a297 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1494] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/networks/d88570d3-1a1c-4ff8-b4a4-cbd612f0753a => generated 138 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1495] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:43 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1496] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:04:43 2026] DELETE /v2.0/networks/d88570d3-1a1c-4ff8-b4a4-cbd612f0753a => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:04:44.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0c44a32-c308-4185-8ee6-9e9d94ca1efb f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] DELETE failed (client error): The resource could not be found. 2026-07-30 16:04:44.158 7 INFO neutron.services.segments.plugin [-] Segment a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 resource provider aggregate not found [pid: 8|app: 0|req: 739/1497] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:44 2026] DELETE /v2.0/subnets/cc7f92b7-be1e-481a-a023-4ac5ba09b10a => generated 136 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:44.172 7 INFO neutron.services.segments.plugin [-] Segment a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 resource provider aggregate not found 2026-07-30 16:04:44.179 7 INFO neutron.services.segments.plugin [-] Segment a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 found for delete ", "request_id": "req-7f04dbde-cc7a-4595-ae1f-fc1c5756c3e0"}]} 2026-07-30 16:04:44.180 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b38db0a-c153-4a63-8091-3b9322c30394 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1498] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:44 2026] DELETE /v2.0/subnets/5c4efe24-8b83-4b5c-84da-84b36be9939a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:04:44.199 7 INFO neutron.services.segments.plugin [-] Segment a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a46d37-4d65-4be0-9a54-dbfe4c7ca3a5 found for delete ", "request_id": "req-14bf1c3d-7c08-4ffa-bf9b-157ace43038c"}]} 2026-07-30 16:04:44.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4e2da45-1434-4769-b117-156410435574 f80204f69c5f43eebd24cf3d53d0f4b0 ffafc0e9ca44441c90860ded72ac8ecf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1499] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:04:44 2026] DELETE /v2.0/subnets/e3518555-7e78-4cb0-b33e-2568d38d9bbe => 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: 760/1500] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:45 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 741/1501] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:45 2026] GET /v2.0/security-groups?tenant_id=ffafc0e9ca44441c90860ded72ac8ecf&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: 761/1504] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:45 2026] DELETE /v2.0/security-groups/7d084237-4ba6-4359-a6af-5ac2d6e12695 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1505] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:45 2026] GET /v2.0/security-groups?tenant_id=52d3f025a9e0481f89a8e2027e78a297&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1506] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:46 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 746/1507] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:46 2026] DELETE /v2.0/security-groups/56c6ffe9-11a8-4049-b48d-df0c7fad12c7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1508] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:04:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1509] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:46 2026] GET /v2.0/security-groups => generated 4529 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1510] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:46 2026] GET /v2.0/security-groups?tenant_id=99ff9182abd849279048dde94488c61e&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1511] 10.0.0.78 () {34 vars in 756 bytes} [Thu Jul 30 16:04:46 2026] PUT /v2.0/security-groups/c4d6b11f-6d72-4e43-98a6-8b403e994f15 => generated 1664 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1512] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:04:46 2026] GET /v2.0/security-groups/c4d6b11f-6d72-4e43-98a6-8b403e994f15 => generated 1664 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1513] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:46 2026] DELETE /v2.0/security-groups/1508174f-9168-4692-aed7-379001e366c2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1514] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:46 2026] DELETE /v2.0/security-groups/c4d6b11f-6d72-4e43-98a6-8b403e994f15 => 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: 749/1515] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:46.931 7 INFO neutron.api.v2.resource [None req-74eadea4-afd1-4102-8802-b19c887b9a95 9a04bfd199ea463ea54ea200a63f223f 2fb3d8df20b24063a2420f5919888345 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1516] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:46 2026] DELETE /v2.0/security-groups/c4d6b11f-6d72-4e43-98a6-8b403e994f15 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1517] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:04:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1518] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:47 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 768/1519] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1520] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:47 2026] GET /v2.0/security-group-rules/5f3dfd5e-5b39-4b0c-839a-37686e7339b2 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1521] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1522] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:47 2026] DELETE /v2.0/security-group-rules/5f3dfd5e-5b39-4b0c-839a-37686e7339b2 => 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: 770/1523] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1524] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1525] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:47 2026] GET /v2.0/security-group-rules/4a784a39-bfea-4b54-9b37-9d3a9be465bb => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1526] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1527] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:48 2026] DELETE /v2.0/security-group-rules/4a784a39-bfea-4b54-9b37-9d3a9be465bb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1528] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:48.344 7 INFO neutron.db.securitygroups_db [None req-2ad22c84-0674-4080-b92a-041ec8b0783b 9a04bfd199ea463ea54ea200a63f223f 2fb3d8df20b24063a2420f5919888345 - - default default] Project 2fb3d8df20b24063a2420f5919888345 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: 757/1529] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 773/1530] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:04:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1531] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-group-rules/014db3bb-f966-4114-a6fa-5eb79e8bb396 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1532] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1533] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:04:48 2026] DELETE /v2.0/security-group-rules/014db3bb-f966-4114-a6fa-5eb79e8bb396 => 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: 775/1534] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1535] 10.0.0.78 () {32 vars in 671 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1536] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5444960f716c4b3eaf840c910c669585 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1537] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:48 2026] DELETE /v2.0/security-groups/75a04e99-5771-49bd-94cc-7e71a752fd3a => 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: 762/1538] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1539] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:04:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1540] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:04:48 2026] POST /v2.0/ports => generated 954 bytes in 540 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: 778/1541] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:49 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1542] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:49 2026] GET /v2.0/security-groups?tenant_id=5b0fc2c3bed84cd1a8e4f60c428c3a6e&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1543] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:49 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1544] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:49 2026] GET /v2.0/security-groups?tenant_id=2fb3d8df20b24063a2420f5919888345&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1545] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:04:49 2026] PUT /v2.0/ports/8e02f1d7-ebc3-485f-b821-feef93d1ab48 => generated 1235 bytes in 671 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: 782/1546] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:49 2026] DELETE /v2.0/security-groups/3c884c71-d03f-48f6-93f7-a19ff50d46ca => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:50.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a20b449-839b-4ea6-80a8-f7a0e001938e'] response: {'name': 'network-changed', 'server_uuid': '3131d372-afe0-4d95-81e5-a7333d973780', 'tag': '8e02f1d7-ebc3-485f-b821-feef93d1ab48', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 765/1547] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:50 2026] DELETE /v2.0/security-groups/b61adfd5-31e5-4efc-829d-69044da30523 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1548] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:50 2026] GET /v2.0/security-groups?tenant_id=2c8b4ae089334c66870eccb29393e46f&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1549] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:50 2026] DELETE /v2.0/security-groups/f4127244-cd24-4662-b572-7f278d9451b9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1550] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:04:50 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1551] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:04:50 2026] GET /v2.0/networks?tenant_id=5444960f716c4b3eaf840c910c669585&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1552] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:04:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1553] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:50 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1554] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:51 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 769/1555] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:04:51 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1556] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8e02f1d7-ebc3-485f-b821-feef93d1ab48 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1557] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:04:51 2026] GET /v2.0/subnets?id=b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1558] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:04:51 2026] GET /v2.0/ports?network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1559] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:04:52 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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: 789/1560] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:04:52 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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: 772/1561] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:52 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1562] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:52 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 791/1563] 10.0.0.78 () {32 vars in 621 bytes} [Thu Jul 30 16:04:52 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: 792/1564] 10.0.0.78 () {32 vars in 631 bytes} [Thu Jul 30 16:04:52 2026] GET /v2.0/ => generated 632 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1565] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:52 2026] POST /v2.0/floatingips => generated 552 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1566] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:53 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 793/1567] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:53 2026] GET /v2.0/security-groups?tenant_id=d121d6c48df0417fb26e2b4fea3a0364&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1568] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:53 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1569] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:53 2026] DELETE /v2.0/security-groups/5794b649-f239-426a-8dda-6d808a39fd05 => 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: 775/1570] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:53 2026] POST /v2.0/floatingips => generated 552 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1571] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:54 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1572] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:54 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1573] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:54 2026] POST /v2.0/floatingips => generated 552 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1574] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:54 2026] POST /v2.0/floatingips => generated 552 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1575] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:55 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1576] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:56 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 797/1577] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:04:55 2026] POST /v2.0/floatingips => generated 552 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1578] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:04:56 2026] PUT /v2.0/floatingips/fb8ca901-3576-4af2-a20a-3ba96d68dd28/tags => generated 17 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1579] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:04:56 2026] PUT /v2.0/floatingips/21a2a65c-fa7a-498e-bfbb-c69b170e0695/tags => generated 25 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1580] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:04:56 2026] PUT /v2.0/floatingips/1354133e-c8f6-4231-ae5b-5c11e31c0bc6/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1581] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:04:57 2026] PUT /v2.0/floatingips/977a7a5e-28dd-4141-9d92-a67d774489f2/tags => generated 19 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1582] 10.0.0.78 () {32 vars in 670 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1583] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 800/1584] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1585] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 801/1586] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1587] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1588] 10.0.0.78 () {32 vars in 678 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1589] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 803/1590] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 788/1591] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1592] 10.0.0.78 () {32 vars in 688 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1593] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1594] 10.0.0.78 () {32 vars in 700 bytes} [Thu Jul 30 16:04:57 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:04:57.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-214b2278-a960-4747-9471-4267dda0c02c 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] TaaS: Handle Delete Port: 83f06c61-ca0c-4c2f-89c6-14fe9f7c9fe8 2026-07-30 16:04:57.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-214b2278-a960-4747-9471-4267dda0c02c 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] Tap Mirror: Handle Delete Port: 83f06c61-ca0c-4c2f-89c6-14fe9f7c9fe8 [pid: 7|app: 0|req: 806/1595] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:57 2026] DELETE /v2.0/floatingips/fb8ca901-3576-4af2-a20a-3ba96d68dd28 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:58.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-450f2b9a-4f77-4ad4-9d81-880bf65a5898 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] TaaS: Handle Delete Port: 33fa5b0c-c715-4cd3-b07a-e0d6920786d8 2026-07-30 16:04:58.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-450f2b9a-4f77-4ad4-9d81-880bf65a5898 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] Tap Mirror: Handle Delete Port: 33fa5b0c-c715-4cd3-b07a-e0d6920786d8 [pid: 7|app: 0|req: 807/1596] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:57 2026] DELETE /v2.0/floatingips/21a2a65c-fa7a-498e-bfbb-c69b170e0695 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:58.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-412dd2b8-4d9d-4196-bcca-3981a1519b6f 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] TaaS: Handle Delete Port: 5275d1ed-3ce4-4b13-b74d-e020b2cd5fad 2026-07-30 16:04:58.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-412dd2b8-4d9d-4196-bcca-3981a1519b6f 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] Tap Mirror: Handle Delete Port: 5275d1ed-3ce4-4b13-b74d-e020b2cd5fad 2026-07-30 16:04:58.539 8 INFO neutron.db.l3_db [None req-bd342237-b301-4aba-b0f2-fe642d177a91 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Floating IP 3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 associated. External IP: 10.96.250.205, port: 8e02f1d7-ebc3-485f-b821-feef93d1ab48. [pid: 7|app: 0|req: 808/1597] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:58 2026] DELETE /v2.0/floatingips/1354133e-c8f6-4231-ae5b-5c11e31c0bc6 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1598] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:04:57 2026] POST /v2.0/floatingips => generated 855 bytes in 1374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:04:59.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a438c127-1337-4833-846e-aebab9eebf0e'] response: {'name': 'network-changed', 'server_uuid': '3131d372-afe0-4d95-81e5-a7333d973780', 'tag': '8e02f1d7-ebc3-485f-b821-feef93d1ab48', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 809/1599] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:58 2026] GET /v2.0/security-groups?tenant_id=2e4e1d5fb5384d4e9180db92a02edf1a&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1600] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:04:59.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc39876b-7288-4e51-a6c5-a7008d26e660 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] TaaS: Handle Delete Port: dd3e4cab-2d69-4570-afb4-ffc25b581b4d 2026-07-30 16:04:59.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc39876b-7288-4e51-a6c5-a7008d26e660 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] Tap Mirror: Handle Delete Port: dd3e4cab-2d69-4570-afb4-ffc25b581b4d [pid: 7|app: 0|req: 811/1601] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:59 2026] DELETE /v2.0/security-groups/6f270fb2-d386-4ea0-9075-3d8eac21c4fe => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1602] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:58 2026] DELETE /v2.0/floatingips/977a7a5e-28dd-4141-9d92-a67d774489f2 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:04:59.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aa18947-5441-4012-a621-4323d0820b01 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] TaaS: Handle Delete Port: 1beac1e0-8e15-43a0-8e0f-6b6545a78426 2026-07-30 16:04:59.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aa18947-5441-4012-a621-4323d0820b01 5adb5daf3cf54d1087538c0010e510dc 88933db319a24a4c9fcb192d794dcf6a - - default default] Tap Mirror: Handle Delete Port: 1beac1e0-8e15-43a0-8e0f-6b6545a78426 [pid: 7|app: 0|req: 812/1603] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:04:59 2026] DELETE /v2.0/floatingips/89772a37-ab3a-4f00-ac47-c91de572ddd6 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1604] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1605] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1606] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8e02f1d7-ebc3-485f-b821-feef93d1ab48 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1607] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/subnets?id=b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1608] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/security-groups?tenant_id=499055ef583f4d2bbf2c944896a8c69d&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1609] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/ports?network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1610] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1611] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:04:59 2026] DELETE /v2.0/security-groups/e49f51c4-8b8a-4eee-bf21-2e2ebd78c92b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1612] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:04:59 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1613] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:00 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 855 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1614] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:00 2026] GET /v2.0/security-groups?tenant_id=115c290d3b754c368b248ea44bae075f&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1617] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:00 2026] DELETE /v2.0/security-groups/3059dfef-db94-48f5-bb87-dcd8ee7a55aa => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1618] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:01 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 857 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1619] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:00 2026] GET /v2.0/security-groups?tenant_id=1c827296e95d491e904abc2293448e96&name=default => generated 2925 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1620] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:01 2026] DELETE /v2.0/security-groups/71cfb530-9df6-4074-922d-804df1ef20b2 => 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: 824/1621] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:01 2026] GET /v2.0/security-groups?tenant_id=d3ecb4267be6484898e92c5b17a023a5&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1622] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:01 2026] DELETE /v2.0/security-groups/aa761567-23db-4ed4-9c30-c2434ff8102a => 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: 825/1623] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:02 2026] GET /v2.0/security-groups?tenant_id=88933db319a24a4c9fcb192d794dcf6a&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1624] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:02 2026] DELETE /v2.0/security-groups/81c4edf8-2e5c-4f34-9594-556c391af921 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1625] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:03 2026] GET /v2.0/security-groups?tenant_id=ea756d6d64be48ed835b1883bb205f88&name=default => generated 2925 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1626] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:04 2026] DELETE /v2.0/security-groups/ef73b28f-dea4-4571-a02d-8fbc512fdf24 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1627] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:05 2026] GET /v2.0/security-groups?tenant_id=0a67dfff21014c9b99fa84a1c20892c6&name=default => generated 2925 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1628] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:06 2026] DELETE /v2.0/security-groups/0505e488-5efe-4ca6-8635-b0fc0d6cc983 => 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: 802/1629] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:06 2026] GET /v2.0/security-groups?tenant_id=f9fa5c3810d5452a8f15cc3953a10b5f&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1630] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:06 2026] DELETE /v2.0/security-groups/68d9a92c-30db-4ab1-a910-b0cc94a8ea5a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:07.075 7 INFO neutron.db.segments_db [None req-ee8a31c4-5929-493a-95b1-584f01df4f5a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 86970c0e-9db3-40d9-809c-51160f833975 of type vxlan for network 7e099fb3-b8b2-4c17-bc25-9f580bc144ce [pid: 7|app: 0|req: 828/1631] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:05:06 2026] POST /v2.0/networks => generated 722 bytes in 787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1632] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:07 2026] POST /v2.0/subnets => generated 688 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:07.741 7 INFO neutron.db.segments_db [None req-493f2449-5537-4299-bdb9-298674452624 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d of type vxlan for network 62dc492a-0933-40a1-8db5-3152b852661c 2026-07-30 16:05:08.137 7 INFO neutron.db.l3_hamode_db [None req-493f2449-5537-4299-bdb9-298674452624 6753c68edad34b92aa586ae9dfc30fc5 591f55303ae040ae8bcdeee3d106ad6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:05:08.311 8 INFO neutron.db.segments_db [None req-ef11a08d-cc4d-4063-80c7-966b1b0b2d3f 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Added segment d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 of type vxlan for network 04ab91e9-c740-4b8b-bd6f-562f76fe9654 [pid: 8|app: 0|req: 805/1633] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:07 2026] POST /v2.0/networks => generated 613 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1634] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:08 2026] POST /v2.0/ports => generated 743 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:05:09.192 8 INFO neutron.db.segments_db [None req-f2806f52-6485-46ac-9cff-b33efbdebe3b 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Added segment 0c7e9a53-c968-4e2d-9484-5ae4b762164f of type vxlan for network fed2e45f-4184-4a53-ad6f-698dd9aba932 2026-07-30 16:05:09.250 7 INFO neutron.db.l3_hamode_db [None req-493f2449-5537-4299-bdb9-298674452624 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 807/1635] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:09 2026] POST /v2.0/networks => generated 613 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1636] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:05:09 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 809/1637] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:09 2026] POST /v2.0/ports => generated 743 bytes in 612 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: 810/1638] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:05:10 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:10.129 8 INFO neutron.db.segments_db [None req-3c67889b-be78-483e-8651-6561e52de3e5 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Added segment 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 of type vxlan for network df5dfed4-1d7b-488a-9dfe-93b2e08bd458 [pid: 8|app: 0|req: 811/1639] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:10 2026] POST /v2.0/networks => generated 612 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1640] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:07 2026] POST /v2.0/routers => generated 728 bytes in 3000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1641] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:10 2026] POST /v2.0/ports => generated 743 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:05:10.960 8 INFO neutron.db.segments_db [None req-24bcb9ef-333a-434e-ad40-30c957d59d9d 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Added segment 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c of type vxlan for network 8602718b-92cc-4dba-8fe0-2e5707523d73 [pid: 8|app: 0|req: 813/1642] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:10 2026] POST /v2.0/networks => generated 612 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1643] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:11 2026] POST /v2.0/ports => generated 743 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:05:11.793 8 INFO neutron.db.segments_db [None req-219cb493-c18b-44a3-b6da-cc75c7dd11e4 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Added segment 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e of type vxlan for network ba449735-9a00-41ec-8eec-03aacb0b3442 [pid: 8|app: 0|req: 815/1644] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:11 2026] POST /v2.0/networks => generated 613 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1645] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:05:10 2026] PUT /v2.0/routers/103a3f1f-46ca-401f-8ce2-63a3e5a75c70/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1646] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:11 2026] POST /v2.0/ports => generated 743 bytes in 491 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: 817/1647] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:05:12 2026] PUT /v2.0/ports/b6d20851-9997-4b20-beb7-7838ab8a0058/tags => generated 17 bytes in 99 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: 818/1648] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:05:12 2026] PUT /v2.0/ports/b615e467-d1b4-416b-971c-af754383f47e/tags => generated 25 bytes in 153 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: 831/1649] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:12 2026] GET /v2.0/security-groups?tenant_id=a58e238c353148ecbd56a130ebd41a31&name=default => generated 2925 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1650] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:05:12 2026] PUT /v2.0/ports/b517c1dd-5f3c-4067-b58a-fa667c0e0a52/tags => generated 34 bytes in 101 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: 832/1651] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:12 2026] DELETE /v2.0/security-groups/89e3d490-89ab-4b6f-b2ee-fcc8d1a4b928 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1652] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:05:12 2026] PUT /v2.0/ports/a579c115-82d0-4fd5-af74-ad2534605661/tags => generated 19 bytes in 121 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: 833/1653] 10.0.0.78 () {32 vars in 658 bytes} [Thu Jul 30 16:05:12 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1654] 10.0.0.78 () {32 vars in 672 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1655] 10.0.0.78 () {32 vars in 668 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1656] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/security-groups?tenant_id=ee6c1c79d1204fc28db8a68303c81399&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: 836/1657] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1658] 10.0.0.78 () {32 vars in 666 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1659] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:13 2026] DELETE /v2.0/security-groups/2fb9ce5a-03b1-4c10-8bd8-c371fb7064c4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1660] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1661] 10.0.0.78 () {32 vars in 676 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1662] 10.0.0.78 () {32 vars in 688 bytes} [Thu Jul 30 16:05:13 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:13.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-165826c0-f7ab-488e-9edc-305f2f2112f7 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] TaaS: Handle Delete Port: b6d20851-9997-4b20-beb7-7838ab8a0058 2026-07-30 16:05:13.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-165826c0-f7ab-488e-9edc-305f2f2112f7 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Tap Mirror: Handle Delete Port: b6d20851-9997-4b20-beb7-7838ab8a0058 [pid: 8|app: 0|req: 824/1663] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:13 2026] DELETE /v2.0/ports/b6d20851-9997-4b20-beb7-7838ab8a0058 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:14.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9dbc0fe-1722-4cc3-80f4-d93f02c64f2d 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] TaaS: Handle Delete Port: b615e467-d1b4-416b-971c-af754383f47e 2026-07-30 16:05:14.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9dbc0fe-1722-4cc3-80f4-d93f02c64f2d 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Tap Mirror: Handle Delete Port: b615e467-d1b4-416b-971c-af754383f47e [pid: 7|app: 0|req: 840/1664] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:14 2026] DELETE /v2.0/ports/b615e467-d1b4-416b-971c-af754383f47e => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:14.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-da14b456-d0eb-4d0c-850f-ca26c1b5e1fb 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] TaaS: Handle Delete Port: b517c1dd-5f3c-4067-b58a-fa667c0e0a52 2026-07-30 16:05:14.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da14b456-d0eb-4d0c-850f-ca26c1b5e1fb 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Tap Mirror: Handle Delete Port: b517c1dd-5f3c-4067-b58a-fa667c0e0a52 [pid: 8|app: 0|req: 825/1665] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:14 2026] DELETE /v2.0/ports/b517c1dd-5f3c-4067-b58a-fa667c0e0a52 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:14.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3836c41-ecc1-4598-8471-253c132c322f 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] TaaS: Handle Delete Port: a579c115-82d0-4fd5-af74-ad2534605661 2026-07-30 16:05:14.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3836c41-ecc1-4598-8471-253c132c322f 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Tap Mirror: Handle Delete Port: a579c115-82d0-4fd5-af74-ad2534605661 [pid: 7|app: 0|req: 841/1666] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:14 2026] DELETE /v2.0/ports/a579c115-82d0-4fd5-af74-ad2534605661 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1667] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:05:14 2026] GET /v2.0/networks?id=7e099fb3-b8b2-4c17-bc25-9f580bc144ce => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1668] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:05:14 2026] GET /v2.0/quotas/591f55303ae040ae8bcdeee3d106ad6a => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:14.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fd2c502-b4d1-4faa-b473-577928963fac 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] TaaS: Handle Delete Port: 4e9fe264-9904-42d6-8cb0-218a4ba0f3ce 2026-07-30 16:05:14.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd2c502-b4d1-4faa-b473-577928963fac 841757814de14be8bcedc607057e6a2d 59e0cd9452bb4295a423643783b70fbd - - default default] Tap Mirror: Handle Delete Port: 4e9fe264-9904-42d6-8cb0-218a4ba0f3ce [pid: 8|app: 0|req: 828/1669] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:05:14 2026] GET /v2.0/ports?tenant_id=591f55303ae040ae8bcdeee3d106ad6a&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1670] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:05:15 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1671] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:14 2026] DELETE /v2.0/ports/4e9fe264-9904-42d6-8cb0-218a4ba0f3ce => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1672] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:05:15 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?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-30 16:05:15.281 7 INFO neutron.services.segments.plugin [-] Segment d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 resource provider aggregate not found 2026-07-30 16:05:15.292 7 INFO neutron.services.segments.plugin [-] Segment d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 resource provider aggregate not found 2026-07-30 16:05:15.301 7 INFO neutron.services.segments.plugin [-] Segment d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 found for delete ", "request_id": "req-e70fd7f1-854a-41ff-8463-a4aa15bc96d5"}]} 2026-07-30 16:05:15.329 7 INFO neutron.services.segments.plugin [-] Segment d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d924f814-bfeb-4042-ba65-e7f3cbc6e7a1 found for delete ", "request_id": "req-a4c11ed2-813a-470b-a0fa-425cf1e52b94"}]} [pid: 7|app: 0|req: 843/1673] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:15 2026] DELETE /v2.0/networks/04ab91e9-c740-4b8b-bd6f-562f76fe9654 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1674] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:15 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:15.514 8 INFO neutron.services.segments.plugin [-] Segment 0c7e9a53-c968-4e2d-9484-5ae4b762164f resource provider aggregate not found 2026-07-30 16:05:15.517 8 INFO neutron.services.segments.plugin [-] Segment 0c7e9a53-c968-4e2d-9484-5ae4b762164f resource provider aggregate not found 2026-07-30 16:05:15.538 8 INFO neutron.services.segments.plugin [-] Segment 0c7e9a53-c968-4e2d-9484-5ae4b762164f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7e9a53-c968-4e2d-9484-5ae4b762164f found for delete ", "request_id": "req-a9afe92a-8685-44fb-a0ec-3c39ef270fbf"}]} 2026-07-30 16:05:15.541 8 INFO neutron.services.segments.plugin [-] Segment 0c7e9a53-c968-4e2d-9484-5ae4b762164f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7e9a53-c968-4e2d-9484-5ae4b762164f found for delete ", "request_id": "req-456065d3-25e4-4bfb-b27d-518d2b35bcd6"}]} [pid: 8|app: 0|req: 831/1675] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:15 2026] DELETE /v2.0/networks/fed2e45f-4184-4a53-ad6f-698dd9aba932 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1678] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:15 2026] DELETE /v2.0/networks/df5dfed4-1d7b-488a-9dfe-93b2e08bd458 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1679] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:15 2026] DELETE /v2.0/networks/8602718b-92cc-4dba-8fe0-2e5707523d73 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1680] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:16 2026] DELETE /v2.0/networks/ba449735-9a00-41ec-8eec-03aacb0b3442 => 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: 835/1681] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:16 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:17.322 7 INFO neutron.services.segments.plugin [-] Segment 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 resource provider aggregate not found 2026-07-30 16:05:17.341 7 INFO neutron.services.segments.plugin [-] Segment 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 found for delete ", "request_id": "req-9e70b8ba-3d2f-4d37-a9a4-44f9c0b1b50c"}]} 2026-07-30 16:05:17.356 7 INFO neutron.services.segments.plugin [-] Segment 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 resource provider aggregate not found 2026-07-30 16:05:17.362 7 INFO neutron.services.segments.plugin [-] Segment 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e resource provider aggregate not found 2026-07-30 16:05:17.379 7 INFO neutron.services.segments.plugin [-] Segment 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bf0d972-7f4a-43fa-a8ca-2b97e800f2a8 found for delete ", "request_id": "req-401c2e4f-32da-49e2-83a5-72bae9e96d8f"}]} 2026-07-30 16:05:17.383 7 INFO neutron.services.segments.plugin [-] Segment 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e found for delete ", "request_id": "req-af9b7385-cfc7-4984-84fa-71d6eb3f2f39"}]} 2026-07-30 16:05:17.396 7 INFO neutron.services.segments.plugin [-] Segment 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e resource provider aggregate not found 2026-07-30 16:05:17.415 7 INFO neutron.services.segments.plugin [-] Segment 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bf3ea6-09ed-428d-95ad-4fb4f9b3e48e found for delete ", "request_id": "req-22876b32-8ffd-4d58-8fe3-2fbeee7668e2"}]} 2026-07-30 16:05:17.562 8 INFO neutron.services.segments.plugin [-] Segment 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c resource provider aggregate not found 2026-07-30 16:05:17.568 8 INFO neutron.services.segments.plugin [-] Segment 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c resource provider aggregate not found 2026-07-30 16:05:17.593 8 INFO neutron.services.segments.plugin [-] Segment 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c found for delete ", "request_id": "req-455c42a5-5557-4192-8f28-544a95414c17"}]} 2026-07-30 16:05:17.595 8 INFO neutron.services.segments.plugin [-] Segment 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fa47e66-4d2f-477a-b83d-b394a1ae2f7c found for delete ", "request_id": "req-f78616d2-06c9-4e00-821d-e60fb53e40d3"}]} [pid: 8|app: 0|req: 836/1682] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:17 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 847/1683] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:17 2026] GET /v2.0/security-groups?tenant_id=59e0cd9452bb4295a423643783b70fbd&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1684] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:17 2026] DELETE /v2.0/security-groups/6df91318-820b-4f10-a73c-78195c74506d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1685] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:18 2026] GET /v2.0/security-groups?tenant_id=7ec8dcf457eb4e8786dadf78143564ee&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1686] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:18 2026] DELETE /v2.0/security-groups/1e4bc0f0-89a9-46ed-bb5b-5a53450cb431 => 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: 849/1687] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:18 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 839/1688] 10.0.0.78 () {32 vars in 824 bytes} [Thu Jul 30 16:05:18 2026] GET /v2.0/ports?project_id=5444960f716c4b3eaf840c910c669585&network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 3691 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1689] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:18 2026] GET /v2.0/security-groups?tenant_id=9a6ebb148acb4c0f9300a7233e1f76be&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1690] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:18 2026] DELETE /v2.0/security-groups/2e1b9d33-c0d0-431c-a5f4-4e36725914a9 => 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: 851/1691] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:05:19 2026] GET /v2.0/subnets?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:19.444 8 INFO neutron.db.l3_db [None req-f1d34698-1d20-42c0-8d42-fbfbc231751b f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Floating IP 3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 disassociated. External IP: 10.96.250.205, port: 8e02f1d7-ebc3-485f-b821-feef93d1ab48. [pid: 7|app: 0|req: 852/1692] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:19 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 841/1693] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:05:19 2026] PUT /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 554 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:19.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a97fcf72-8949-4b26-a75a-ca101007be12'] response: {'name': 'network-changed', 'server_uuid': '3131d372-afe0-4d95-81e5-a7333d973780', 'tag': '8e02f1d7-ebc3-485f-b821-feef93d1ab48', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 842/1694] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:05:19 2026] GET /v2.0/networks?id=7e099fb3-b8b2-4c17-bc25-9f580bc144ce => generated 673 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1695] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:19 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 554 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1696] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1697] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:05:19 2026] POST /v2.0/ports => generated 954 bytes in 537 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: 855/1698] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1699] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8e02f1d7-ebc3-485f-b821-feef93d1ab48 => 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: 857/1700] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/subnets?id=b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1701] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/ports?network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2&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: 859/1702] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1703] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1704] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:20 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1705] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:21 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1706] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:05:20 2026] PUT /v2.0/ports/2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c => generated 1235 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1707] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:21 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 552 bytes in 24 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: 845/1708] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:21 2026] GET /v2.0/security-groups?tenant_id=f130cb2b45fa45ee8e2418ebaee3c6bd&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:21.996 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6737099b-7331-485f-9b08-fa9d6a1a4056'] response: {'name': 'network-changed', 'server_uuid': 'c283df3f-f4c6-4df5-bd30-3f71c15349c2', 'tag': '2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 864/1709] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:21 2026] DELETE /v2.0/security-groups/9e6eeece-a2f1-44fd-b82b-774e5b38df41 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1710] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1711] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/ports?tenant_id=591f55303ae040ae8bcdeee3d106ad6a&device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1712] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1713] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c => 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: 848/1714] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/subnets?id=c1e41020-d4c3-40a5-a0b7-eee67003e874 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1715] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/ports?network_id=7e099fb3-b8b2-4c17-bc25-9f580bc144ce&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: 850/1716] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?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: 867/1717] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/security-groups?tenant_id=42ea715f335b49eeadaabfb55fb138c1&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1718] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:05:22 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1719] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:22 2026] DELETE /v2.0/security-groups/bcfa3701-82e0-4ebe-9cfb-acccd82525b1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1720] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:05:22 2026] POST /v2.0/security-groups => generated 1675 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1721] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1722] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1723] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1724] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:23 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 856/1725] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:23 2026] GET /v2.0/ports?tenant_id=591f55303ae040ae8bcdeee3d106ad6a&device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 857/1726] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1727] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:23 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&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: 870/1728] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:05:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1729] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:05:23 2026] GET /v2.0/networks?id=7e099fb3-b8b2-4c17-bc25-9f580bc144ce => generated 769 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:23.938 7 INFO neutron.db.securitygroups_db [None req-d627b103-56d3-4318-b0a5-3f99ebd7204e f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Project 5444960f716c4b3eaf840c910c669585 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: 860/1730] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:05:23 2026] PUT /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1731] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c => 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: 862/1732] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1733] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1734] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/subnets?id=c1e41020-d4c3-40a5-a0b7-eee67003e874 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1735] 10.0.0.78 () {34 vars in 776 bytes} [Thu Jul 30 16:05:24 2026] PUT /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-30 16:05:24.204 8 INFO neutron.db.securitygroups_db [None req-b0f0201e-ca68-4ce2-80fd-02a924cc0dc8 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Project 5444960f716c4b3eaf840c910c669585 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: 873/1736] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/ports?network_id=7e099fb3-b8b2-4c17-bc25-9f580bc144ce&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1737] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1738] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1739] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:05:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1740] 10.0.0.78 () {34 vars in 772 bytes} [Thu Jul 30 16:05:24 2026] PUT /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/red => 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: 865/1741] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce?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: 877/1742] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/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: 866/1743] 10.0.0.78 () {34 vars in 794 bytes} [Thu Jul 30 16:05:24 2026] PUT /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1744] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1745] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:05:24 2026] PUT /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 37 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1746] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1747] 10.0.0.78 () {32 vars in 753 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:24.817 8 INFO neutron.api.v2.resource [None req-52966c5f-9645-4692-b173-ef6305f94985 327a96e59ccf4881872cfb062d7bfd5e d2a1622ac34a459fa44311e1b919213f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 869/1748] 10.0.0.78 () {32 vars in 757 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1749] 10.0.0.78 () {32 vars in 756 bytes} [Thu Jul 30 16:05:24 2026] DELETE /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1750] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1751] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:25.033 8 INFO neutron.api.v2.resource [None req-9d421bbd-9cac-4ed6-9d61-8cbeed5511ab 327a96e59ccf4881872cfb062d7bfd5e d2a1622ac34a459fa44311e1b919213f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1752] 10.0.0.78 () {32 vars in 760 bytes} [Thu Jul 30 16:05:24 2026] DELETE /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1753] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:05:24 2026] GET /v2.0/networks => generated 1298 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1754] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1755] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:05:25 2026] DELETE /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => 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: 875/1756] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1013770171&fields=id&tenant_id=5444960f716c4b3eaf840c910c669585 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1757] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1758] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1759] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/quotas/5444960f716c4b3eaf840c910c669585 => 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: 883/1760] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:25 2026] DELETE /v2.0/security-groups/3b625c54-41c2-4134-968d-3b17470b08df => 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: 878/1761] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1762] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1763] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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: 886/1764] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 879/1765] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:25 2026] GET /v2.0/security-groups?tenant_id=ce150afea6a14a6ba288bd9d623b09e1&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1766] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:25 2026] DELETE /v2.0/security-groups/0056506c-7550-41e1-b8bb-25495f41763d => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1767] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:26 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 881/1768] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:26 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&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: 888/1769] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:26 2026] GET /v2.0/security-groups?tenant_id=d2a1622ac34a459fa44311e1b919213f&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1770] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:26 2026] DELETE /v2.0/security-groups/30677ca5-4f14-4f68-aa1b-f853c134e07b => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1771] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:26 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 883/1772] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:26 2026] GET /v2.0/security-groups?tenant_id=f8365293c40b47dda5bb777adfbc692b&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1773] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:27 2026] DELETE /v2.0/security-groups/b8c42c13-26ba-49d2-b347-2c8f1d5a618f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1774] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:27 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 891/1775] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:27 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&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: 885/1776] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:27 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1777] 10.0.0.78 () {32 vars in 651 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions => generated 21537 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1778] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1779] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1780] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1781] 10.0.0.78 () {32 vars in 663 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1782] 10.0.0.78 () {32 vars in 697 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1783] 10.0.0.78 () {32 vars in 695 bytes} [Thu Jul 30 16:05:28 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: 889/1784] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1785] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1786] 10.0.0.78 () {32 vars in 701 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1787] 10.0.0.78 () {32 vars in 691 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1788] 10.0.0.78 () {32 vars in 693 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1789] 10.0.0.78 () {32 vars in 683 bytes} [Thu Jul 30 16:05:28 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: 892/1790] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1791] 10.0.0.78 () {32 vars in 659 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1792] 10.0.0.78 () {32 vars in 697 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1793] 10.0.0.78 () {32 vars in 677 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1794] 10.0.0.78 () {32 vars in 681 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1795] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1796] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1797] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1798] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1799] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1800] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1801] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:28 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: 8|app: 0|req: 898/1802] 10.0.0.78 () {32 vars in 697 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1803] 10.0.0.78 () {32 vars in 677 bytes} [Thu Jul 30 16:05:28 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: 8|app: 0|req: 899/1804] 10.0.0.78 () {32 vars in 665 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1805] 10.0.0.78 () {32 vars in 675 bytes} [Thu Jul 30 16:05:28 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: 8|app: 0|req: 900/1806] 10.0.0.78 () {32 vars in 663 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/l3-ha => 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: 907/1807] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/l3-flavors => 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: 901/1808] 10.0.0.78 () {32 vars in 711 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1809] 10.0.0.78 () {32 vars in 689 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1810] 10.0.0.78 () {32 vars in 681 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1811] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1812] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1813] 10.0.0.78 () {32 vars in 703 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1814] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1815] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1816] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 907/1817] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1818] 10.0.0.78 () {32 vars in 691 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1819] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:29 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: 8|app: 0|req: 910/1820] 10.0.0.78 () {32 vars in 707 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1821] 10.0.0.78 () {32 vars in 703 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1822] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1823] 10.0.0.78 () {32 vars in 695 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1824] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:28 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1825] 10.0.0.78 () {32 vars in 709 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1826] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1827] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1828] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1829] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1830] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1831] 10.0.0.78 () {32 vars in 669 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1832] 10.0.0.78 () {32 vars in 659 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1833] 10.0.0.78 () {32 vars in 697 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1834] 10.0.0.78 () {32 vars in 697 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1835] 10.0.0.78 () {32 vars in 675 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1836] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1837] 10.0.0.78 () {32 vars in 681 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1838] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1839] 10.0.0.78 () {32 vars in 683 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1840] 10.0.0.78 () {32 vars in 705 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1841] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1842] 10.0.0.78 () {32 vars in 695 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1843] 10.0.0.78 () {32 vars in 693 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1844] 10.0.0.78 () {32 vars in 683 bytes} [Thu Jul 30 16:05:29 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: 8|app: 0|req: 926/1845] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1846] 10.0.0.78 () {32 vars in 703 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1847] 10.0.0.78 () {32 vars in 665 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1848] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1849] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1850] 10.0.0.78 () {32 vars in 689 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1851] 10.0.0.78 () {32 vars in 689 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1852] 10.0.0.78 () {32 vars in 693 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1853] 10.0.0.78 () {32 vars in 683 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1854] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1855] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1856] 10.0.0.78 () {32 vars in 701 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1857] 10.0.0.78 () {32 vars in 711 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1858] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1859] 10.0.0.78 () {32 vars in 713 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1860] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1861] 10.0.0.78 () {32 vars in 739 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1862] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1863] 10.0.0.78 () {32 vars in 681 bytes} [Thu Jul 30 16:05:29 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: 929/1864] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1865] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1866] 10.0.0.78 () {32 vars in 677 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1867] 10.0.0.78 () {32 vars in 667 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1868] 10.0.0.78 () {32 vars in 695 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1869] 10.0.0.78 () {32 vars in 703 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1870] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1871] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1872] 10.0.0.78 () {32 vars in 681 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1873] 10.0.0.78 () {32 vars in 703 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1874] 10.0.0.78 () {32 vars in 693 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1875] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1876] 10.0.0.78 () {32 vars in 695 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1877] 10.0.0.78 () {32 vars in 677 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1878] 10.0.0.78 () {32 vars in 687 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1879] 10.0.0.78 () {32 vars in 699 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1880] 10.0.0.78 () {32 vars in 663 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1881] 10.0.0.78 () {32 vars in 679 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1882] 10.0.0.78 () {32 vars in 675 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1883] 10.0.0.78 () {32 vars in 691 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1884] 10.0.0.78 () {32 vars in 675 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1885] 10.0.0.78 () {32 vars in 665 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1886] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1887] 10.0.0.78 () {32 vars in 673 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1888] 10.0.0.78 () {32 vars in 685 bytes} [Thu Jul 30 16:05:29 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1889] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 949/1890] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 942/1891] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 661 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1892] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1893] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5444960f716c4b3eaf840c910c669585 => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1894] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:30 2026] GET /v2.0/security-groups?tenant_id=94f9becface24f7d95b92fc17a4fc8dd&name=default => generated 2925 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1897] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:05:30 2026] POST /v2.0/ports => generated 958 bytes in 641 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: 947/1898] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:30 2026] DELETE /v2.0/security-groups/fcda33b4-9d43-4f3b-ba6a-14d153813fbe => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1899] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:31 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 961 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1900] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:31 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&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: 950/1901] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:31 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1902] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:05:31 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1903] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:05:30 2026] PUT /v2.0/ports/76835853-9cab-4614-b3dd-75e6da188b0b => generated 1239 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:05:31.575 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e71ed04-36ca-4e54-85a8-44bd713463cd'] response: {'name': 'network-changed', 'server_uuid': 'd6eeb967-0bd6-447b-80d4-4bf0ac20bbbb', 'tag': '76835853-9cab-4614-b3dd-75e6da188b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 953/1904] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:31 2026] GET /v2.0/security-groups?id=e63b229f-4728-4d97-a99e-9ceb8bf295e7&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:31.775 8 INFO neutron_taas.services.taas.taas_plugin [req-8c3cd159-b207-4c98-a2f6-918aaa484275 req-b823321c-6b54-4c3d-8da4-d8434d2a2778 188df3ce6c1c47fab5877883296be3f5 591f55303ae040ae8bcdeee3d106ad6a - - default default] TaaS: Handle Delete Port: 2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c 2026-07-30 16:05:31.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c3cd159-b207-4c98-a2f6-918aaa484275 req-b823321c-6b54-4c3d-8da4-d8434d2a2778 188df3ce6c1c47fab5877883296be3f5 591f55303ae040ae8bcdeee3d106ad6a - - default default] Tap Mirror: Handle Delete Port: 2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c 2026-07-30 16:05:31.914 7 INFO neutron.db.segments_db [None req-6048155b-1165-44ea-96d1-f0f895cc5f89 db8da014d9ac414f9d1da016d82f2717 167d20c3f7994f34a94a318a322b2fb5 - - default default] Added segment 6dd83b93-999b-416d-9096-28a42d21e969 of type vxlan for network 5e25ed29-8a32-4080-a2e9-804f64768c3c [pid: 8|app: 0|req: 954/1905] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:05:31 2026] DELETE /v2.0/ports/2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1906] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:31 2026] POST /v2.0/networks => generated 613 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1907] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1908] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/networks?tenant_id=5444960f716c4b3eaf840c910c669585&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1909] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1910] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 959/1911] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&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: 953/1912] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:05:32 2026] POST /v2.0/ports => generated 743 bytes in 545 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: 954/1913] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:32 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1914] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:05:32 2026] POST /v2.0/trunks => generated 407 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1915] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1916] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:05:33 2026] PUT /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1917] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=76835853-9cab-4614-b3dd-75e6da188b0b => 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: 964/1918] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:33.597 7 INFO neutron.db.segments_db [None req-c1f2d25f-7403-40ef-9421-db581a5a188e abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 of type vxlan for network ac8556bd-ed04-435a-9b63-4051b294a158 2026-07-30 16:05:33.621 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2805f61a-c7f4-4829-bbdc-4b8453d0055c'] response: {'server_uuid': 'c283df3f-f4c6-4df5-bd30-3f71c15349c2', 'name': 'network-vif-deleted', 'tag': '2d0f5d59-68f4-4a47-a0b3-7b47f1f2287c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 965/1919] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/subnets?id=b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:33.674 7 INFO neutron.db.segments_db [None req-c1f2d25f-7403-40ef-9421-db581a5a188e abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment 2c40e52b-a585-4dc2-b18f-909fedcba3f8 of type vxlan for network 14b99fd2-27e5-48ca-8003-a9d7c4be448f [pid: 8|app: 0|req: 966/1920] 10.0.0.78 () {34 vars in 758 bytes} [Thu Jul 30 16:05:33 2026] PUT /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1921] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1922] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/ports?network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2&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: 969/1923] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1924] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&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: 955/1925] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:33 2026] POST /v2.0/networks => generated 1205 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1926] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1927] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 972/1928] 10.0.0.78 () {34 vars in 754 bytes} [Thu Jul 30 16:05:33 2026] PUT /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1929] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/networks => generated 1842 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1930] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?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: 958/1931] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:33 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1932] 10.0.0.78 () {34 vars in 776 bytes} [Thu Jul 30 16:05:33 2026] PUT /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1933] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:34.097 8 INFO neutron.services.segments.plugin [-] Segment 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 resource provider aggregate not found 2026-07-30 16:05:34.104 8 INFO neutron.services.segments.plugin [-] Segment 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 resource provider aggregate not found 2026-07-30 16:05:34.119 8 INFO neutron.services.segments.plugin [-] Segment 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 found for delete ", "request_id": "req-9d5a4798-4bf4-4c85-ab74-03b4f69c3dc0"}]} 2026-07-30 16:05:34.127 8 INFO neutron.services.segments.plugin [-] Segment 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d716cf-e6ad-4d91-a3b0-f999d6bf3c79 found for delete ", "request_id": "req-f5c5f351-498c-4f34-af57-711307d078d6"}]} [pid: 8|app: 0|req: 974/1934] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:33 2026] DELETE /v2.0/networks/ac8556bd-ed04-435a-9b63-4051b294a158 => 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: 961/1935] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:05:34 2026] PUT /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1936] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1937] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:34.284 7 INFO neutron.api.v2.resource [None req-9c359433-e6b8-44a8-bbc5-6e292ae71f70 db8da014d9ac414f9d1da016d82f2717 167d20c3f7994f34a94a318a322b2fb5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/1938] 10.0.0.78 () {32 vars in 739 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1939] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/networks/14b99fd2-27e5-48ca-8003-a9d7c4be448f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1940] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/red => 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: 966/1941] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1942] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:34.463 7 INFO neutron.api.v2.resource [None req-bce4966d-b668-4994-93c5-b8a5e2b41df8 db8da014d9ac414f9d1da016d82f2717 167d20c3f7994f34a94a318a322b2fb5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1943] 10.0.0.78 () {32 vars in 742 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 16:05:34.507 8 INFO neutron.db.segments_db [None req-f9349fff-a624-402e-b6ee-1ff80a3bcf63 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment ac5d92c5-1004-4fe4-9057-61e2765e28b3 of type vxlan for network 486ee02b-5184-4e3f-85ba-13ee1f1f398f [pid: 7|app: 0|req: 968/1944] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => 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: 969/1945] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1946] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09 => generated 407 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1947] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:34 2026] POST /v2.0/networks => generated 631 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1948] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/ports/20cd451c-69bc-4e34-aed1-e0d191f17028 => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:34.790 8 INFO neutron.db.segments_db [None req-4fe6f297-cad3-43c4-8e2a-5818f634fd29 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment 190a6838-044b-422f-8bd0-be632a211ccc of type vxlan for network d49cff2f-7178-45a1-9d75-0200e6721e88 [pid: 7|app: 0|req: 972/1949] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/trunks/aee21fbe-3136-4425-9e2c-61924bb43f09 => 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: 978/1950] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:34 2026] POST /v2.0/networks => generated 631 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:34.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc901836-0e08-4d16-aa3a-e092537018f9 db8da014d9ac414f9d1da016d82f2717 167d20c3f7994f34a94a318a322b2fb5 - - default default] TaaS: Handle Delete Port: 20cd451c-69bc-4e34-aed1-e0d191f17028 2026-07-30 16:05:34.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc901836-0e08-4d16-aa3a-e092537018f9 db8da014d9ac414f9d1da016d82f2717 167d20c3f7994f34a94a318a322b2fb5 - - default default] Tap Mirror: Handle Delete Port: 20cd451c-69bc-4e34-aed1-e0d191f17028 [pid: 8|app: 0|req: 979/1951] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:34 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1952] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:34 2026] DELETE /v2.0/ports/20cd451c-69bc-4e34-aed1-e0d191f17028 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1953] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:35 2026] GET /v2.0/ports?device_id=c283df3f-f4c6-4df5-bd30-3f71c15349c2 => 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: 975/1954] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:35 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:35.254 7 INFO neutron.services.segments.plugin [-] Segment 6dd83b93-999b-416d-9096-28a42d21e969 resource provider aggregate not found 2026-07-30 16:05:35.258 7 INFO neutron.services.segments.plugin [-] Segment 6dd83b93-999b-416d-9096-28a42d21e969 resource provider aggregate not found 2026-07-30 16:05:35.277 7 INFO neutron.services.segments.plugin [-] Segment 6dd83b93-999b-416d-9096-28a42d21e969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd83b93-999b-416d-9096-28a42d21e969 found for delete ", "request_id": "req-aefc0675-5d73-4dbc-a559-4bad8fae0397"}]} 2026-07-30 16:05:35.278 7 INFO neutron.services.segments.plugin [-] Segment 6dd83b93-999b-416d-9096-28a42d21e969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd83b93-999b-416d-9096-28a42d21e969 found for delete ", "request_id": "req-f5e73664-1168-434c-85e8-39ad22f2fbc5"}]} [pid: 7|app: 0|req: 976/1955] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:35 2026] DELETE /v2.0/networks/5e25ed29-8a32-4080-a2e9-804f64768c3c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1956] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:05:34 2026] POST /v2.0/ports => generated 1505 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1957] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/ports => generated 1505 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:36.147 8 INFO neutron.services.segments.plugin [-] Segment 2c40e52b-a585-4dc2-b18f-909fedcba3f8 resource provider aggregate not found 2026-07-30 16:05:36.150 8 INFO neutron.services.segments.plugin [-] Segment 2c40e52b-a585-4dc2-b18f-909fedcba3f8 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-30 16:05:36.178 8 INFO neutron.services.segments.plugin [-] Segment 2c40e52b-a585-4dc2-b18f-909fedcba3f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c40e52b-a585-4dc2-b18f-909fedcba3f8 found for delete ", "request_id": "req-0faa6478-cc6c-47b0-94b8-4f391910559b"}]} 2026-07-30 16:05:36.182 8 INFO neutron.services.segments.plugin [-] Segment 2c40e52b-a585-4dc2-b18f-909fedcba3f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c40e52b-a585-4dc2-b18f-909fedcba3f8 found for delete ", "request_id": "req-5cad3327-a76a-4fe9-bad9-e2c2b91ed861"}]} 2026-07-30 16:05:36.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-e17bc3d4-3692-47ff-b12b-76b40a97f81d abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] TaaS: Handle Delete Port: b9347957-a02e-4625-82f7-3ce3e3785489 2026-07-30 16:05:36.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e17bc3d4-3692-47ff-b12b-76b40a97f81d abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Tap Mirror: Handle Delete Port: b9347957-a02e-4625-82f7-3ce3e3785489 [pid: 7|app: 0|req: 978/1958] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1959] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:36 2026] DELETE /v2.0/ports/b9347957-a02e-4625-82f7-3ce3e3785489 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1960] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1961] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/security-groups?tenant_id=167d20c3f7994f34a94a318a322b2fb5&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:36.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6fd7faa-6a7d-4d32-b2c5-7ec4001799d4 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] TaaS: Handle Delete Port: 21e4a8a8-9576-4984-bbe8-88ba3ad7e16e 2026-07-30 16:05:36.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6fd7faa-6a7d-4d32-b2c5-7ec4001799d4 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Tap Mirror: Handle Delete Port: 21e4a8a8-9576-4984-bbe8-88ba3ad7e16e [pid: 7|app: 0|req: 980/1962] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:36 2026] DELETE /v2.0/security-groups/b38c9ff6-f716-41a2-b776-2dbad47e280a => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1963] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:05:36 2026] DELETE /v2.0/ports/21e4a8a8-9576-4984-bbe8-88ba3ad7e16e => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1964] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/ports => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:36.993 8 INFO neutron.db.segments_db [None req-2f44a96b-6ac5-401f-bb57-e496135fa348 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment 953101f8-eb5b-4f92-a76d-b6afbf823676 of type vxlan for network eec7993c-8576-4957-b1ce-da4526714d41 [pid: 8|app: 0|req: 984/1965] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:36 2026] POST /v2.0/networks => generated 631 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1966] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:36 2026] GET /v2.0/security-groups?tenant_id=032499e73ac84820b335623176e9ffb6&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1967] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:37 2026] DELETE /v2.0/security-groups/24345255-1153-4292-b4b1-ed904633861e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:37.297 8 INFO neutron.db.segments_db [None req-763f8707-b99a-42d6-9b15-fe3c992d1bc3 abeefa225ac4482eb6710414607275a6 4e6b21d9da444c6aa82079d7f2cd1e36 - - default default] Added segment 3e3f40f8-9092-4e4d-880d-1a6bf880e49a of type vxlan for network bf39a0d6-6a50-40be-940d-2c86bb44ff25 [pid: 8|app: 0|req: 985/1968] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:37 2026] POST /v2.0/networks => generated 631 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:38.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-3089386e-7887-413a-9b7d-6c52d94c406b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 5e468df1-6938-4c64-b753-eda46c932f67 2026-07-30 16:05:38.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3089386e-7887-413a-9b7d-6c52d94c406b 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 5e468df1-6938-4c64-b753-eda46c932f67 [pid: 8|app: 0|req: 986/1969] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:37 2026] POST /v2.0/subnets => generated 1274 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1970] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:38 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1971] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:05:38 2026] GET /v2.0/subnets => generated 1910 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1972] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:38 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&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: 990/1973] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:38 2026] DELETE /v2.0/subnets/22d7dbda-c06c-4a0e-8692-04634d5ada69 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1974] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:05:37 2026] PUT /v2.0/routers/103a3f1f-46ca-401f-8ce2-63a3e5a75c70/remove_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1975] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:38 2026] DELETE /v2.0/subnets/466b75b8-5291-4e50-956f-0289ba26a67f => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:38.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea62fee7-6a89-49ed-8fd4-ad949b36bcb3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 986fb470-e51f-4585-8e88-e0333209a464 2026-07-30 16:05:38.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea62fee7-6a89-49ed-8fd4-ad949b36bcb3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 986fb470-e51f-4585-8e88-e0333209a464 [pid: 8|app: 0|req: 992/1976] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:05:38 2026] GET /v2.0/subnets => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:39.166 8 INFO neutron.services.segments.plugin [-] Segment 3e3f40f8-9092-4e4d-880d-1a6bf880e49a resource provider aggregate not found 2026-07-30 16:05:39.168 8 INFO neutron.services.segments.plugin [-] Segment 3e3f40f8-9092-4e4d-880d-1a6bf880e49a resource provider aggregate not found 2026-07-30 16:05:39.184 8 INFO neutron.services.segments.plugin [-] Segment 3e3f40f8-9092-4e4d-880d-1a6bf880e49a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3f40f8-9092-4e4d-880d-1a6bf880e49a found for delete ", "request_id": "req-6d0fb401-f5fe-4230-a740-d47bf92c9c63"}]} 2026-07-30 16:05:39.191 8 INFO neutron.services.segments.plugin [-] Segment 3e3f40f8-9092-4e4d-880d-1a6bf880e49a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3f40f8-9092-4e4d-880d-1a6bf880e49a found for delete ", "request_id": "req-37f0f263-c3e9-4467-b069-20f824d9cc12"}]} [pid: 8|app: 0|req: 993/1977] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:39 2026] DELETE /v2.0/networks/bf39a0d6-6a50-40be-940d-2c86bb44ff25 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:39.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea62fee7-6a89-49ed-8fd4-ad949b36bcb3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 34b235bb-e218-453e-b89c-f0ef76273b3e 2026-07-30 16:05:39.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea62fee7-6a89-49ed-8fd4-ad949b36bcb3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 34b235bb-e218-453e-b89c-f0ef76273b3e [pid: 8|app: 0|req: 994/1978] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:39 2026] DELETE /v2.0/networks/eec7993c-8576-4957-b1ce-da4526714d41 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1979] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:39 2026] DELETE /v2.0/networks/d49cff2f-7178-45a1-9d75-0200e6721e88 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1980] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:39 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:39.797 7 INFO neutron.services.segments.plugin [-] Segment 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d resource provider aggregate not found 2026-07-30 16:05:39.806 7 INFO neutron.services.segments.plugin [-] Segment 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d resource provider aggregate not found 2026-07-30 16:05:39.822 7 INFO neutron.services.segments.plugin [-] Segment 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d found for delete ", "request_id": "req-0d62dfa0-d171-41ae-ae3a-e0bdef38cc25"}]} 2026-07-30 16:05:39.824 7 INFO neutron.services.segments.plugin [-] Segment 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bbbe87c-6033-4e7a-8c30-6aa780c2b97d found for delete ", "request_id": "req-20d93d2f-fb76-4880-a368-83d8341a5077"}]} 2026-07-30 16:05:39.847 7 INFO neutron.db.l3_hamode_db [None req-ea62fee7-6a89-49ed-8fd4-ad949b36bcb3 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 62dc492a-0933-40a1-8db5-3152b852661c was deleted as no HA routers are present in tenant 591f55303ae040ae8bcdeee3d106ad6a. [pid: 7|app: 0|req: 985/1981] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:38 2026] DELETE /v2.0/routers/103a3f1f-46ca-401f-8ce2-63a3e5a75c70 => generated 0 bytes in 1135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1982] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:39 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1983] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:39 2026] DELETE /v2.0/networks/486ee02b-5184-4e3f-85ba-13ee1f1f398f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1984] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:05:40 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1985] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:05:40 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1986] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:39 2026] DELETE /v2.0/subnets/c1e41020-d4c3-40a5-a0b7-eee67003e874 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1987] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:05:40 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:40.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-b38df2ea-8eca-4973-b2aa-35986927764e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 8bac4836-a6ce-444f-aa65-e6135a1ce4f5 2026-07-30 16:05:40.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b38df2ea-8eca-4973-b2aa-35986927764e 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 8bac4836-a6ce-444f-aa65-e6135a1ce4f5 2026-07-30 16:05:40.620 8 INFO neutron.db.l3_db [None req-bafd8312-ea6a-442e-b85a-050ee8e9895d f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Floating IP 3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 associated. External IP: 10.96.250.205, port: 76835853-9cab-4614-b3dd-75e6da188b0b. [pid: 7|app: 0|req: 988/1988] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:40 2026] DELETE /v2.0/networks/7e099fb3-b8b2-4c17-bc25-9f580bc144ce => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1989] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:40 2026] GET /v2.0/security-groups?tenant_id=4e6b21d9da444c6aa82079d7f2cd1e36&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1990] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:05:40 2026] PUT /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 856 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1991] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/security-groups?tenant_id=591f55303ae040ae8bcdeee3d106ad6a&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1992] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:40 2026] DELETE /v2.0/security-groups/289d64df-f12a-4007-8f92-91f806547d8c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:41.080 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-67d75008-c4bd-4d2d-8922-67d17859768d'] response: {'name': 'network-changed', 'server_uuid': 'd6eeb967-0bd6-447b-80d4-4bf0ac20bbbb', 'tag': '76835853-9cab-4614-b3dd-75e6da188b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1003/1993] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:41.208 8 INFO neutron.services.segments.plugin [-] Segment 953101f8-eb5b-4f92-a76d-b6afbf823676 resource provider aggregate not found 2026-07-30 16:05:41.220 8 INFO neutron.services.segments.plugin [-] Segment 953101f8-eb5b-4f92-a76d-b6afbf823676 resource provider aggregate not found [pid: 7|app: 0|req: 991/1994] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:41 2026] DELETE /v2.0/security-groups/e63b229f-4728-4d97-a99e-9ceb8bf295e7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:41.240 8 INFO neutron.services.segments.plugin [-] Segment 953101f8-eb5b-4f92-a76d-b6afbf823676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953101f8-eb5b-4f92-a76d-b6afbf823676 found for delete ", "request_id": "req-9ec54e2b-be81-4e40-9096-deec9907733f"}]} 2026-07-30 16:05:41.246 8 INFO neutron.services.segments.plugin [-] Segment 953101f8-eb5b-4f92-a76d-b6afbf823676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953101f8-eb5b-4f92-a76d-b6afbf823676 found for delete ", "request_id": "req-7c15ed3d-b261-44bb-8a3a-cbd03e0d4215"}]} 2026-07-30 16:05:41.264 8 INFO neutron.services.segments.plugin [-] Segment 190a6838-044b-422f-8bd0-be632a211ccc resource provider aggregate not found 2026-07-30 16:05:41.267 8 INFO neutron.services.segments.plugin [-] Segment 190a6838-044b-422f-8bd0-be632a211ccc resource provider aggregate not found 2026-07-30 16:05:41.286 8 INFO neutron.services.segments.plugin [-] Segment 190a6838-044b-422f-8bd0-be632a211ccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190a6838-044b-422f-8bd0-be632a211ccc found for delete ", "request_id": "req-f9a04f22-641e-4676-8364-3b98eb08daeb"}]} 2026-07-30 16:05:41.291 8 INFO neutron.services.segments.plugin [-] Segment 190a6838-044b-422f-8bd0-be632a211ccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190a6838-044b-422f-8bd0-be632a211ccc found for delete ", "request_id": "req-372e2679-aaa4-46f3-8838-bd1e318bd5ff"}]} 2026-07-30 16:05:41.308 8 INFO neutron.services.segments.plugin [-] Segment ac5d92c5-1004-4fe4-9057-61e2765e28b3 resource provider aggregate not found 2026-07-30 16:05:41.308 8 INFO neutron.services.segments.plugin [-] Segment ac5d92c5-1004-4fe4-9057-61e2765e28b3 resource provider aggregate not found 2026-07-30 16:05:41.333 8 INFO neutron.services.segments.plugin [-] Segment ac5d92c5-1004-4fe4-9057-61e2765e28b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5d92c5-1004-4fe4-9057-61e2765e28b3 found for delete ", "request_id": "req-555aa598-069a-456a-b20f-525cbbc1fc1e"}]} 2026-07-30 16:05:41.338 8 INFO neutron.services.segments.plugin [-] Segment ac5d92c5-1004-4fe4-9057-61e2765e28b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5d92c5-1004-4fe4-9057-61e2765e28b3 found for delete ", "request_id": "req-d0b67978-623b-4157-8a69-6992fb85d094"}]} [pid: 7|app: 0|req: 992/1995] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/ports?tenant_id=5444960f716c4b3eaf840c910c669585&device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1996] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/networks?id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1997] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=76835853-9cab-4614-b3dd-75e6da188b0b => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:41.781 8 INFO neutron.db.segments_db [None req-5e35b90f-2608-47af-9116-9360fcdb5d28 a9d2961dc645442ab26b704be15b0e12 23983ca39d8f40b4b5549f230cd618a0 - - default default] Added segment a03ad32a-2de9-4462-8c20-64b27bea64e0 of type vxlan for network bb512850-b7df-48f9-96b7-d081a625b3a6 [pid: 7|app: 0|req: 995/1998] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/subnets?id=b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1999] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/ports?network_id=08e0a485-9a40-475a-9c3b-1c77cfa6e9a2&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:41.849 7 INFO neutron.services.segments.plugin [-] Segment 86970c0e-9db3-40d9-809c-51160f833975 resource provider aggregate not found 2026-07-30 16:05:41.850 7 INFO neutron.services.segments.plugin [-] Segment 86970c0e-9db3-40d9-809c-51160f833975 resource provider aggregate not found 2026-07-30 16:05:41.878 7 INFO neutron.services.segments.plugin [-] Segment 86970c0e-9db3-40d9-809c-51160f833975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86970c0e-9db3-40d9-809c-51160f833975 found for delete ", "request_id": "req-44f20a2f-ab95-4533-8225-d219974c137f"}]} 2026-07-30 16:05:41.899 7 INFO neutron.services.segments.plugin [-] Segment 86970c0e-9db3-40d9-809c-51160f833975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86970c0e-9db3-40d9-809c-51160f833975 found for delete ", "request_id": "req-49e5ec9b-3054-43a4-8716-1eac1eab30ff"}]} [pid: 7|app: 0|req: 997/2000] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=segments => generated 14 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2001] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:41 2026] POST /v2.0/networks => generated 612 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2002] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:05:41 2026] GET /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:42.056 8 INFO neutron.db.segments_db [None req-bd6a57a9-4904-4041-ac65-f8874710d3b3 a9d2961dc645442ab26b704be15b0e12 23983ca39d8f40b4b5549f230cd618a0 - - default default] Added segment 8fa77fd4-e75d-465a-96fb-19465e4d5df3 of type vxlan for network 15057b46-1879-4cbb-92fa-b5e1e39673b0 [pid: 7|app: 0|req: 999/2003] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:42 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2004] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:41 2026] POST /v2.0/networks => generated 613 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2005] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:05:42 2026] PUT /v2.0/networks/bb512850-b7df-48f9-96b7-d081a625b3a6/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2006] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:05:42 2026] GET /v2.0/networks/bb512850-b7df-48f9-96b7-d081a625b3a6/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2007] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:05:42 2026] PUT /v2.0/networks/15057b46-1879-4cbb-92fa-b5e1e39673b0/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2008] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:05:42 2026] GET /v2.0/networks/15057b46-1879-4cbb-92fa-b5e1e39673b0/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2009] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:05:42 2026] PUT /v2.0/networks/15057b46-1879-4cbb-92fa-b5e1e39673b0/tags => generated 12 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2010] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:05:42 2026] GET /v2.0/networks/15057b46-1879-4cbb-92fa-b5e1e39673b0/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2011] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:05:42 2026] GET /v2.0/networks/bb512850-b7df-48f9-96b7-d081a625b3a6/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2012] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:42 2026] DELETE /v2.0/networks/bb512850-b7df-48f9-96b7-d081a625b3a6 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2013] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:05:43 2026] GET /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2014] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:43 2026] DELETE /v2.0/networks/15057b46-1879-4cbb-92fa-b5e1e39673b0 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:43.358 8 INFO neutron.services.segments.plugin [-] Segment a03ad32a-2de9-4462-8c20-64b27bea64e0 resource provider aggregate not found 2026-07-30 16:05:43.360 8 INFO neutron.services.segments.plugin [-] Segment a03ad32a-2de9-4462-8c20-64b27bea64e0 resource provider aggregate not found 2026-07-30 16:05:43.379 8 INFO neutron.services.segments.plugin [-] Segment a03ad32a-2de9-4462-8c20-64b27bea64e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03ad32a-2de9-4462-8c20-64b27bea64e0 found for delete ", "request_id": "req-b386ee63-4570-400c-a8c1-5d04ea4f08eb"}]} 2026-07-30 16:05:43.383 8 INFO neutron.services.segments.plugin [-] Segment a03ad32a-2de9-4462-8c20-64b27bea64e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03ad32a-2de9-4462-8c20-64b27bea64e0 found for delete ", "request_id": "req-5685e798-8221-4f26-9aed-16bfdda4ccd5"}]} 2026-07-30 16:05:43.714 8 INFO neutron.db.segments_db [None req-486336c0-dae0-4d86-837f-272d5ea0a6a8 a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] Added segment 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 of type vxlan for network 0734f6ab-ec0e-4046-834a-04a84d402338 [pid: 8|app: 0|req: 1011/2015] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:43 2026] POST /v2.0/networks => generated 628 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:43.896 7 INFO neutron.services.segments.plugin [-] Segment 8fa77fd4-e75d-465a-96fb-19465e4d5df3 resource provider aggregate not found 2026-07-30 16:05:43.915 7 INFO neutron.services.segments.plugin [-] Segment 8fa77fd4-e75d-465a-96fb-19465e4d5df3 resource provider aggregate not found 2026-07-30 16:05:43.923 7 INFO neutron.services.segments.plugin [-] Segment 8fa77fd4-e75d-465a-96fb-19465e4d5df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa77fd4-e75d-465a-96fb-19465e4d5df3 found for delete ", "request_id": "req-d03ab33f-5ad4-4f04-900f-95aa72a1e4fe"}]} 2026-07-30 16:05:43.932 7 INFO neutron.services.segments.plugin [-] Segment 8fa77fd4-e75d-465a-96fb-19465e4d5df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa77fd4-e75d-465a-96fb-19465e4d5df3 found for delete ", "request_id": "req-3562a4dd-4b55-42cd-a6b4-5d330feb1a89"}]} [pid: 7|app: 0|req: 1005/2016] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:44 2026] GET /v2.0/security-groups?tenant_id=7a715a5a07244c688a65b494e67dd16c&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2017] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:44 2026] DELETE /v2.0/security-groups/459f62b5-bfbf-4659-8538-355dfdcd9b69 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2018] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:44 2026] POST /v2.0/subnets => generated 673 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:44.982 7 INFO neutron.db.segments_db [None req-5eec4be2-6021-4adc-9b78-ed86a2db1612 a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] Added segment c03d7464-ab7b-4c18-95af-2ed851c27d64 of type vxlan for network ce56a743-c29e-4471-abd9-ad7576565220 [pid: 8|app: 0|req: 1013/2019] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:44 2026] GET /v2.0/security-groups?tenant_id=23983ca39d8f40b4b5549f230cd618a0&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2020] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:44 2026] POST /v2.0/networks => generated 628 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2021] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:44 2026] DELETE /v2.0/security-groups/224cc900-fdcd-4043-a277-27b42366edf8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2022] 10.0.0.78 () {34 vars in 741 bytes} [Thu Jul 30 16:05:45 2026] PUT /v2.0/networks/ce56a743-c29e-4471-abd9-ad7576565220 => generated 592 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2025] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:45 2026] POST /v2.0/subnets => generated 646 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2026] 10.0.0.78 () {34 vars in 739 bytes} [Thu Jul 30 16:05:45 2026] PUT /v2.0/subnets/2be5c88c-5f3c-40c4-9f51-c316a733a43b => generated 656 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:46.401 8 INFO neutron.services.segments.plugin [-] Segment c03d7464-ab7b-4c18-95af-2ed851c27d64 resource provider aggregate not found 2026-07-30 16:05:46.405 8 INFO neutron.services.segments.plugin [-] Segment c03d7464-ab7b-4c18-95af-2ed851c27d64 resource provider aggregate not found 2026-07-30 16:05:46.429 8 INFO neutron.services.segments.plugin [-] Segment c03d7464-ab7b-4c18-95af-2ed851c27d64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03d7464-ab7b-4c18-95af-2ed851c27d64 found for delete ", "request_id": "req-d3791c49-d6da-416c-aeed-ac4493645145"}]} 2026-07-30 16:05:46.434 8 INFO neutron.services.segments.plugin [-] Segment c03d7464-ab7b-4c18-95af-2ed851c27d64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03d7464-ab7b-4c18-95af-2ed851c27d64 found for delete ", "request_id": "req-7aa4586c-6ca7-495d-b99a-b2f9c3334f5e"}]} [pid: 8|app: 0|req: 1016/2027] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:46 2026] DELETE /v2.0/networks/ce56a743-c29e-4471-abd9-ad7576565220 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:46.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c3fbc1-1396-4604-bf02-511a7272126c a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1012/2028] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:46 2026] DELETE /v2.0/networks/ce56a743-c29e-4471-abd9-ad7576565220 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2029] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2030] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/subnets?network_id=85e01ee3-1f43-4231-8d2b-e6062392e961 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2031] 10.0.0.78 () {32 vars in 651 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2032] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/networks => generated 1312 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2033] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2034] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/networks/0734f6ab-ec0e-4046-834a-04a84d402338 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2035] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:05:46 2026] GET /v2.0/subnets/e71fefb8-7533-4291-9fa3-153ac1a7d933 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:46.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aacaff5a-e443-4cac-92ad-cf8f35f0b3a9 a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/2036] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:46 2026] DELETE /v2.0/subnets/2be5c88c-5f3c-40c4-9f51-c316a733a43b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:05:46.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbe3b6c8-97c8-411b-a1d2-e187e47429f0 a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2037] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:46 2026] DELETE /v2.0/networks/ce56a743-c29e-4471-abd9-ad7576565220 => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2038] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:46 2026] DELETE /v2.0/subnets/e71fefb8-7533-4291-9fa3-153ac1a7d933 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:47.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ae72757-9d32-4615-8cc0-80c722c9b50b a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] TaaS: Handle Delete Port: b9dd0e66-4b90-4ae9-b9d4-b47d4ed18514 2026-07-30 16:05:47.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ae72757-9d32-4615-8cc0-80c722c9b50b a3f2c7043b414fd4b2925b6dde5d9f70 352c606a65f34ddeaaf7fa94ffdcfca7 - - default default] Tap Mirror: Handle Delete Port: b9dd0e66-4b90-4ae9-b9d4-b47d4ed18514 [pid: 8|app: 0|req: 1022/2039] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:05:47 2026] DELETE /v2.0/networks/0734f6ab-ec0e-4046-834a-04a84d402338 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:05:48.449 8 INFO neutron.services.segments.plugin [-] Segment 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 resource provider aggregate not found 2026-07-30 16:05:48.454 8 INFO neutron.services.segments.plugin [-] Segment 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 resource provider aggregate not found [pid: 7|app: 0|req: 1018/2040] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:48 2026] GET /v2.0/security-groups?tenant_id=352c606a65f34ddeaaf7fa94ffdcfca7&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:05:48.469 8 INFO neutron.services.segments.plugin [-] Segment 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 found for delete ", "request_id": "req-71ffca3a-3de2-4798-a7d5-4cb87b3366c0"}]} 2026-07-30 16:05:48.473 8 INFO neutron.services.segments.plugin [-] Segment 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd13ab4-18da-4ee3-8638-058a1e0c85d3 found for delete ", "request_id": "req-783b16da-c686-4a69-96c2-2707610b90e7"}]} [pid: 8|app: 0|req: 1023/2041] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:48 2026] DELETE /v2.0/security-groups/0028a2f1-752a-4a54-a47f-613a4bcc1b10 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2042] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:05:51 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2043] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:05:51 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:51.310 7 INFO neutron.db.segments_db [None req-36cb6c49-624b-4bad-982e-99217e76fa94 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 78963200-e3d1-44e1-a57f-42887ab7712e of type vxlan for network 15675b22-d4b3-4e73-8a54-bce8e57e91b3 [pid: 7|app: 0|req: 1019/2044] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:50 2026] POST /v2.0/networks => generated 615 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:51.557 8 INFO neutron.db.segments_db [None req-e8c0bdbb-7b45-48d6-b19e-85ea2153e73f 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 11cd32b9-b9f4-4829-beb3-f7c01630b74d of type vxlan for network faf9354a-fc7a-410c-aecd-5edcf14352d8 [pid: 8|app: 0|req: 1026/2045] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:05:51 2026] POST /v2.0/networks => generated 615 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2046] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:51 2026] POST /v2.0/subnets => generated 646 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2047] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:52 2026] POST /v2.0/subnets => generated 655 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:05:52.790 7 INFO neutron.db.segments_db [None req-e5a4a79e-5954-45b0-bdc7-0e01f3fe11fb 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment bb47861c-c33e-476b-abb4-f7421f14af76 of type vxlan for network 334244d0-2ec8-4ca3-aca7-7393e04e48aa 2026-07-30 16:05:53.284 7 INFO neutron.db.l3_hamode_db [None req-e5a4a79e-5954-45b0-bdc7-0e01f3fe11fb 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:05:53.462 7 INFO neutron.db.l3_hamode_db [None req-e5a4a79e-5954-45b0-bdc7-0e01f3fe11fb 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1021/2048] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:05:52 2026] POST /v2.0/routers => generated 511 bytes in 1734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2049] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:05:54 2026] PUT /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3/add_router_interface => generated 309 bytes in 1369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2050] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:05:55 2026] GET /v2.0/ports/14ab34cf-4d87-4098-99ae-a6b658a8594d => generated 959 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2051] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:05:55 2026] PUT /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2052] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:05:57 2026] GET /v2.0/ports/e199e938-d7bc-4f20-8111-39bb61153dba => generated 967 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2053] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:05:57 2026] GET /v2.0/security-groups?tenant_id=60608a292ef8413bb95ab1720a8e402a&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2054] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:05:57 2026] DELETE /v2.0/security-groups/5ff09da7-2f4c-4a1b-9aae-b3fcf5a28aba => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:05:57.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7911bc7-d7a3-493d-92ab-ae19b0fa24fb 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: e199e938-d7bc-4f20-8111-39bb61153dba 2026-07-30 16:05:57.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7911bc7-d7a3-493d-92ab-ae19b0fa24fb 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: e199e938-d7bc-4f20-8111-39bb61153dba [pid: 8|app: 0|req: 1031/2055] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:05:57 2026] PUT /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:05:58.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0a9a0bc-a351-4bc0-a7b7-38edfc123bfc 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 14ab34cf-4d87-4098-99ae-a6b658a8594d 2026-07-30 16:05:58.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0a9a0bc-a351-4bc0-a7b7-38edfc123bfc 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 14ab34cf-4d87-4098-99ae-a6b658a8594d [pid: 7|app: 0|req: 1025/2056] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:05:58 2026] PUT /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2057] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:05:59 2026] GET /v2.0/ports?device_id=d55b275c-ddb1-4372-b4e4-e266aa554fd3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:05:59.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa56c7b1-da09-4012-adaf-ee036a5b60d7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 8fce60e1-e203-43b1-bbe0-872605c75743 2026-07-30 16:05:59.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa56c7b1-da09-4012-adaf-ee036a5b60d7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 8fce60e1-e203-43b1-bbe0-872605c75743 2026-07-30 16:05:59.969 7 INFO neutron.services.segments.plugin [-] Segment bb47861c-c33e-476b-abb4-f7421f14af76 resource provider aggregate not found 2026-07-30 16:05:59.970 7 INFO neutron.services.segments.plugin [-] Segment bb47861c-c33e-476b-abb4-f7421f14af76 resource provider aggregate not found 2026-07-30 16:05:59.995 7 INFO neutron.services.segments.plugin [-] Segment bb47861c-c33e-476b-abb4-f7421f14af76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb47861c-c33e-476b-abb4-f7421f14af76 found for delete ", "request_id": "req-543daadc-06c2-472c-a781-f936c89540fd"}]} 2026-07-30 16:05:59.997 7 INFO neutron.services.segments.plugin [-] Segment bb47861c-c33e-476b-abb4-f7421f14af76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb47861c-c33e-476b-abb4-f7421f14af76 found for delete ", "request_id": "req-6e70891a-f54e-4254-a3d0-54bc7547fedf"}]} 2026-07-30 16:06:00.026 7 INFO neutron.db.l3_hamode_db [None req-fa56c7b1-da09-4012-adaf-ee036a5b60d7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] HA network 334244d0-2ec8-4ca3-aca7-7393e04e48aa was deleted as no HA routers are present in tenant d564d236aab348fd88dfc40f58d7dc43. 2026-07-30 16:06:00.032 8 INFO neutron.db.segments_db [None req-24339d3a-69a2-4b72-ada8-feedee8d4625 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e of type vxlan for network dd9e8e80-441e-4a49-9dea-6ec937509410 [pid: 7|app: 0|req: 1026/2058] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:05:59 2026] DELETE /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2059] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:05:59 2026] POST /v2.0/networks => generated 722 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2060] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:00 2026] DELETE /v2.0/subnets/da321d9d-ec2f-40a0-b80e-17ebd9c7314c => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2061] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:00 2026] DELETE /v2.0/subnets/3f8c745f-b255-43b5-83c1-4bda09d1ceba => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2062] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:00 2026] POST /v2.0/subnets => generated 688 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:00.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c1768d-b6d0-4cfb-9594-b2d7b334e467 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 8408723c-9f7a-4507-a30c-e0dba3714d7c 2026-07-30 16:06:00.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c1768d-b6d0-4cfb-9594-b2d7b334e467 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 8408723c-9f7a-4507-a30c-e0dba3714d7c 2026-07-30 16:06:00.683 8 INFO neutron.db.segments_db [None req-78be9fd1-82ce-4422-9720-31b76e4ba729 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment df4852e7-c3f3-44d9-86ad-4c9c1c4812de of type vxlan for network 492d38bd-1018-4816-8d41-19804f8d6ec3 [pid: 7|app: 0|req: 1029/2063] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:00 2026] DELETE /v2.0/networks/faf9354a-fc7a-410c-aecd-5edcf14352d8 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2066] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:00 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:01.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-37dba39e-1533-4dbf-9981-9b7e735e4b99 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 5b19d2ee-5ac9-4fa3-8c29-17a8c8ef99e7 2026-07-30 16:06:01.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37dba39e-1533-4dbf-9981-9b7e735e4b99 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 5b19d2ee-5ac9-4fa3-8c29-17a8c8ef99e7 2026-07-30 16:06:01.172 8 INFO neutron.db.l3_hamode_db [None req-78be9fd1-82ce-4422-9720-31b76e4ba729 6753c68edad34b92aa586ae9dfc30fc5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1033/2067] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:00 2026] DELETE /v2.0/networks/15675b22-d4b3-4e73-8a54-bce8e57e91b3 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2068] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:06:01 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:01.502 7 INFO neutron.db.segments_db [None req-72a281fc-bf64-425d-934e-4f3a2dd33e27 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 83a82837-bd7b-42ff-be8b-30f639e957fd of type vxlan for network 963891d7-b99b-4cf0-a9b4-9cb32e2746df [pid: 7|app: 0|req: 1035/2069] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:01 2026] POST /v2.0/networks => generated 614 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:02.023 7 INFO neutron.services.segments.plugin [-] Segment 11cd32b9-b9f4-4829-beb3-f7c01630b74d resource provider aggregate not found 2026-07-30 16:06:02.025 7 INFO neutron.services.segments.plugin [-] Segment 11cd32b9-b9f4-4829-beb3-f7c01630b74d resource provider aggregate not found 2026-07-30 16:06:02.040 7 INFO neutron.services.segments.plugin [-] Segment 11cd32b9-b9f4-4829-beb3-f7c01630b74d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11cd32b9-b9f4-4829-beb3-f7c01630b74d found for delete ", "request_id": "req-13d873bd-ad90-4d2c-9598-38f6a607d61a"}]} 2026-07-30 16:06:02.050 7 INFO neutron.services.segments.plugin [-] Segment 11cd32b9-b9f4-4829-beb3-f7c01630b74d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11cd32b9-b9f4-4829-beb3-f7c01630b74d found for delete ", "request_id": "req-6e0089e1-736b-404c-8b94-acf245dc9da4"}]} 2026-07-30 16:06:02.056 7 INFO neutron.services.segments.plugin [-] Segment 78963200-e3d1-44e1-a57f-42887ab7712e resource provider aggregate not found 2026-07-30 16:06:02.074 7 INFO neutron.services.segments.plugin [-] Segment 78963200-e3d1-44e1-a57f-42887ab7712e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78963200-e3d1-44e1-a57f-42887ab7712e found for delete ", "request_id": "req-0cc76515-3b14-48f5-bc7f-e298ca769d88"}]} 2026-07-30 16:06:02.075 7 INFO neutron.services.segments.plugin [-] Segment 78963200-e3d1-44e1-a57f-42887ab7712e resource provider aggregate not found 2026-07-30 16:06:02.103 7 INFO neutron.services.segments.plugin [-] Segment 78963200-e3d1-44e1-a57f-42887ab7712e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78963200-e3d1-44e1-a57f-42887ab7712e found for delete ", "request_id": "req-a73298fa-b5ad-4201-9657-8a4e564ff567"}]} 2026-07-30 16:06:02.199 8 INFO neutron.db.l3_hamode_db [None req-78be9fd1-82ce-4422-9720-31b76e4ba729 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1036/2070] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:01 2026] POST /v2.0/subnets => generated 646 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:02.320 7 INFO neutron.db.segments_db [None req-1ced549e-30bf-4c7b-9add-321da40bce4a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 6b404bfc-dede-4ecf-ba41-5336a9586afd of type vxlan for network 30210b81-2dfc-4ef6-930c-bceb3f12ffb3 2026-07-30 16:06:02.877 7 INFO neutron.db.l3_hamode_db [None req-1ced549e-30bf-4c7b-9add-321da40bce4a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:03.077 7 INFO neutron.db.l3_hamode_db [None req-1ced549e-30bf-4c7b-9add-321da40bce4a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1035/2071] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:00 2026] POST /v2.0/routers => generated 728 bytes in 3071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2072] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:03 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2073] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:06:03 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2074] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:02 2026] POST /v2.0/routers => generated 510 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2075] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:06:04 2026] GET /v2.0/security-groups?id=21bf7257-4f3e-4768-a998-853f6b63609e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:04.205 7 INFO neutron_taas.services.taas.taas_plugin [req-f2562abb-2ff0-4847-9fa2-1d1aa91a3a73 req-faac539e-572a-4a8f-9a1f-aa378d779762 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: 76835853-9cab-4614-b3dd-75e6da188b0b 2026-07-30 16:06:04.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f2562abb-2ff0-4847-9fa2-1d1aa91a3a73 req-faac539e-572a-4a8f-9a1f-aa378d779762 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: 76835853-9cab-4614-b3dd-75e6da188b0b 2026-07-30 16:06:04.355 7 INFO neutron.db.l3_db [req-f2562abb-2ff0-4847-9fa2-1d1aa91a3a73 req-faac539e-572a-4a8f-9a1f-aa378d779762 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Floating IP 3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 disassociated. External IP: 10.96.250.205, port: 76835853-9cab-4614-b3dd-75e6da188b0b. [pid: 7|app: 0|req: 1039/2076] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:06:04 2026] DELETE /v2.0/ports/76835853-9cab-4614-b3dd-75e6da188b0b => generated 0 bytes in 841 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:04.971 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4479bd5-69c0-4084-bcdc-7c4600080342'] response: {'server_uuid': 'd6eeb967-0bd6-447b-80d4-4bf0ac20bbbb', 'name': 'network-vif-deleted', 'tag': '76835853-9cab-4614-b3dd-75e6da188b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1038/2077] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:06:03 2026] PUT /v2.0/routers/944ab469-beb3-4032-b854-84c961a4b968/add_router_interface => generated 309 bytes in 1608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2078] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:05 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => 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: 1040/2079] 10.0.0.78 () {34 vars in 663 bytes} [Thu Jul 30 16:06:04 2026] POST /v2.0/ports => generated 959 bytes in 565 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: 1041/2080] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:06 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2081] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:06:05 2026] PUT /v2.0/routers/9cba13a4-f505-44be-b9e9-5f3b32c8e2cb/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:06:06.982 7 INFO neutron.db.segments_db [None req-e64b58fb-be01-43fe-a884-489c0bf7a5cb 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 of type vxlan for network 1de65166-3ff6-4a8c-b03e-794d6eb113e2 [pid: 8|app: 0|req: 1041/2082] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:06:06 2026] GET /v2.0/ports/a35b6bee-3b17-42b1-bfc2-0020e505b003 => generated 1033 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2083] 10.0.0.78 () {34 vars in 669 bytes} [Thu Jul 30 16:06:06 2026] POST /v2.0/networks => generated 721 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:07.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-33a0d18e-2524-4ed3-b335-da263b1d407e 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: a35b6bee-3b17-42b1-bfc2-0020e505b003 2026-07-30 16:06:07.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a0d18e-2524-4ed3-b335-da263b1d407e 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: a35b6bee-3b17-42b1-bfc2-0020e505b003 [pid: 7|app: 0|req: 1043/2084] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:07 2026] POST /v2.0/subnets => generated 687 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:07.725 7 INFO neutron.db.segments_db [None req-c36b4f59-0bab-40dd-b743-064958344445 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Added segment b0c2a250-2bd3-4ae6-8030-bbb3f317839b of type vxlan for network e89a1a33-0a4f-469d-898a-0b175dda8aaa [pid: 8|app: 0|req: 1042/2085] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:07 2026] PUT /v2.0/routers/9cba13a4-f505-44be-b9e9-5f3b32c8e2cb/remove_router_interface => generated 309 bytes in 921 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: 1043/2086] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:07 2026] GET /v2.0/ports?device_id=d6eeb967-0bd6-447b-80d4-4bf0ac20bbbb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:08.124 8 INFO neutron.api.v2.resource [None req-9444721b-73fd-40e6-bb96-51bb17e2369c 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2087] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:07 2026] PUT /v2.0/routers/9cba13a4-f505-44be-b9e9-5f3b32c8e2cb/remove_router_interface => generated 197 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:08.154 7 INFO neutron.db.l3_hamode_db [None req-c36b4f59-0bab-40dd-b743-064958344445 6753c68edad34b92aa586ae9dfc30fc5 2fbc5a2cc5464f4e8d305fce01040629 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1045/2088] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:08 2026] GET /v2.0/ports?device_id=9cba13a4-f505-44be-b9e9-5f3b32c8e2cb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:08.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba001faa-5ab7-4b80-a94b-1fec1bdd3233 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 886d30e3-9e16-42d0-97da-5a9bb1742eb7 2026-07-30 16:06:08.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba001faa-5ab7-4b80-a94b-1fec1bdd3233 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 886d30e3-9e16-42d0-97da-5a9bb1742eb7 2026-07-30 16:06:08.892 8 INFO neutron.services.segments.plugin [-] Segment 6b404bfc-dede-4ecf-ba41-5336a9586afd resource provider aggregate not found 2026-07-30 16:06:08.906 8 INFO neutron.services.segments.plugin [-] Segment 6b404bfc-dede-4ecf-ba41-5336a9586afd resource provider aggregate not found 2026-07-30 16:06:08.913 8 INFO neutron.services.segments.plugin [-] Segment 6b404bfc-dede-4ecf-ba41-5336a9586afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b404bfc-dede-4ecf-ba41-5336a9586afd found for delete ", "request_id": "req-19e2df55-326e-4305-8490-95a0bfd66a4d"}]} 2026-07-30 16:06:08.929 8 INFO neutron.services.segments.plugin [-] Segment 6b404bfc-dede-4ecf-ba41-5336a9586afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b404bfc-dede-4ecf-ba41-5336a9586afd found for delete ", "request_id": "req-f21d1a97-c02f-442c-9d58-18d0ded08099"}]} 2026-07-30 16:06:08.948 8 INFO neutron.db.l3_hamode_db [None req-ba001faa-5ab7-4b80-a94b-1fec1bdd3233 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] HA network 30210b81-2dfc-4ef6-930c-bceb3f12ffb3 was deleted as no HA routers are present in tenant d564d236aab348fd88dfc40f58d7dc43. [pid: 8|app: 0|req: 1046/2089] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:08 2026] DELETE /v2.0/routers/9cba13a4-f505-44be-b9e9-5f3b32c8e2cb => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2090] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:08 2026] DELETE /v2.0/subnets/bd08a3e3-8068-43ec-aad9-2db984372bb9 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:09.292 7 INFO neutron.db.l3_hamode_db [None req-c36b4f59-0bab-40dd-b743-064958344445 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1048/2091] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:09 2026] DELETE /v2.0/security-groups/21bf7257-4f3e-4768-a998-853f6b63609e => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2092] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:09 2026] DELETE /v2.0/networks/963891d7-b99b-4cf0-a9b4-9cb32e2746df => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:09.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-eda56e07-c4b9-4f13-bffa-197332a49b00 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: b88f72ac-b99a-42b9-84dd-8ab08da36617 2026-07-30 16:06:09.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda56e07-c4b9-4f13-bffa-197332a49b00 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: b88f72ac-b99a-42b9-84dd-8ab08da36617 [pid: 8|app: 0|req: 1050/2093] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:06:09 2026] DELETE /v2.0/floatingips/3a0cb0d9-212b-4bc7-952c-1cf07b9d4df7 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:09.998 8 INFO neutron.db.segments_db [None req-f8dd22bf-293a-409d-a4d7-85a9d3d6d5cd 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment a4e45d26-72f6-440a-b1fd-64e77a1c1d38 of type vxlan for network 3fb9be80-36b4-4b82-83f0-2cce0ea9b5f7 [pid: 8|app: 0|req: 1051/2094] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:09 2026] POST /v2.0/networks => generated 615 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2095] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:10 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2096] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:10 2026] POST /v2.0/subnets => generated 646 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2097] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:07 2026] POST /v2.0/routers => generated 727 bytes in 3180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2098] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:06:10 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:10.808 7 INFO neutron.db.segments_db [None req-17e7dbcf-f429-4142-b068-b7c8e948ecb7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 4a539ade-f4c7-45af-95f4-b3ac096046f6 of type vxlan for network fb868b86-e962-43ba-b60c-f94c2025f202 2026-07-30 16:06:10.953 8 INFO neutron.services.segments.plugin [-] Segment 83a82837-bd7b-42ff-be8b-30f639e957fd resource provider aggregate not found 2026-07-30 16:06:10.960 8 INFO neutron.services.segments.plugin [-] Segment 83a82837-bd7b-42ff-be8b-30f639e957fd resource provider aggregate not found 2026-07-30 16:06:10.980 8 INFO neutron.services.segments.plugin [-] Segment 83a82837-bd7b-42ff-be8b-30f639e957fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a82837-bd7b-42ff-be8b-30f639e957fd found for delete ", "request_id": "req-c9d49b2f-4aeb-461c-9a59-4cb526718a4a"}]} 2026-07-30 16:06:10.985 8 INFO neutron.services.segments.plugin [-] Segment 83a82837-bd7b-42ff-be8b-30f639e957fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a82837-bd7b-42ff-be8b-30f639e957fd found for delete ", "request_id": "req-02d18223-9915-4cc0-9dfd-2d45e8a9d8d9"}]} 2026-07-30 16:06:11.271 7 INFO neutron.db.l3_hamode_db [None req-17e7dbcf-f429-4142-b068-b7c8e948ecb7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:11.442 7 INFO neutron.db.l3_hamode_db [None req-17e7dbcf-f429-4142-b068-b7c8e948ecb7 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1055/2099] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:06:10 2026] PUT /v2.0/routers/d9ef538c-3cdb-43d3-b0b5-e3c81b13e984/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2100] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:12 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 1057/2101] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:06:12 2026] GET /v2.0/security-groups?id=306b0879-5633-41e1-993f-0c9657266ac1&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: 1045/2102] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:10 2026] POST /v2.0/routers => generated 511 bytes in 1610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2103] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:06:12 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:12.811 7 INFO neutron_taas.services.taas.taas_plugin [req-3315673d-f84a-426b-baf9-ad72577c862d req-e1690974-6c25-4fff-a4b0-32086dcb7df4 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: 8e02f1d7-ebc3-485f-b821-feef93d1ab48 2026-07-30 16:06:12.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3315673d-f84a-426b-baf9-ad72577c862d req-e1690974-6c25-4fff-a4b0-32086dcb7df4 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: 8e02f1d7-ebc3-485f-b821-feef93d1ab48 [pid: 7|app: 0|req: 1047/2104] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:06:12 2026] DELETE /v2.0/ports/8e02f1d7-ebc3-485f-b821-feef93d1ab48 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:13.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64d0ba56-0040-453e-a6cd-80f8ff20c1ef'] response: {'server_uuid': '3131d372-afe0-4d95-81e5-a7333d973780', 'name': 'network-vif-deleted', 'tag': '8e02f1d7-ebc3-485f-b821-feef93d1ab48', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1048/2105] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:06:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2106] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2107] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:13 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 1058/2108] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:06:12 2026] PUT /v2.0/routers/ca457ba9-1595-4819-83ce-0f51c617bdce/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2109] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:06:13 2026] GET /v2.0/ports/b113a407-8084-4a28-b74d-4ae3eb7aad31 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2110] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2111] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:14.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2b15ee0-5e29-40eb-9b64-2042e1f27a99 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: b113a407-8084-4a28-b74d-4ae3eb7aad31 2026-07-30 16:06:14.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2b15ee0-5e29-40eb-9b64-2042e1f27a99 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: b113a407-8084-4a28-b74d-4ae3eb7aad31 [pid: 7|app: 0|req: 1053/2112] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:14.323 7 INFO neutron.db.securitygroups_db [None req-27e836ae-304b-40b8-b7f4-8b858d046572 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Project d30fbd306b3d4e6ba4ce9bed7c1a3023 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: 1054/2113] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:14.529 7 INFO neutron.db.securitygroups_db [None req-9ef237e7-7e2b-4f2d-9054-89e6400484f1 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Project d30fbd306b3d4e6ba4ce9bed7c1a3023 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: 1055/2114] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2115] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:14 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 1060/2116] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:13 2026] PUT /v2.0/routers/ca457ba9-1595-4819-83ce-0f51c617bdce/remove_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2117] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:15 2026] GET /v2.0/ports?device_id=ca457ba9-1595-4819-83ce-0f51c617bdce => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:15.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-d87d7c82-c68f-4d30-b96d-3e5049872636 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: f998552d-c39b-48b3-bd96-6a0aec28e7a7 2026-07-30 16:06:15.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d87d7c82-c68f-4d30-b96d-3e5049872636 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: f998552d-c39b-48b3-bd96-6a0aec28e7a7 [pid: 7|app: 0|req: 1058/2118] 10.0.0.78 () {34 vars in 683 bytes} [Thu Jul 30 16:06:15 2026] POST /v2.0/security-groups => generated 1659 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 16:06:15.867 8 INFO neutron.services.segments.plugin [-] Segment 4a539ade-f4c7-45af-95f4-b3ac096046f6 resource provider aggregate not found 2026-07-30 16:06:15.872 8 INFO neutron.services.segments.plugin [-] Segment 4a539ade-f4c7-45af-95f4-b3ac096046f6 resource provider aggregate not found 2026-07-30 16:06:15.901 8 INFO neutron.services.segments.plugin [-] Segment 4a539ade-f4c7-45af-95f4-b3ac096046f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a539ade-f4c7-45af-95f4-b3ac096046f6 found for delete ", "request_id": "req-75524fed-7a75-4d42-b23f-4c2912a5fa9e"}]} 2026-07-30 16:06:15.907 8 INFO neutron.services.segments.plugin [-] Segment 4a539ade-f4c7-45af-95f4-b3ac096046f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a539ade-f4c7-45af-95f4-b3ac096046f6 found for delete ", "request_id": "req-c979d7aa-5414-4b72-8741-0316ad779959"}]} [pid: 7|app: 0|req: 1061/2121] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:15.962 8 INFO neutron.db.l3_hamode_db [None req-d87d7c82-c68f-4d30-b96d-3e5049872636 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] HA network fb868b86-e962-43ba-b60c-f94c2025f202 was deleted as no HA routers are present in tenant d564d236aab348fd88dfc40f58d7dc43. [pid: 7|app: 0|req: 1062/2122] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:15 2026] GET /v2.0/ports?device_id=3131d372-afe0-4d95-81e5-a7333d973780 => 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: 1061/2123] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:15 2026] DELETE /v2.0/routers/ca457ba9-1595-4819-83ce-0f51c617bdce => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2124] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:15 2026] DELETE /v2.0/subnets/bce8dc75-824d-460e-8512-96cda12ead95 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2125] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:06:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2126] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:16 2026] DELETE /v2.0/networks/3fb9be80-36b4-4b82-83f0-2cce0ea9b5f7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:16.428 8 INFO neutron.db.segments_db [None req-a5cba19b-3366-46b9-a1d0-031342a7852a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Added segment 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 of type vxlan for network 874fee1f-b1e8-4f6d-9915-a9269121f9a8 2026-07-30 16:06:16.849 8 INFO neutron.db.l3_hamode_db [None req-a5cba19b-3366-46b9-a1d0-031342a7852a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2127] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:06:16 2026] POST /v2.0/floatingips => generated 552 bytes in 874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2128] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:17 2026] DELETE /v2.0/security-groups/306b0879-5633-41e1-993f-0c9657266ac1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2129] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:06:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1947216590&fields=id&tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2130] 10.0.0.65 () {34 vars in 1098 bytes} [Thu Jul 30 16:06:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1663406583&fields=id&tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:17.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-57581c0b-8693-4bcb-bc8c-fb493f466ba2 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: b19a8026-dd44-4c55-8792-905c72bb3641 2026-07-30 16:06:17.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57581c0b-8693-4bcb-bc8c-fb493f466ba2 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: b19a8026-dd44-4c55-8792-905c72bb3641 2026-07-30 16:06:17.931 8 INFO neutron.services.segments.plugin [-] Segment a4e45d26-72f6-440a-b1fd-64e77a1c1d38 resource provider aggregate not found 2026-07-30 16:06:17.939 8 INFO neutron.services.segments.plugin [-] Segment a4e45d26-72f6-440a-b1fd-64e77a1c1d38 resource provider aggregate not found 2026-07-30 16:06:17.953 8 INFO neutron.services.segments.plugin [-] Segment a4e45d26-72f6-440a-b1fd-64e77a1c1d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4e45d26-72f6-440a-b1fd-64e77a1c1d38 found for delete ", "request_id": "req-5e51d2d3-6b75-4527-a8b8-772952581195"}]} 2026-07-30 16:06:17.965 8 INFO neutron.services.segments.plugin [-] Segment a4e45d26-72f6-440a-b1fd-64e77a1c1d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4e45d26-72f6-440a-b1fd-64e77a1c1d38 found for delete ", "request_id": "req-524dff6d-01f5-446a-9208-bd4b2ef226e1"}]} 2026-07-30 16:06:17.971 8 INFO neutron.db.l3_hamode_db [None req-a5cba19b-3366-46b9-a1d0-031342a7852a 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1068/2131] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:17 2026] PUT /v2.0/routers/3f27dacb-a227-417e-a2e6-63ded7898c16/remove_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2132] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:06:18 2026] GET /v2.0/networks?id=dd9e8e80-441e-4a49-9dea-6ec937509410 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2133] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:18 2026] DELETE /v2.0/subnets/b2c33968-f2f3-4777-98c8-6bb107b031c7 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2134] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:06:18 2026] GET /v2.0/quotas/d30fbd306b3d4e6ba4ce9bed7c1a3023 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:19.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-04c8a3d5-6677-460d-9144-23648fba5eae f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: 772baa10-ca05-45ed-9c56-7187094ac448 2026-07-30 16:06:19.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04c8a3d5-6677-460d-9144-23648fba5eae f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: 772baa10-ca05-45ed-9c56-7187094ac448 [pid: 8|app: 0|req: 1064/2135] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:16 2026] POST /v2.0/routers => generated 692 bytes in 2898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2136] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/ports?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:19.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-04c8a3d5-6677-460d-9144-23648fba5eae f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: c93fe917-a483-4bcb-8cc7-c3f225613b6b 2026-07-30 16:06:19.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04c8a3d5-6677-460d-9144-23648fba5eae f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: c93fe917-a483-4bcb-8cc7-c3f225613b6b [pid: 8|app: 0|req: 1066/2137] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/routers/e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 698 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2138] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?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: 1068/2139] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/routers => generated 701 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2140] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:19.857 7 INFO neutron.services.segments.plugin [-] Segment aaa3e79b-3b2a-4586-b078-782589adce5b resource provider aggregate not found 2026-07-30 16:06:19.866 7 INFO neutron.services.segments.plugin [-] Segment aaa3e79b-3b2a-4586-b078-782589adce5b resource provider aggregate not found 2026-07-30 16:06:19.893 7 INFO neutron.services.segments.plugin [-] Segment aaa3e79b-3b2a-4586-b078-782589adce5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa3e79b-3b2a-4586-b078-782589adce5b found for delete ", "request_id": "req-c34123ee-fa0e-43f9-bac2-fe4ab8566d74"}]} 2026-07-30 16:06:19.896 7 INFO neutron.services.segments.plugin [-] Segment aaa3e79b-3b2a-4586-b078-782589adce5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa3e79b-3b2a-4586-b078-782589adce5b found for delete ", "request_id": "req-a5ce9a0c-973a-474f-8edc-ec11e97a2e7b"}]} 2026-07-30 16:06:19.918 7 INFO neutron.db.l3_hamode_db [None req-04c8a3d5-6677-460d-9144-23648fba5eae f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] HA network 0928455a-d553-4349-93de-69f8dd5c45ac was deleted as no HA routers are present in tenant 5444960f716c4b3eaf840c910c669585. [pid: 7|app: 0|req: 1072/2141] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:18 2026] DELETE /v2.0/routers/3f27dacb-a227-417e-a2e6-63ded7898c16 => generated 0 bytes in 1184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2142] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:19 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:20.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-2936e199-5bfc-4997-b6ba-141bd6a39893 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] TaaS: Handle Delete Port: 2d9e9cba-1c09-475f-aafa-4d39ca476a0d 2026-07-30 16:06:20.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2936e199-5bfc-4997-b6ba-141bd6a39893 f99eba0782bc4d4a81de7b9d5cec954e 5444960f716c4b3eaf840c910c669585 - - default default] Tap Mirror: Handle Delete Port: 2d9e9cba-1c09-475f-aafa-4d39ca476a0d [pid: 8|app: 0|req: 1070/2143] 10.0.0.78 () {34 vars in 739 bytes} [Thu Jul 30 16:06:19 2026] PUT /v2.0/routers/e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 705 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2144] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:20 2026] GET /v2.0/routers/e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 705 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2145] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:20 2026] GET /v2.0/ports?device_id=e6db29fe-f700-470a-b7e6-1b789b79c785 => 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: 1074/2146] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:19 2026] DELETE /v2.0/networks/08e0a485-9a40-475a-9c3b-1c77cfa6e9a2 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:20.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a6562a1-1d08-4c1c-a5a6-f894c23b1e82 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: fd2258b3-f3d1-44ae-bddb-b1fb0c3489b5 2026-07-30 16:06:20.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a6562a1-1d08-4c1c-a5a6-f894c23b1e82 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: fd2258b3-f3d1-44ae-bddb-b1fb0c3489b5 2026-07-30 16:06:20.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a6562a1-1d08-4c1c-a5a6-f894c23b1e82 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] TaaS: Handle Delete Port: 2c3af14e-5852-4b2b-a9f1-9af5f60c937a 2026-07-30 16:06:20.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a6562a1-1d08-4c1c-a5a6-f894c23b1e82 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] Tap Mirror: Handle Delete Port: 2c3af14e-5852-4b2b-a9f1-9af5f60c937a [pid: 7|app: 0|req: 1075/2147] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:21.331 8 INFO neutron.services.segments.plugin [-] Segment 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 resource provider aggregate not found 2026-07-30 16:06:21.334 8 INFO neutron.services.segments.plugin [-] Segment 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 resource provider aggregate not found 2026-07-30 16:06:21.354 8 INFO neutron.services.segments.plugin [-] Segment 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 found for delete ", "request_id": "req-3dbb6996-4361-41c8-936b-c07f9ce3df60"}]} 2026-07-30 16:06:21.354 8 INFO neutron.services.segments.plugin [-] Segment 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cbe7f32-5e06-4a55-9051-af9d3edf54e0 found for delete ", "request_id": "req-13a22bdf-69f1-4adb-8d2c-314d50cdc20b"}]} 2026-07-30 16:06:21.392 8 INFO neutron.db.l3_hamode_db [None req-6a6562a1-1d08-4c1c-a5a6-f894c23b1e82 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] HA network 874fee1f-b1e8-4f6d-9915-a9269121f9a8 was deleted as no HA routers are present in tenant d564d236aab348fd88dfc40f58d7dc43. [pid: 8|app: 0|req: 1073/2148] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:20 2026] DELETE /v2.0/routers/e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 0 bytes in 1105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2149] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/ports?device_id=e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:21.449 8 INFO neutron.api.v2.resource [None req-2e060a22-cef0-447d-9cfa-4672fce6bfaa 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2150] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/routers/e6db29fe-f700-470a-b7e6-1b789b79c785 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2151] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/security-groups?tenant_id=5444960f716c4b3eaf840c910c669585&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2152] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/ports?device_id=ca457ba9-1595-4819-83ce-0f51c617bdce => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:21.493 8 INFO neutron.api.v2.resource [None req-80aaf00b-7774-4502-9239-125796361f8e 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2153] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/routers/ca457ba9-1595-4819-83ce-0f51c617bdce => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:21.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd07c870-90d7-4da9-a624-3253890a36e9 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1078/2154] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/subnets/bce8dc75-824d-460e-8512-96cda12ead95 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2155] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/ports?device_id=9cba13a4-f505-44be-b9e9-5f3b32c8e2cb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:21.568 8 INFO neutron.api.v2.resource [None req-484ee27f-d6d5-41c2-aa9c-f0fe49eb56c1 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2156] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/routers/9cba13a4-f505-44be-b9e9-5f3b32c8e2cb => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:21.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a335577c-a1a3-45a5-9608-888314a85d5e 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2157] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/subnets/bd08a3e3-8068-43ec-aad9-2db984372bb9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2158] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/security-groups/2110b35e-0f3c-4437-a3bb-f7aa0c628b22 => 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: 1082/2159] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/ports?device_id=d55b275c-ddb1-4372-b4e4-e266aa554fd3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:21.650 7 INFO neutron.api.v2.resource [None req-3c90ab4d-b6ee-42d5-92d9-8e3fe8dc2bc6 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2160] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/routers/d55b275c-ddb1-4372-b4e4-e266aa554fd3 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:21.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b37c2185-7595-4d37-8fa2-54e35ad6246e 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1083/2161] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/subnets/da321d9d-ec2f-40a0-b80e-17ebd9c7314c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:21.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e11f63e5-b6f4-438c-9a34-067d9fc275fa 577bc138ecea43a3b2d4826429e7cfe7 d564d236aab348fd88dfc40f58d7dc43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/2162] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:21 2026] DELETE /v2.0/subnets/3f8c745f-b255-43b5-83c1-4bda09d1ceba => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:21.918 7 INFO neutron.services.segments.plugin [-] Segment 6390dd02-6765-4061-86e6-df3834a33862 resource provider aggregate not found 2026-07-30 16:06:21.924 7 INFO neutron.services.segments.plugin [-] Segment 6390dd02-6765-4061-86e6-df3834a33862 resource provider aggregate not found 2026-07-30 16:06:21.940 7 INFO neutron.services.segments.plugin [-] Segment 6390dd02-6765-4061-86e6-df3834a33862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6390dd02-6765-4061-86e6-df3834a33862 found for delete ", "request_id": "req-56e6901b-6a11-4792-828f-c235d8f04881"}]} 2026-07-30 16:06:21.950 7 INFO neutron.services.segments.plugin [-] Segment 6390dd02-6765-4061-86e6-df3834a33862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6390dd02-6765-4061-86e6-df3834a33862 found for delete ", "request_id": "req-70821211-43d8-4d78-b281-ebe2ce1389f8"}]} [pid: 8|app: 0|req: 1084/2163] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:21 2026] GET /v2.0/security-groups?tenant_id=c34f392e0fb74e6db21cdf9351e4c1d4&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2164] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:22 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => 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: 1080/2165] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:22 2026] DELETE /v2.0/security-groups/51b08628-5128-4dbc-95ac-59a5075aa78a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2166] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:22 2026] GET /v2.0/security-groups?tenant_id=d564d236aab348fd88dfc40f58d7dc43&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: 1081/2167] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:22 2026] DELETE /v2.0/security-groups/05e5fc2a-cef1-4dd0-b29c-6b73406d0658 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2168] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:23 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => 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: 1082/2169] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:24 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2170] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:06:24 2026] GET /v2.0/networks?id=dd9e8e80-441e-4a49-9dea-6ec937509410 => generated 673 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2171] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:06:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023 => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2172] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:06:24 2026] POST /v2.0/ports => generated 997 bytes in 569 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: 1090/2173] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:25 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2174] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:25 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2175] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:06:25 2026] PUT /v2.0/ports/f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 => generated 1278 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:25.795 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2a91127-8971-4fc0-b400-44d1c960a548'] response: {'name': 'network-changed', 'server_uuid': '28352bc6-ff7a-4446-a6a3-660968f51a17', 'tag': 'f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1092/2176] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:06:26 2026] GET /v2.0/ports?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1085/2177] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:06:26 2026] GET /v2.0/networks?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&shared=False => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2178] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:06:26 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: 7|app: 0|req: 1086/2179] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:26 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2180] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:26 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2181] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:26 2026] GET /v2.0/security-groups?tenant_id=b6094bf7940b4320a536d4c345752cf1&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2182] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:27 2026] DELETE /v2.0/security-groups/87167848-c70a-4a61-bf83-e87127e06c8a => 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: 1096/2183] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/ports?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1281 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2184] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:27.606 7 INFO neutron.db.segments_db [None req-1b6c97a5-7f66-4f56-a527-60aee1375c00 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Added segment 50183cb0-58b7-4c5e-9359-8e82dc0ee050 of type vxlan for network 0e3056ab-025f-4c00-a996-18ed984689fe [pid: 8|app: 0|req: 1098/2185] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/subnets?id=419f3154-4ba9-4e41-923b-383989436e50 => generated 691 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2186] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/ports?network_id=dd9e8e80-441e-4a49-9dea-6ec937509410&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: 1100/2187] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2188] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?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: 1102/2189] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2190] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:27 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:28.123 7 INFO neutron.db.l3_hamode_db [None req-1b6c97a5-7f66-4f56-a527-60aee1375c00 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:28.293 7 INFO neutron.db.l3_hamode_db [None req-1b6c97a5-7f66-4f56-a527-60aee1375c00 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1104/2191] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:29 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2192] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:29 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2193] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:06:27 2026] POST /v2.0/routers => generated 474 bytes in 1807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:29.387 8 INFO neutron.db.l3_hamode_db [None req-5e28d681-fcf9-4bdb-84ab-98f736584e83 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:29.579 8 INFO neutron.db.l3_hamode_db [None req-5e28d681-fcf9-4bdb-84ab-98f736584e83 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1089/2194] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:30 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2195] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:30 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2196] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:06:29 2026] POST /v2.0/routers => generated 474 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:30.666 8 INFO neutron.db.l3_hamode_db [None req-edcaaa0a-5db8-4525-bd28-f99e67c7a3e8 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1091/2197] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:30 2026] GET /v2.0/security-groups?tenant_id=13013e4aa5264a2a9f64ffd965a34a74&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:30.874 8 INFO neutron.db.l3_hamode_db [None req-edcaaa0a-5db8-4525-bd28-f99e67c7a3e8 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1094/2200] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:30 2026] DELETE /v2.0/security-groups/9ee4ad7b-7963-475c-a5a2-d99f0752e117 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2201] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:06:31 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1281 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2202] 199.204.45.238 () {34 vars in 1123 bytes} [Thu Jul 30 16:06:31 2026] GET /v2.0/security-groups?id=4c64676e-c127-4cf5-a969-417225c9b435&id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2203] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:31 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2204] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:31 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2205] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:06:30 2026] POST /v2.0/routers => generated 474 bytes in 1318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:31.981 7 INFO neutron.db.l3_hamode_db [None req-2d5acd79-e01d-4d76-90ef-f47e046a4520 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:32.162 7 INFO neutron.db.l3_hamode_db [None req-2d5acd79-e01d-4d76-90ef-f47e046a4520 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1108/2206] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:32 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1012 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2207] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:32 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2208] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:06:31 2026] POST /v2.0/routers => generated 474 bytes in 1297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:33.306 8 INFO neutron.db.l3_hamode_db [None req-c6d43a88-2db3-4710-acb9-d626f54c52da 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:06:33.479 8 INFO neutron.db.l3_hamode_db [None req-c6d43a88-2db3-4710-acb9-d626f54c52da 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1100/2209] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:33 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2210] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:34 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2211] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:06:33 2026] POST /v2.0/routers => generated 474 bytes in 1487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2212] 10.0.0.226 () {32 vars in 800 bytes} [Thu Jul 30 16:06:34 2026] GET /v2.0/extensions => generated 21537 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2213] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2214] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:34 2026] PUT /v2.0/routers/bad974b2-a04a-42f5-acf4-5a3d9dbcfa46/tags => generated 17 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2215] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2216] 10.0.0.226 () {30 vars in 723 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/quotas/8e3eefe6d4c14edf8d210bacfefe92f1/details => generated 847 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2217] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2218] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:35 2026] PUT /v2.0/routers/ed290583-a8c1-48b5-bf96-c3d80a573f2c/tags => generated 25 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2219] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:35 2026] PUT /v2.0/routers/f1a9ad1e-a11e-4d67-806e-4a48618f863e/tags => generated 34 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2220] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:35 2026] PUT /v2.0/routers/dac5fce2-83e0-4b81-a92e-d9e22d76ad80/tags => generated 19 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2221] 10.0.0.78 () {32 vars in 662 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:35.949 8 INFO neutron.db.l3_db [None req-74100080-566f-4d31-b858-3d78e52f31ea 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Floating IP 7362eacb-0b77-4341-80da-4bab58715793 associated. External IP: 10.96.250.213, port: f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54. [pid: 7|app: 0|req: 1108/2222] 10.0.0.78 () {32 vars in 676 bytes} [Thu Jul 30 16:06:35 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2223] 10.0.0.78 () {32 vars in 672 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2224] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2225] 10.0.0.78 () {32 vars in 670 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2226] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:06:35 2026] PUT /v2.0/floatingips/7362eacb-0b77-4341-80da-4bab58715793 => generated 856 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2227] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:36.419 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5d277e5-d145-4ba8-ac69-30622ee58db1'] response: {'name': 'network-changed', 'server_uuid': '28352bc6-ff7a-4446-a6a3-660968f51a17', 'tag': 'f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2228] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2229] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2230] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/routers/bad974b2-a04a-42f5-acf4-5a3d9dbcfa46 => generated 485 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2231] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/ports?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2232] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:06:36 2026] GET /v2.0/networks?id=dd9e8e80-441e-4a49-9dea-6ec937509410 => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2233] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2234] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/subnets?id=419f3154-4ba9-4e41-923b-383989436e50 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2235] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/ports?network_id=dd9e8e80-441e-4a49-9dea-6ec937509410&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2236] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?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: 1124/2237] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410?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: 1114/2238] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:06:36 2026] PUT /v2.0/routers/bad974b2-a04a-42f5-acf4-5a3d9dbcfa46 => generated 485 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2239] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/ports?device_id=bad974b2-a04a-42f5-acf4-5a3d9dbcfa46 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:37.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbf72299-ba81-4b59-8891-c2a57150fc4d 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] TaaS: Handle Delete Port: 61faf519-cc56-457f-9d4e-27026c2e932d 2026-07-30 16:06:37.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbf72299-ba81-4b59-8891-c2a57150fc4d 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Tap Mirror: Handle Delete Port: 61faf519-cc56-457f-9d4e-27026c2e932d [pid: 7|app: 0|req: 1115/2240] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:37 2026] DELETE /v2.0/routers/bad974b2-a04a-42f5-acf4-5a3d9dbcfa46 => generated 0 bytes in 444 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2241] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:37 2026] GET /v2.0/routers/ed290583-a8c1-48b5-bf96-c3d80a573f2c => generated 493 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2242] 10.0.0.226 () {32 vars in 800 bytes} [Thu Jul 30 16:06:38 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2243] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:06:37 2026] PUT /v2.0/routers/ed290583-a8c1-48b5-bf96-c3d80a573f2c => generated 493 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2244] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:38 2026] GET /v2.0/ports?device_id=ed290583-a8c1-48b5-bf96-c3d80a573f2c => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2245] 10.0.0.226 () {30 vars in 723 bytes} [Thu Jul 30 16:06:38 2026] GET /v2.0/quotas/8e3eefe6d4c14edf8d210bacfefe92f1/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:38.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-194031b7-831b-4ba1-b666-d58c15b016b3 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] TaaS: Handle Delete Port: 32fc15d0-998f-4c43-be59-7a91fb6e167f 2026-07-30 16:06:38.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194031b7-831b-4ba1-b666-d58c15b016b3 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Tap Mirror: Handle Delete Port: 32fc15d0-998f-4c43-be59-7a91fb6e167f [pid: 7|app: 0|req: 1118/2246] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:38 2026] DELETE /v2.0/routers/ed290583-a8c1-48b5-bf96-c3d80a573f2c => generated 0 bytes in 478 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2247] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:39 2026] GET /v2.0/routers/f1a9ad1e-a11e-4d67-806e-4a48618f863e => generated 502 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2248] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:06:39 2026] PUT /v2.0/routers/f1a9ad1e-a11e-4d67-806e-4a48618f863e => generated 502 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2249] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:39 2026] GET /v2.0/ports?device_id=f1a9ad1e-a11e-4d67-806e-4a48618f863e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:40.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-486d29f2-b139-465b-9254-7299d06bbda2 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] TaaS: Handle Delete Port: ede66a36-f9cb-4573-8d88-683cb5a1d8fe 2026-07-30 16:06:40.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-486d29f2-b139-465b-9254-7299d06bbda2 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Tap Mirror: Handle Delete Port: ede66a36-f9cb-4573-8d88-683cb5a1d8fe [pid: 7|app: 0|req: 1120/2250] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:39 2026] DELETE /v2.0/routers/f1a9ad1e-a11e-4d67-806e-4a48618f863e => generated 0 bytes in 461 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2251] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:40 2026] GET /v2.0/routers/dac5fce2-83e0-4b81-a92e-d9e22d76ad80 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2252] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:06:40 2026] PUT /v2.0/routers/dac5fce2-83e0-4b81-a92e-d9e22d76ad80 => generated 487 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2253] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:41 2026] GET /v2.0/ports?device_id=dac5fce2-83e0-4b81-a92e-d9e22d76ad80 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:06:41.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f1b883f-7173-4410-b7ff-ac6b59e4141d 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] TaaS: Handle Delete Port: 8ae1699c-b877-499d-9e81-2d8095671f07 2026-07-30 16:06:41.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f1b883f-7173-4410-b7ff-ac6b59e4141d 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Tap Mirror: Handle Delete Port: 8ae1699c-b877-499d-9e81-2d8095671f07 [pid: 7|app: 0|req: 1122/2254] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:41 2026] DELETE /v2.0/routers/dac5fce2-83e0-4b81-a92e-d9e22d76ad80 => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2255] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:06:41 2026] GET /v2.0/routers/e595ba2f-a604-4ac2-b396-1a100df663f8 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2256] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:06:41 2026] PUT /v2.0/routers/e595ba2f-a604-4ac2-b396-1a100df663f8 => generated 480 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2257] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:42 2026] GET /v2.0/ports?device_id=e595ba2f-a604-4ac2-b396-1a100df663f8 => 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: 1134/2258] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:42 2026] GET /v2.0/security-groups?tenant_id=8e3eefe6d4c14edf8d210bacfefe92f1&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2259] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:42 2026] DELETE /v2.0/security-groups/6b21c18e-ac0b-4916-a287-9c763d1598ed => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:42.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-65730010-119c-4c40-bb50-9adaf25d0c84 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] TaaS: Handle Delete Port: 9cc61d05-4524-4439-a03c-c67bc1735c02 2026-07-30 16:06:42.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65730010-119c-4c40-bb50-9adaf25d0c84 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] Tap Mirror: Handle Delete Port: 9cc61d05-4524-4439-a03c-c67bc1735c02 2026-07-30 16:06:43.090 7 INFO neutron.services.segments.plugin [-] Segment 50183cb0-58b7-4c5e-9359-8e82dc0ee050 resource provider aggregate not found 2026-07-30 16:06:43.100 7 INFO neutron.services.segments.plugin [-] Segment 50183cb0-58b7-4c5e-9359-8e82dc0ee050 resource provider aggregate not found 2026-07-30 16:06:43.117 7 INFO neutron.services.segments.plugin [-] Segment 50183cb0-58b7-4c5e-9359-8e82dc0ee050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50183cb0-58b7-4c5e-9359-8e82dc0ee050 found for delete ", "request_id": "req-e74bbca9-294f-4af1-bd32-b9cf4407b2bc"}]} 2026-07-30 16:06:43.122 7 INFO neutron.services.segments.plugin [-] Segment 50183cb0-58b7-4c5e-9359-8e82dc0ee050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50183cb0-58b7-4c5e-9359-8e82dc0ee050 found for delete ", "request_id": "req-2db40f0a-5fd7-48bf-851c-89b37806c6b9"}]} 2026-07-30 16:06:43.157 7 INFO neutron.db.l3_hamode_db [None req-65730010-119c-4c40-bb50-9adaf25d0c84 4d25c8a38183469db8c96b7a032a3c80 9074b6afcd1941b1a812041e418beb4b - - default default] HA network 0e3056ab-025f-4c00-a996-18ed984689fe was deleted as no HA routers are present in tenant 9074b6afcd1941b1a812041e418beb4b. [pid: 7|app: 0|req: 1125/2260] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:42 2026] DELETE /v2.0/routers/e595ba2f-a604-4ac2-b396-1a100df663f8 => generated 0 bytes in 737 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2261] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:43 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2262] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:43 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2263] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:06:43 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1283 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2264] 10.0.0.78 () {32 vars in 856 bytes} [Thu Jul 30 16:06:44 2026] GET /v2.0/floatingips?floating_network_id=85e01ee3-1f43-4231-8d2b-e6062392e961&port_id=f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 => generated 861 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2265] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:44 2026] GET /v2.0/security-groups?tenant_id=9074b6afcd1941b1a812041e418beb4b&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2266] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:44 2026] DELETE /v2.0/security-groups/fa53a743-03e7-46c6-8427-82b807f2b84b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2267] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:06:45 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2268] 10.0.0.126 () {34 vars in 1119 bytes} [Thu Jul 30 16:06:45 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2269] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:44 2026] GET /v2.0/security-groups?tenant_id=07acf0c9c69a47b5935ce1fe9993f8fc&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2270] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:45 2026] DELETE /v2.0/security-groups/b258ea28-a8c1-417e-9cd0-4e193a948cfc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2273] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:45 2026] GET /v2.0/security-groups?tenant_id=f6b9bbbcf66c40b69d04c9fe2a9e50e5&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2274] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:45 2026] DELETE /v2.0/security-groups/b8f3d1ae-7a86-4a6f-aecc-0200822549ba => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2275] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:47 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2276] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:47 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:48.385 8 INFO neutron.db.segments_db [None req-6288befd-fcb3-4056-b307-2b3a286693b2 e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Added segment f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae of type vxlan for network b35ea85d-2d69-41f2-9e1c-74ff636cbc64 [pid: 8|app: 0|req: 1142/2277] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:47 2026] POST /v2.0/networks => generated 613 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2278] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:48 2026] POST /v2.0/subnets => generated 626 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:49.175 8 INFO neutron.db.segments_db [None req-bf29a058-485d-466d-b33b-ee51c53f5f97 e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Added segment 733dcf75-e7c8-4c6d-8799-8156e2e159f1 of type vxlan for network adf34a72-e5da-45e0-855d-3899202907fc [pid: 7|app: 0|req: 1137/2279] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:49 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2280] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:49 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2281] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:49 2026] POST /v2.0/networks => generated 613 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2282] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:49 2026] POST /v2.0/subnets => generated 629 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:49.911 8 INFO neutron.db.segments_db [None req-76cad876-e79d-429c-bcb3-d9c2e4cb2a35 e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Added segment 8a864db3-02b6-416c-bb0d-e007fd52c704 of type vxlan for network 2e1b4a82-eb80-4f5e-90b1-45722472b70b [pid: 8|app: 0|req: 1144/2283] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:49 2026] POST /v2.0/networks => generated 612 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2284] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:06:50 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2285] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:50 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2286] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:50 2026] POST /v2.0/subnets => generated 629 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:50.530 8 INFO neutron_taas.services.taas.taas_plugin [req-b566f23c-c322-4177-af65-6db35192978e req-ecfb6751-50b3-41fc-ab6b-739ccfae4323 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] TaaS: Handle Delete Port: f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 [pid: 7|app: 0|req: 1141/2287] 10.0.0.65 () {34 vars in 1118 bytes} [Thu Jul 30 16:06:50 2026] GET /v2.0/security-groups?id=0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c&id=4c64676e-c127-4cf5-a969-417225c9b435&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:06:50.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b566f23c-c322-4177-af65-6db35192978e req-ecfb6751-50b3-41fc-ab6b-739ccfae4323 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Tap Mirror: Handle Delete Port: f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 2026-07-30 16:06:50.638 7 INFO neutron.db.segments_db [None req-5f04ad79-ef5a-412a-8953-382e3b3b3c2b e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Added segment 5196335a-a553-4522-a98d-2bce953b338c of type vxlan for network 1e562199-cb8f-40c0-b40d-87df8f66bd67 2026-07-30 16:06:50.679 8 INFO neutron.db.l3_db [req-b566f23c-c322-4177-af65-6db35192978e req-ecfb6751-50b3-41fc-ab6b-739ccfae4323 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Floating IP 7362eacb-0b77-4341-80da-4bab58715793 disassociated. External IP: 10.96.250.213, port: f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54. [pid: 7|app: 0|req: 1142/2288] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:50 2026] POST /v2.0/networks => generated 611 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2289] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:06:50 2026] DELETE /v2.0/ports/f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54 => generated 0 bytes in 763 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:51.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf0387c1-5912-4b40-bf81-fd4dccb19aa3'] response: {'server_uuid': '28352bc6-ff7a-4446-a6a3-660968f51a17', 'name': 'network-vif-deleted', 'tag': 'f03c132c-bf8b-4dd4-a7cb-3fdf4e23fe54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1143/2290] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:50 2026] POST /v2.0/subnets => generated 629 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:06:51.323 7 INFO neutron.db.segments_db [None req-e6eea287-f1c9-45ff-9946-e930d67f3dbf e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Added segment b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 of type vxlan for network 5fab2356-b67b-4fd7-875f-4e0d747a7fb1 [pid: 7|app: 0|req: 1144/2291] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:06:51 2026] POST /v2.0/networks => generated 613 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2292] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:06:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2293] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:51 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => 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: 1145/2294] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:06:51 2026] POST /v2.0/subnets => generated 629 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2295] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:51 2026] PUT /v2.0/subnets/55c8b470-6124-4bd1-ad02-acf5b82d189c/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2296] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:06:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2297] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:51 2026] PUT /v2.0/subnets/9e2a4acf-7263-41ee-b56a-6c3d88ff1788/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2298] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:52 2026] PUT /v2.0/subnets/f60fd1ab-789d-414a-8649-1f2e53d265c7/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2299] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:06:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2300] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:06:52 2026] PUT /v2.0/subnets/b693be5b-282c-41ae-baca-8f8415a0419b/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2301] 10.0.0.78 () {32 vars in 662 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2302] 10.0.0.78 () {32 vars in 676 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2303] 10.0.0.78 () {32 vars in 672 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2304] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:06:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2305] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2306] 10.0.0.78 () {32 vars in 670 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2307] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2308] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2309] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:06:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2310] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2311] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:06:52 2026] PUT /v2.0/security-groups/5dc90d34-7d9e-409e-a639-1af53ff82bc4/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2312] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:06:52 2026] PUT /v2.0/security-groups/3d940531-1262-4831-a38f-bae9cea40c3d/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2313] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:52 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => 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: 1158/2314] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:52 2026] DELETE /v2.0/subnets/55c8b470-6124-4bd1-ad02-acf5b82d189c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2315] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:06:52 2026] PUT /v2.0/security-groups/288619d4-49cc-4ad7-a3f9-de3f80024942/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2316] 10.0.0.78 () {34 vars in 765 bytes} [Thu Jul 30 16:06:53 2026] PUT /v2.0/security-groups/990f66b3-baac-487f-86d2-bfb173ae5f3f/tags => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2317] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:52 2026] DELETE /v2.0/subnets/9e2a4acf-7263-41ee-b56a-6c3d88ff1788 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2318] 10.0.0.78 () {32 vars in 678 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2319] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2320] 10.0.0.78 () {32 vars in 688 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2321] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/subnets/f60fd1ab-789d-414a-8649-1f2e53d265c7 => 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: 1162/2322] 10.0.0.78 () {32 vars in 700 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2323] 10.0.0.78 () {32 vars in 686 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2324] 10.0.0.78 () {32 vars in 700 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2325] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/subnets/b693be5b-282c-41ae-baca-8f8415a0419b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2326] 10.0.0.78 () {32 vars in 696 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2327] 10.0.0.78 () {32 vars in 708 bytes} [Thu Jul 30 16:06:53 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2328] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/subnets/9d0e1802-d798-49f8-99d4-bf27f9a3b8f2 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2329] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/security-groups/5dc90d34-7d9e-409e-a639-1af53ff82bc4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:53.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-649cfaf7-288e-4131-97e2-f23fa0a248fe e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] TaaS: Handle Delete Port: 3cfddf98-ec22-474e-8c37-ce664b7559c0 2026-07-30 16:06:53.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-649cfaf7-288e-4131-97e2-f23fa0a248fe e0fa269c106f43ccaa88657b5a8781af 3b3d4413e06a4991808e7550d10757c6 - - default default] Tap Mirror: Handle Delete Port: 3cfddf98-ec22-474e-8c37-ce664b7559c0 [pid: 8|app: 0|req: 1168/2330] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/security-groups/3d940531-1262-4831-a38f-bae9cea40c3d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2331] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/security-groups/288619d4-49cc-4ad7-a3f9-de3f80024942 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:54.054 7 INFO neutron.services.segments.plugin [-] Segment f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae resource provider aggregate not found 2026-07-30 16:06:54.055 7 INFO neutron.services.segments.plugin [-] Segment f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae resource provider aggregate not found 2026-07-30 16:06:54.076 7 INFO neutron.services.segments.plugin [-] Segment f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae found for delete ", "request_id": "req-ec93bab7-cb6c-4ca8-add2-7f3ce11bc7aa"}]} 2026-07-30 16:06:54.077 7 INFO neutron.services.segments.plugin [-] Segment f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b80b95-4ca8-4f0a-8117-2c319f8bd2ae found for delete ", "request_id": "req-b32c5384-aa76-4e42-aa6d-fedd5d69ca99"}]} [pid: 8|app: 0|req: 1170/2332] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/security-groups/990f66b3-baac-487f-86d2-bfb173ae5f3f => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2333] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:06:54 2026] GET /v2.0/ports?device_id=28352bc6-ff7a-4446-a6a3-660968f51a17 => 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: 1163/2334] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:53 2026] DELETE /v2.0/networks/b35ea85d-2d69-41f2-9e1c-74ff636cbc64 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2335] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:54 2026] DELETE /v2.0/security-groups/d6c80591-b886-41ef-b4e9-48640347a134 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2336] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:54 2026] DELETE /v2.0/networks/adf34a72-e5da-45e0-855d-3899202907fc => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:54.425 8 INFO neutron.services.segments.plugin [-] Segment 8a864db3-02b6-416c-bb0d-e007fd52c704 resource provider aggregate not found 2026-07-30 16:06:54.436 8 INFO neutron.services.segments.plugin [-] Segment 8a864db3-02b6-416c-bb0d-e007fd52c704 resource provider aggregate not found 2026-07-30 16:06:54.455 8 INFO neutron.services.segments.plugin [-] Segment 8a864db3-02b6-416c-bb0d-e007fd52c704 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a864db3-02b6-416c-bb0d-e007fd52c704 found for delete ", "request_id": "req-c8e64c8d-aa38-4f38-a3f2-78ed8df677da"}]} 2026-07-30 16:06:54.457 8 INFO neutron.services.segments.plugin [-] Segment 8a864db3-02b6-416c-bb0d-e007fd52c704 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a864db3-02b6-416c-bb0d-e007fd52c704 found for delete ", "request_id": "req-613a97eb-8d44-4717-9170-70933f84e48f"}]} [pid: 8|app: 0|req: 1173/2337] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:54 2026] DELETE /v2.0/networks/2e1b4a82-eb80-4f5e-90b1-45722472b70b => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2338] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:54 2026] DELETE /v2.0/networks/1e562199-cb8f-40c0-b40d-87df8f66bd67 => 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: 1174/2339] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:54 2026] DELETE /v2.0/networks/5fab2356-b67b-4fd7-875f-4e0d747a7fb1 => 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: 1166/2340] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:55 2026] DELETE /v2.0/security-groups/0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:55.467 8 INFO neutron.api.v2.resource [None req-383e1fb3-3ad1-4ff5-a87c-93f12bb4baea 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1175/2341] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:06:55 2026] GET /v2.0/security-groups/0f1ff9f2-f2bb-4f4b-9ad7-08f5f974769c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:06:55.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-370a4fbf-8a6b-49a4-9163-4808326c6ec7 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] TaaS: Handle Delete Port: 08b93184-8374-425c-93f1-879812a8ca10 2026-07-30 16:06:55.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-370a4fbf-8a6b-49a4-9163-4808326c6ec7 924aa77387394479a8e32dbb8e597cf5 d30fbd306b3d4e6ba4ce9bed7c1a3023 - - default default] Tap Mirror: Handle Delete Port: 08b93184-8374-425c-93f1-879812a8ca10 [pid: 7|app: 0|req: 1167/2342] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:55 2026] GET /v2.0/security-groups?tenant_id=e7f495b50c964821b77da71c1cfc294f&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2343] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:06:55 2026] DELETE /v2.0/floatingips/7362eacb-0b77-4341-80da-4bab58715793 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2344] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:55 2026] DELETE /v2.0/security-groups/dbe55649-ab1e-4673-a41e-7efb8425ae4c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2345] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:55 2026] DELETE /v2.0/security-groups/4c64676e-c127-4cf5-a969-417225c9b435 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:56.104 7 INFO neutron.services.segments.plugin [-] Segment 733dcf75-e7c8-4c6d-8799-8156e2e159f1 resource provider aggregate not found 2026-07-30 16:06:56.112 7 INFO neutron.services.segments.plugin [-] Segment 733dcf75-e7c8-4c6d-8799-8156e2e159f1 resource provider aggregate not found 2026-07-30 16:06:56.133 7 INFO neutron.services.segments.plugin [-] Segment 733dcf75-e7c8-4c6d-8799-8156e2e159f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 733dcf75-e7c8-4c6d-8799-8156e2e159f1 found for delete ", "request_id": "req-83c3304c-f801-4f7b-b4fd-1e0c4b6adb59"}]} 2026-07-30 16:06:56.134 7 INFO neutron.services.segments.plugin [-] Segment 733dcf75-e7c8-4c6d-8799-8156e2e159f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 733dcf75-e7c8-4c6d-8799-8156e2e159f1 found for delete ", "request_id": "req-5191cd0d-2476-436a-9f05-0baac6641ec4"}]} 2026-07-30 16:06:56.157 7 INFO neutron.services.segments.plugin [-] Segment 5196335a-a553-4522-a98d-2bce953b338c resource provider aggregate not found 2026-07-30 16:06:56.162 7 INFO neutron.services.segments.plugin [-] Segment 5196335a-a553-4522-a98d-2bce953b338c resource provider aggregate not found 2026-07-30 16:06:56.171 7 INFO neutron.services.segments.plugin [-] Segment 5196335a-a553-4522-a98d-2bce953b338c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5196335a-a553-4522-a98d-2bce953b338c found for delete ", "request_id": "req-e4c2c54f-3e46-4e2c-a861-2bf95436caef"}]} 2026-07-30 16:06:56.183 7 INFO neutron.services.segments.plugin [-] Segment 5196335a-a553-4522-a98d-2bce953b338c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5196335a-a553-4522-a98d-2bce953b338c found for delete ", "request_id": "req-aebaa067-a7fe-42dd-89cc-ac2cafef66c5"}]} [pid: 7|app: 0|req: 1169/2346] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:56 2026] GET /v2.0/security-groups?tenant_id=3b3d4413e06a4991808e7550d10757c6&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:56.476 8 INFO neutron.services.segments.plugin [-] Segment b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 resource provider aggregate not found 2026-07-30 16:06:56.485 8 INFO neutron.services.segments.plugin [-] Segment b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 resource provider aggregate not found 2026-07-30 16:06:56.499 8 INFO neutron.services.segments.plugin [-] Segment b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 found for delete ", "request_id": "req-00c5c719-ced1-495d-af76-877d48538776"}]} 2026-07-30 16:06:56.505 8 INFO neutron.services.segments.plugin [-] Segment b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10d6dac-8ddf-4afb-a73b-6f4b8a4f8832 found for delete ", "request_id": "req-e3b47c27-e3ff-4f0b-b2e1-0cfce1fcc204"}]} [pid: 7|app: 0|req: 1170/2347] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:56 2026] GET /v2.0/security-groups?tenant_id=9b0b35dbfb2f4f8f9f5992b55acd55d3&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:06:56.537 8 INFO neutron_taas.services.taas.taas_plugin [None req-004c50fb-e9d3-479d-945f-7c8946270258 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 01333408-f930-4cf8-94b3-993291ef6d0c 2026-07-30 16:06:56.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-004c50fb-e9d3-479d-945f-7c8946270258 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 01333408-f930-4cf8-94b3-993291ef6d0c [pid: 7|app: 0|req: 1171/2348] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:56 2026] DELETE /v2.0/security-groups/24b070bc-dbce-4e9e-8c73-45bf436552e1 => 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: 1172/2349] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:56 2026] DELETE /v2.0/security-groups/e14ccbc4-5e39-4770-ac75-e74a8dde3f6e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2350] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:56 2026] GET /v2.0/security-groups?tenant_id=863ffebae3aa4f0f9f356b1782692966&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2351] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:57 2026] GET /v2.0/security-groups?tenant_id=5d9489fd8361495c9891ef15814219b8&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2352] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:56 2026] PUT /v2.0/routers/944ab469-beb3-4032-b854-84c961a4b968/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2353] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:57 2026] DELETE /v2.0/security-groups/c73c9d60-3356-402d-aed2-e8141fd0b042 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2354] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:57 2026] DELETE /v2.0/security-groups/2dfdee52-3579-4420-bb70-4854b697a124 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:57.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-56942bc5-1b04-4d6b-b675-f7dea7dea559 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 565ca0b0-7151-45fe-8b42-84a802d3560f 2026-07-30 16:06:57.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56942bc5-1b04-4d6b-b675-f7dea7dea559 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 565ca0b0-7151-45fe-8b42-84a802d3560f [pid: 8|app: 0|req: 1180/2355] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:06:57 2026] GET /v2.0/security-groups?tenant_id=fd83be50c00449b3950e2e0e39e38c89&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2356] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:06:57 2026] DELETE /v2.0/security-groups/cc29b828-14f8-4af0-8a23-bfdb24d722a1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:06:58.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-56942bc5-1b04-4d6b-b675-f7dea7dea559 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 6d37d398-7661-47e5-a3fe-6c5053e5b366 2026-07-30 16:06:58.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56942bc5-1b04-4d6b-b675-f7dea7dea559 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 6d37d398-7661-47e5-a3fe-6c5053e5b366 2026-07-30 16:06:58.500 7 INFO neutron.services.segments.plugin [-] Segment df4852e7-c3f3-44d9-86ad-4c9c1c4812de resource provider aggregate not found 2026-07-30 16:06:58.505 7 INFO neutron.services.segments.plugin [-] Segment df4852e7-c3f3-44d9-86ad-4c9c1c4812de resource provider aggregate not found 2026-07-30 16:06:58.524 7 INFO neutron.services.segments.plugin [-] Segment df4852e7-c3f3-44d9-86ad-4c9c1c4812de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4852e7-c3f3-44d9-86ad-4c9c1c4812de found for delete ", "request_id": "req-bf7f9533-b6f7-4294-a7b2-4bfe57458aee"}]} 2026-07-30 16:06:58.524 7 INFO neutron.services.segments.plugin [-] Segment df4852e7-c3f3-44d9-86ad-4c9c1c4812de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4852e7-c3f3-44d9-86ad-4c9c1c4812de found for delete ", "request_id": "req-d85d0ee6-e4d4-46aa-a7ad-f72eff6b71ba"}]} 2026-07-30 16:06:58.555 7 INFO neutron.db.l3_hamode_db [None req-56942bc5-1b04-4d6b-b675-f7dea7dea559 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network 492d38bd-1018-4816-8d41-19804f8d6ec3 was deleted as no HA routers are present in tenant d30fbd306b3d4e6ba4ce9bed7c1a3023. [pid: 7|app: 0|req: 1176/2357] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:57 2026] DELETE /v2.0/routers/944ab469-beb3-4032-b854-84c961a4b968 => generated 0 bytes in 1175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2358] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:06:58 2026] DELETE /v2.0/subnets/419f3154-4ba9-4e41-923b-383989436e50 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:58.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-287b3d14-a989-4a22-b84f-2c6a5902e51c 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 8e14b21b-dd29-460b-a8ac-dad2b96fbef5 2026-07-30 16:06:58.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-287b3d14-a989-4a22-b84f-2c6a5902e51c 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 8e14b21b-dd29-460b-a8ac-dad2b96fbef5 [pid: 7|app: 0|req: 1177/2359] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:06:58 2026] DELETE /v2.0/networks/dd9e8e80-441e-4a49-9dea-6ec937509410 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:06:59.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b62f2db-2054-4884-b513-f9f52c656527 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: be35ca51-06de-4a5a-8f13-8cfff016f324 2026-07-30 16:06:59.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b62f2db-2054-4884-b513-f9f52c656527 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: be35ca51-06de-4a5a-8f13-8cfff016f324 [pid: 8|app: 0|req: 1183/2360] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:06:59 2026] PUT /v2.0/routers/d9ef538c-3cdb-43d3-b0b5-e3c81b13e984/remove_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:07:00.570 7 INFO neutron.services.segments.plugin [-] Segment 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e resource provider aggregate not found 2026-07-30 16:07:00.574 7 INFO neutron.services.segments.plugin [-] Segment 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e resource provider aggregate not found 2026-07-30 16:07:00.598 7 INFO neutron.services.segments.plugin [-] Segment 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e found for delete ", "request_id": "req-32a2e957-2f0a-4fc0-9557-174018bf16e6"}]} 2026-07-30 16:07:00.603 7 INFO neutron.services.segments.plugin [-] Segment 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba62e25-b8cb-4f3f-bf6a-bdb750291f5e found for delete ", "request_id": "req-b0263e93-d18b-4f4a-806e-8a8913b24714"}]} 2026-07-30 16:07:00.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf868412-1db6-422f-a032-5d51f3f0a0a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 522fc207-167f-4d7c-aa69-ace98f031bc0 2026-07-30 16:07:00.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf868412-1db6-422f-a032-5d51f3f0a0a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 522fc207-167f-4d7c-aa69-ace98f031bc0 2026-07-30 16:07:01.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf868412-1db6-422f-a032-5d51f3f0a0a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 00fe851b-9f65-4fc4-bc69-d1ca954a854c 2026-07-30 16:07:01.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf868412-1db6-422f-a032-5d51f3f0a0a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 00fe851b-9f65-4fc4-bc69-d1ca954a854c 2026-07-30 16:07:01.686 7 INFO neutron.db.l3_hamode_db [None req-bf868412-1db6-422f-a032-5d51f3f0a0a5 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] HA network e89a1a33-0a4f-469d-898a-0b175dda8aaa was deleted as no HA routers are present in tenant 2fbc5a2cc5464f4e8d305fce01040629. [pid: 7|app: 0|req: 1178/2363] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:07:00 2026] DELETE /v2.0/routers/d9ef538c-3cdb-43d3-b0b5-e3c81b13e984 => generated 0 bytes in 1248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2364] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:07:01 2026] DELETE /v2.0/subnets/5ce22ca3-6082-404b-ab6f-0d74a736b881 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:02.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-72b6a1df-9fa4-4b47-97aa-8f7aaac8ca15 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: e41fa0a6-67be-43d7-acf4-e7e7f8fbf496 2026-07-30 16:07:02.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72b6a1df-9fa4-4b47-97aa-8f7aaac8ca15 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: e41fa0a6-67be-43d7-acf4-e7e7f8fbf496 [pid: 7|app: 0|req: 1180/2365] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:01 2026] DELETE /v2.0/networks/1de65166-3ff6-4a8c-b03e-794d6eb113e2 => generated 0 bytes in 405 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2366] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:01 2026] POST /v2.0/floatingips => generated 552 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2367] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:02 2026] PUT /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2368] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:02 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:02.626 7 INFO neutron.services.segments.plugin [-] Segment b0c2a250-2bd3-4ae6-8030-bbb3f317839b resource provider aggregate not found 2026-07-30 16:07:02.633 7 INFO neutron.services.segments.plugin [-] Segment b0c2a250-2bd3-4ae6-8030-bbb3f317839b resource provider aggregate not found 2026-07-30 16:07:02.664 7 INFO neutron.services.segments.plugin [-] Segment b0c2a250-2bd3-4ae6-8030-bbb3f317839b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c2a250-2bd3-4ae6-8030-bbb3f317839b found for delete ", "request_id": "req-5e2989c5-2b3b-4464-a650-754c7035d5cf"}]} 2026-07-30 16:07:02.669 7 INFO neutron.services.segments.plugin [-] Segment b0c2a250-2bd3-4ae6-8030-bbb3f317839b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c2a250-2bd3-4ae6-8030-bbb3f317839b found for delete ", "request_id": "req-572766f5-348b-4477-9754-daa3b037579e"}]} 2026-07-30 16:07:02.695 7 INFO neutron.services.segments.plugin [-] Segment 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 resource provider aggregate not found 2026-07-30 16:07:02.698 7 INFO neutron.services.segments.plugin [-] Segment 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 resource provider aggregate not found 2026-07-30 16:07:02.723 7 INFO neutron.services.segments.plugin [-] Segment 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 found for delete ", "request_id": "req-207810e2-b83a-42b8-aa0d-42810e8dccf6"}]} 2026-07-30 16:07:02.725 7 INFO neutron.services.segments.plugin [-] Segment 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b4dc52-a07d-49d1-9788-39f2bc68b3e2 found for delete ", "request_id": "req-49883252-c1a8-4157-9af7-89ac7a868fd8"}]} [pid: 7|app: 0|req: 1182/2369] 10.0.0.78 () {34 vars in 768 bytes} [Thu Jul 30 16:07:02 2026] PUT /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/green => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2370] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:02 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2371] 10.0.0.78 () {34 vars in 764 bytes} [Thu Jul 30 16:07:02 2026] PUT /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2372] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:02 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2373] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:02 2026] GET /v2.0/security-groups?tenant_id=d30fbd306b3d4e6ba4ce9bed7c1a3023&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2374] 10.0.0.78 () {34 vars in 786 bytes} [Thu Jul 30 16:07:02 2026] PUT /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/black.or.white => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2375] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:03 2026] DELETE /v2.0/security-groups/9c3ce784-54d7-4887-ac78-91a9cccc1332 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2376] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:03 2026] GET /v2.0/security-groups?tenant_id=2fbc5a2cc5464f4e8d305fce01040629&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2377] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:03 2026] DELETE /v2.0/security-groups/6545efb7-58a0-436f-8af6-6e573c076bbf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2378] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:03 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 52 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2379] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:03 2026] PUT /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2380] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:03 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2381] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:07:03 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:03.902 7 INFO neutron.api.v2.resource [None req-b1edc0ca-7efd-4387-b40f-1443780b5fec 9a3adfce36ae471fb44fe3c0dbe87e38 0b661dda3c1a4094bcfaa42cde34b179 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1189/2382] 10.0.0.78 () {32 vars in 749 bytes} [Thu Jul 30 16:07:03 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 16:07:03.980 8 INFO neutron.db.segments_db [None req-e7ddbecf-8d07-4472-ab07-98c1ad34ff0c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Added segment 3a9ddbf4-2c4c-4568-bd36-479235231805 of type vxlan for network 981a04e0-c281-42f2-a409-a9e640757b6c [pid: 7|app: 0|req: 1190/2383] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:07:03 2026] DELETE /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/red => 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: 1191/2384] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:04 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:04.124 7 INFO neutron.api.v2.resource [None req-a00fa69f-4295-4059-9190-10bba7abe990 9a3adfce36ae471fb44fe3c0dbe87e38 0b661dda3c1a4094bcfaa42cde34b179 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1192/2385] 10.0.0.78 () {32 vars in 752 bytes} [Thu Jul 30 16:07:04 2026] DELETE /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2386] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:03 2026] POST /v2.0/networks => generated 612 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2387] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:07:04 2026] DELETE /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => 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: 1194/2388] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:04 2026] GET /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:04.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-32a08b97-742f-4f93-b02c-f8babf1d661b 9a3adfce36ae471fb44fe3c0dbe87e38 0b661dda3c1a4094bcfaa42cde34b179 - - default default] TaaS: Handle Delete Port: 140a9eed-56e0-4751-b42c-6d6e2693ff0e 2026-07-30 16:07:04.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32a08b97-742f-4f93-b02c-f8babf1d661b 9a3adfce36ae471fb44fe3c0dbe87e38 0b661dda3c1a4094bcfaa42cde34b179 - - default default] Tap Mirror: Handle Delete Port: 140a9eed-56e0-4751-b42c-6d6e2693ff0e [pid: 7|app: 0|req: 1195/2389] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:04 2026] DELETE /v2.0/floatingips/5fe186b2-5392-47c4-8362-e8fdba9b789f => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2390] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:04 2026] POST /v2.0/ports => generated 743 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2391] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:07:04 2026] POST /v2.0/trunks => generated 407 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, ' 2026-07-30 16:07:05.180 8 INFO neutron.db.segments_db [None req-83a83da7-1913-438f-8666-1f4498bc193a 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Added segment 63df32bb-e1fc-464b-a665-5c03ce352ae9 of type vxlan for network 8ffb96f2-629c-4695-9b0f-c37702ec23a1 [pid: 8|app: 0|req: 1196/2392] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:05 2026] POST /v2.0/networks => generated 612 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2393] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:05 2026] POST /v2.0/ports => generated 743 bytes in 494 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: 1197/2394] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:05 2026] GET /v2.0/security-groups?tenant_id=0b661dda3c1a4094bcfaa42cde34b179&name=default => generated 2929 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2395] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:05 2026] DELETE /v2.0/security-groups/10a5a365-4fbd-4fb0-9e85-ea2451f36f73 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2396] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:07:05 2026] POST /v2.0/trunks => generated 407 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:07:06.239 8 INFO neutron.db.segments_db [None req-b5751b50-6093-4447-8cd4-532a53af6bfd 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Added segment 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a of type vxlan for network 87392246-2485-4818-9806-f52b91c24ea4 [pid: 8|app: 0|req: 1199/2397] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:06 2026] POST /v2.0/networks => generated 613 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2398] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:06 2026] GET /v2.0/security-groups?tenant_id=7fc37b856fe84fa8bd80e7b65206727b&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2399] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:06 2026] DELETE /v2.0/security-groups/6e047292-1856-44fd-bdc6-75f9a2ecb644 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2400] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:06 2026] POST /v2.0/ports => generated 743 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2401] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:07:06 2026] POST /v2.0/trunks => generated 407 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:07:07.251 8 INFO neutron.db.segments_db [None req-15bde29f-c6b3-4f84-a041-889d967ddf21 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Added segment 60ca6212-5253-4682-aca0-7f6b5c44b849 of type vxlan for network a6230dc1-4953-4fa5-bfe8-d8b3b9ab65c7 [pid: 8|app: 0|req: 1201/2402] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:07 2026] POST /v2.0/networks => generated 612 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2403] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:07 2026] POST /v2.0/ports => generated 743 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2404] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:07:07 2026] POST /v2.0/trunks => generated 407 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:07:08.290 7 INFO neutron.db.segments_db [None req-d54582ef-8905-4045-9295-c36ebdfff67c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Added segment d901da31-7823-4e75-aa80-b631a563ca6a of type vxlan for network 97d271db-e8a9-4ec8-bf55-e0694912b14c [pid: 7|app: 0|req: 1203/2405] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:08 2026] POST /v2.0/networks => generated 612 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2406] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:08 2026] POST /v2.0/ports => generated 743 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:07:09.199 7 INFO neutron.db.segments_db [None req-a31da29d-ce9b-4199-900e-3892103794f5 f0f9a76916214bbdaef601aa1913f3cd dc32cb0278e648079d3af8b4eb7ff5ec - - default default] Added segment ef46e182-652a-4de6-a3df-a264465402d1 of type vxlan for network fa7c875a-d042-4fd6-9ea8-a059279f07f2 [pid: 8|app: 0|req: 1204/2407] 10.0.0.78 () {34 vars in 664 bytes} [Thu Jul 30 16:07:08 2026] POST /v2.0/trunks => generated 407 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2408] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:07:09 2026] PUT /v2.0/trunks/82da0cf1-9fd7-4f15-ad0c-9d0e9eeefe12/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2409] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:08 2026] POST /v2.0/networks => generated 612 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2410] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:07:09 2026] PUT /v2.0/trunks/4411edfc-0381-4baa-b4f6-3065d14de4bd/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2411] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:07:09 2026] PUT /v2.0/trunks/9c2684d5-9b14-4b2c-9f9c-f63025e55207/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2412] 10.0.0.78 () {34 vars in 747 bytes} [Thu Jul 30 16:07:09 2026] PUT /v2.0/trunks/2c323549-89b3-4f08-9df7-223b07371653/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:09.551 7 INFO neutron.db.segments_db [None req-a528b76b-3e35-42ba-883b-57391ed1021d f0f9a76916214bbdaef601aa1913f3cd dc32cb0278e648079d3af8b4eb7ff5ec - - default default] Added segment 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa of type vxlan for network 60362c11-569b-413a-826e-3fcb369c8bc7 [pid: 8|app: 0|req: 1209/2413] 10.0.0.78 () {32 vars in 660 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2414] 10.0.0.78 () {32 vars in 674 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2415] 10.0.0.78 () {32 vars in 670 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2416] 10.0.0.78 () {32 vars in 682 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2417] 10.0.0.78 () {32 vars in 668 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2418] 10.0.0.78 () {32 vars in 682 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2419] 10.0.0.78 () {32 vars in 678 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2420] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:09 2026] POST /v2.0/networks => generated 613 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2421] 10.0.0.78 () {32 vars in 690 bytes} [Thu Jul 30 16:07:09 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: 1217/2422] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/trunks/82da0cf1-9fd7-4f15-ad0c-9d0e9eeefe12 => generated 412 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:07:09.936 7 INFO neutron.db.segments_db [None req-fe2622a3-1c35-444a-ab82-127157704bac f0f9a76916214bbdaef601aa1913f3cd dc32cb0278e648079d3af8b4eb7ff5ec - - default default] Added segment a0dcea84-485c-4acb-a12b-b944b5f4bc68 of type vxlan for network 45d6d8cd-db16-45ee-a0fb-fc9f11c5b3fc [pid: 8|app: 0|req: 1218/2423] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:07:09 2026] GET /v2.0/ports/f3cf641a-1bf1-42a9-abaa-a06a1be464a4 => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2424] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:10 2026] DELETE /v2.0/trunks/82da0cf1-9fd7-4f15-ad0c-9d0e9eeefe12 => 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: 1206/2425] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:09 2026] POST /v2.0/networks => generated 613 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2426] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/trunks/4411edfc-0381-4baa-b4f6-3065d14de4bd => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2427] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/ports/0a18d345-b3c9-4281-9312-3974f3ac622d => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:07:10.231 7 INFO neutron.db.segments_db [None req-5976590f-fa06-4040-8ed8-ebeeea0d1002 f0f9a76916214bbdaef601aa1913f3cd dc32cb0278e648079d3af8b4eb7ff5ec - - default default] Added segment 8fa07308-4289-4099-ad1b-7a0b25dd7299 of type vxlan for network fcb2ea2b-e330-4948-8d16-2cfb5aea1466 [pid: 8|app: 0|req: 1222/2428] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:10 2026] DELETE /v2.0/trunks/4411edfc-0381-4baa-b4f6-3065d14de4bd => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2429] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/trunks/9c2684d5-9b14-4b2c-9f9c-f63025e55207 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2430] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:10 2026] POST /v2.0/networks => generated 612 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2431] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/ports/9c9c4621-a40b-44e2-9616-8b104f29e21f => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:07:10.473 7 INFO neutron.db.segments_db [None req-418cfce5-6004-49ea-a970-b285d46c42cf f0f9a76916214bbdaef601aa1913f3cd dc32cb0278e648079d3af8b4eb7ff5ec - - default default] Added segment f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 of type vxlan for network 77f76b9e-733a-47c8-86dd-d88b9a26c59e [pid: 8|app: 0|req: 1225/2432] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:10 2026] DELETE /v2.0/trunks/9c2684d5-9b14-4b2c-9f9c-f63025e55207 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2433] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/trunks/2c323549-89b3-4f08-9df7-223b07371653 => generated 414 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2434] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:10 2026] POST /v2.0/networks => generated 612 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2435] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/ports/d5b6266e-70cb-4f8d-ab25-a4b0bc4f4ea3 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2436] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:10 2026] PUT /v2.0/networks/fa7c875a-d042-4fd6-9ea8-a059279f07f2/tags => generated 17 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2437] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:10 2026] DELETE /v2.0/trunks/2c323549-89b3-4f08-9df7-223b07371653 => 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: 1210/2438] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:10 2026] PUT /v2.0/networks/60362c11-569b-413a-826e-3fcb369c8bc7/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2439] 10.0.0.78 () {32 vars in 717 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/trunks/fdc17f9f-fd0d-4a56-9cdf-5308c3eed1e2 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2440] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:10 2026] PUT /v2.0/networks/45d6d8cd-db16-45ee-a0fb-fc9f11c5b3fc/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: 1213/2441] 10.0.0.78 () {32 vars in 715 bytes} [Thu Jul 30 16:07:10 2026] GET /v2.0/ports/b46c3a68-3598-491d-a368-b2be895a1c24 => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2442] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:11 2026] PUT /v2.0/networks/fcb2ea2b-e330-4948-8d16-2cfb5aea1466/tags => generated 19 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:11.193 8 INFO neutron.db.segments_db [None req-fecbc8da-bd98-4863-9e09-5713eb4e3881 6d0f653d061a494a9ed5a2bc74bc8fd4 874cceeaa2b04186b272f1a11d9e41d1 - - default default] Added segment 1b700c08-3b41-46b7-93fc-b0e013f7ea49 of type vxlan for network ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874 [pid: 7|app: 0|req: 1215/2443] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:11 2026] DELETE /v2.0/trunks/fdc17f9f-fd0d-4a56-9cdf-5308c3eed1e2 => 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: 1216/2444] 10.0.0.78 () {32 vars in 664 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2445] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:10 2026] POST /v2.0/networks => generated 613 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2446] 10.0.0.78 () {32 vars in 678 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:07:11.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-027e5e25-3985-4225-a492-997cdedcb67c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] TaaS: Handle Delete Port: f3cf641a-1bf1-42a9-abaa-a06a1be464a4 2026-07-30 16:07:11.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-027e5e25-3985-4225-a492-997cdedcb67c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Tap Mirror: Handle Delete Port: f3cf641a-1bf1-42a9-abaa-a06a1be464a4 [pid: 8|app: 0|req: 1231/2447] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:11 2026] PUT /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2448] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:11 2026] DELETE /v2.0/ports/f3cf641a-1bf1-42a9-abaa-a06a1be464a4 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2449] 10.0.0.78 () {32 vars in 674 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2450] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2451] 10.0.0.78 () {32 vars in 686 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:07:11.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-2461e4b5-5eb8-4995-b295-89d6d26f107c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] TaaS: Handle Delete Port: 0a18d345-b3c9-4281-9312-3974f3ac622d 2026-07-30 16:07:11.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2461e4b5-5eb8-4995-b295-89d6d26f107c 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Tap Mirror: Handle Delete Port: 0a18d345-b3c9-4281-9312-3974f3ac622d [pid: 7|app: 0|req: 1220/2452] 10.0.0.78 () {34 vars in 762 bytes} [Thu Jul 30 16:07:11 2026] PUT /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/green => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2453] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:11 2026] DELETE /v2.0/ports/0a18d345-b3c9-4281-9312-3974f3ac622d => 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: 1221/2454] 10.0.0.78 () {32 vars in 672 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2455] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2456] 10.0.0.78 () {32 vars in 686 bytes} [Thu Jul 30 16:07:11 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:07:12.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-01a38bc7-a226-44ee-a44a-152fac74f306 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] TaaS: Handle Delete Port: 9c9c4621-a40b-44e2-9616-8b104f29e21f 2026-07-30 16:07:12.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a38bc7-a226-44ee-a44a-152fac74f306 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Tap Mirror: Handle Delete Port: 9c9c4621-a40b-44e2-9616-8b104f29e21f [pid: 8|app: 0|req: 1236/2457] 10.0.0.78 () {34 vars in 758 bytes} [Thu Jul 30 16:07:11 2026] PUT /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/red => 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: 1222/2458] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:11 2026] DELETE /v2.0/ports/9c9c4621-a40b-44e2-9616-8b104f29e21f => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2459] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:12 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:12.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-700747a2-00de-46e8-82b7-2237cee17c02 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] TaaS: Handle Delete Port: d5b6266e-70cb-4f8d-ab25-a4b0bc4f4ea3 2026-07-30 16:07:12.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-700747a2-00de-46e8-82b7-2237cee17c02 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Tap Mirror: Handle Delete Port: d5b6266e-70cb-4f8d-ab25-a4b0bc4f4ea3 [pid: 7|app: 0|req: 1224/2460] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:12 2026] DELETE /v2.0/ports/d5b6266e-70cb-4f8d-ab25-a4b0bc4f4ea3 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2461] 10.0.0.78 () {34 vars in 780 bytes} [Thu Jul 30 16:07:12 2026] PUT /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/black.or.white => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-30 16:07:12.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-72d7c83c-356e-4319-961c-bf9dd88c72a0 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] TaaS: Handle Delete Port: b46c3a68-3598-491d-a368-b2be895a1c24 2026-07-30 16:07:12.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72d7c83c-356e-4319-961c-bf9dd88c72a0 3016a43d1e2640f0b88e52d43e2edc6a 2fc20ff76fd54fa99acd1deb35b8aac2 - - default default] Tap Mirror: Handle Delete Port: b46c3a68-3598-491d-a368-b2be895a1c24 [pid: 8|app: 0|req: 1237/2462] 10.0.0.78 () {32 vars in 682 bytes} [Thu Jul 30 16:07:12 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2463] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:12 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2464] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:12 2026] DELETE /v2.0/ports/b46c3a68-3598-491d-a368-b2be895a1c24 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2465] 10.0.0.78 () {32 vars in 694 bytes} [Thu Jul 30 16:07:12 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2466] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:12 2026] PUT /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:12.883 8 INFO neutron.services.segments.plugin [-] Segment 3a9ddbf4-2c4c-4568-bd36-479235231805 resource provider aggregate not found 2026-07-30 16:07:12.889 8 INFO neutron.services.segments.plugin [-] Segment 3a9ddbf4-2c4c-4568-bd36-479235231805 resource provider aggregate not found 2026-07-30 16:07:12.908 8 INFO neutron.services.segments.plugin [-] Segment 3a9ddbf4-2c4c-4568-bd36-479235231805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9ddbf4-2c4c-4568-bd36-479235231805 found for delete ", "request_id": "req-b2311aa6-1587-4948-b482-c2e495685abe"}]} 2026-07-30 16:07:12.917 8 INFO neutron.services.segments.plugin [-] Segment 3a9ddbf4-2c4c-4568-bd36-479235231805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9ddbf4-2c4c-4568-bd36-479235231805 found for delete ", "request_id": "req-4a4e4930-471f-47ad-a542-84d7e2188b0c"}]} [pid: 8|app: 0|req: 1240/2467] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:12 2026] DELETE /v2.0/networks/981a04e0-c281-42f2-a409-a9e640757b6c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:12.974 7 INFO neutron.services.segments.plugin [-] Segment ef46e182-652a-4de6-a3df-a264465402d1 resource provider aggregate not found 2026-07-30 16:07:12.981 7 INFO neutron.services.segments.plugin [-] Segment ef46e182-652a-4de6-a3df-a264465402d1 resource provider aggregate not found 2026-07-30 16:07:13.002 7 INFO neutron.services.segments.plugin [-] Segment ef46e182-652a-4de6-a3df-a264465402d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef46e182-652a-4de6-a3df-a264465402d1 found for delete ", "request_id": "req-aa8cdfca-60c2-4c3e-8443-e231fe976009"}]} 2026-07-30 16:07:13.003 7 INFO neutron.services.segments.plugin [-] Segment ef46e182-652a-4de6-a3df-a264465402d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef46e182-652a-4de6-a3df-a264465402d1 found for delete ", "request_id": "req-67e3ca96-12dd-428d-b418-15e0dda12ae9"}]} [pid: 8|app: 0|req: 1241/2468] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:12 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2469] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:12 2026] DELETE /v2.0/networks/fa7c875a-d042-4fd6-9ea8-a059279f07f2 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2470] 10.0.0.78 () {32 vars in 739 bytes} [Thu Jul 30 16:07:13 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/red => 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: 1242/2471] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/8ffb96f2-629c-4695-9b0f-c37702ec23a1 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:13.233 8 INFO neutron.api.v2.resource [None req-54c20447-0b58-43e2-98ae-5570706ed975 6d0f653d061a494a9ed5a2bc74bc8fd4 874cceeaa2b04186b272f1a11d9e41d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1243/2472] 10.0.0.78 () {32 vars in 743 bytes} [Thu Jul 30 16:07:13 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2473] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/60362c11-569b-413a-826e-3fcb369c8bc7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2474] 10.0.0.78 () {32 vars in 742 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/red => 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: 1244/2475] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/87392246-2485-4818-9806-f52b91c24ea4 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2476] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:13 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2477] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/45d6d8cd-db16-45ee-a0fb-fc9f11c5b3fc => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:13.590 7 INFO neutron.api.v2.resource [None req-ef67a45d-6a7d-42ac-a453-f247be964c41 6d0f653d061a494a9ed5a2bc74bc8fd4 874cceeaa2b04186b272f1a11d9e41d1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1233/2478] 10.0.0.78 () {32 vars in 746 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2479] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/a6230dc1-4953-4fa5-bfe8-d8b3b9ab65c7 => 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: 1247/2480] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2481] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/fcb2ea2b-e330-4948-8d16-2cfb5aea1466 => 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: 1235/2482] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:13 2026] GET /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2483] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/97d271db-e8a9-4ec8-bf55-e0694912b14c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2484] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/77f76b9e-733a-47c8-86dd-d88b9a26c59e => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2485] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:13 2026] DELETE /v2.0/networks/ae96a0fd-8c4a-4e6c-b8a1-ccf65cee4874 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:14.931 8 INFO neutron.services.segments.plugin [-] Segment 63df32bb-e1fc-464b-a665-5c03ce352ae9 resource provider aggregate not found 2026-07-30 16:07:14.936 8 INFO neutron.services.segments.plugin [-] Segment 63df32bb-e1fc-464b-a665-5c03ce352ae9 resource provider aggregate not found 2026-07-30 16:07:14.953 8 INFO neutron.services.segments.plugin [-] Segment 63df32bb-e1fc-464b-a665-5c03ce352ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63df32bb-e1fc-464b-a665-5c03ce352ae9 found for delete ", "request_id": "req-c70c0b01-af6c-4515-b337-846f48670b37"}]} 2026-07-30 16:07:14.962 8 INFO neutron.services.segments.plugin [-] Segment 63df32bb-e1fc-464b-a665-5c03ce352ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63df32bb-e1fc-464b-a665-5c03ce352ae9 found for delete ", "request_id": "req-96c2dda7-ba39-40a6-9936-9424d517a184"}]} 2026-07-30 16:07:14.977 8 INFO neutron.services.segments.plugin [-] Segment 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a resource provider aggregate not found 2026-07-30 16:07:14.987 8 INFO neutron.services.segments.plugin [-] Segment 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a resource provider aggregate not found 2026-07-30 16:07:15.003 8 INFO neutron.services.segments.plugin [-] Segment 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a found for delete ", "request_id": "req-69ee4048-b002-4080-88ef-9fc16deb8df8"}]} 2026-07-30 16:07:15.004 8 INFO neutron.services.segments.plugin [-] Segment 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c8770d4-0dd8-4c77-b9a2-0174d3b8808a found for delete ", "request_id": "req-c53b4c78-f003-49d3-92a4-111069b4450d"}]} 2026-07-30 16:07:15.023 8 INFO neutron.services.segments.plugin [-] Segment 60ca6212-5253-4682-aca0-7f6b5c44b849 resource provider aggregate not found 2026-07-30 16:07:15.026 8 INFO neutron.services.segments.plugin [-] Segment 60ca6212-5253-4682-aca0-7f6b5c44b849 resource provider aggregate not found 2026-07-30 16:07:15.035 7 INFO neutron.services.segments.plugin [-] Segment 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa resource provider aggregate not found 2026-07-30 16:07:15.045 7 INFO neutron.services.segments.plugin [-] Segment 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa resource provider aggregate not found 2026-07-30 16:07:15.059 8 INFO neutron.services.segments.plugin [-] Segment 60ca6212-5253-4682-aca0-7f6b5c44b849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60ca6212-5253-4682-aca0-7f6b5c44b849 found for delete ", "request_id": "req-669786e3-7886-47d3-ac22-a839c802cd2c"}]} 2026-07-30 16:07:15.064 8 INFO neutron.services.segments.plugin [-] Segment 60ca6212-5253-4682-aca0-7f6b5c44b849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60ca6212-5253-4682-aca0-7f6b5c44b849 found for delete ", "request_id": "req-e2f1b6d6-731b-4ee1-9261-21a259e642a0"}]} 2026-07-30 16:07:15.067 7 INFO neutron.services.segments.plugin [-] Segment 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa found for delete ", "request_id": "req-085ce0a4-768b-489e-908f-cc6fb141b235"}]} 2026-07-30 16:07:15.082 8 INFO neutron.services.segments.plugin [-] Segment d901da31-7823-4e75-aa80-b631a563ca6a resource provider aggregate not found 2026-07-30 16:07:15.092 8 INFO neutron.services.segments.plugin [-] Segment d901da31-7823-4e75-aa80-b631a563ca6a resource provider aggregate not found 2026-07-30 16:07:15.098 7 INFO neutron.services.segments.plugin [-] Segment 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c64224c-8db9-4c0f-90a9-b3a38bdc9afa found for delete ", "request_id": "req-e5ac7440-b26d-4682-bf83-b76ec671a6d6"}]} 2026-07-30 16:07:15.103 7 INFO neutron.services.segments.plugin [-] Segment a0dcea84-485c-4acb-a12b-b944b5f4bc68 resource provider aggregate not found 2026-07-30 16:07:15.123 8 INFO neutron.services.segments.plugin [-] Segment d901da31-7823-4e75-aa80-b631a563ca6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d901da31-7823-4e75-aa80-b631a563ca6a found for delete ", "request_id": "req-fd3ab625-0552-4aaa-8029-5604bfab93e4"}]} 2026-07-30 16:07:15.127 8 INFO neutron.services.segments.plugin [-] Segment d901da31-7823-4e75-aa80-b631a563ca6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d901da31-7823-4e75-aa80-b631a563ca6a found for delete ", "request_id": "req-f7a4b114-3588-4e2c-a6dc-eddc141ea5d6"}]} 2026-07-30 16:07:15.130 7 INFO neutron.services.segments.plugin [-] Segment a0dcea84-485c-4acb-a12b-b944b5f4bc68 resource provider aggregate not found 2026-07-30 16:07:15.140 7 INFO neutron.services.segments.plugin [-] Segment a0dcea84-485c-4acb-a12b-b944b5f4bc68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0dcea84-485c-4acb-a12b-b944b5f4bc68 found for delete ", "request_id": "req-cfe970dd-59e3-4fe1-9ccb-4c0934d9aa6b"}]} 2026-07-30 16:07:15.141 8 INFO neutron.services.segments.plugin [-] Segment 1b700c08-3b41-46b7-93fc-b0e013f7ea49 resource provider aggregate not found 2026-07-30 16:07:15.155 7 INFO neutron.services.segments.plugin [-] Segment a0dcea84-485c-4acb-a12b-b944b5f4bc68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0dcea84-485c-4acb-a12b-b944b5f4bc68 found for delete ", "request_id": "req-86f1a6d6-637a-4f48-a083-55994b51c096"}]} 2026-07-30 16:07:15.162 8 INFO neutron.services.segments.plugin [-] Segment 1b700c08-3b41-46b7-93fc-b0e013f7ea49 resource provider aggregate not found 2026-07-30 16:07:15.163 7 INFO neutron.services.segments.plugin [-] Segment 8fa07308-4289-4099-ad1b-7a0b25dd7299 resource provider aggregate not found 2026-07-30 16:07:15.171 7 INFO neutron.services.segments.plugin [-] Segment 8fa07308-4289-4099-ad1b-7a0b25dd7299 resource provider aggregate not found 2026-07-30 16:07:15.175 8 INFO neutron.services.segments.plugin [-] Segment 1b700c08-3b41-46b7-93fc-b0e013f7ea49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b700c08-3b41-46b7-93fc-b0e013f7ea49 found for delete ", "request_id": "req-2cbf84ae-315a-4481-9449-a08d4a544574"}]} 2026-07-30 16:07:15.185 8 INFO neutron.services.segments.plugin [-] Segment 1b700c08-3b41-46b7-93fc-b0e013f7ea49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b700c08-3b41-46b7-93fc-b0e013f7ea49 found for delete ", "request_id": "req-4bcb5b4f-8e37-4c87-ba5e-678dbd3bbb0f"}]} 2026-07-30 16:07:15.191 7 INFO neutron.services.segments.plugin [-] Segment 8fa07308-4289-4099-ad1b-7a0b25dd7299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa07308-4289-4099-ad1b-7a0b25dd7299 found for delete ", "request_id": "req-79157e14-f717-40ea-ba0f-067b06a5eb20"}]} 2026-07-30 16:07:15.192 7 INFO neutron.services.segments.plugin [-] Segment 8fa07308-4289-4099-ad1b-7a0b25dd7299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fa07308-4289-4099-ad1b-7a0b25dd7299 found for delete ", "request_id": "req-95e90f6a-6ce1-4e99-b9bf-21095a904f7d"}]} 2026-07-30 16:07:15.213 7 INFO neutron.services.segments.plugin [-] Segment f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 resource provider aggregate not found 2026-07-30 16:07:15.219 7 INFO neutron.services.segments.plugin [-] Segment f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 resource provider aggregate not found 2026-07-30 16:07:15.233 7 INFO neutron.services.segments.plugin [-] Segment f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 found for delete ", "request_id": "req-68c88d95-0684-4e48-af0f-2cca01c80417"}]} 2026-07-30 16:07:15.239 7 INFO neutron.services.segments.plugin [-] Segment f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99e6fbb-0bec-45a8-ba2d-5fcdea31ea96 found for delete ", "request_id": "req-43fdfd97-5b01-43f1-ae38-96bc50aca0c1"}]} [pid: 8|app: 0|req: 1250/2486] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:15 2026] GET /v2.0/security-groups?tenant_id=dc32cb0278e648079d3af8b4eb7ff5ec&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2487] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:15 2026] GET /v2.0/security-groups?tenant_id=faf91bd7da93444cbc8b710ae5b7df4c&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2488] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:15 2026] DELETE /v2.0/security-groups/ba86715c-caee-4d8f-8789-2b1c3ae56dc7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2489] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:15 2026] GET /v2.0/security-groups?tenant_id=83326e5f6cf74a7380be7a104e05da24&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2492] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:15 2026] DELETE /v2.0/security-groups/44c68255-6ed5-47ef-b9fc-3ec9db03dc52 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2493] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:15 2026] DELETE /v2.0/security-groups/d89d4504-19ac-4f58-9985-0b8dafce5adc => 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: 1240/2494] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:15 2026] GET /v2.0/security-groups?tenant_id=c859f6814478402a99d852a9a27d54ca&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2495] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:16 2026] GET /v2.0/security-groups?tenant_id=874cceeaa2b04186b272f1a11d9e41d1&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2496] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:16 2026] DELETE /v2.0/security-groups/c62988c8-1213-4b15-be48-781d3903ff7c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2497] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:16 2026] GET /v2.0/security-groups?tenant_id=2fc20ff76fd54fa99acd1deb35b8aac2&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2498] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:16 2026] DELETE /v2.0/security-groups/1b88d3f7-254e-4e65-87b0-a22f8c72aacc => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2499] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:16 2026] DELETE /v2.0/security-groups/a3195501-b564-4649-be82-d5cdc696cd1d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2500] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:16 2026] GET /v2.0/security-groups?tenant_id=b6c1f62ef7b64e2cb156eecc16a3efe9&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2501] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:16 2026] DELETE /v2.0/security-groups/01b87dcc-8bc9-4105-b7e2-d426fe387f71 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2502] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:16 2026] GET /v2.0/security-groups?tenant_id=471f791dce874f0abf934705f55de2ee&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2503] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:16 2026] DELETE /v2.0/security-groups/d6b1fa6d-8ec6-4eac-99d6-53ba45fb65a3 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:20.663 7 INFO neutron.db.segments_db [None req-83e5051f-b195-49b4-bbab-04da2b10a06e 04fe787f0df04d8687ab39ec20cf50dc e3630c4ee63b48c8beb50e134142bd07 - - default default] Added segment 6324304e-e039-49c4-a350-7fb64df0f61f of type vxlan for network 9a1c0f98-82e1-4495-8d90-9d05338390c7 [pid: 7|app: 0|req: 1245/2504] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:20 2026] POST /v2.0/networks => generated 612 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2505] 10.0.0.78 () {34 vars in 662 bytes} [Thu Jul 30 16:07:20 2026] POST /v2.0/ports => generated 743 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2506] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:07:21 2026] PUT /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 25 bytes in 91 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: 1261/2507] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:21 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 25 bytes in 51 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: 1247/2508] 10.0.0.78 () {34 vars in 756 bytes} [Thu Jul 30 16:07:21 2026] PUT /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/green => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1262/2509] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:21 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1248/2510] 10.0.0.78 () {34 vars in 752 bytes} [Thu Jul 30 16:07:21 2026] PUT /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/red => generated 4 bytes in 90 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: 1249/2511] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:21 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 34 bytes in 51 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: 7|app: 0|req: 1250/2512] 10.0.0.78 () {34 vars in 774 bytes} [Thu Jul 30 16:07:21 2026] PUT /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/black.or.white => generated 4 bytes in 128 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: 1251/2513] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:21 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2514] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1264/2515] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2516] 10.0.0.78 () {34 vars in 745 bytes} [Thu Jul 30 16:07:21 2026] PUT /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 37 bytes in 102 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: 1265/2517] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2518] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1266/2519] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2520] 10.0.0.78 () {32 vars in 733 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/red => generated 0 bytes in 63 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: 1267/2521] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:07:22.267 7 INFO neutron.api.v2.resource [None req-ba47a303-e92e-48ee-8cb1-32d6d2ac8261 04fe787f0df04d8687ab39ec20cf50dc e3630c4ee63b48c8beb50e134142bd07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2522] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2523] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:22 2026] PUT /v2.0/policies/77dd8a12-ee26-41b6-8b2b-53ba8a350591/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2524] 10.0.0.78 () {32 vars in 736 bytes} [Thu Jul 30 16:07:22 2026] DELETE /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/red => generated 0 bytes in 99 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: 1257/2525] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2526] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:22 2026] PUT /v2.0/policies/6a4d9686-4113-48a2-9e43-139f84c61e36/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:07:22.502 7 INFO neutron.api.v2.resource [None req-6042e855-eaeb-46de-8c03-bd6d81601930 04fe787f0df04d8687ab39ec20cf50dc e3630c4ee63b48c8beb50e134142bd07 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1270/2527] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:22 2026] PUT /v2.0/policies/b159aa9f-3836-47fb-9fe4-cddac68d0105/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2528] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:07:22 2026] DELETE /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2529] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:22 2026] PUT /v2.0/policies/2bfbc5f1-9d4a-4e7f-b9d4-95706801d9c6/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2530] 10.0.0.78 () {32 vars in 728 bytes} [Thu Jul 30 16:07:22 2026] DELETE /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => 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: 1272/2531] 10.0.0.78 () {32 vars in 725 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:07:22.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-c55b3dc5-5486-4e91-b3ab-42a6c432756b 04fe787f0df04d8687ab39ec20cf50dc e3630c4ee63b48c8beb50e134142bd07 - - default default] TaaS: Handle Delete Port: 0aa574fb-5d82-463c-9bd8-d4f8c17474d3 2026-07-30 16:07:22.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c55b3dc5-5486-4e91-b3ab-42a6c432756b 04fe787f0df04d8687ab39ec20cf50dc e3630c4ee63b48c8beb50e134142bd07 - - default default] Tap Mirror: Handle Delete Port: 0aa574fb-5d82-463c-9bd8-d4f8c17474d3 [pid: 7|app: 0|req: 1260/2532] 10.0.0.78 () {32 vars in 718 bytes} [Thu Jul 30 16:07:22 2026] DELETE /v2.0/ports/0aa574fb-5d82-463c-9bd8-d4f8c17474d3 => generated 0 bytes in 283 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: 1273/2533] 10.0.0.78 () {32 vars in 672 bytes} [Thu Jul 30 16:07:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2534] 10.0.0.78 () {32 vars in 686 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:07:23.120 7 INFO neutron.services.segments.plugin [-] Segment 6324304e-e039-49c4-a350-7fb64df0f61f resource provider aggregate not found 2026-07-30 16:07:23.123 7 INFO neutron.services.segments.plugin [-] Segment 6324304e-e039-49c4-a350-7fb64df0f61f resource provider aggregate not found 2026-07-30 16:07:23.148 7 INFO neutron.services.segments.plugin [-] Segment 6324304e-e039-49c4-a350-7fb64df0f61f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6324304e-e039-49c4-a350-7fb64df0f61f found for delete ", "request_id": "req-887569ee-8c79-4940-8a5b-f5aebb50e8fb"}]} 2026-07-30 16:07:23.148 7 INFO neutron.services.segments.plugin [-] Segment 6324304e-e039-49c4-a350-7fb64df0f61f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6324304e-e039-49c4-a350-7fb64df0f61f found for delete ", "request_id": "req-87977ba0-6b49-4627-a91d-dfc2990c219a"}]} [pid: 8|app: 0|req: 1275/2535] 10.0.0.78 () {32 vars in 682 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2536] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:22 2026] DELETE /v2.0/networks/9a1c0f98-82e1-4495-8d90-9d05338390c7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2537] 10.0.0.78 () {32 vars in 694 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2538] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2539] 10.0.0.78 () {32 vars in 694 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2540] 10.0.0.78 () {32 vars in 690 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2541] 10.0.0.78 () {32 vars in 702 bytes} [Thu Jul 30 16:07:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2542] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:23 2026] DELETE /v2.0/qos/policies/77dd8a12-ee26-41b6-8b2b-53ba8a350591 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2543] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:23 2026] DELETE /v2.0/qos/policies/6a4d9686-4113-48a2-9e43-139f84c61e36 => 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: 1265/2544] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:23 2026] DELETE /v2.0/qos/policies/b159aa9f-3836-47fb-9fe4-cddac68d0105 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2545] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:23 2026] DELETE /v2.0/qos/policies/2bfbc5f1-9d4a-4e7f-b9d4-95706801d9c6 => 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: 1266/2546] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:23 2026] DELETE /v2.0/qos/policies/c4b58a46-820c-40c1-853d-b5c65289aeb6 => 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: 1281/2547] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:24 2026] GET /v2.0/security-groups?tenant_id=1ea4dd8d4a3847cda8257e8a1b6a3917&name=default => generated 2929 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2548] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:24 2026] DELETE /v2.0/security-groups/055a5274-8fe6-406d-b4cd-19d168e8e67c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2549] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:25 2026] GET /v2.0/security-groups?tenant_id=e3630c4ee63b48c8beb50e134142bd07&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2550] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:25 2026] DELETE /v2.0/security-groups/ef220141-0f0e-49d5-82f8-1950bf8f31b3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2551] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:25 2026] GET /v2.0/security-groups?tenant_id=c921b89c9c8a48019fa1a1eeb08d6dc2&name=default => generated 2929 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2552] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:25 2026] DELETE /v2.0/security-groups/b38fef73-dacc-4a9a-9e1a-a5443b26f7ff => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2553] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:25 2026] GET /v2.0/security-groups?tenant_id=785a60d55bc546c4970e91a521853614&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2554] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:26 2026] DELETE /v2.0/security-groups/792ccb1d-49c2-4206-9fda-f24319451c69 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2555] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:26 2026] GET /v2.0/security-groups?tenant_id=47755f3b39314b249d985d9866c11476&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2556] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:26 2026] DELETE /v2.0/security-groups/d2da5c54-42fd-4e95-80c1-e0972e6741cd => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2557] 10.0.0.78 () {34 vars in 676 bytes} [Thu Jul 30 16:07:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2558] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:29 2026] PUT /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2559] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2560] 10.0.0.78 () {34 vars in 762 bytes} [Thu Jul 30 16:07:29 2026] PUT /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2561] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2562] 10.0.0.78 () {34 vars in 758 bytes} [Thu Jul 30 16:07:29 2026] PUT /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2563] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2564] 10.0.0.78 () {34 vars in 780 bytes} [Thu Jul 30 16:07:29 2026] PUT /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/black.or.white => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2565] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2566] 10.0.0.78 () {34 vars in 751 bytes} [Thu Jul 30 16:07:29 2026] PUT /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2567] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2568] 10.0.0.78 () {32 vars in 739 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:29.894 8 INFO neutron.api.v2.resource [None req-05e7ea13-208b-4eaf-abac-177278dfd1f1 f5e64ab8657b446aa7d0150759b17b0b c29b89d982d149c8888b61f0f17ad89d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1292/2569] 10.0.0.78 () {32 vars in 743 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2570] 10.0.0.78 () {32 vars in 742 bytes} [Thu Jul 30 16:07:29 2026] DELETE /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/red => 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: 1293/2571] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:29 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:30.074 7 INFO neutron.api.v2.resource [None req-08fdb37b-9209-4a88-b7db-2567c30f08c3 f5e64ab8657b446aa7d0150759b17b0b c29b89d982d149c8888b61f0f17ad89d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1279/2572] 10.0.0.78 () {32 vars in 746 bytes} [Thu Jul 30 16:07:30 2026] DELETE /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2573] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:07:30 2026] DELETE /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2574] 10.0.0.78 () {32 vars in 731 bytes} [Thu Jul 30 16:07:30 2026] GET /v2.0/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44/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: 1295/2575] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:30 2026] DELETE /v2.0/qos/policies/19a737e1-2944-4d5c-8373-1a10df5c3b44 => 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: 1282/2578] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:31 2026] GET /v2.0/security-groups?tenant_id=c8765dcb5c274936b45122c63e2db416&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2579] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:31 2026] DELETE /v2.0/security-groups/d1b55d18-76c2-4f5d-b77c-64dcc09e5d0d => 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: 1298/2580] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:31 2026] GET /v2.0/security-groups?tenant_id=c29b89d982d149c8888b61f0f17ad89d&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2581] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2582] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2583] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:31 2026] DELETE /v2.0/security-groups/37bdba61-9678-4868-b1ee-26f2c5d272c3 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2584] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2585] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2586] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2587] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:32 2026] PUT /v2.0/subnetpools/63d9f978-cb76-4a87-97d2-a08b05ecde89/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2588] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:32 2026] PUT /v2.0/subnetpools/68b39f12-0c09-4b07-8674-67ccc6f45afb/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2589] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:32 2026] PUT /v2.0/subnetpools/912ffaf1-c09b-48c4-99ed-bd50b5ba2dec/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2590] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:32 2026] PUT /v2.0/subnetpools/2cdb4517-2fd2-47f6-b6bb-bc48cc0c940a/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2591] 10.0.0.78 () {32 vars in 670 bytes} [Thu Jul 30 16:07:32 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2592] 10.0.0.78 () {32 vars in 684 bytes} [Thu Jul 30 16:07:32 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2593] 10.0.0.78 () {32 vars in 680 bytes} [Thu Jul 30 16:07:32 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2594] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:07:32 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2595] 10.0.0.78 () {32 vars in 678 bytes} [Thu Jul 30 16:07:33 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2596] 10.0.0.78 () {32 vars in 692 bytes} [Thu Jul 30 16:07:33 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2597] 10.0.0.78 () {32 vars in 688 bytes} [Thu Jul 30 16:07:33 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2598] 10.0.0.78 () {32 vars in 700 bytes} [Thu Jul 30 16:07:33 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2599] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:33 2026] DELETE /v2.0/subnetpools/63d9f978-cb76-4a87-97d2-a08b05ecde89 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2600] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:33 2026] DELETE /v2.0/subnetpools/68b39f12-0c09-4b07-8674-67ccc6f45afb => 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: 1308/2601] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:33 2026] DELETE /v2.0/subnetpools/912ffaf1-c09b-48c4-99ed-bd50b5ba2dec => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2602] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:33 2026] DELETE /v2.0/subnetpools/2cdb4517-2fd2-47f6-b6bb-bc48cc0c940a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2603] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:33 2026] DELETE /v2.0/subnetpools/27d4f485-48c9-4fb3-84b9-73544efa6441 => 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: 1295/2604] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:34 2026] GET /v2.0/security-groups?tenant_id=adbc0dc0052d45af8e3611b739fcbc0f&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2605] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:34 2026] DELETE /v2.0/security-groups/52e79408-f03f-47cd-97e9-6c56a2ee7036 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2606] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:35 2026] GET /v2.0/security-groups?tenant_id=b8f3e588b2424384b18e3c85243defdd&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2607] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:35 2026] DELETE /v2.0/security-groups/fe02652e-aa3a-40f4-9f76-5eb42dc80b15 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2608] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:35 2026] GET /v2.0/security-groups?tenant_id=88f5917dafd64a3d90beb3279b0a932d&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:07:36.090 7 INFO neutron.db.segments_db [None req-813b5a03-6af4-492a-9e69-72f79bdb2697 edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] Added segment 1e00e827-6610-4e37-9831-2e6f751e1e95 of type vxlan for network 2fc8aee9-9feb-4f5f-af79-080637ab525d [pid: 8|app: 0|req: 1313/2609] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:35 2026] DELETE /v2.0/security-groups/ba3aca1d-1cb0-4c0d-8d40-5e5803ee0dda => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:36.470 7 INFO neutron.db.l3_hamode_db [None req-813b5a03-6af4-492a-9e69-72f79bdb2697 edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:07:36.628 7 INFO neutron.db.l3_hamode_db [None req-813b5a03-6af4-492a-9e69-72f79bdb2697 edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1297/2610] 10.0.0.78 () {34 vars in 666 bytes} [Thu Jul 30 16:07:35 2026] POST /v2.0/routers => generated 474 bytes in 1605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2611] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:07:37 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 25 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2612] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:37 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2613] 10.0.0.78 () {34 vars in 760 bytes} [Thu Jul 30 16:07:37 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/green => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2614] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:37 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2615] 10.0.0.78 () {34 vars in 756 bytes} [Thu Jul 30 16:07:37 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2616] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:38 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2617] 10.0.0.78 () {34 vars in 778 bytes} [Thu Jul 30 16:07:38 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/black.or.white => generated 4 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2618] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:38 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 52 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2619] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:07:38 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 37 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2620] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:38 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2621] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:38 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:38.897 7 INFO neutron.api.v2.resource [None req-f253be00-3a2f-4716-888a-31e67bff29bd edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1303/2622] 10.0.0.78 () {32 vars in 741 bytes} [Thu Jul 30 16:07:38 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2623] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:07:38 2026] DELETE /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/red => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2624] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:39 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 30 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:39.262 8 INFO neutron.api.v2.resource [None req-e222219e-2ba6-4d58-98c5-23d85745e139 edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2625] 10.0.0.78 () {32 vars in 744 bytes} [Thu Jul 30 16:07:39 2026] DELETE /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2626] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:39 2026] DELETE /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2627] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:39 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2628] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:07:39 2026] GET /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2629] 10.0.0.78 () {34 vars in 740 bytes} [Thu Jul 30 16:07:39 2026] PUT /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde => generated 480 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2630] 10.0.0.78 () {32 vars in 734 bytes} [Thu Jul 30 16:07:40 2026] GET /v2.0/ports?device_id=e2b79cc3-bee7-4f9b-86df-2a8845dc5dde => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:40.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-32dffb56-9b95-4278-a527-df24486743de edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] TaaS: Handle Delete Port: f2f70df7-f88a-462c-b89f-7f473dd45c28 2026-07-30 16:07:40.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32dffb56-9b95-4278-a527-df24486743de edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] Tap Mirror: Handle Delete Port: f2f70df7-f88a-462c-b89f-7f473dd45c28 2026-07-30 16:07:40.895 8 INFO neutron.db.l3_hamode_db [None req-32dffb56-9b95-4278-a527-df24486743de edd4744e38174726a7c749bb28c230f2 58e37ea83448462991980ba222a0fe97 - - default default] HA network 2fc8aee9-9feb-4f5f-af79-080637ab525d was deleted as no HA routers are present in tenant 58e37ea83448462991980ba222a0fe97. [pid: 8|app: 0|req: 1324/2631] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:07:40 2026] DELETE /v2.0/routers/e2b79cc3-bee7-4f9b-86df-2a8845dc5dde => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:41.112 8 INFO neutron.services.segments.plugin [-] Segment 1e00e827-6610-4e37-9831-2e6f751e1e95 resource provider aggregate not found 2026-07-30 16:07:41.118 8 INFO neutron.services.segments.plugin [-] Segment 1e00e827-6610-4e37-9831-2e6f751e1e95 resource provider aggregate not found 2026-07-30 16:07:41.133 8 INFO neutron.services.segments.plugin [-] Segment 1e00e827-6610-4e37-9831-2e6f751e1e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e00e827-6610-4e37-9831-2e6f751e1e95 found for delete ", "request_id": "req-819dd3ce-2f1a-45c7-aaab-0d6e16990bb6"}]} 2026-07-30 16:07:41.135 8 INFO neutron.services.segments.plugin [-] Segment 1e00e827-6610-4e37-9831-2e6f751e1e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e00e827-6610-4e37-9831-2e6f751e1e95 found for delete ", "request_id": "req-c9812f59-6daa-4700-a152-e66a000c2cc6"}]} [pid: 7|app: 0|req: 1308/2632] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:41 2026] GET /v2.0/security-groups?tenant_id=58e37ea83448462991980ba222a0fe97&name=default => generated 2929 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2633] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:42 2026] DELETE /v2.0/security-groups/5d3f615f-18bc-45d9-8f65-16adad343e65 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2634] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:42 2026] GET /v2.0/security-groups?tenant_id=399f7901e6cf4842b6eb0c4f7663d406&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2635] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:42 2026] DELETE /v2.0/security-groups/e10817f6-f0a4-4ef2-b95e-7b6c37a8b23b => 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: 1328/2638] 10.0.0.78 () {34 vars in 674 bytes} [Thu Jul 30 16:07:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2639] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:46 2026] PUT /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2640] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:46 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2641] 10.0.0.78 () {34 vars in 768 bytes} [Thu Jul 30 16:07:46 2026] PUT /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2642] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:46 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2643] 10.0.0.78 () {34 vars in 764 bytes} [Thu Jul 30 16:07:46 2026] PUT /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-30 16:07:46.978 7 INFO neutron.db.segments_db [None req-d6f2de01-ee2c-4f78-a8c5-733500a8c192 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Added segment a3af05c2-a1fe-4202-b548-d07dd7f98d20 of type vxlan for network 575babc6-7750-4f97-aa6e-d0953f408dac [pid: 8|app: 0|req: 1334/2644] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:46 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2645] 10.0.0.78 () {34 vars in 786 bytes} [Thu Jul 30 16:07:47 2026] PUT /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2646] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2647] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:46 2026] POST /v2.0/networks => generated 620 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2648] 10.0.0.78 () {34 vars in 757 bytes} [Thu Jul 30 16:07:47 2026] PUT /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/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: 1338/2649] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2650] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:47.305 8 INFO neutron.api.v2.resource [None req-93935088-bf33-4868-8667-890fe2dcc535 cc848011b2d74975b6c8ed4e6c4e0124 9c571acebcd84d24a1d89cbc948b2fa2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1340/2651] 10.0.0.78 () {32 vars in 749 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2652] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:07:47 2026] DELETE /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/red => 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: 1342/2653] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:47.454 8 INFO neutron.api.v2.resource [None req-9e2ee993-3d91-4c66-a5ad-5edc7b87a207 cc848011b2d74975b6c8ed4e6c4e0124 9c571acebcd84d24a1d89cbc948b2fa2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2654] 10.0.0.78 () {32 vars in 752 bytes} [Thu Jul 30 16:07:47 2026] DELETE /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2655] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:47 2026] POST /v2.0/subnets => generated 658 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2656] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:07:47 2026] DELETE /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2657] 10.0.0.78 () {32 vars in 720 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2658] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:47 2026] GET /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2659] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:07:47 2026] DELETE /v2.0/subnetpools/aeea57e4-ca03-4808-b9b4-3c6f311185f3 => 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: 1314/2660] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:47 2026] POST /v2.0/subnets => generated 731 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:07:47.980 8 INFO neutron.db.segments_db [None req-f7d40a10-d43e-49df-9559-2d88e0ae473c 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Added segment db705c99-9af7-42e0-9d25-164d439fe80c of type vxlan for network 1d5d9905-1780-436d-a6ea-7e5b8da050d3 [pid: 8|app: 0|req: 1347/2661] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:47 2026] POST /v2.0/networks => generated 617 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2662] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:48 2026] POST /v2.0/subnets => generated 656 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2663] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:48 2026] GET /v2.0/security-groups?tenant_id=53fe2c31482f44b6914bc97071234fb5&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2664] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:48 2026] POST /v2.0/subnets => generated 725 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2665] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:48 2026] DELETE /v2.0/security-groups/fcfde96d-11a0-487a-80c0-a03a1d6d520e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:48.977 7 INFO neutron.db.segments_db [None req-99605402-8f19-45e7-85cf-7034c99b35eb 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Added segment 0d0179fa-269c-45fb-9240-4cb6c38b8a99 of type vxlan for network 41744061-d0da-42b0-a5c9-7381276bdb45 [pid: 7|app: 0|req: 1317/2666] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:48 2026] POST /v2.0/networks => generated 619 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2667] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:49 2026] GET /v2.0/security-groups?tenant_id=9c571acebcd84d24a1d89cbc948b2fa2&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2668] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:49 2026] DELETE /v2.0/security-groups/8c3acc26-2205-41d7-a826-21c1461f9ac0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2669] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:49 2026] POST /v2.0/subnets => generated 656 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2670] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:49 2026] POST /v2.0/subnets => generated 730 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:07:50.113 7 INFO neutron.db.segments_db [None req-6434ded7-d6a4-4f3f-8f3f-8c481c7911a4 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Added segment 8e203b2b-60c9-448f-b08c-3995ef3e8091 of type vxlan for network 516e8bb5-47ec-4e08-be2f-fa2ac513b8cf 2026-07-30 16:07:50.494 7 INFO neutron.db.l3_hamode_db [None req-6434ded7-d6a4-4f3f-8f3f-8c481c7911a4 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 16:07:51.407 7 INFO neutron.db.l3_hamode_db [None req-6434ded7-d6a4-4f3f-8f3f-8c481c7911a4 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1319/2671] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:50 2026] POST /v2.0/routers => generated 685 bytes in 2524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:07:53.473 7 INFO neutron.db.segments_db [None req-f192fe23-da94-42e7-ba54-9c4130b22bd2 fd8e02275c0b40d49392f522cea9c7df 6836434df95a4692949b1ee2926bec02 - - default default] Added segment a1bd48bb-c296-4848-a4ed-9e43bb03f055 of type vxlan for network b16264b8-8525-47db-ab60-0bed5f8cd03a [pid: 7|app: 0|req: 1320/2672] 10.0.0.78 () {34 vars in 668 bytes} [Thu Jul 30 16:07:53 2026] POST /v2.0/networks => generated 612 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2673] 10.0.0.78 () {34 vars in 667 bytes} [Thu Jul 30 16:07:53 2026] POST /v2.0/subnets => generated 626 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2674] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:07:52 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/add_router_interface => generated 309 bytes in 1589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2675] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2676] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2677] 10.0.0.78 () {34 vars in 760 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2678] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2679] 10.0.0.78 () {34 vars in 756 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2680] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2681] 10.0.0.78 () {34 vars in 778 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2682] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2683] 10.0.0.78 () {34 vars in 749 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2684] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2685] 10.0.0.78 () {32 vars in 737 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:07:54.889 7 INFO neutron.api.v2.resource [None req-bd6762a4-e831-4588-ba1c-2aba3f2e0c39 fd8e02275c0b40d49392f522cea9c7df 6836434df95a4692949b1ee2926bec02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1333/2686] 10.0.0.78 () {32 vars in 741 bytes} [Thu Jul 30 16:07:54 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2687] 10.0.0.78 () {32 vars in 740 bytes} [Thu Jul 30 16:07:54 2026] DELETE /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags/red => 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: 1335/2688] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:55 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:07:55.086 7 INFO neutron.api.v2.resource [None req-8ce736ba-3a7d-4a60-a09b-c07ec4031035 fd8e02275c0b40d49392f522cea9c7df 6836434df95a4692949b1ee2926bec02 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1336/2689] 10.0.0.78 () {32 vars in 744 bytes} [Thu Jul 30 16:07:55 2026] DELETE /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/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: 1337/2690] 10.0.0.78 () {32 vars in 732 bytes} [Thu Jul 30 16:07:55 2026] DELETE /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2691] 10.0.0.78 () {32 vars in 729 bytes} [Thu Jul 30 16:07:55 2026] GET /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2692] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:07:55 2026] DELETE /v2.0/subnets/c1eb46c9-0fa7-4a2f-b440-1a91b325f2e0 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2693] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:07:55 2026] DELETE /v2.0/networks/b16264b8-8525-47db-ab60-0bed5f8cd03a => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:07:55.663 7 INFO neutron.services.segments.plugin [-] Segment a1bd48bb-c296-4848-a4ed-9e43bb03f055 resource provider aggregate not found 2026-07-30 16:07:55.683 7 INFO neutron.services.segments.plugin [-] Segment a1bd48bb-c296-4848-a4ed-9e43bb03f055 resource provider aggregate not found 2026-07-30 16:07:55.685 7 INFO neutron.services.segments.plugin [-] Segment a1bd48bb-c296-4848-a4ed-9e43bb03f055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bd48bb-c296-4848-a4ed-9e43bb03f055 found for delete ", "request_id": "req-9112301e-9412-46d4-91c5-7fb783a5323d"}]} 2026-07-30 16:07:55.710 7 INFO neutron.services.segments.plugin [-] Segment a1bd48bb-c296-4848-a4ed-9e43bb03f055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bd48bb-c296-4848-a4ed-9e43bb03f055 found for delete ", "request_id": "req-ea14d50a-6bd5-4e20-940f-a9ac317742aa"}]} [pid: 8|app: 0|req: 1354/2694] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:07:54 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/add_router_interface => generated 309 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2695] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:56 2026] GET /v2.0/security-groups?tenant_id=6836434df95a4692949b1ee2926bec02&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2696] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:56 2026] DELETE /v2.0/security-groups/e08919b5-d3cd-4c94-a5da-59476543de0d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2697] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:07:56 2026] GET /v2.0/security-groups?tenant_id=cf1c26fe04f3440e9a84a35786cd0e36&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2698] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:07:57 2026] DELETE /v2.0/security-groups/0a3af708-da1b-4de0-8452-79972ab22a3c => 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: 1341/2699] 10.0.0.78 () {34 vars in 781 bytes} [Thu Jul 30 16:07:55 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/add_router_interface => generated 309 bytes in 1712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2700] 10.0.0.78 () {34 vars in 682 bytes} [Thu Jul 30 16:07:57 2026] POST /v2.0/security-groups => generated 1628 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2701] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2702] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2703] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2704] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2705] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2706] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2707] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2708] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2709] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:07:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2710] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:08:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2711] 10.0.0.78 () {34 vars in 693 bytes} [Thu Jul 30 16:08:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2714] 10.0.0.65 () {34 vars in 1090 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-50641298&fields=id&tenant_id=47771df2c7194a008c88d6cfb35228ef => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2715] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 703 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2716] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/quotas/47771df2c7194a008c88d6cfb35228ef => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2717] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&fields=id => generated 287 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2718] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2719] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1368/2720] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/security-groups?tenant_id=df4b028524684f73bf6a43538d389f4f&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2721] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:01 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 12 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2722] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:08:01 2026] DELETE /v2.0/security-groups/6db01540-d23a-4127-8e5f-890f530bf4a4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2723] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:08:02 2026] GET /v2.0/security-groups?tenant_id=8f30df725c7241d7b70b71c22e517835&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2724] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:08:02 2026] DELETE /v2.0/security-groups/181274be-916b-4b6d-93fe-2f80bd0f20f2 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2725] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:08:06 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 703 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2726] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:08:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=47771df2c7194a008c88d6cfb35228ef => generated 177 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2727] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:07 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => 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: 1356/2728] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:08:06 2026] POST /v2.0/ports => generated 1183 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2729] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:08:07 2026] PUT /v2.0/ports/9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => generated 1464 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:08:07.971 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5320d8b5-2c73-4e90-917c-13b16ce45b40'] response: {'name': 'network-changed', 'server_uuid': 'f4d7e7cc-85d8-481d-a507-42760e2734a4', 'tag': '9aa5a1a6-8e73-4965-8dd5-db92c7b87750', '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: 1357/2730] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:08 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1467 bytes in 35 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: 1374/2731] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:08:08 2026] GET /v2.0/networks?tenant_id=47771df2c7194a008c88d6cfb35228ef&shared=False => generated 2374 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2732] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:08:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2733] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2734] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => 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: 1376/2735] 199.204.45.238 () {34 vars in 1103 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A235&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => 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: 1360/2736] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2737] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2738] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&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: 8|app: 0|req: 1378/2739] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:08:09 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2740] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:08:10 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2741] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:12 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2742] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:08:12 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2745] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:17 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2746] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:08:17 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2747] 10.0.0.78 () {32 vars in 816 bytes} [Thu Jul 30 16:08:17 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&mac_address=fa%3A16%3A3e%3A82%3Ab2%3A4f => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:08:18.428 7 INFO neutron.db.l3_db [None req-a606ab0a-95f1-4c26-a555-8e4a7eb1e1ea 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP 5a787550-5f48-4ae9-9c95-94d5f31bc0f3 associated. External IP: 10.96.250.217, port: 9aa5a1a6-8e73-4965-8dd5-db92c7b87750. [pid: 7|app: 0|req: 1366/2748] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:08:17 2026] POST /v2.0/floatingips => generated 855 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:08:18.870 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d432384-f26b-4530-8682-3020028232d1'] response: {'name': 'network-changed', 'server_uuid': 'f4d7e7cc-85d8-481d-a507-42760e2734a4', 'tag': '9aa5a1a6-8e73-4965-8dd5-db92c7b87750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1383/2749] 10.0.0.65 () {34 vars in 1090 bytes} [Thu Jul 30 16:08:18 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-50641298&fields=id&tenant_id=47771df2c7194a008c88d6cfb35228ef => 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: 1367/2750] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:08:18 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 705 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2751] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:08:18 2026] GET /v2.0/quotas/47771df2c7194a008c88d6cfb35228ef => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2752] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&fields=id => generated 333 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2753] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2754] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1386/2755] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2756] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2757] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2758] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => 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: 1388/2759] 199.204.45.238 () {34 vars in 1103 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A235&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => 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: 1372/2760] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2761] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2762] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2763] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2764] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:08:19 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1391/2765] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:08:23 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2766] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:08:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=47771df2c7194a008c88d6cfb35228ef => generated 177 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2767] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:08:24 2026] POST /v2.0/ports => generated 1187 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2768] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:24 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1190 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2769] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:08:24 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2770] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:08:24 2026] PUT /v2.0/ports/b637a733-ba53-4229-b1e5-5a944abcbbd1 => generated 1468 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:08:25.253 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c06d79e-6fb8-4793-ac68-2ef2442162df'] response: {'name': 'network-changed', 'server_uuid': '4c3f0c35-ca27-4bc9-86a1-120c375206c4', 'tag': 'b637a733-ba53-4229-b1e5-5a944abcbbd1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1395/2771] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:25 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1471 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1377/2772] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:08:25 2026] GET /v2.0/networks?tenant_id=47771df2c7194a008c88d6cfb35228ef&shared=False => generated 2374 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2773] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:08:25 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: 1378/2774] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:26 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2775] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.150&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => 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: 1379/2776] 199.204.45.238 () {34 vars in 1105 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19a&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2777] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/subnets?id=97edc910-a093-495f-b8de-14a520bac7ed&id=faba13f5-a888-48eb-aaca-f1495c667850 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2778] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2779] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&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: 1381/2780] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2781] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:08:27 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1382/2782] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:29 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1202 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2783] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:08:29 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2786] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:08:30 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2787] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:08:30 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2788] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:08:35 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2789] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:08:35 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2790] 10.0.0.78 () {32 vars in 816 bytes} [Thu Jul 30 16:08:35 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&mac_address=fa%3A16%3A3e%3A95%3A39%3A27 => generated 1204 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:08:36.188 8 INFO neutron.db.l3_db [None req-8708d978-41d0-4fee-8d18-90ee4dc264db 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP e85a6daa-23af-4c2a-ba44-116acfb456a9 associated. External IP: 10.96.250.220, port: b637a733-ba53-4229-b1e5-5a944abcbbd1. [pid: 8|app: 0|req: 1406/2791] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:08:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 16:08:36.565 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f5d3145-c773-4c95-b5af-ff0d8f684d27'] response: {'name': 'network-changed', 'server_uuid': '4c3f0c35-ca27-4bc9-86a1-120c375206c4', 'tag': 'b637a733-ba53-4229-b1e5-5a944abcbbd1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1386/2792] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2793] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2794] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.150&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2795] 199.204.45.238 () {34 vars in 1105 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19a&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => 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: 1388/2796] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/subnets?id=97edc910-a093-495f-b8de-14a520bac7ed&id=faba13f5-a888-48eb-aaca-f1495c667850 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2797] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2798] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2799] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1390/2800] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:08:37 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2801] 10.0.0.126 () {34 vars in 989 bytes} [Thu Jul 30 16:08:43 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1473 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2802] 10.0.0.126 () {34 vars in 1039 bytes} [Thu Jul 30 16:08:43 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2805] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:08:59 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2806] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 30 16:09:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2807] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 30 16:09:00 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: 1394/2808] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 30 16:09:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2809] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 30 16:09:00 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: 1396/2812] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 30 16:09:01 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: 1417/2813] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 658 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2814] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 30 16:09:01 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: 1418/2815] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2816] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 30 16:09:01 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: 1419/2817] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2818] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2819] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2820] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2821] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2822] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 30 16:09:01 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: 1422/2823] 10.0.0.7 () {30 vars in 727 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => 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: 1402/2824] 10.0.0.7 () {30 vars in 679 bytes} [Thu Jul 30 16:09:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2825] 10.0.0.7 () {34 vars in 701 bytes} [Thu Jul 30 16:09:01 2026] POST /v2.0/ports => generated 1132 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2826] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/security-group => generated 170 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, ' [pid: 8|app: 0|req: 1424/2827] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:09:05 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: 1404/2828] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:09:05 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: 1425/2829] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2830] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2831] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2832] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2833] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2834] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:09:05.924 8 INFO neutron.api.v2.resource [None req-20750b86-4b78-4be8-9f00-d6b010207325 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1428/2835] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2836] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:09:05 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2837] 199.204.45.238 () {34 vars in 735 bytes} [Thu Jul 30 16:09:05 2026] POST /v2.0/security-groups => generated 1638 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2838] 199.204.45.238 () {30 vars in 814 bytes} [Thu Jul 30 16:09:06 2026] GET /v2.0/security-group-rules?security_group_id=0cfb6581-5181-45f9-83cb-b8d3afc75cea => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2839] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:09:06 2026] PUT /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2840] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:09:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1431/2841] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:09:06 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: 1411/2842] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:09:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2843] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:09:06 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: 1412/2844] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:09:06 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2845] 10.0.0.65 () {34 vars in 1014 bytes} [Thu Jul 30 16:09:14 2026] GET /v2.0/security-groups?id=39c553cd-ac60-4357-b873-fbfc019feb38&fields=id => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2846] 10.0.0.65 () {34 vars in 980 bytes} [Thu Jul 30 16:09:14 2026] GET /v2.0/networks?id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 734 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2847] 10.0.0.65 () {34 vars in 963 bytes} [Thu Jul 30 16:09:14 2026] GET /v2.0/quotas/45748c5e1b62477a8f35679366c1f0ef => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2848] 10.0.0.65 () {34 vars in 1000 bytes} [Thu Jul 30 16:09:14 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2849] 10.0.0.65 () {34 vars in 1006 bytes} [Thu Jul 30 16:09:15 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1415/2850] 10.0.0.65 () {34 vars in 1106 bytes} [Thu Jul 30 16:09:15 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1437/2853] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:16 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => 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: 1417/2854] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:16 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => 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: 1438/2855] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:09:20 2026] GET /v2.0/networks?id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da => generated 734 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2856] 199.204.45.238 () {34 vars in 1049 bytes} [Thu Jul 30 16:09:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=45748c5e1b62477a8f35679366c1f0ef => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2857] 199.204.45.238 () {38 vars in 954 bytes} [Thu Jul 30 16:09:20 2026] POST /v2.0/ports => generated 1082 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1440/2858] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:20 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1085 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2859] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:09:21 2026] GET /v2.0/security-groups?id=39c553cd-ac60-4357-b873-fbfc019feb38&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2860] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:21 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1105 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2861] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:09:20 2026] PUT /v2.0/ports/1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 1243 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:09:21.318 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2ec6ef5-415b-4521-812b-eaaec2479783'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '1a4e596c-db7a-4aa0-b284-4ad8a5578d65', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2862] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:09:21 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1246 bytes in 49 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: 1420/2863] 199.204.45.238 () {34 vars in 1017 bytes} [Thu Jul 30 16:09:21 2026] GET /v2.0/networks?tenant_id=45748c5e1b62477a8f35679366c1f0ef&shared=False => generated 734 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2864] 199.204.45.238 () {34 vars in 929 bytes} [Thu Jul 30 16:09:21 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: 7|app: 0|req: 1421/2865] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => 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: 1445/2866] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => 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: 1422/2867] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2868] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2869] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1447/2870] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:09:23 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1424/2871] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:25 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2872] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:09:25 2026] GET /v2.0/security-groups?id=39c553cd-ac60-4357-b873-fbfc019feb38&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2873] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:25 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2874] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:09:27 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2875] 199.204.45.238 () {34 vars in 1043 bytes} [Thu Jul 30 16:09:27 2026] GET /v2.0/security-groups?id=39c553cd-ac60-4357-b873-fbfc019feb38&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2876] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:29 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2877] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:09:29 2026] GET /v2.0/security-groups?id=39c553cd-ac60-4357-b873-fbfc019feb38&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2878] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:09:30 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2885] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:10:12 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: 1455/2886] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:10:12 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: 1432/2887] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:10:12 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: 1456/2888] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:10:12 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: 1433/2889] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:10:12 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2890] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:10:12 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2891] 199.204.45.238 () {34 vars in 716 bytes} [Thu Jul 30 16:10:12 2026] POST /v2.0/ports => generated 1059 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2892] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:10:13 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2893] 10.0.0.65 () {34 vars in 905 bytes} [Thu Jul 30 16:10:13 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2894] 199.204.45.238 () {34 vars in 1261 bytes} [Thu Jul 30 16:10:14 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2895] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:14 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1460/2896] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:14 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1437/2897] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:10:14 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1059 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2898] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:14 2026] GET /v2.0/networks?id=575babc6-7750-4f97-aa6e-d0953f408dac => generated 802 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2899] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:10:15 2026] PUT /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1249 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:10:15.661 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10e8d907-6b8c-4484-a1db-075f49cde917'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '74aea87a-9864-46e0-854d-3a2d3e2ab0cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1440/2902] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2489 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2903] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/networks?id=575babc6-7750-4f97-aa6e-d0953f408dac => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2904] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1464/2905] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2906] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2907] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1443/2908] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:16 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1466/2909] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2910] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => 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: 1467/2911] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => 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: 1445/2912] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&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: 1468/2913] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2914] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1469/2915] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1447/2916] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2917] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&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: 1448/2918] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1471/2919] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:17 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1449/2920] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:10:21 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2921] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:10:21 2026] PUT /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1276 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:10:22.238 7 INFO neutron.api.v2.resource [None req-474fffd8-cad6-4dd7-98b9-0c3e267b3be9 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/2922] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:10:22.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29e7c29f-01ca-42e2-afcd-4b7a98266c12'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '74aea87a-9864-46e0-854d-3a2d3e2ab0cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1473/2923] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2924] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:10:22 2026] PUT /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1314 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:10:22.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd02a97b-333c-4851-96f2-ea89d1c296e3'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '74aea87a-9864-46e0-854d-3a2d3e2ab0cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/2925] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 47 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: 1452/2926] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/networks?id=575babc6-7750-4f97-aa6e-d0953f408dac => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2927] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1453/2928] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2929] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:22 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2930] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1477/2931] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2932] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:10:23 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: 1478/2933] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:10:23 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: 1456/2934] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:10:23 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: 1479/2935] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:10:23 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: 1457/2936] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2937] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2938] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2939] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2940] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2941] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2942] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:10:23 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2943] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2944] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/networks?id=575babc6-7750-4f97-aa6e-d0953f408dac => generated 802 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2945] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1462/2946] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2947] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2948] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1486/2949] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:24 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:10:33.503 8 INFO neutron.db.l3_db [None req-5d63dec3-9f1d-4fa1-807c-2ff983a02d0d 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP 04135d67-e7b7-417d-bce4-728168c5f94f associated. External IP: 10.96.250.212, port: 28159633-68ba-4007-a33c-979ed55dfaa0. [pid: 8|app: 0|req: 1488/2952] 10.0.0.78 () {34 vars in 675 bytes} [Thu Jul 30 16:10:32 2026] POST /v2.0/floatingips => generated 899 bytes in 1353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2953] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:10:39 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: 1489/2954] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:10:39 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: 1466/2955] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:10:39 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: 1490/2956] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:10:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:10:39.929 7 INFO neutron.api.v2.resource [None req-ccd63edc-871c-4ae4-a8ea-f3f1d866227d 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2957] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:10:39 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2958] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:10:39 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2959] 199.204.45.238 () {30 vars in 814 bytes} [Thu Jul 30 16:10:39 2026] GET /v2.0/security-group-rules?security_group_id=0cfb6581-5181-45f9-83cb-b8d3afc75cea => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2960] 199.204.45.238 () {34 vars in 746 bytes} [Thu Jul 30 16:10:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2961] 199.204.45.238 () {34 vars in 746 bytes} [Thu Jul 30 16:10:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2964] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 30 16:10:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2965] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 30 16:10:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2966] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 30 16:10:50 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: 1472/2967] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 30 16:10:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2968] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 30 16:10:51 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: 1473/2969] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 30 16:10:51 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2970] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:10:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2971] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:10: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: 8|app: 0|req: 1498/2972] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:10:54 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: 1475/2973] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:10:54 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: 1499/2974] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:10:54 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2975] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:10:54 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2976] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:10:54 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: 1477/2977] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:10: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: 8|app: 0|req: 1501/2978] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:10:54 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: 1478/2979] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:10: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: 1502/2980] 199.204.45.238 () {34 vars in 716 bytes} [Thu Jul 30 16:10:54 2026] POST /v2.0/ports => generated 1320 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2981] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:10:55 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1320 bytes in 47 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: 1503/2982] 10.0.0.65 () {34 vars in 905 bytes} [Thu Jul 30 16:10:55 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2983] 199.204.45.238 () {34 vars in 1261 bytes} [Thu Jul 30 16:10:56 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2984] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:56 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2985] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:56 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2986] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:10:57 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1320 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2987] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:57 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2988] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:10:57 2026] PUT /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1510 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:10:58.269 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a56642d-daf9-40be-8b5a-4a4536124c70'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': 'b5b36e2e-8c88-4c96-8a0e-104f3a6d971d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2989] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:10:58 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4092 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1507/2990] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:10:58 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2991] 199.204.45.238 () {34 vars in 1055 bytes} [Thu Jul 30 16:10:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1508/2992] 199.204.45.238 () {34 vars in 1101 bytes} [Thu Jul 30 16:10:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aac&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1485/2993] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:10:58 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2994] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:59 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2995] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:10:59 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2996] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:10:59 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1487/2997] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:10:59 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1511/2998] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4092 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2999] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3000] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => 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: 1489/3001] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3002] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1490/3003] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1514/3004] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1491/3005] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3006] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&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: 1517/3009] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3010] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1518/3011] 199.204.45.238 () {34 vars in 1055 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1494/3012] 199.204.45.238 () {34 vars in 1101 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aac&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1519/3013] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3014] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3015] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:00 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&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/3016] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:01 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1521/3017] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:01 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1497/3018] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:11:04 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1512 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3019] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:04 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 796 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3020] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3021] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/subnets/d887215f-91bc-4a75-b651-d44051b34326 => generated 743 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3022] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:05 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: 1524/3023] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3024] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:05 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: 1525/3025] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3026] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3027] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3028] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3029] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3030] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3031] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => 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: 1504/3032] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:05 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3033] 10.0.0.7 () {30 vars in 687 bytes} [Thu Jul 30 16:11:12 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: 1505/3034] 10.0.0.7 () {30 vars in 689 bytes} [Thu Jul 30 16:11:12 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: 1530/3035] 10.0.0.7 () {30 vars in 665 bytes} [Thu Jul 30 16:11:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3036] 10.0.0.7 () {30 vars in 701 bytes} [Thu Jul 30 16:11:12 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: 1531/3037] 10.0.0.7 () {28 vars in 436 bytes} [Thu Jul 30 16:11:12 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: 1507/3038] 10.0.0.7 () {30 vars in 725 bytes} [Thu Jul 30 16:11:12 2026] GET /v2.0/subnets/97edc910-a093-495f-b8de-14a520bac7ed => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3039] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:15 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: 1508/3040] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3041] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11: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: 1509/3042] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11: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: 1534/3043] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => 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: 1510/3044] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/subnets/97edc910-a093-495f-b8de-14a520bac7ed => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3045] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3048] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3049] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3050] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3051] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3052] 199.204.45.238 () {34 vars in 716 bytes} [Thu Jul 30 16:11:15 2026] POST /v2.0/ports => generated 1332 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3053] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:11:16 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/3054] 199.204.45.238 () {34 vars in 1261 bytes} [Thu Jul 30 16:11:17 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3055] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:17 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1541/3056] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:17 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3057] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:11:18 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3058] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:18 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3059] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:11:18 2026] PUT /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1522 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:11:18.810 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd857837-5664-4279-8cd3-d615314859f7'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '16f4d02b-1448-48a0-9948-fc6ce22f81d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1543/3060] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1518/3061] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3062] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=16f4d02b-1448-48a0-9948-fc6ce22f81d1 => 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: 1519/3063] 199.204.45.238 () {34 vars in 1105 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b3&port_id=16f4d02b-1448-48a0-9948-fc6ce22f81d1 => 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: 1545/3064] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/subnets?id=97edc910-a093-495f-b8de-14a520bac7ed&id=faba13f5-a888-48eb-aaca-f1495c667850 => generated 1415 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3065] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3066] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3067] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1547/3068] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:19 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1522/3069] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:20 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 5608 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3070] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3071] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:20 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3072] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:20 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3073] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:20 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1550/3074] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3075] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1551/3076] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3077] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3078] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1527/3079] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1553/3080] 199.204.45.238 () {34 vars in 1055 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1528/3081] 199.204.45.238 () {34 vars in 1101 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aac&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3082] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3083] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3084] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3085] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1556/3086] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1531/3087] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=16f4d02b-1448-48a0-9948-fc6ce22f81d1 => 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: 1557/3088] 199.204.45.238 () {34 vars in 1105 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b3&port_id=16f4d02b-1448-48a0-9948-fc6ce22f81d1 => 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: 1532/3089] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/subnets?id=97edc910-a093-495f-b8de-14a520bac7ed&id=faba13f5-a888-48eb-aaca-f1495c667850 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3090] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&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: 1533/3091] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3092] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3093] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:21 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1560/3094] 10.0.0.65 () {34 vars in 969 bytes} [Thu Jul 30 16:11:25 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3095] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:26 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45 => generated 798 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3096] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:26 2026] GET /v2.0/subnets/97edc910-a093-495f-b8de-14a520bac7ed => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3097] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:26 2026] GET /v2.0/subnets/faba13f5-a888-48eb-aaca-f1495c667850 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3098] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:26 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1512 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3099] 199.204.45.238 () {34 vars in 789 bytes} [Thu Jul 30 16:11:26 2026] PUT /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1251 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:11:27.315 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de835f0a-35f2-4258-9ad7-d4438507676d'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': 'b5b36e2e-8c88-4c96-8a0e-104f3a6d971d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3100] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 796 bytes in 61 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: 1538/3101] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => 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: 1564/3102] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:27 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: 1539/3103] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3104] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:27 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: 1540/3105] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3106] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3107] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => 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: 1567/3108] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3109] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3110] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3111] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 5385 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3112] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => 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: 1544/3113] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => 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: 1570/3114] 199.204.45.238 () {34 vars in 1055 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => 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: 1545/3115] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3116] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:27 2026] GET /v2.0/subnets?id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3117] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:28 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3118] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:28 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3119] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:28 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1549/3122] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3123] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11: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: 7|app: 0|req: 1550/3124] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11: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: 8|app: 0|req: 1575/3125] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3126] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:42 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3127] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 5385 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3128] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3129] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3130] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3131] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3132] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3133] 199.204.45.238 () {34 vars in 789 bytes} [Thu Jul 30 16:11:43 2026] PUT /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1311 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:11:43.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1e191b6-40a5-451e-9759-d7fe53018705'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '16f4d02b-1448-48a0-9948-fc6ce22f81d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1555/3134] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:43 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45 => generated 798 bytes in 57 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: 1580/3135] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/subnets/faba13f5-a888-48eb-aaca-f1495c667850 => generated 748 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3136] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1347 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3137] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:11:44 2026] PUT /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1080 bytes in 390 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: 1557/3138] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3139] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3140] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3141] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3142] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3143] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1560/3144] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:44 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3147] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:45 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:11:46.032 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fde2696-3948-4157-8d57-75d7d952a685'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': '16f4d02b-1448-48a0-9948-fc6ce22f81d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1586/3148] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:46 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3149] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:46 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3150] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:46 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3151] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:46 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3152] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:46 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 4977 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3153] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:11:47 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 1116 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3154] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:11:47 2026] GET /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3155] 199.204.45.238 () {34 vars in 1015 bytes} [Thu Jul 30 16:11:47 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?fields=dns_domain => generated 29 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3156] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:11:47 2026] PUT /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => generated 917 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3157] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:11:48.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-467c39ce-14e6-4013-bf66-6e4f9c70be5a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 16f4d02b-1448-48a0-9948-fc6ce22f81d1 2026-07-30 16:11:48.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-467c39ce-14e6-4013-bf66-6e4f9c70be5a 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 16f4d02b-1448-48a0-9948-fc6ce22f81d1 [pid: 8|app: 0|req: 1591/3158] 199.204.45.238 () {32 vars in 758 bytes} [Thu Jul 30 16:11:48 2026] DELETE /v2.0/ports/16f4d02b-1448-48a0-9948-fc6ce22f81d1 => 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: 1568/3159] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3160] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3161] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:48 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: 1593/3162] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:48 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: 1570/3163] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3164] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3165] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3166] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3167] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3168] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3169] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:48 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3170] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3869 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3171] 199.204.45.238 () {34 vars in 1225 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks?id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&id=575babc6-7750-4f97-aa6e-d0953f408dac&id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 3094 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3172] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3173] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3174] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&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: 1576/3175] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3176] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?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: 1577/3177] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1601/3178] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3179] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&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: 1602/3180] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3181] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1603/3182] 199.204.45.238 () {34 vars in 1055 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.74&port_id=b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3183] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/subnets?id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3184] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&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: 1581/3185] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:49 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3186] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:50 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3187] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:53 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: 1606/3188] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:53 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: 1583/3189] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3190] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:53 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: 1584/3191] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:53 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3192] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:53 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: 1585/3193] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:53 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: 1609/3194] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3195] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:53 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: 1610/3196] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:54 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1287 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3197] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:11:54 2026] PUT /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1080 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:11:54.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ea03f2b-b69b-4561-831d-97222de4c06f'] response: {'name': 'network-changed', 'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'tag': 'b5b36e2e-8c88-4c96-8a0e-104f3a6d971d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1611/3198] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:54 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 796 bytes in 52 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: 1588/3199] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:54 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3698 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3200] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:54 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3698 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3201] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:55 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3202] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:11:55 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3203] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:55 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3204] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:55 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1591/3205] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:55 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3206] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:11:56 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 1116 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3207] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:11:56 2026] GET /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3208] 199.204.45.238 () {34 vars in 1015 bytes} [Thu Jul 30 16:11:56 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3209] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:56 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 3698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3210] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:11:56 2026] PUT /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 917 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3211] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:11:57 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:11:58.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-148c3289-308c-480b-a95f-5635e359c0af 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: b5b36e2e-8c88-4c96-8a0e-104f3a6d971d 2026-07-30 16:11:58.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-148c3289-308c-480b-a95f-5635e359c0af 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: b5b36e2e-8c88-4c96-8a0e-104f3a6d971d [pid: 8|app: 0|req: 1618/3212] 199.204.45.238 () {32 vars in 758 bytes} [Thu Jul 30 16:11:58 2026] DELETE /v2.0/ports/b5b36e2e-8c88-4c96-8a0e-104f3a6d971d => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3213] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:11:58 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: 1619/3214] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3215] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3216] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3217] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3218] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3219] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3220] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3221] 199.204.45.238 () {30 vars in 742 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3222] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3223] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3224] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3225] 199.204.45.238 () {34 vars in 1145 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/networks?id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&id=575babc6-7750-4f97-aa6e-d0953f408dac&id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 2307 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3226] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3227] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => 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: 1603/3228] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3229] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:58 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3230] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3231] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.180&port_id=74aea87a-9864-46e0-854d-3a2d3e2ab0cc => 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: 1605/3232] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/subnets?id=9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3233] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/ports?network_id=575babc6-7750-4f97-aa6e-d0953f408dac&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3234] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3235] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:11:59 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?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: 1631/3238] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:12:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3239] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:12:10 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: 1632/3240] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:12:10 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: 1609/3241] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:12:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:10.811 8 INFO neutron.api.v2.resource [None req-0d422a29-5658-4172-812c-e4ba267c7ab0 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3242] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:12:10 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => 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: 1610/3243] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:12:10 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 2865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3244] 199.204.45.238 () {30 vars in 814 bytes} [Thu Jul 30 16:12:10 2026] GET /v2.0/security-group-rules?security_group_id=0cfb6581-5181-45f9-83cb-b8d3afc75cea => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3245] 199.204.45.238 () {32 vars in 788 bytes} [Thu Jul 30 16:12:10 2026] DELETE /v2.0/security-group-rules/5597e98e-00a4-41af-887a-49fb758a68d8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3246] 199.204.45.238 () {32 vars in 788 bytes} [Thu Jul 30 16:12:11 2026] DELETE /v2.0/security-group-rules/60d986e0-b9fa-4b4a-b3f6-1be652233fd1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:13.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-07d8f26b-f5c7-4a5f-beed-709314be8c90 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 302a2976-9d45-402e-ab9a-f8e57f478b7d 2026-07-30 16:12:13.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d8f26b-f5c7-4a5f-beed-709314be8c90 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 302a2976-9d45-402e-ab9a-f8e57f478b7d 2026-07-30 16:12:13.457 7 INFO neutron.db.l3_db [None req-07d8f26b-f5c7-4a5f-beed-709314be8c90 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP 04135d67-e7b7-417d-bce4-728168c5f94f disassociated (deleted). External IP: 10.96.250.212, port: 28159633-68ba-4007-a33c-979ed55dfaa0. [pid: 7|app: 0|req: 1612/3247] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:12:13 2026] DELETE /v2.0/floatingips/04135d67-e7b7-417d-bce4-728168c5f94f => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:13.782 8 INFO neutron.api.v2.resource [None req-18bdefdd-a0bf-4969-91cd-bf25fab21bce 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3248] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:12:13 2026] GET /v2.0/floatingips/04135d67-e7b7-417d-bce4-728168c5f94f => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3249] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3250] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3251] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3252] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:15.451 7 INFO neutron.api.v2.resource [None req-b59dda9d-ce4e-45ef-935b-dd65319f8330 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3253] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3254] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => 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: 1616/3255] 199.204.45.238 () {30 vars in 814 bytes} [Thu Jul 30 16:12:15 2026] GET /v2.0/security-group-rules?security_group_id=0cfb6581-5181-45f9-83cb-b8d3afc75cea => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3258] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:12:16 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: 1618/3259] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:12:16 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: 1642/3260] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:12:16 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: 1619/3261] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:12:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3262] 199.204.45.238 () {30 vars in 740 bytes} [Thu Jul 30 16:12:16 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3263] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:16 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3264] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:16 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3265] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:16 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3266] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:17 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3267] 199.204.45.238 () {34 vars in 974 bytes} [Thu Jul 30 16:12:18 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3268] 199.204.45.238 () {34 vars in 1059 bytes} [Thu Jul 30 16:12:18 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3269] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:18 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3270] 199.204.45.238 () {34 vars in 1015 bytes} [Thu Jul 30 16:12:18 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3271] 199.204.45.238 () {38 vars in 1027 bytes} [Thu Jul 30 16:12:18 2026] PUT /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1151 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3272] 199.204.45.238 () {30 vars in 768 bytes} [Thu Jul 30 16:12:19 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1625/3273] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:12:19 2026] PUT /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1090 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3274] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 1090 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 16:12:20.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-01fd28c2-c19d-4503-954f-6db8709fb867 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 74aea87a-9864-46e0-854d-3a2d3e2ab0cc 2026-07-30 16:12:20.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01fd28c2-c19d-4503-954f-6db8709fb867 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 74aea87a-9864-46e0-854d-3a2d3e2ab0cc [pid: 7|app: 0|req: 1626/3275] 199.204.45.238 () {32 vars in 758 bytes} [Thu Jul 30 16:12:20 2026] DELETE /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3276] 199.204.45.238 () {30 vars in 702 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3277] 199.204.45.238 () {30 vars in 704 bytes} [Thu Jul 30 16:12:20 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: 1629/3278] 199.204.45.238 () {30 vars in 680 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3279] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/ports?tenant_id=45748c5e1b62477a8f35679366c1f0ef&device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => 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: 1630/3280] 199.204.45.238 () {30 vars in 716 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:20.666 8 INFO neutron.pecan_wsgi.hooks.translation [None req-708adc2a-1683-4a4a-b9fc-ebb12246b03d 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3281] 199.204.45.238 () {32 vars in 758 bytes} [Thu Jul 30 16:12:20 2026] DELETE /v2.0/ports/74aea87a-9864-46e0-854d-3a2d3e2ab0cc => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3282] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3283] 199.204.45.238 () {34 vars in 1065 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/networks?id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&id=575babc6-7750-4f97-aa6e-d0953f408dac => generated 1522 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:12:20.732 7 INFO neutron.api.v2.resource [None req-1ff8eb61-c818-4115-977b-07e5bc1e4485 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3284] 199.204.45.238 () {30 vars in 762 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/security-groups/lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => 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: 1653/3285] 199.204.45.238 () {34 vars in 1061 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.154&port_id=1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => 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: 1633/3286] 199.204.45.238 () {30 vars in 784 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/security-groups?name=lb-c9a9316a-04cf-43e0-8e37-527d360addf7 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3287] 199.204.45.238 () {34 vars in 983 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/subnets?id=5d5892b5-3c41-4f0f-ba83-91aa01ffa74d => 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: 1634/3288] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/ports?network_id=537e3d4f-de1e-4cf0-989e-1cdddbc0e8da&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3289] 199.204.45.238 () {30 vars in 736 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3290] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3291] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:12:20 2026] GET /v2.0/networks/537e3d4f-de1e-4cf0-989e-1cdddbc0e8da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3292] 199.204.45.238 () {34 vars in 788 bytes} [Thu Jul 30 16:12:20 2026] PUT /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 1094 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3293] 199.204.45.238 () {32 vars in 778 bytes} [Thu Jul 30 16:12:21 2026] DELETE /v2.0/security-groups/0cfb6581-5181-45f9-83cb-b8d3afc75cea => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:21.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e352ca8-a889-4d83-8157-ea4b377452bd 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 28159633-68ba-4007-a33c-979ed55dfaa0 2026-07-30 16:12:21.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e352ca8-a889-4d83-8157-ea4b377452bd 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 28159633-68ba-4007-a33c-979ed55dfaa0 [pid: 8|app: 0|req: 1657/3294] 199.204.45.238 () {32 vars in 758 bytes} [Thu Jul 30 16:12:21 2026] DELETE /v2.0/ports/28159633-68ba-4007-a33c-979ed55dfaa0 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:24.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-f66522ae-154d-48c3-9812-ede09d56c0c3 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: dc98ec92-6530-4a17-a79a-0b9ac8f090e3 2026-07-30 16:12:24.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f66522ae-154d-48c3-9812-ede09d56c0c3 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: dc98ec92-6530-4a17-a79a-0b9ac8f090e3 2026-07-30 16:12:24.447 7 INFO neutron.db.l3_db [None req-f66522ae-154d-48c3-9812-ede09d56c0c3 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP e85a6daa-23af-4c2a-ba44-116acfb456a9 disassociated (deleted). External IP: 10.96.250.220, port: b637a733-ba53-4229-b1e5-5a944abcbbd1. [pid: 8|app: 0|req: 1658/3295] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:12:24 2026] GET /v2.0/ports?device_id=28ecbd30-b594-4659-864c-760a33bc29d7 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3296] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:12:24 2026] DELETE /v2.0/floatingips/e85a6daa-23af-4c2a-ba44-116acfb456a9 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:24.837 7 INFO neutron.api.v2.resource [None req-66fd6fd9-0905-4b3d-90c0-9ac56dc2d7ca 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3297] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:12:24 2026] GET /v2.0/floatingips/e85a6daa-23af-4c2a-ba44-116acfb456a9 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:24.856 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-553a9622-a0ea-4e29-9d51-b72fa97ad001'] response: {'name': 'network-changed', 'server_uuid': '4c3f0c35-ca27-4bc9-86a1-120c375206c4', 'tag': 'b637a733-ba53-4229-b1e5-5a944abcbbd1', 'status': 'completed', 'code': 200} 2026-07-30 16:12:24.863 8 INFO neutron_taas.services.taas.taas_plugin [req-de3d2985-5c8c-4e80-aea3-0937a1100c01 req-7dd57109-64d3-46af-a120-3e8e3033d9c2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] TaaS: Handle Delete Port: 1a4e596c-db7a-4aa0-b284-4ad8a5578d65 2026-07-30 16:12:24.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de3d2985-5c8c-4e80-aea3-0937a1100c01 req-7dd57109-64d3-46af-a120-3e8e3033d9c2 6753c68edad34b92aa586ae9dfc30fc5 45748c5e1b62477a8f35679366c1f0ef - - default default] Tap Mirror: Handle Delete Port: 1a4e596c-db7a-4aa0-b284-4ad8a5578d65 [pid: 8|app: 0|req: 1659/3298] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:12:24 2026] DELETE /v2.0/ports/1a4e596c-db7a-4aa0-b284-4ad8a5578d65 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:25.142 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f9861c8-bfa3-4289-a60a-f3f414a919f8'] response: {'server_uuid': '28ecbd30-b594-4659-864c-760a33bc29d7', 'name': 'network-vif-deleted', 'tag': '1a4e596c-db7a-4aa0-b284-4ad8a5578d65', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1640/3299] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1204 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3300] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3301] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3302] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/networks?id=41744061-d0da-42b0-a5c9-7381276bdb45 => generated 801 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3303] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.150&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3304] 199.204.45.238 () {34 vars in 1105 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19a&port_id=b637a733-ba53-4229-b1e5-5a944abcbbd1 => 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: 1643/3305] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/subnets?id=97edc910-a093-495f-b8de-14a520bac7ed&id=faba13f5-a888-48eb-aaca-f1495c667850 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3306] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&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: 1644/3307] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/ports?network_id=41744061-d0da-42b0-a5c9-7381276bdb45&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3308] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1645/3309] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:12:25 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45?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: 1665/3310] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:12:27 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:12:27.706 7 INFO neutron_taas.services.taas.taas_plugin [req-b7925f14-cc4c-47b9-9c0a-c8f49c7b76c1 req-55535614-817c-4c1a-a41f-26e6c2b26ef0 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: b637a733-ba53-4229-b1e5-5a944abcbbd1 2026-07-30 16:12:27.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7925f14-cc4c-47b9-9c0a-c8f49c7b76c1 req-55535614-817c-4c1a-a41f-26e6c2b26ef0 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: b637a733-ba53-4229-b1e5-5a944abcbbd1 [pid: 7|app: 0|req: 1646/3311] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:12:27 2026] DELETE /v2.0/ports/b637a733-ba53-4229-b1e5-5a944abcbbd1 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:28.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8fc1bd7-d0e2-48a3-a665-7b44c4d68299'] response: {'server_uuid': '4c3f0c35-ca27-4bc9-86a1-120c375206c4', 'name': 'network-vif-deleted', 'tag': 'b637a733-ba53-4229-b1e5-5a944abcbbd1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1666/3312] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:12:30 2026] GET /v2.0/ports?device_id=4c3f0c35-ca27-4bc9-86a1-120c375206c4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 16:12:35.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c08bad3-fdb4-4fd4-850d-fb57a2dd734b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: cb1ebcf8-c50f-4479-8ac6-961dcfaad3f0 2026-07-30 16:12:35.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c08bad3-fdb4-4fd4-850d-fb57a2dd734b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: cb1ebcf8-c50f-4479-8ac6-961dcfaad3f0 2026-07-30 16:12:35.763 7 INFO neutron.db.l3_db [None req-7c08bad3-fdb4-4fd4-850d-fb57a2dd734b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Floating IP 5a787550-5f48-4ae9-9c95-94d5f31bc0f3 disassociated (deleted). External IP: 10.96.250.217, port: 9aa5a1a6-8e73-4965-8dd5-db92c7b87750. [pid: 7|app: 0|req: 1648/3315] 10.0.0.78 () {32 vars in 730 bytes} [Thu Jul 30 16:12:35 2026] DELETE /v2.0/floatingips/5a787550-5f48-4ae9-9c95-94d5f31bc0f3 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:36.136 8 INFO neutron.api.v2.resource [None req-d43013a9-bdc4-4e15-82d1-d1a61a61dcf9 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3316] 10.0.0.78 () {32 vars in 727 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/floatingips/5a787550-5f48-4ae9-9c95-94d5f31bc0f3 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:36.154 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47a9b060-2441-49db-ac46-cdff3f83dd66'] response: {'name': 'network-changed', 'server_uuid': 'f4d7e7cc-85d8-481d-a507-42760e2734a4', 'tag': '9aa5a1a6-8e73-4965-8dd5-db92c7b87750', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1649/3317] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3318] 10.0.0.65 () {34 vars in 1038 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/security-groups?id=44d47ae7-9ac9-4077-807a-900dacefe50a&fields=id&fields=name => generated 110 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3319] 199.204.45.238 () {34 vars in 1079 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/ports?tenant_id=47771df2c7194a008c88d6cfb35228ef&device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3320] 199.204.45.238 () {34 vars in 985 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/networks?id=1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3321] 199.204.45.238 () {34 vars in 1057 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.153&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => 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: 1671/3322] 199.204.45.238 () {34 vars in 1103 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A235&port_id=9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3323] 199.204.45.238 () {34 vars in 1063 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/subnets?id=d887215f-91bc-4a75-b651-d44051b34326&id=141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 1410 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3324] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3325] 199.204.45.238 () {34 vars in 1051 bytes} [Thu Jul 30 16:12:36 2026] GET /v2.0/ports?network_id=1d5d9905-1780-436d-a6ea-7e5b8da050d3&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3326] 199.204.45.238 () {34 vars in 910 bytes} [Thu Jul 30 16:12:37 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3327] 199.204.45.238 () {34 vars in 1011 bytes} [Thu Jul 30 16:12:37 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1674/3328] 199.204.45.238 () {34 vars in 1111 bytes} [Thu Jul 30 16:12:37 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3?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: 1655/3329] 199.204.45.238 () {34 vars in 993 bytes} [Thu Jul 30 16:12:38 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => generated 1198 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 16:12:38.985 8 INFO neutron_taas.services.taas.taas_plugin [req-42f02423-2531-4dc0-91ec-d8226ed3862f req-3737b5f8-3568-44ce-8b5b-e3d8e680e37e 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 9aa5a1a6-8e73-4965-8dd5-db92c7b87750 2026-07-30 16:12:38.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-42f02423-2531-4dc0-91ec-d8226ed3862f req-3737b5f8-3568-44ce-8b5b-e3d8e680e37e 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 9aa5a1a6-8e73-4965-8dd5-db92c7b87750 [pid: 8|app: 0|req: 1675/3330] 199.204.45.238 () {36 vars in 996 bytes} [Thu Jul 30 16:12:38 2026] DELETE /v2.0/ports/9aa5a1a6-8e73-4965-8dd5-db92c7b87750 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:39.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2b4686d-b6c4-4e4e-9f36-09d0b1ccec33'] response: {'server_uuid': 'f4d7e7cc-85d8-481d-a507-42760e2734a4', 'name': 'network-vif-deleted', 'tag': '9aa5a1a6-8e73-4965-8dd5-db92c7b87750', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1656/3331] 10.0.0.65 () {34 vars in 988 bytes} [Thu Jul 30 16:12:41 2026] GET /v2.0/ports?device_id=f4d7e7cc-85d8-481d-a507-42760e2734a4 => 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: 1677/3334] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:46 2026] DELETE /v2.0/security-group-rules/605067f5-2c74-4120-9978-24c8fa89319e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:46.909 7 INFO neutron.api.v2.resource [None req-c71a8573-681b-4ba3-852d-461d670ee27b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3335] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:46 2026] GET /v2.0/security-group-rules/605067f5-2c74-4120-9978-24c8fa89319e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3336] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:46 2026] DELETE /v2.0/security-group-rules/9eb674f4-d7e1-4f71-9cd4-bda0f2c76814 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.057 7 INFO neutron.api.v2.resource [None req-c4292b7e-0e08-44da-a17b-e1d75ef5c67f 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3337] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/9eb674f4-d7e1-4f71-9cd4-bda0f2c76814 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3338] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/4a2d2b1d-0607-48fc-a793-517621da93d7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.182 7 INFO neutron.api.v2.resource [None req-2335dcdf-eda8-4513-8d3d-ccea806e5aee 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3339] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/4a2d2b1d-0607-48fc-a793-517621da93d7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3340] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/1a583ed7-7d17-4ee0-9a54-aab4fb82c1d8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.305 7 INFO neutron.api.v2.resource [None req-cca9b0c1-4250-4597-b97e-152c3c3d2115 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3341] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/1a583ed7-7d17-4ee0-9a54-aab4fb82c1d8 => 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: 1681/3342] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/5559a013-1423-4362-9b71-22e096859ca6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.414 7 INFO neutron.api.v2.resource [None req-e365047a-6ae8-46f7-be91-ffabe5cbf428 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3343] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/5559a013-1423-4362-9b71-22e096859ca6 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3344] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/ebfb4158-a3d7-490d-bb75-ecc61eacda42 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.532 7 INFO neutron.api.v2.resource [None req-cc98131f-3bf9-4347-a5d2-182761fa324b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3345] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/ebfb4158-a3d7-490d-bb75-ecc61eacda42 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3346] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/15447abb-7b2b-4e0c-ae0e-74e285248f39 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.669 7 INFO neutron.api.v2.resource [None req-fca719e9-faeb-42f2-bf51-d9e4389f741b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3347] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/15447abb-7b2b-4e0c-ae0e-74e285248f39 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3348] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/36434c0c-b966-418c-8937-a1ed52e8d3c4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.784 7 INFO neutron.api.v2.resource [None req-cb8ab15a-73d5-4e5c-aa5a-fa5dcf086ccb 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3349] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/36434c0c-b966-418c-8937-a1ed52e8d3c4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3350] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/118fc839-b07f-4a36-b7ef-c8ff54794da4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:47.910 7 INFO neutron.api.v2.resource [None req-806ead5f-f811-4393-9f7d-4f1542b229ef 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3351] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:47 2026] GET /v2.0/security-group-rules/118fc839-b07f-4a36-b7ef-c8ff54794da4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3352] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:47 2026] DELETE /v2.0/security-group-rules/72e61abd-41a3-4a5d-b696-25bd4b99ddd5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:48.052 7 INFO neutron.api.v2.resource [None req-cf0311f3-7d6b-4974-932b-405f09b752f9 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3353] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:48 2026] GET /v2.0/security-group-rules/72e61abd-41a3-4a5d-b696-25bd4b99ddd5 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3354] 10.0.0.78 () {32 vars in 748 bytes} [Thu Jul 30 16:12:48 2026] DELETE /v2.0/security-group-rules/69d15ac9-a74e-4b7f-a291-44bc36559157 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:48.215 7 INFO neutron.api.v2.resource [None req-9807d9da-75ae-4c33-b050-a975a8c0eb3a 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3355] 10.0.0.78 () {32 vars in 745 bytes} [Thu Jul 30 16:12:48 2026] GET /v2.0/security-group-rules/69d15ac9-a74e-4b7f-a291-44bc36559157 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3356] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:12:48 2026] DELETE /v2.0/security-groups/44d47ae7-9ac9-4077-807a-900dacefe50a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:48.377 7 INFO neutron.api.v2.resource [None req-56bd6a0c-bf6a-417d-b930-17e024262d31 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3357] 10.0.0.78 () {32 vars in 735 bytes} [Thu Jul 30 16:12:48 2026] GET /v2.0/security-groups/44d47ae7-9ac9-4077-807a-900dacefe50a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:49.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-95307525-6de0-40fb-8016-0045a633af36 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: e3cbf693-a76d-4d3c-a6a4-1cd32537b090 2026-07-30 16:12:49.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95307525-6de0-40fb-8016-0045a633af36 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: e3cbf693-a76d-4d3c-a6a4-1cd32537b090 [pid: 8|app: 0|req: 1689/3358] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:48 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 309 bytes in 1713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:50.331 7 INFO neutron.api.v2.resource [None req-e705c146-6df4-4501-bf98-ad935725f41a 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3359] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:50 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:50.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac6dc5a9-ec2d-4e9b-aeaa-4b63144b5a3d 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 05e936ca-05fc-47e6-91ba-0421efe564bf 2026-07-30 16:12:50.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac6dc5a9-ec2d-4e9b-aeaa-4b63144b5a3d 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 05e936ca-05fc-47e6-91ba-0421efe564bf [pid: 8|app: 0|req: 1690/3360] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:50 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:51.653 7 INFO neutron.api.v2.resource [None req-088457b8-d235-4aad-a606-8fdeede1149c 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3361] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:51 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:52.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee063c43-fd8d-4857-a2fb-2cb5bc64a756 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 083d4289-83ac-4bab-ba10-98ab3af4717e 2026-07-30 16:12:52.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee063c43-fd8d-4857-a2fb-2cb5bc64a756 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 083d4289-83ac-4bab-ba10-98ab3af4717e [pid: 8|app: 0|req: 1691/3362] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:51 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 16:12:52.887 7 INFO neutron.api.v2.resource [None req-74dd9cdf-950e-47b3-acb8-fbfa9fc11914 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3363] 10.0.0.78 () {34 vars in 787 bytes} [Thu Jul 30 16:12:52 2026] PUT /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:53.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-8413ce4e-39b9-4902-90f5-35c20b660955 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 6de4dc09-35d7-4124-a23e-3f0e309d89c1 2026-07-30 16:12:53.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8413ce4e-39b9-4902-90f5-35c20b660955 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 6de4dc09-35d7-4124-a23e-3f0e309d89c1 2026-07-30 16:12:53.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-8413ce4e-39b9-4902-90f5-35c20b660955 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 5b63c251-3dad-4633-a43f-78942ff8a889 2026-07-30 16:12:53.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8413ce4e-39b9-4902-90f5-35c20b660955 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 5b63c251-3dad-4633-a43f-78942ff8a889 2026-07-30 16:12:53.961 8 INFO neutron.services.segments.plugin [-] Segment 8e203b2b-60c9-448f-b08c-3995ef3e8091 resource provider aggregate not found 2026-07-30 16:12:53.964 8 INFO neutron.services.segments.plugin [-] Segment 8e203b2b-60c9-448f-b08c-3995ef3e8091 resource provider aggregate not found 2026-07-30 16:12:53.979 8 INFO neutron.services.segments.plugin [-] Segment 8e203b2b-60c9-448f-b08c-3995ef3e8091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e203b2b-60c9-448f-b08c-3995ef3e8091 found for delete ", "request_id": "req-47c04a4c-e7eb-4608-98f6-a061e697ee66"}]} 2026-07-30 16:12:53.980 8 INFO neutron.db.l3_hamode_db [None req-8413ce4e-39b9-4902-90f5-35c20b660955 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] HA network 516e8bb5-47ec-4e08-be2f-fa2ac513b8cf was deleted as no HA routers are present in tenant 47771df2c7194a008c88d6cfb35228ef. 2026-07-30 16:12:53.984 8 INFO neutron.services.segments.plugin [-] Segment 8e203b2b-60c9-448f-b08c-3995ef3e8091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e203b2b-60c9-448f-b08c-3995ef3e8091 found for delete ", "request_id": "req-49416c48-5b08-4a33-88e9-8ac28a30502b"}]} [pid: 8|app: 0|req: 1692/3364] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:52 2026] DELETE /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb => generated 0 bytes in 1091 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 16:12:54.016 7 INFO neutron.api.v2.resource [None req-395f9aba-ae8e-4527-bf2d-e0e3e9576f06 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3365] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:53 2026] GET /v2.0/routers/b448b09c-122a-4502-bc68-88785bd449eb => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3366] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:54 2026] DELETE /v2.0/subnets/faba13f5-a888-48eb-aaca-f1495c667850 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:54.227 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bab3c0a-4c77-4058-a9ab-5d906a7c6de7 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3367] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:54 2026] GET /v2.0/subnets/faba13f5-a888-48eb-aaca-f1495c667850 => 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: 1694/3368] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:54 2026] DELETE /v2.0/subnets/97edc910-a093-495f-b8de-14a520bac7ed => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:54.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ea3113f-d760-43a9-86d7-6cf6ff22e498 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3369] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:54 2026] GET /v2.0/subnets/97edc910-a093-495f-b8de-14a520bac7ed => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:54.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-4468d406-6e19-4ccb-8fca-84cb89528ce5 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: ec892f9a-0f02-4aa4-aabd-f76001a1ffbb 2026-07-30 16:12:54.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4468d406-6e19-4ccb-8fca-84cb89528ce5 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: ec892f9a-0f02-4aa4-aabd-f76001a1ffbb [pid: 8|app: 0|req: 1695/3370] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:12:54 2026] DELETE /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:54.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38004cef-4abd-4826-ac98-8ada356c056b 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3371] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:12:54 2026] GET /v2.0/networks/41744061-d0da-42b0-a5c9-7381276bdb45 => 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: 1696/3372] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:54 2026] DELETE /v2.0/subnets/d887215f-91bc-4a75-b651-d44051b34326 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:55.112 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d21d3db-6975-478d-96bb-92035b87111e 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3373] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:55 2026] GET /v2.0/subnets/d887215f-91bc-4a75-b651-d44051b34326 => generated 136 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3374] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:55 2026] DELETE /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:55.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2a247d5-f2be-4c21-9136-eaa4e5efa9a4 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3375] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:55 2026] GET /v2.0/subnets/141bfbfc-380b-4d08-9a42-7c11f7987ca0 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:55.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-14eb3ae4-86b5-4632-9901-49514f76ea7a 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 0d2d06a3-122c-419d-9c3b-934d82f811b1 2026-07-30 16:12:55.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14eb3ae4-86b5-4632-9901-49514f76ea7a 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 0d2d06a3-122c-419d-9c3b-934d82f811b1 [pid: 8|app: 0|req: 1698/3376] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:12:55 2026] DELETE /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:55.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f146789-d551-4f42-ba6e-67e9cb842f3e 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3377] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:12:55 2026] GET /v2.0/networks/1d5d9905-1780-436d-a6ea-7e5b8da050d3 => 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: 1699/3378] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:55 2026] DELETE /v2.0/subnets/911be409-c73b-442f-ab55-f46d42401305 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:55.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32e8e48c-08f6-45d1-889d-40f075579235 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3379] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:55 2026] GET /v2.0/subnets/911be409-c73b-442f-ab55-f46d42401305 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:56.008 8 INFO neutron.services.segments.plugin [-] Segment 0d0179fa-269c-45fb-9240-4cb6c38b8a99 resource provider aggregate not found 2026-07-30 16:12:56.013 8 INFO neutron.services.segments.plugin [-] Segment 0d0179fa-269c-45fb-9240-4cb6c38b8a99 resource provider aggregate not found 2026-07-30 16:12:56.035 8 INFO neutron.services.segments.plugin [-] Segment 0d0179fa-269c-45fb-9240-4cb6c38b8a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0179fa-269c-45fb-9240-4cb6c38b8a99 found for delete ", "request_id": "req-ea354e4c-4af6-4699-830e-6150eda444b6"}]} 2026-07-30 16:12:56.039 8 INFO neutron.services.segments.plugin [-] Segment 0d0179fa-269c-45fb-9240-4cb6c38b8a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0179fa-269c-45fb-9240-4cb6c38b8a99 found for delete ", "request_id": "req-73e91614-3db0-4c52-bd31-05dade7eb076"}]} 2026-07-30 16:12:56.065 8 INFO neutron.services.segments.plugin [-] Segment db705c99-9af7-42e0-9d25-164d439fe80c resource provider aggregate not found 2026-07-30 16:12:56.068 8 INFO neutron.services.segments.plugin [-] Segment db705c99-9af7-42e0-9d25-164d439fe80c resource provider aggregate not found 2026-07-30 16:12:56.095 8 INFO neutron.services.segments.plugin [-] Segment db705c99-9af7-42e0-9d25-164d439fe80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db705c99-9af7-42e0-9d25-164d439fe80c found for delete ", "request_id": "req-0b61b78c-4e8a-4f5a-8b4b-054e8c3d44f1"}]} 2026-07-30 16:12:56.099 8 INFO neutron.services.segments.plugin [-] Segment db705c99-9af7-42e0-9d25-164d439fe80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db705c99-9af7-42e0-9d25-164d439fe80c found for delete ", "request_id": "req-87db25f8-38c1-4dda-8798-1fae68b2737c"}]} [pid: 8|app: 0|req: 1700/3380] 10.0.0.78 () {32 vars in 722 bytes} [Thu Jul 30 16:12:55 2026] DELETE /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:56.217 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cc4de0f-3575-4ec5-bae9-58addeb206d8 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3381] 10.0.0.78 () {32 vars in 719 bytes} [Thu Jul 30 16:12:56 2026] GET /v2.0/subnets/9e94e51e-a10a-4ab8-bf72-ae444f38c3b6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:56.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa3bbe74-23d2-42eb-9090-29113c911102 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] TaaS: Handle Delete Port: 406790d9-8070-4dc7-9269-bb0360333a6c 2026-07-30 16:12:56.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa3bbe74-23d2-42eb-9090-29113c911102 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] Tap Mirror: Handle Delete Port: 406790d9-8070-4dc7-9269-bb0360333a6c [pid: 8|app: 0|req: 1701/3382] 10.0.0.78 () {32 vars in 724 bytes} [Thu Jul 30 16:12:56 2026] DELETE /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 16:12:56.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7060148a-125b-43fb-a0fd-c1873d39305d 53abb1277cd24ddf8b4f5afab310982b 47771df2c7194a008c88d6cfb35228ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3383] 10.0.0.78 () {32 vars in 721 bytes} [Thu Jul 30 16:12:56 2026] GET /v2.0/networks/575babc6-7750-4f97-aa6e-d0953f408dac => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 16:12:58.117 8 INFO neutron.services.segments.plugin [-] Segment a3af05c2-a1fe-4202-b548-d07dd7f98d20 resource provider aggregate not found 2026-07-30 16:12:58.121 8 INFO neutron.services.segments.plugin [-] Segment a3af05c2-a1fe-4202-b548-d07dd7f98d20 resource provider aggregate not found 2026-07-30 16:12:58.136 8 INFO neutron.services.segments.plugin [-] Segment a3af05c2-a1fe-4202-b548-d07dd7f98d20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3af05c2-a1fe-4202-b548-d07dd7f98d20 found for delete ", "request_id": "req-e03b7a71-9e0f-438b-a520-31a6346471ed"}]} 2026-07-30 16:12:58.137 8 INFO neutron.services.segments.plugin [-] Segment a3af05c2-a1fe-4202-b548-d07dd7f98d20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3af05c2-a1fe-4202-b548-d07dd7f98d20 found for delete ", "request_id": "req-1bdaf046-6cef-404a-9369-09b348f3a330"}]} [pid: 8|app: 0|req: 1702/3384] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:12:59 2026] GET /v2.0/security-groups?tenant_id=284d9d3e152548588d9846a99b7f2a8b&name=default => generated 2929 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3385] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:12:59 2026] DELETE /v2.0/security-groups/3a1cbe72-3294-48a5-872d-47e394afee94 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3386] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:12:59 2026] GET /v2.0/security-groups?tenant_id=f409e81bb84744bc8d7945dae1c97801&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3387] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:00 2026] DELETE /v2.0/security-groups/65867f5c-5e0c-4828-ac4d-1ad6806b5640 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3388] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:13:00 2026] GET /v2.0/security-groups?tenant_id=fc96c022ea8e4a0287298bdb26bdd397&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3391] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:00 2026] DELETE /v2.0/security-groups/28ed4d57-a7fa-4d69-b9db-2ab2750bf5df => 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: 1707/3392] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:13:00 2026] GET /v2.0/security-groups?tenant_id=38ba3e0275044f7091ec1d291f44edc7&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3393] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:01 2026] DELETE /v2.0/security-groups/94fbaf7f-73d1-4247-bb2d-4a0f60db85d5 => 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: 1708/3394] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:13:01 2026] GET /v2.0/security-groups?tenant_id=8bb494253a1b4974adef43f3ea985f9b&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3395] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:01 2026] DELETE /v2.0/security-groups/b3754cda-a32f-424f-8e34-a500d1525db4 => 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: 1709/3396] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:13:01 2026] GET /v2.0/security-groups?tenant_id=47771df2c7194a008c88d6cfb35228ef&name=default => 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: 1688/3397] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:01 2026] DELETE /v2.0/security-groups/77f99d64-1679-4f38-b23a-b9f5cb8e630e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3398] 10.0.0.78 () {32 vars in 772 bytes} [Thu Jul 30 16:13:02 2026] GET /v2.0/security-groups?tenant_id=3fe77669ea9648dfa88ce34f569c9862&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3399] 10.0.0.78 () {32 vars in 738 bytes} [Thu Jul 30 16:13:02 2026] DELETE /v2.0/security-groups/6a51554a-563d-421e-bfd7-63db231503ae => 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: 1711/3400] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:13:05 2026] GET /v2.0/networks => generated 2167 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3401] 10.0.0.78 () {32 vars in 653 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3402] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3403] 10.0.0.78 () {32 vars in 641 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3404] 10.0.0.78 () {32 vars in 645 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3405] 10.0.0.78 () {32 vars in 647 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/networks => generated 2167 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3406] 10.0.0.78 () {32 vars in 661 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/security-groups => generated 17401 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3407] 10.0.0.78 () {32 vars in 653 bytes} [Thu Jul 30 16:13:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)