+ 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 [Tue Jun 16 04:31:17 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-6b4869b5d5-wbwlh 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 0x7f1cbc3a0668 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-06-16 04:31:21.551 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 04:31:21.551 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 04:31:21.626 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 04:31:21.627 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 04:31:22.563 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 04:31:22.668 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 04:31:24.057 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 04:31:24.060 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 04:31:24.063 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 04:31:24.064 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 04:31:24.065 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 04:31:24.065 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 04:31:24.065 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.072 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.072 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.072 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.094 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 04:31:24.095 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.095 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.126 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 04:31:24.126 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 04:31:24.126 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 04:31:24.126 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 04:31:24.156 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 04:31:24.158 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 04:31:24.162 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 04:31:24.163 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 04:31:24.163 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 04:31:24.163 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 04:31:24.164 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.171 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.171 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 04:31:24.171 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.193 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 04:31:24.194 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.194 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 04:31:24.223 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 04:31:24.223 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 04:31:24.223 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 04:31:24.223 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 04:31:24.403 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing driver for type 'vlan' 2026-06-16 04:31:24.519 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 04:31:24.676 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] VlanTypeDriver initialization complete 2026-06-16 04:31:24.676 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 04:31:24.676 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 04:31:24.689 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 04:31:24.689 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 04:31:24.690 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing extension driver 'port_security' 2026-06-16 04:31:24.690 8 INFO neutron.plugins.ml2.extensions.port_security [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 04:31:24.690 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing extension driver 'qos' 2026-06-16 04:31:24.690 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 04:31:24.690 8 INFO neutron.plugins.ml2.managers [None req-0fa646c9-ba21-4baa-9a89-d96f36a8d80a - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 04:31:24.702 8 INFO neutron.quota [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded quota_driver: . 2026-06-16 04:31:24.702 8 INFO neutron.plugins.ml2.plugin [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 04:31:24.702 8 INFO neutron.plugins.ml2.managers [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 04:31:24.702 8 INFO neutron.plugins.ml2.managers [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 04:31:24.702 8 INFO neutron.plugins.ml2.managers [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 04:31:24.703 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: qos 2026-06-16 04:31:24.715 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: router 2026-06-16 04:31:24.759 8 INFO neutron.services.service_base [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 04:31:24.759 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: segments 2026-06-16 04:31:24.788 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 04:31:24.788 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 04:31:24.788 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 04:31:24.802 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing extension driver 'qos' 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 04:31:24.803 7 INFO neutron.plugins.ml2.managers [None req-e8ed1617-c10c-4e32-b458-508fa1459bb6 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 04:31:24.817 7 INFO neutron.quota [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded quota_driver: . 2026-06-16 04:31:24.817 7 INFO neutron.plugins.ml2.plugin [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 04:31:24.817 7 INFO neutron.plugins.ml2.managers [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 04:31:24.818 7 INFO neutron.plugins.ml2.managers [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 04:31:24.818 7 INFO neutron.plugins.ml2.managers [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 04:31:24.818 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: qos 2026-06-16 04:31:24.830 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: router 2026-06-16 04:31:24.857 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: trunk 2026-06-16 04:31:24.871 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: vpnaas 2026-06-16 04:31:24.874 7 INFO neutron.services.service_base [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 04:31:24.874 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: segments 2026-06-16 04:31:24.910 8 WARNING stevedore.named [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:24.981 8 INFO neutron_vpnaas.services.vpn.plugin [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 04:31:24.982 8 INFO neutron.common.utils [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 04:31:24.982 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: taas 2026-06-16 04:31:24.983 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: trunk 2026-06-16 04:31:24.998 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: vpnaas 2026-06-16 04:31:25.013 8 WARNING stevedore.named [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:25.014 8 WARNING stevedore.named [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 04:31:25.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 04:31:25.035 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: tapmirror 2026-06-16 04:31:25.041 7 WARNING stevedore.named [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:25.048 8 WARNING stevedore.named [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:25.048 8 WARNING stevedore.named [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 04:31:25.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 04:31:25.068 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: auto_allocate 2026-06-16 04:31:25.077 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: tag 2026-06-16 04:31:25.087 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: timestamp 2026-06-16 04:31:25.090 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 04:31:25.095 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: flavors 2026-06-16 04:31:25.099 8 INFO neutron.manager [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loading Plugin: revisions 2026-06-16 04:31:25.103 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Initializing extension manager. 2026-06-16 04:31:25.105 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: address-group 2026-06-16 04:31:25.106 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: address-scope 2026-06-16 04:31:25.107 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 04:31:25.108 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: agent 2026-06-16 04:31:25.109 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 04:31:25.110 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 04:31:25.111 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 04:31:25.112 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: availability_zone 2026-06-16 04:31:25.113 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 04:31:25.114 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 04:31:25.115 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: default-subnetpools 2026-06-16 04:31:25.117 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 04:31:25.119 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: dns-integration 2026-06-16 04:31:25.119 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 04:31:25.120 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 04:31:25.121 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: dvr 2026-06-16 04:31:25.121 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 04:31:25.122 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 04:31:25.123 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 04:31:25.123 7 INFO neutron_vpnaas.services.vpn.plugin [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 04:31:25.123 7 INFO neutron.common.utils [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 04:31:25.123 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: taas 2026-06-16 04:31:25.123 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 04:31:25.124 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: external-net 2026-06-16 04:31:25.124 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 04:31:25.125 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: extraroute 2026-06-16 04:31:25.126 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 04:31:25.127 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 04:31:25.127 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 04:31:25.128 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 04:31:25.129 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 04:31:25.129 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: fip-port-details 2026-06-16 04:31:25.130 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: flavors 2026-06-16 04:31:25.131 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 04:31:25.132 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: floatingip-pools 2026-06-16 04:31:25.133 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: ip_allocation 2026-06-16 04:31:25.133 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 04:31:25.134 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: l2_adjacency 2026-06-16 04:31:25.135 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: router 2026-06-16 04:31:25.137 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 04:31:25.137 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 04:31:25.138 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 04:31:25.138 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 04:31:25.139 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: l3-ha 2026-06-16 04:31:25.139 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 04:31:25.140 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 04:31:25.140 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: l3-flavors 2026-06-16 04:31:25.141 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 04:31:25.142 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 04:31:25.144 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 04:31:25.145 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 04:31:25.146 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 04:31:25.147 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 04:31:25.148 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 04:31:25.148 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: multi-provider 2026-06-16 04:31:25.149 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: net-mtu 2026-06-16 04:31:25.149 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 04:31:25.150 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: network_availability_zone 2026-06-16 04:31:25.151 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: network_ha 2026-06-16 04:31:25.151 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: network-ip-availability 2026-06-16 04:31:25.152 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 04:31:25.153 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: pagination 2026-06-16 04:31:25.153 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-device-profile 2026-06-16 04:31:25.154 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 04:31:25.154 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 04:31:25.155 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 04:31:25.155 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-mac-override 2026-06-16 04:31:25.156 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 04:31:25.156 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 04:31:25.156 7 WARNING stevedore.named [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:25.156 7 WARNING stevedore.named [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 04:31:25.157 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 04:31:25.157 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-resource-request 2026-06-16 04:31:25.158 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 04:31:25.158 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 04:31:25.159 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: binding 2026-06-16 04:31:25.159 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: binding-extended 2026-06-16 04:31:25.160 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-security 2026-06-16 04:31:25.160 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: project-id 2026-06-16 04:31:25.161 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: provider 2026-06-16 04:31:25.162 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 04:31:25.163 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos 2026-06-16 04:31:25.164 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 04:31:25.165 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 04:31:25.165 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-default 2026-06-16 04:31:25.166 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-fip 2026-06-16 04:31:25.166 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 04:31:25.167 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 04:31:25.167 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 04:31:25.168 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 04:31:25.168 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 04:31:25.169 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-pps 2026-06-16 04:31:25.169 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 04:31:25.170 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 04:31:25.171 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 04:31:25.171 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: quota-check-limit 2026-06-16 04:31:25.172 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 04:31:25.174 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: quotas 2026-06-16 04:31:25.175 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: quota_details 2026-06-16 04:31:25.176 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: rbac-policies 2026-06-16 04:31:25.177 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: rbac-address-group 2026-06-16 04:31:25.177 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 04:31:25.178 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 04:31:25.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 04:31:25.178 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: tapmirror 2026-06-16 04:31:25.179 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 04:31:25.179 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: revision-if-match 2026-06-16 04:31:25.180 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 04:31:25.181 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: router_availability_zone 2026-06-16 04:31:25.181 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 04:31:25.183 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 04:31:25.183 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 04:31:25.184 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 04:31:25.184 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 04:31:25.185 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 04:31:25.185 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 04:31:25.189 7 WARNING stevedore.named [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 04:31:25.189 7 WARNING stevedore.named [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 04:31:25.191 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: security-group 2026-06-16 04:31:25.192 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: segment 2026-06-16 04:31:25.192 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 04:31:25.193 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: service-type 2026-06-16 04:31:25.193 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: sorting 2026-06-16 04:31:25.194 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 04:31:25.195 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: standard-attr-description 2026-06-16 04:31:25.195 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: stateful-security-group 2026-06-16 04:31:25.196 8 WARNING neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 04:31:25.196 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 04:31:25.197 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnet-external-network 2026-06-16 04:31:25.197 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnet_onboard 2026-06-16 04:31:25.198 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 04:31:25.198 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnet-service-types 2026-06-16 04:31:25.199 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnet_allocation 2026-06-16 04:31:25.199 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 04:31:25.200 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: tag-creation 2026-06-16 04:31:25.200 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 04:31:25.204 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 04:31:25.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 04:31:25.205 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: auto_allocate 2026-06-16 04:31:25.205 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 04:31:25.206 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: trunk 2026-06-16 04:31:25.206 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: trunk-details 2026-06-16 04:31:25.207 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 04:31:25.207 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 04:31:25.208 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 04:31:25.208 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 04:31:25.210 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 04:31:25.211 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 04:31:25.212 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: vpn-flavors 2026-06-16 04:31:25.212 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: tag 2026-06-16 04:31:25.213 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: vpnaas 2026-06-16 04:31:25.215 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: taas 2026-06-16 04:31:25.216 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: tap-mirror 2026-06-16 04:31:25.216 8 INFO neutron.api.extensions [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 04:31:25.219 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 04:31:25.219 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 04:31:25.219 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.219 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 04:31:25.220 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: timestamp 2026-06-16 04:31:25.222 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 04:31:25.223 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 04:31:25.223 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 04:31:25.227 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: flavors 2026-06-16 04:31:25.227 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 04:31:25.228 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 04:31:25.228 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 04:31:25.229 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.229 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.230 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.230 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.230 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 04:31:25.230 7 INFO neutron.manager [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loading Plugin: revisions 2026-06-16 04:31:25.231 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.231 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.231 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 04:31:25.232 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 04:31:25.232 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 04:31:25.233 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.233 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.233 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.233 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.233 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Initializing extension manager. 2026-06-16 04:31:25.236 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: address-group 2026-06-16 04:31:25.237 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: address-scope 2026-06-16 04:31:25.237 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 04:31:25.237 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 04:31:25.238 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] router is already registered 2026-06-16 04:31:25.238 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: agent 2026-06-16 04:31:25.238 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 04:31:25.238 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] floatingip is already registered 2026-06-16 04:31:25.238 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 04:31:25.240 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 04:31:25.240 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 04:31:25.241 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: availability_zone 2026-06-16 04:31:25.242 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 04:31:25.242 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 04:31:25.242 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] rbac_policy is already registered 2026-06-16 04:31:25.242 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 04:31:25.242 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 04:31:25.243 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] security_group is already registered 2026-06-16 04:31:25.243 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: default-subnetpools 2026-06-16 04:31:25.243 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 04:31:25.243 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] security_group_rule is already registered 2026-06-16 04:31:25.244 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.244 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.244 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.244 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.245 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 04:31:25.245 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 04:31:25.245 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] trunk is already registered 2026-06-16 04:31:25.245 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: dns-integration 2026-06-16 04:31:25.245 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.246 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.246 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 04:31:25.246 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.246 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.246 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 04:31:25.246 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 04:31:25.247 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] endpoint_group is already registered 2026-06-16 04:31:25.247 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: dvr 2026-06-16 04:31:25.247 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 04:31:25.247 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] vpnservice is already registered 2026-06-16 04:31:25.247 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 04:31:25.247 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 04:31:25.248 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ipsec_site_connection is already registered 2026-06-16 04:31:25.248 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 04:31:25.248 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.248 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.248 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 04:31:25.248 8 INFO neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.249 8 WARNING neutron.quota.resource_registry [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.249 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 04:31:25.249 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: external-net 2026-06-16 04:31:25.250 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 04:31:25.250 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: extraroute 2026-06-16 04:31:25.251 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 04:31:25.252 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 04:31:25.252 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 04:31:25.253 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 04:31:25.253 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 04:31:25.254 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: fip-port-details 2026-06-16 04:31:25.255 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: flavors 2026-06-16 04:31:25.256 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 04:31:25.257 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: floatingip-pools 2026-06-16 04:31:25.258 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: ip_allocation 2026-06-16 04:31:25.258 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 04:31:25.259 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: l2_adjacency 2026-06-16 04:31:25.260 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: router 2026-06-16 04:31:25.261 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 04:31:25.262 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 04:31:25.262 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 04:31:25.263 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 04:31:25.263 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: l3-ha 2026-06-16 04:31:25.264 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 04:31:25.264 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 04:31:25.265 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: l3-flavors 2026-06-16 04:31:25.266 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 04:31:25.266 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 04:31:25.268 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 04:31:25.270 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 04:31:25.271 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 04:31:25.272 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 04:31:25.272 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 04:31:25.273 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: multi-provider 2026-06-16 04:31:25.273 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: net-mtu 2026-06-16 04:31:25.274 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 04:31:25.274 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: network_availability_zone 2026-06-16 04:31:25.275 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: network_ha 2026-06-16 04:31:25.276 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: network-ip-availability 2026-06-16 04:31:25.277 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 04:31:25.277 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: pagination 2026-06-16 04:31:25.278 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-device-profile 2026-06-16 04:31:25.278 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 04:31:25.279 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 04:31:25.279 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 04:31:25.280 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-mac-override 2026-06-16 04:31:25.280 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 04:31:25.280 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 04:31:25.281 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 04:31:25.281 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-resource-request 2026-06-16 04:31:25.282 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 04:31:25.282 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 04:31:25.283 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: binding 2026-06-16 04:31:25.284 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: binding-extended 2026-06-16 04:31:25.285 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-security 2026-06-16 04:31:25.285 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: project-id 2026-06-16 04:31:25.286 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: provider 2026-06-16 04:31:25.286 8 WARNING keystonemiddleware._common.config [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 04:31:25.286 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 04:31:25.288 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos 2026-06-16 04:31:25.289 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 04:31:25.289 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 04:31:25.290 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-default 2026-06-16 04:31:25.290 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-fip 2026-06-16 04:31:25.291 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 04:31:25.291 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 04:31:25.292 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 04:31:25.292 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 04:31:25.293 8 WARNING oslo_config.cfg [None req-01bed0c9-df7a-4ccf-8a00-39ad608e538d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-16 04:31:25.293 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 04:31:25.294 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-pps 2026-06-16 04:31:25.294 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 04:31:25.295 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-rule-type-filter WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1cbc3a0668 pid: 8 (default app) 2026-06-16 04:31:25.295 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 04:31:25.296 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: quota-check-limit 2026-06-16 04:31:25.296 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 04:31:25.299 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: quotas 2026-06-16 04:31:25.300 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: quota_details 2026-06-16 04:31:25.301 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: rbac-policies 2026-06-16 04:31:25.301 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: rbac-address-group 2026-06-16 04:31:25.302 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 04:31:25.302 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 04:31:25.303 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 04:31:25.303 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: revision-if-match 2026-06-16 04:31:25.304 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 04:31:25.305 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: router_availability_zone 2026-06-16 04:31:25.305 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 04:31:25.307 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 04:31:25.307 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 04:31:25.308 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 04:31:25.308 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 04:31:25.309 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 04:31:25.309 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 04:31:25.315 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: security-group 2026-06-16 04:31:25.316 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: segment 2026-06-16 04:31:25.317 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 04:31:25.317 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: service-type 2026-06-16 04:31:25.318 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: sorting 2026-06-16 04:31:25.318 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 04:31:25.319 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: standard-attr-description 2026-06-16 04:31:25.319 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: stateful-security-group 2026-06-16 04:31:25.320 7 WARNING neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 04:31:25.320 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 04:31:25.321 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnet-external-network 2026-06-16 04:31:25.322 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnet_onboard 2026-06-16 04:31:25.323 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 04:31:25.323 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnet-service-types 2026-06-16 04:31:25.324 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnet_allocation 2026-06-16 04:31:25.325 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 04:31:25.325 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: tag-creation 2026-06-16 04:31:25.326 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 04:31:25.329 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 04:31:25.330 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 04:31:25.331 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: trunk 2026-06-16 04:31:25.331 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: trunk-details 2026-06-16 04:31:25.332 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 04:31:25.332 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 04:31:25.333 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 04:31:25.333 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 04:31:25.335 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 04:31:25.336 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 04:31:25.337 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: vpn-flavors 2026-06-16 04:31:25.338 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: vpnaas 2026-06-16 04:31:25.339 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: taas 2026-06-16 04:31:25.340 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: tap-mirror 2026-06-16 04:31:25.341 7 INFO neutron.api.extensions [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 04:31:25.343 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 04:31:25.343 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 04:31:25.344 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.344 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 04:31:25.347 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 04:31:25.347 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 04:31:25.352 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 04:31:25.353 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 04:31:25.353 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 04:31:25.354 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.354 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.355 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.355 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.355 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 04:31:25.356 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.356 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.357 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 04:31:25.357 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 04:31:25.357 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 04:31:25.358 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.358 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.358 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.359 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.363 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 04:31:25.363 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] router is already registered 2026-06-16 04:31:25.364 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 04:31:25.364 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] floatingip is already registered 2026-06-16 04:31:25.367 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 04:31:25.368 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] rbac_policy is already registered 2026-06-16 04:31:25.368 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 04:31:25.368 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] security_group is already registered 2026-06-16 04:31:25.369 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 04:31:25.369 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] security_group_rule is already registered 2026-06-16 04:31:25.370 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.370 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.370 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 04:31:25.370 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] subnetpool is already registered 2026-06-16 04:31:25.371 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 04:31:25.371 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] trunk is already registered 2026-06-16 04:31:25.371 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.371 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.372 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.372 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.372 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 04:31:25.372 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] endpoint_group is already registered 2026-06-16 04:31:25.373 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 04:31:25.373 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] vpnservice is already registered 2026-06-16 04:31:25.373 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 04:31:25.373 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ipsec_site_connection is already registered 2026-06-16 04:31:25.374 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 04:31:25.374 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ipsecpolicy is already registered 2026-06-16 04:31:25.375 7 INFO neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 04:31:25.375 7 WARNING neutron.quota.resource_registry [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] ikepolicy is already registered 2026-06-16 04:31:25.446 7 WARNING keystonemiddleware._common.config [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 04:31:25.454 7 WARNING oslo_config.cfg [None req-11b3ebac-c78c-4304-8143-04462779f460 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1cbc3a0668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 04:31:29.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10541023-3d75-4d1c-b29c-a3c4598c195b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/4] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:31:29 2026] GET /v2.0/networks/public => generated 108 bytes in 790 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: 2/5] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:31:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:31:30.772 8 WARNING neutron.services.revisions.revision_plugin [None req-09ff53b8-7fd2-4ad5-848b-73de4752820b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:31:30.798 8 INFO neutron.db.segments_db [None req-09ff53b8-7fd2-4ad5-848b-73de4752820b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 20b7945e-ecd6-4f96-927e-aab91d2a6a8b of type flat for network 7a2631cb-c8ee-4e19-abfd-19e00ee3c030 2026-06-16 04:31:30.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09ff53b8-7fd2-4ad5-848b-73de4752820b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:31:30 2026] POST /v2.0/networks => generated 124 bytes in 528 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 04:31:37.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6990b5c1-2761-49a2-8b18-0dc1a96bf162 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:31:36 2026] GET /v2.0/networks/public => generated 108 bytes in 377 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:31:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:31:37.317 7 WARNING neutron.services.revisions.revision_plugin [None req-6539afe8-28cf-4417-a81c-70871d147ec3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:31:37.344 7 INFO neutron.db.segments_db [None req-6539afe8-28cf-4417-a81c-70871d147ec3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 2bb5a8ba-00a8-4c35-9e43-e45b8bc77312 of type flat for network 495b4015-0f40-4b1b-90d2-d95286f34a69 2026-06-16 04:31:37.394 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6539afe8-28cf-4417-a81c-70871d147ec3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:31:37 2026] POST /v2.0/networks => generated 124 bytes in 327 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 04:31:43.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e70219ad-ff69-41f7-b39a-99bf20b582aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:31:43 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:31:43 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-06-16 04:31:43.315 8 WARNING neutron.services.revisions.revision_plugin [None req-44ad3b13-e412-457d-9dd5-09c6417fdf4d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:31:43.325 8 INFO neutron.db.segments_db [None req-44ad3b13-e412-457d-9dd5-09c6417fdf4d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 4839d589-77f3-4f58-bfdf-7ec3f4a2a2a4 of type flat for network 78dc910f-35e9-4de7-8d10-cd01d671f840 2026-06-16 04:31:43.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44ad3b13-e412-457d-9dd5-09c6417fdf4d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:31:43 2026] POST /v2.0/networks => generated 124 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 04:31:49.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0737844f-9677-4d1d-ab74-eea58ff42df9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:31:49 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:31:49 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-06-16 04:31:49.327 8 WARNING neutron.services.revisions.revision_plugin [None req-6eb9fff1-6c05-46c2-b7e8-d5ae1b51396c 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:31:49.378 8 INFO neutron.db.segments_db [None req-6eb9fff1-6c05-46c2-b7e8-d5ae1b51396c 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment ff6eeeec-4913-480a-834d-b2353fdf9e4f of type flat for network 156e6a73-2963-4ccb-af1e-e003e98262a5 2026-06-16 04:31:49.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6eb9fff1-6c05-46c2-b7e8-d5ae1b51396c 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:31:49 2026] POST /v2.0/networks => generated 124 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 04:31:55.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-175742b3-cfc2-4724-ac30-a5b028be5c34 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:31:55 2026] GET /v2.0/networks/public => generated 108 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:31:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:31:55.424 7 WARNING neutron.services.revisions.revision_plugin [None req-5b425a1b-e24d-4c0c-8e15-bafc6a3f3f4f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:31:55.455 7 INFO neutron.db.segments_db [None req-5b425a1b-e24d-4c0c-8e15-bafc6a3f3f4f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 1c51fe16-b08a-49f0-aadb-610f443b0483 of type flat for network a3668833-fe96-4905-b18d-0f600b1c6d09 2026-06-16 04:31:55.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b425a1b-e24d-4c0c-8e15-bafc6a3f3f4f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:31:55 2026] POST /v2.0/networks => generated 124 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 04:32:01.436 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35b908c7-43ef-4def-a405-1c8216572a54 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:32:01 2026] GET /v2.0/networks/public => generated 108 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:32:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:32:02.017 7 WARNING neutron.services.revisions.revision_plugin [None req-9aa11029-0969-4892-bd98-5390f644d655 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Could not find related network for resource to bump revision. 2026-06-16 04:32:02.095 7 INFO neutron.db.segments_db [None req-9aa11029-0969-4892-bd98-5390f644d655 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 905fd2e4-ba4c-4b7d-b1b1-d408a7206300 of type flat for network 2cf79204-0a29-4cd8-ab0e-5770b87a9103 [pid: 7|app: 0|req: 11/23] 199.204.45.129 () {48 vars in 968 bytes} [Tue Jun 16 04:32:01 2026] POST /v2.0/networks => generated 706 bytes in 800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 04:32:03.353 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c13fd136-6cd3-4a53-8936-ab129bca190c 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 04:32:03 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 04:32:03 2026] GET /v2.0/networks?name=public => generated 709 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 04:32:03.442 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f57ab32-97fa-4fcc-b0c5-0cfa1e59c5f8 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.129 () {44 vars in 1035 bytes} [Tue Jun 16 04:32:03 2026] GET /v2.0/subnets/public-subnet?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.129 () {44 vars in 1058 bytes} [Tue Jun 16 04:32:03 2026] GET /v2.0/subnets?name=public-subnet&network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.129 () {48 vars in 966 bytes} [Tue Jun 16 04:32:03 2026] POST /v2.0/subnets => generated 664 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 04:36:54.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eed9f092-3dff-459b-ac0a-290a5143c4b5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.129 () {44 vars in 938 bytes} [Tue Jun 16 04:36:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 04:36:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:36:54.296 7 INFO neutron.db.segments_db [None req-c2b442f8-182f-4f9a-9755-a878cc4df2c8 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment dc0c25be-c6af-431d-af53-bea2e65be242 of type vxlan for network 4a426d8b-02e5-485c-8acd-36298b75b684 [pid: 7|app: 0|req: 34/68] 199.204.45.129 () {48 vars in 967 bytes} [Tue Jun 16 04:36:54 2026] POST /v2.0/networks => generated 688 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 04:36:55.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b373b99c-e06c-4b26-a086-95ec14c91fba 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.129 () {44 vars in 938 bytes} [Tue Jun 16 04:36:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 04:36:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 04:36:55.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37802a9a-35d4-43f7-9446-aec9c1022799 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.129 () {44 vars in 1037 bytes} [Tue Jun 16 04:36:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.129 () {44 vars in 1060 bytes} [Tue Jun 16 04:36:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.129 () {48 vars in 966 bytes} [Tue Jun 16 04:36:55 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 04:36:56.875 7 INFO neutron.api.v2.resource [None req-06f11f88-c87e-47ca-a245-e75333200142 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.129 () {44 vars in 972 bytes} [Tue Jun 16 04:36:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.129 () {44 vars in 994 bytes} [Tue Jun 16 04:36:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.129 () {48 vars in 981 bytes} [Tue Jun 16 04:36:56 2026] POST /v2.0/security-groups => generated 1616 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:58 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:58 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:58 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:36:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:59 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:59 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:36:59 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:36:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:00 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:00 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:00 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => 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: 44/90] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:37:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:01 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:01 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:01 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:37:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:02 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:02 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:02 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:37:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.129 () {44 vars in 988 bytes} [Tue Jun 16 04:37:03 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684 => generated 732 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 04:37:03.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bcd53fc-8763-4e16-a88a-b6ce2c684b86 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 199.204.45.129 () {44 vars in 1077 bytes} [Tue Jun 16 04:37:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.129 () {44 vars in 1100 bytes} [Tue Jun 16 04:37:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => 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: 50/102] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:03 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.129 () {48 vars in 962 bytes} [Tue Jun 16 04:37:04 2026] POST /v2.0/ports => generated 1096 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 04:37:11.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b98a7a1-688f-43e9-81bc-d1b2d0e1671e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.204.45.129 () {44 vars in 980 bytes} [Tue Jun 16 04:37:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/105] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.129 () {48 vars in 1032 bytes} [Tue Jun 16 04:37:11 2026] PUT /v2.0/ports/351d7187-7cca-4af9-a67f-db7282e519c3 => generated 1245 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.129 () {44 vars in 921 bytes} [Tue Jun 16 04:37:13 2026] GET /v2.0/ports => generated 3726 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 04:37:15.039 8 INFO neutron.api.v2.resource [None req-ebf51952-ba7a-4ee7-8cf3-c494a6f893b6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/110] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 04:37:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/111] 199.204.45.129 () {44 vars in 982 bytes} [Tue Jun 16 04:37:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.129 () {48 vars in 981 bytes} [Tue Jun 16 04:37:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:16 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:16 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:16 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:37:16 2026] POST /v2.0/security-group-rules => generated 621 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:17 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:17 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:37:17 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:37:17 2026] POST /v2.0/security-group-rules => generated 625 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/129] 199.204.45.129 () {44 vars in 976 bytes} [Tue Jun 16 04:38:21 2026] GET /v2.0/quotas/6dfda880eabc49db934c13bba9ec8e22 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/130] 199.204.45.129 () {48 vars in 1028 bytes} [Tue Jun 16 04:38:21 2026] PUT /v2.0/quotas/6dfda880eabc49db934c13bba9ec8e22 => generated 291 bytes in 29 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-06-16 04:40:43.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e509d74d-1c28-4310-9219-e9b680f6a54f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 04:40:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 255 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: 73/150] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 04:40:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 04:40:45.122 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b18ae07-b315-4246-ac65-cb8083a69ab1 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/153] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 04:40:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/154] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 04:40:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 04:47:36.341 7 INFO neutron.api.v2.resource [None req-209d742e-dc96-4340-a726-766492bde082 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/209] 199.204.45.129 () {44 vars in 1075 bytes} [Tue Jun 16 04:47:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5fa9bba486664f42adc5407e27735e19 => generated 139 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/210] 199.204.45.129 () {44 vars in 1098 bytes} [Tue Jun 16 04:47:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5fa9bba486664f42adc5407e27735e19 => generated 23 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.204.45.129 () {48 vars in 982 bytes} [Tue Jun 16 04:47:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:37 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => 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: 105/213] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:47:37 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/214] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:37 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:47:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/216] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:38 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:47:38 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/218] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:39 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:47:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/220] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:40 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/221] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:47:40 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/222] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:40 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/223] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:47:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/224] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:41 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/225] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 04:47:41 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/226] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 04:47:41 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 3460 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/227] 199.204.45.129 () {48 vars in 992 bytes} [Tue Jun 16 04:47:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.204.45.129 () {30 vars in 740 bytes} [Tue Jun 16 04:50:00 2026] GET /v2.0/networks?tenant_id=5fa9bba486664f42adc5407e27735e19&shared=False => generated 15 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 04:50:00.257 7 INFO neutron.db.segments_db [None req-bf79da08-d474-4122-a1db-de42a9be1431 596de5f9abdf48e39fe75c68b02c4609 5fa9bba486664f42adc5407e27735e19 - - 40bb4cea218d4a1aa51597b28a71a7dc 40bb4cea218d4a1aa51597b28a71a7dc] Added segment b9ff8dec-3402-4cdb-ae7a-b69963b91fcc of type vxlan for network 97816f55-0a04-4b3e-859c-4345576258b1 [pid: 7|app: 0|req: 123/249] 199.204.45.129 () {34 vars in 682 bytes} [Tue Jun 16 04:50:00 2026] POST /v2.0/networks => generated 699 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/250] 199.204.45.129 () {30 vars in 722 bytes} [Tue Jun 16 04:50:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/251] 199.204.45.129 () {30 vars in 633 bytes} [Tue Jun 16 04:50:00 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: 128/252] 199.204.45.129 () {34 vars in 677 bytes} [Tue Jun 16 04:50:00 2026] POST /v2.0/ports => generated 999 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/253] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 04:50:00 2026] GET /v2.0/networks/97816f55-0a04-4b3e-859c-4345576258b1 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 199.204.45.129 () {30 vars in 722 bytes} [Tue Jun 16 04:50:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/255] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 04:50:02 2026] GET /v2.0/networks/97816f55-0a04-4b3e-859c-4345576258b1 => 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: 131/258] 199.204.45.129 () {44 vars in 976 bytes} [Tue Jun 16 04:50:14 2026] GET /v2.0/quotas/5fa9bba486664f42adc5407e27735e19 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/259] 199.204.45.129 () {48 vars in 1028 bytes} [Tue Jun 16 04:50:15 2026] PUT /v2.0/quotas/5fa9bba486664f42adc5407e27735e19 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:01:57.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e1c801d-fbb5-4dcf-bd28-d44478eda262 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/352] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 05:01:57 2026] GET /v2.0/networks/public => generated 108 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/353] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 05:01:57 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:01:58.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9384f67d-3bfb-41cc-88de-1aa488db5dd1 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/354] 199.204.45.129 () {44 vars in 928 bytes} [Tue Jun 16 05:01:58 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 05:01:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:01:58.603 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8d7141a-beb3-44b8-b44d-13359106c6d3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/356] 199.204.45.129 () {44 vars in 1035 bytes} [Tue Jun 16 05:01:58 2026] GET /v2.0/subnets/public-subnet?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/357] 199.204.45.129 () {44 vars in 1058 bytes} [Tue Jun 16 05:01:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:02:25.728 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1f37548-f009-4c4e-8a3c-46c0deee399f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/362] 199.204.45.129 () {44 vars in 938 bytes} [Tue Jun 16 05:02:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/363] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 05:02:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:02:26.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ab38846-324a-4351-b825-a9fb0faa172c 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/364] 199.204.45.129 () {44 vars in 938 bytes} [Tue Jun 16 05:02:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 05:02:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:02:26.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a58b1af2-e375-4fc1-b05a-1d2863f0d2ae 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/366] 199.204.45.129 () {44 vars in 1037 bytes} [Tue Jun 16 05:02:26 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 199.204.45.129 () {44 vars in 1060 bytes} [Tue Jun 16 05:02:26 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:02:27.942 7 INFO neutron.api.v2.resource [None req-b0c41226-6a69-4af7-b61e-7e43afa4621d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/368] 199.204.45.129 () {44 vars in 972 bytes} [Tue Jun 16 05:02:27 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 199.204.45.129 () {44 vars in 994 bytes} [Tue Jun 16 05:02:27 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:29 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:29 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:29 2026] GET /v2.0/security-group-rules/cfea4b4e-eaeb-4609-ab7c-0b06bdf1aefd => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:30 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:30 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:30 2026] GET /v2.0/security-group-rules/957cf43f-003e-48e8-8a62-17c00ea3b261 => 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: 190/378] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:31 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:31 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:31 2026] GET /v2.0/security-group-rules/2fcea6d0-493f-4257-b09b-260badf5ac6f => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:32 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:32 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:32 2026] GET /v2.0/security-group-rules/5cce29d3-4dce-4b24-bab5-f4a1ffe02982 => 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: 193/384] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:32 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => 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: 192/385] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:33 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:33 2026] GET /v2.0/security-group-rules/c1c52339-d12a-4c21-b80f-f1fb1b7682f5 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.129 () {44 vars in 988 bytes} [Tue Jun 16 05:02:34 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684 => generated 732 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:02:34.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c98b5578-4164-4244-b54f-d344be58318b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/388] 199.204.45.129 () {44 vars in 1077 bytes} [Tue Jun 16 05:02:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.129 () {44 vars in 1100 bytes} [Tue Jun 16 05:02:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:34 2026] GET /v2.0/security-groups/cc377f4e-5b51-4901-afe7-fa7c03ecfc91 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:02:41.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cc9d871-a237-4c17-8430-077250e56810 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/391] 199.204.45.129 () {44 vars in 980 bytes} [Tue Jun 16 05:02:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.129 () {44 vars in 921 bytes} [Tue Jun 16 05:02:43 2026] GET /v2.0/ports => generated 4721 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:02:44.560 8 INFO neutron.api.v2.resource [None req-9d7b2716-d2d7-4e04-abc1-3e1c58ecd4e9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/396] 199.204.45.129 () {44 vars in 960 bytes} [Tue Jun 16 05:02:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.129 () {44 vars in 982 bytes} [Tue Jun 16 05:02:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:45 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2882 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:45 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:45 2026] GET /v2.0/security-group-rules/79596b61-5976-4770-9e42-6de02a3259df => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:46 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:02:46 2026] GET /v2.0/security-groups/4765854f-e280-4fff-99fa-b4a82e1c2718 => generated 2882 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:02:46 2026] GET /v2.0/security-group-rules/b63b5627-29c8-443e-987e-98166ac1bc6d => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.204.45.129 () {44 vars in 976 bytes} [Tue Jun 16 05:02:59 2026] GET /v2.0/quotas/6dfda880eabc49db934c13bba9ec8e22 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:03:53.738 8 INFO neutron.api.v2.resource [None req-eac76afc-ff5b-4bca-a7b2-1a8202d78c48 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/413] 199.204.45.129 () {44 vars in 1075 bytes} [Tue Jun 16 05:03:53 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5fa9bba486664f42adc5407e27735e19 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.204.45.129 () {44 vars in 1098 bytes} [Tue Jun 16 05:03:53 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5fa9bba486664f42adc5407e27735e19 => generated 4072 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 05:03:54 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => 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: 207/416] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:03:54 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => 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: 210/417] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:03:54 2026] GET /v2.0/security-group-rules/78e6fe2a-9567-4ed8-a283-8e680f2c5937 => 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: 208/418] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 05:03:55 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:03:55 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:03:55 2026] GET /v2.0/security-group-rules/9f90e54d-e255-45e0-bc25-f17ba5dc7aec => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 05:03:56 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:03:56 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:03:56 2026] GET /v2.0/security-group-rules/f5e1e8ed-a945-4e23-b3c1-e4832a00299e => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.129 () {44 vars in 1089 bytes} [Tue Jun 16 05:03:57 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf?project_id=5fa9bba486664f42adc5407e27735e19 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.129 () {44 vars in 1002 bytes} [Tue Jun 16 05:03:57 2026] GET /v2.0/security-groups/1651c2e1-6585-436a-8fe4-82a6296ffabf => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.129 () {44 vars in 1012 bytes} [Tue Jun 16 05:03:57 2026] GET /v2.0/security-group-rules/751c1420-5477-4595-8522-f3cb6af3ec4b => 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: 216/429] 199.204.45.129 () {44 vars in 976 bytes} [Tue Jun 16 05:04:05 2026] GET /v2.0/quotas/5fa9bba486664f42adc5407e27735e19 => 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: 220/436] 199.204.45.129 () {44 vars in 950 bytes} [Tue Jun 16 05:04:56 2026] GET /v2.0/networks?name=public => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/443] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:05:35 2026] GET /v2.0/networks => generated 2168 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/444] 10.0.0.19 () {32 vars in 654 bytes} [Tue Jun 16 05:05:36 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: 225/445] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/446] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/447] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/448] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/449] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/450] 10.0.0.19 () {32 vars in 654 bytes} [Tue Jun 16 05:05:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:05:47.844 8 INFO neutron.db.segments_db [None req-0c811e13-eb79-4c41-951a-d7913884d123 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 42f03f91-b001-4232-99c2-0a77892b0367 of type vxlan for network 63b8ee38-c942-4fbe-9420-8a4f885a312b 2026-06-16 05:05:47.906 7 INFO neutron.db.segments_db [None req-afa2a5a6-adec-493c-87e2-9485991b57f9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment d1fed7bb-7625-4fbe-bcde-c7831a746b37 of type vxlan for network 0e0f0881-483a-4e52-8943-5ec070abc7b0 [pid: 8|app: 0|req: 229/453] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:05:47 2026] POST /v2.0/networks => generated 729 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/454] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:05:47 2026] POST /v2.0/networks => generated 732 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:48.113 8 INFO neutron.db.segments_db [None req-f7965572-c237-4eab-9ad5-517a6a499d23 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 of type vxlan for network 95d74d08-188f-4c27-a3cf-15ded6af00f8 [pid: 8|app: 0|req: 230/455] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:05:47 2026] POST /v2.0/networks => generated 724 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:48 2026] POST /v2.0/subnets => generated 695 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:48 2026] POST /v2.0/subnets => generated 698 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:48.403 8 INFO neutron.db.segments_db [None req-a484187b-ae96-4e1c-bdb5-47e5ab4f467b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 1581644f-4763-4984-b312-cc57bc7f2b5d of type vxlan for network 19472ee9-7d84-4238-92fd-4fa342f8dee1 [pid: 7|app: 0|req: 227/458] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:48 2026] POST /v2.0/subnets => generated 690 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:48.566 7 INFO neutron.db.segments_db [None req-5264928f-c7d8-4315-ace2-2957f193adb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment fa7f4fbc-79a3-4294-b091-9c94060dda66 of type vxlan for network e9696b71-9129-470f-93ca-e8c846477717 2026-06-16 05:05:48.681 8 INFO neutron.db.l3_hamode_db [None req-a484187b-ae96-4e1c-bdb5-47e5ab4f467b 2550ca2815f44cd3980f4ee83d0eb04a 174c02994eb54fb1aac8779c429056b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:05:48.832 7 INFO neutron.db.l3_hamode_db [None req-5264928f-c7d8-4315-ace2-2957f193adb5 2550ca2815f44cd3980f4ee83d0eb04a 5fcc394d904c4d29b3e560cfd214d733 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:05:49.633 8 INFO neutron.db.l3_hamode_db [None req-a484187b-ae96-4e1c-bdb5-47e5ab4f467b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:05:49.809 7 INFO neutron.db.l3_hamode_db [None req-5264928f-c7d8-4315-ace2-2957f193adb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/459] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:48 2026] POST /v2.0/routers => generated 735 bytes in 2611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:05:50 2026] GET /v2.0/security-groups?tenant_id=049c2870c5724203a356323e5bbcb5c4&name=default => generated 2921 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:05:51.251 8 INFO neutron.db.segments_db [None req-0b65442d-5fbc-45db-a8b0-c619cb8090ff 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 90f1f6e8-a502-4d48-8f02-dcb178e44347 of type vxlan for network e11ad1be-149b-4f33-af8b-535bbf98b8c4 [pid: 7|app: 0|req: 228/461] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:48 2026] POST /v2.0/routers => generated 738 bytes in 3011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:51.540 8 INFO neutron.db.l3_hamode_db [None req-0b65442d-5fbc-45db-a8b0-c619cb8090ff 2550ca2815f44cd3980f4ee83d0eb04a 79828825d6a243238e95bb4567269d87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:05:52.312 8 INFO neutron.db.l3_hamode_db [None req-0b65442d-5fbc-45db-a8b0-c619cb8090ff 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/462] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:05:51 2026] PUT /v2.0/routers/e3a15ddc-5b8c-4569-bb0a-3d75fe546a55/add_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:05:52 2026] DELETE /v2.0/security-groups/56c5bab1-6159-40ba-ad33-cf40e30f685c => 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: 234/464] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:51 2026] POST /v2.0/routers => generated 730 bytes in 1916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:05:52 2026] PUT /v2.0/routers/ef6692d6-1abc-4e22-9836-b9e933306b4f/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:05:53 2026] POST /v2.0/security-groups => generated 1658 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/469] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:05:53 2026] PUT /v2.0/routers/5e2932a1-800f-4026-9892-16bbe34856aa/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:05:54 2026] POST /v2.0/security-groups => generated 1661 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:05:54 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) 2026-06-16 05:05:54.796 8 INFO neutron.db.segments_db [None req-dad1ffba-9b11-4ff0-bf41-dad9ec1fc396 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 981990b1-4181-43f2-89bb-5ebc54614cbb of type vxlan for network bd2b5268-0da6-42ef-ab57-18df7deb888a [pid: 7|app: 0|req: 236/472] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:05:54 2026] POST /v2.0/networks => generated 730 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:05:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/subnets => generated 696 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:55.439 8 INFO neutron.db.segments_db [None req-352e24b8-4fcc-4f3e-9a7f-fb038d3303e9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb of type vxlan for network b7878a14-dda7-4c42-8adf-87a45953a062 [pid: 7|app: 0|req: 238/478] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:55.691 8 INFO neutron.db.l3_hamode_db [None req-352e24b8-4fcc-4f3e-9a7f-fb038d3303e9 2550ca2815f44cd3980f4ee83d0eb04a 45fc687d6fca407fb0948a4d9a5fbb47 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/480] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/floatingips => generated 552 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:05:56.363 8 INFO neutron.db.l3_hamode_db [None req-352e24b8-4fcc-4f3e-9a7f-fb038d3303e9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/481] 10.0.0.123 () {34 vars in 1100 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1734761482&fields=id&tenant_id=5fcc394d904c4d29b3e560cfd214d733 => 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: 242/482] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/quotas/5fcc394d904c4d29b3e560cfd214d733 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&fields=id => generated 57 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.123 () {34 vars in 1098 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--555612649&fields=id&tenant_id=79828825d6a243238e95bb4567269d87 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.123 () {34 vars in 907 bytes} [Tue Jun 16 05:05:56 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/networks?id=95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/488] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 249/489] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/quotas/79828825d6a243238e95bb4567269d87 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/490] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/491] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/ports?tenant_id=79828825d6a243238e95bb4567269d87&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/492] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:05:55 2026] POST /v2.0/routers => generated 736 bytes in 1937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/493] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/494] 10.0.0.123 () {34 vars in 907 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/495] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/496] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?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: 256/497] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:05:57 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 257/498] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:05:58 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 12 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/499] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:05:57 2026] PUT /v2.0/routers/315992b2-7d21-48e4-bb2f-536e2cf60404/add_router_interface => generated 309 bytes in 1477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/500] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 244/503] 10.0.0.123 () {38 vars in 971 bytes} [Tue Jun 16 05:05:59 2026] POST /v2.0/security-groups => generated 1684 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/504] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/security-groups/df12f0ea-455c-4643-a006-ee4612e174d9 => generated 1684 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/505] 10.0.0.123 () {38 vars in 981 bytes} [Tue Jun 16 05:05:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.123 () {34 vars in 1098 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--400832692&fields=id&tenant_id=174c02994eb54fb1aac8779c429056b1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/507] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/networks?id=63b8ee38-c942-4fbe-9420-8a4f885a312b => generated 680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/508] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/quotas/174c02994eb54fb1aac8779c429056b1 => 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: 264/509] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/ports?tenant_id=174c02994eb54fb1aac8779c429056b1&fields=id => generated 103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/510] 10.0.0.123 () {38 vars in 971 bytes} [Tue Jun 16 05:05:59 2026] POST /v2.0/security-groups => generated 1684 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/511] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/512] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/513] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:05:59 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?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: 267/514] 10.0.0.123 () {38 vars in 981 bytes} [Tue Jun 16 05:05:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/515] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/516] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/517] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 249/518] 10.0.0.123 () {38 vars in 981 bytes} [Tue Jun 16 05:06:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/519] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 250/520] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 2939 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/521] 10.0.0.123 () {34 vars in 1001 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-group-rules/5dc450dc-f43b-463f-887a-278b2e9d838e => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/522] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 2939 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/523] 10.0.0.123 () {36 vars in 1023 bytes} [Tue Jun 16 05:06:00 2026] DELETE /v2.0/security-group-rules/5dc450dc-f43b-463f-887a-278b2e9d838e => 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: 252/524] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/525] 10.0.0.123 () {36 vars in 1013 bytes} [Tue Jun 16 05:06:00 2026] DELETE /v2.0/security-groups/b3c78987-fa54-48b8-a5fc-bdd2307fc91b => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/526] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:00 2026] GET /v2.0/security-groups/df12f0ea-455c-4643-a006-ee4612e174d9 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/527] 10.0.0.123 () {36 vars in 1013 bytes} [Tue Jun 16 05:06:00 2026] DELETE /v2.0/security-groups/df12f0ea-455c-4643-a006-ee4612e174d9 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/528] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:01 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:06:01.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-96a6e4ed-5999-45c0-9107-ca7f2e0e5910 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: e65645e0-d1c4-4b66-ab69-aaacfe3824c9 2026-06-16 05:06:01.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a6e4ed-5999-45c0-9107-ca7f2e0e5910 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: e65645e0-d1c4-4b66-ab69-aaacfe3824c9 [pid: 7|app: 0|req: 276/529] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:01 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/530] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:01 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 254/531] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:06:00 2026] PUT /v2.0/routers/315992b2-7d21-48e4-bb2f-536e2cf60404/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:01.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 3a07205f-f779-409d-a1ce-955ba70c23b6 2026-06-16 05:06:01.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 3a07205f-f779-409d-a1ce-955ba70c23b6 2026-06-16 05:06:02.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 646f23eb-b55f-428c-91e0-18e2e66a9f9f 2026-06-16 05:06:02.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 646f23eb-b55f-428c-91e0-18e2e66a9f9f 2026-06-16 05:06:02.253 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - 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: 255/532] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:02 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 683 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/533] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:02 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 257/534] 199.204.45.129 () {34 vars in 911 bytes} [Tue Jun 16 05:06:02 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: 8|app: 0|req: 258/535] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:06:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5fcc394d904c4d29b3e560cfd214d733 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:02.695 7 INFO neutron.db.l3_hamode_db [None req-40173a1f-2d23-4c7e-b528-97511228026e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network b7878a14-dda7-4c42-8adf-87a45953a062 was deleted as no HA routers are present in tenant 45fc687d6fca407fb0948a4d9a5fbb47. [pid: 7|app: 0|req: 278/536] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:01 2026] DELETE /v2.0/routers/315992b2-7d21-48e4-bb2f-536e2cf60404 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/537] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:02 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 280/538] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:02 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 259/539] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:06:02 2026] POST /v2.0/ports => generated 958 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/540] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:02 2026] DELETE /v2.0/subnets/d7ca1810-bd82-48dc-84cc-46723ca7e18c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:06:03.061 7 INFO neutron.services.segments.plugin [-] Segment 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb resource provider aggregate not found 2026-06-16 05:06:03.073 7 INFO neutron.services.segments.plugin [-] Segment 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb resource provider aggregate not found 2026-06-16 05:06:03.080 7 INFO neutron.services.segments.plugin [-] Segment 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb found for delete ", "request_id": "req-7f060099-31a0-4478-9e04-4e61fb9c55f2"}]} 2026-06-16 05:06:03.115 7 INFO neutron.services.segments.plugin [-] Segment 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcb89bb-d0d6-47fe-8fa6-a8f2f377eefb found for delete ", "request_id": "req-ff5f40e3-b9a3-4db7-80f9-da205d97b55e"}]} [pid: 8|app: 0|req: 260/541] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:06:02 2026] DELETE /v2.0/networks/bd2b5268-0da6-42ef-ab57-18df7deb888a => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/542] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/security-groups?tenant_id=45fc687d6fca407fb0948a4d9a5fbb47&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/543] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:03 2026] DELETE /v2.0/security-groups/961815e9-00d0-4e50-9353-104b4b3a1579 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/544] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:03.616 8 INFO neutron.services.segments.plugin [-] Segment 981990b1-4181-43f2-89bb-5ebc54614cbb resource provider aggregate not found [pid: 8|app: 0|req: 264/545] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:03.644 8 INFO neutron.services.segments.plugin [-] Segment 981990b1-4181-43f2-89bb-5ebc54614cbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981990b1-4181-43f2-89bb-5ebc54614cbb found for delete ", "request_id": "req-d47ee1f4-d13f-4ed2-8235-02eff2add845"}]} 2026-06-16 05:06:03.656 8 INFO neutron.services.segments.plugin [-] Segment 981990b1-4181-43f2-89bb-5ebc54614cbb resource provider aggregate not found 2026-06-16 05:06:03.674 8 INFO neutron.services.segments.plugin [-] Segment 981990b1-4181-43f2-89bb-5ebc54614cbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981990b1-4181-43f2-89bb-5ebc54614cbb found for delete ", "request_id": "req-71afc9b0-f234-4a40-91ac-0294e027817a"}]} [pid: 7|app: 0|req: 282/546] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:03 2026] PUT /v2.0/ports/7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 1239 bytes in 609 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: 265/547] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/548] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 266/549] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:03 2026] GET /v2.0/networks?id=95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 675 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/550] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=79828825d6a243238e95bb4567269d87 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:04.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-290dc554-1cb0-42e3-bfb9-b67643d486cd'] response: {'name': 'network-changed', 'server_uuid': '6abff4a7-314d-44ef-bf9a-2327c97437c7', 'tag': '7fe5355c-e16c-4232-bd33-f767a3890d9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 267/551] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:06:04 2026] POST /v2.0/ports => generated 954 bytes in 564 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: 268/552] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/553] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 270/554] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 271/555] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/556] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/557] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:04 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 274/558] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/559] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/560] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&device_owner=network%3Adhcp => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/561] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 285/562] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:04 2026] PUT /v2.0/ports/c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 1235 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/563] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-16 05:06:05.927 7 INFO neutron.db.segments_db [None req-a1250d2a-e94b-4ed6-b4cb-93f859f2f181 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment c837c716-172f-4974-b3b3-308572ec4d55 of type vxlan for network 38ceaaa8-897b-4b1e-a4c8-a55c0ca48166 [pid: 8|app: 0|req: 279/564] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/565] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:05 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/566] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:06:05 2026] POST /v2.0/networks => generated 725 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/567] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 288/568] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/networks?id=63b8ee38-c942-4fbe-9420-8a4f885a312b => generated 680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/569] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/570] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:06 2026] POST /v2.0/subnets => generated 692 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=174c02994eb54fb1aac8779c429056b1 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/572] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/ports?tenant_id=79828825d6a243238e95bb4567269d87&device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/573] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/574] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:06:06.367 7 INFO neutron.db.segments_db [None req-38409014-d36d-457f-9523-ecca6878676f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 of type vxlan for network 1d492fbc-bb9d-4678-8740-8047215d6e98 2026-06-16 05:06:06.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-349b470f-6414-40f2-b473-916243cfa87e'] response: {'name': 'network-changed', 'server_uuid': 'c459cc88-8d6f-428e-84ed-01cd572a2cca', 'tag': 'c939810d-2d6c-4c03-ab6e-0ef3767cdc8b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 284/575] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:06:06 2026] POST /v2.0/ports => generated 958 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 285/576] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:06:06.729 7 INFO neutron.db.l3_hamode_db [None req-38409014-d36d-457f-9523-ecca6878676f 2550ca2815f44cd3980f4ee83d0eb04a bb1d5e5c03944c57afb860eb247ceb84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 286/577] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:06 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/578] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:06 2026] PUT /v2.0/ports/587ae384-5c11-4518-8c96-c3c8253b01e0 => generated 1239 bytes in 299 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: 288/579] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/subnets?id=6347828b-a6e5-4511-9c50-29c933d250a8 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/580] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/581] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/582] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/ports?network_id=95d74d08-188f-4c27-a3cf-15ded6af00f8&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/583] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/585] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/586] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/587] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/589] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/590] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 300/591] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/592] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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) 2026-06-16 05:06:07.501 7 INFO neutron.db.l3_hamode_db [None req-38409014-d36d-457f-9523-ecca6878676f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/593] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:07 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:07.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a19e715-961c-4101-a205-08e775e8bf60'] response: {'name': 'network-changed', 'server_uuid': 'dda2c584-ed0f-40f5-a62d-d40878048c49', 'tag': '587ae384-5c11-4518-8c96-c3c8253b01e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 303/594] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?tenant_id=174c02994eb54fb1aac8779c429056b1&device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/595] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/networks?tenant_id=174c02994eb54fb1aac8779c429056b1&shared=False => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/596] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:06: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: 306/597] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/598] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?tenant_id=79828825d6a243238e95bb4567269d87&device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/599] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:06 2026] POST /v2.0/routers => generated 732 bytes in 2110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/600] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 293/601] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/networks?id=95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/602] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/603] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/604] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/605] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/606] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/subnets?id=6347828b-a6e5-4511-9c50-29c933d250a8 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/607] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/608] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/ports?network_id=95d74d08-188f-4c27-a3cf-15ded6af00f8&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: 301/609] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/610] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:08 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/611] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/ports?tenant_id=174c02994eb54fb1aac8779c429056b1&device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 1242 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/612] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=587ae384-5c11-4518-8c96-c3c8253b01e0 => 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: 305/613] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/subnets?id=109db853-b24c-4848-8f3e-72c662fe3e28 => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/614] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/ports?network_id=63b8ee38-c942-4fbe-9420-8a4f885a312b&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: 7|app: 0|req: 307/615] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?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: 308/616] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?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: 309/617] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 309/618] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:06:08 2026] PUT /v2.0/routers/8a4a6674-a1b1-464e-8497-92f2a67ad105/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/619] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 310/620] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/621] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/623] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:09 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/624] 10.0.0.123 () {38 vars in 971 bytes} [Tue Jun 16 05:06:10 2026] POST /v2.0/security-groups => generated 1682 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/625] 10.0.0.123 () {38 vars in 971 bytes} [Tue Jun 16 05:06:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/626] 10.0.0.123 () {38 vars in 971 bytes} [Tue Jun 16 05:06:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/627] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups?tenant_id=bb1d5e5c03944c57afb860eb247ceb84 => generated 7908 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/628] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups/ea8a0749-db8c-43c6-b616-9ad715882e96 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/629] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups/ea8a0749-db8c-43c6-b616-9ad715882e96 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/630] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/631] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/632] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 317/633] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups/fad744f6-4fe9-446e-b86f-b37f472bc7d8 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/634] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/635] 10.0.0.123 () {36 vars in 1013 bytes} [Tue Jun 16 05:06:10 2026] DELETE /v2.0/security-groups/fad744f6-4fe9-446e-b86f-b37f472bc7d8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/636] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:10 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:11.037 7 INFO neutron.api.v2.resource [req-3dbb6085-be33-43e4-bae8-db8a4a8bea4e req-00e70731-9ad7-400f-bf1d-b5af4b309175 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 319/637] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/fad744f6-4fe9-446e-b86f-b37f472bc7d8 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/638] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&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: 320/639] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/026425f7-d133-45bd-a334-bb1574212598 => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/640] 10.0.0.123 () {36 vars in 1013 bytes} [Tue Jun 16 05:06:11 2026] DELETE /v2.0/security-groups/026425f7-d133-45bd-a334-bb1574212598 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:11.244 7 INFO neutron.api.v2.resource [req-1bb897a8-1bf5-445a-bb42-bb0ae5ccda37 req-47168c95-4874-43b3-aeb6-099ffcb0f674 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 321/641] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/026425f7-d133-45bd-a334-bb1574212598 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/642] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/1fd761e5-a6a7-4ba5-8a2c-0709289c845f => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/643] 10.0.0.123 () {36 vars in 1013 bytes} [Tue Jun 16 05:06:11 2026] DELETE /v2.0/security-groups/1fd761e5-a6a7-4ba5-8a2c-0709289c845f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:11.442 8 INFO neutron.api.v2.resource [req-4a1d7a8f-c759-4024-85da-f79734146d69 req-7d86dbc2-6b2f-4b6b-9dc2-e5e1ea10b293 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 322/644] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/1fd761e5-a6a7-4ba5-8a2c-0709289c845f => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/645] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups?tenant_id=bb1d5e5c03944c57afb860eb247ceb84 => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/646] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/ea8a0749-db8c-43c6-b616-9ad715882e96 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/647] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/ea8a0749-db8c-43c6-b616-9ad715882e96 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:06:11.638 8 INFO neutron.api.v2.resource [req-3ad6911b-db4a-4b9f-93c7-6c50d6e949d3 req-97c32d15-987f-4cac-ae38-2b1b652a34b9 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/648] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/1fd761e5-a6a7-4ba5-8a2c-0709289c845f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:06:11.674 7 INFO neutron.api.v2.resource [req-65f08768-131d-4a99-9f98-88b6640cdc01 req-41f46fa0-25f5-4105-9ebb-adb6fbd28717 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 325/649] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/026425f7-d133-45bd-a334-bb1574212598 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:06:11.706 8 INFO neutron.api.v2.resource [req-a3048a16-865e-4c72-be25-f7ba2c76e4e1 req-a48cd284-ef39-4d74-a1a5-afdae2b7e3ae 0c058730a3c645b9ba011d2dc185bdcd bb1d5e5c03944c57afb860eb247ceb84 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/650] 10.0.0.123 () {34 vars in 991 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups/fad744f6-4fe9-446e-b86f-b37f472bc7d8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/651] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/652] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:11 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/653] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:12 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/654] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:12 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:12.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d3fc0ba-3b48-4663-8a3b-2fa5035d866b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 03d3d01d-d758-4b0c-9f37-bd2eada239c5 2026-06-16 05:06:12.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d3fc0ba-3b48-4663-8a3b-2fa5035d866b 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 03d3d01d-d758-4b0c-9f37-bd2eada239c5 [pid: 8|app: 0|req: 330/655] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:12 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/656] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:12 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/657] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:06:11 2026] PUT /v2.0/routers/8a4a6674-a1b1-464e-8497-92f2a67ad105/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:12.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 6b351079-a8e3-4f80-b8bc-4dadc67d511b 2026-06-16 05:06:12.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 6b351079-a8e3-4f80-b8bc-4dadc67d511b [pid: 7|app: 0|req: 327/658] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:13.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 1243ae9e-2e05-4d6d-ac90-296fae1132d9 2026-06-16 05:06:13.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 1243ae9e-2e05-4d6d-ac90-296fae1132d9 [pid: 7|app: 0|req: 328/659] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 329/660] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/661] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:13.266 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - 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: 331/662] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/663] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:13 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:14.009 8 INFO neutron.services.segments.plugin [-] Segment a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 resource provider aggregate not found 2026-06-16 05:06:14.026 8 INFO neutron.services.segments.plugin [-] Segment a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 resource provider aggregate not found 2026-06-16 05:06:14.031 8 INFO neutron.services.segments.plugin [-] Segment a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 found for delete ", "request_id": "req-40ab3eb6-6fd2-44e0-badb-9df7721a7255"}]} 2026-06-16 05:06:14.045 8 INFO neutron.db.l3_hamode_db [None req-5d138e09-4efb-462e-9cf0-4ff0b88fc507 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 1d492fbc-bb9d-4678-8740-8047215d6e98 was deleted as no HA routers are present in tenant bb1d5e5c03944c57afb860eb247ceb84. [pid: 8|app: 0|req: 332/664] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:12 2026] DELETE /v2.0/routers/8a4a6674-a1b1-464e-8497-92f2a67ad105 => generated 0 bytes in 1409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:14.081 8 INFO neutron.services.segments.plugin [-] Segment a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5d2c593-30d1-4f88-ad0b-e5061aca6dc6 found for delete ", "request_id": "req-285b7d2b-56ca-4095-968d-0b6aa424e3f9"}]} [pid: 7|app: 0|req: 333/667] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:14 2026] DELETE /v2.0/subnets/a47ade85-2628-47c3-99ee-d10d1ef93d82 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/668] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/669] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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-06-16 05:06:14.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b0ae4b7-e3c1-49d5-81dd-9bfe59a72c65 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: cb72d0b8-99a0-4937-abab-c72c44837c6d 2026-06-16 05:06:14.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b0ae4b7-e3c1-49d5-81dd-9bfe59a72c65 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: cb72d0b8-99a0-4937-abab-c72c44837c6d [pid: 8|app: 0|req: 337/670] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/671] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/672] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/673] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:14.618 7 INFO neutron.services.segments.plugin [-] Segment c837c716-172f-4974-b3b3-308572ec4d55 resource provider aggregate not found 2026-06-16 05:06:14.626 7 INFO neutron.services.segments.plugin [-] Segment c837c716-172f-4974-b3b3-308572ec4d55 resource provider aggregate not found 2026-06-16 05:06:14.635 7 INFO neutron.services.segments.plugin [-] Segment c837c716-172f-4974-b3b3-308572ec4d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c837c716-172f-4974-b3b3-308572ec4d55 found for delete ", "request_id": "req-8a1c94bd-b82b-4882-b0e7-f0a0733785c5"}]} 2026-06-16 05:06:14.650 7 INFO neutron.services.segments.plugin [-] Segment c837c716-172f-4974-b3b3-308572ec4d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c837c716-172f-4974-b3b3-308572ec4d55 found for delete ", "request_id": "req-66e7607a-7d0b-45f7-9853-7b627d794303"}]} [pid: 7|app: 0|req: 334/674] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:06:14 2026] DELETE /v2.0/networks/38ceaaa8-897b-4b1e-a4c8-a55c0ca48166 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/675] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:14 2026] GET /v2.0/security-groups?tenant_id=bb1d5e5c03944c57afb860eb247ceb84&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/676] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:14 2026] DELETE /v2.0/security-groups/ea8a0749-db8c-43c6-b616-9ad715882e96 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/677] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/678] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 343/679] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/680] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/681] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/682] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&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: 338/683] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:15 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:16.439 8 INFO neutron.db.l3_db [None req-54e5dcdb-c8f6-4d02-b538-8fb9c850771d 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] Floating IP f7155182-c2bf-4fab-ab27-25bc0c293961 associated. External IP: 10.96.250.201, port: 7fe5355c-e16c-4232-bd33-f767a3890d9c. [pid: 8|app: 0|req: 346/684] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:06:15 2026] PUT /v2.0/floatingips/f7155182-c2bf-4fab-ab27-25bc0c293961 => generated 856 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:16.786 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07abbdae-f8a8-41ff-a99f-8aacd91b36da'] response: {'name': 'network-changed', 'server_uuid': '6abff4a7-314d-44ef-bf9a-2327c97437c7', 'tag': '7fe5355c-e16c-4232-bd33-f767a3890d9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 347/685] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:16 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/686] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:16 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/687] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:16 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 340/688] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:16 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/689] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:16 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/690] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:17 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/691] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:17 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:17.366 8 INFO neutron.db.segments_db [None req-27253e27-76c4-46e4-aba9-924431f27a21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment defe71b2-5798-40a6-bd5a-8fd26041c81a of type vxlan for network 06a1a664-20b7-4410-a381-5fc6a3344a50 [pid: 8|app: 0|req: 349/692] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:06:16 2026] POST /v2.0/networks => generated 725 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/693] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:17 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 351/694] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:17 2026] POST /v2.0/subnets => generated 691 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/695] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:17 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:17.961 7 INFO neutron.db.l3_db [None req-fc8438ee-62d7-4468-bfc0-d50dc94d7839 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] Floating IP 835c6a36-e720-43bf-bd2c-c8981a5df534 associated. External IP: 10.96.250.210, port: c939810d-2d6c-4c03-ab6e-0ef3767cdc8b. 2026-06-16 05:06:17.989 8 INFO neutron.db.segments_db [None req-fa38210e-d8ab-4a5c-8740-e478cef23fd2 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment c4ae10a6-0625-41c4-b47a-ed6667c95397 of type vxlan for network 946d471b-2bbe-44ef-971e-cc206a4180a4 [pid: 7|app: 0|req: 344/696] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:06:17 2026] PUT /v2.0/floatingips/835c6a36-e720-43bf-bd2c-c8981a5df534 => generated 855 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:18.242 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbbae9d5-949b-4975-870b-aead58861260'] response: {'name': 'network-changed', 'server_uuid': 'c459cc88-8d6f-428e-84ed-01cd572a2cca', 'tag': 'c939810d-2d6c-4c03-ab6e-0ef3767cdc8b', 'status': 'completed', 'code': 200} 2026-06-16 05:06:18.262 8 INFO neutron.db.l3_hamode_db [None req-fa38210e-d8ab-4a5c-8740-e478cef23fd2 2550ca2815f44cd3980f4ee83d0eb04a 5fab395d31084a6ca262a90049501121 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 345/697] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 859 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/698] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/699] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/700] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/701] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/702] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 351/703] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/704] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:18 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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-06-16 05:06:18.841 7 INFO neutron.db.l3_db [None req-799dfce5-03d7-4a74-9b2e-c9711a781d49 eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] Floating IP b50b11e7-9230-4b52-ade7-1dab458730d9 associated. External IP: 10.96.250.204, port: 587ae384-5c11-4518-8c96-c3c8253b01e0. 2026-06-16 05:06:19.117 8 INFO neutron.db.l3_hamode_db [None req-fa38210e-d8ab-4a5c-8740-e478cef23fd2 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 353/705] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:06:18 2026] PUT /v2.0/floatingips/b50b11e7-9230-4b52-ade7-1dab458730d9 => generated 856 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/ports?tenant_id=79828825d6a243238e95bb4567269d87&device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/707] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/networks?id=95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/708] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/709] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/710] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/711] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/subnets?id=6347828b-a6e5-4511-9c50-29c933d250a8 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/712] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/ports?network_id=95d74d08-188f-4c27-a3cf-15ded6af00f8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/713] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?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: 362/714] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?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: 363/715] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/716] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:19 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/717] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:17 2026] POST /v2.0/routers => generated 731 bytes in 2173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:06:20.342 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9fae903-6770-4ce9-ac68-2ad59d710f1b'] response: {'name': 'network-changed', 'server_uuid': 'dda2c584-ed0f-40f5-a62d-d40878048c49', 'tag': '587ae384-5c11-4518-8c96-c3c8253b01e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/718] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:20 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/719] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:20 2026] GET /v2.0/ports?tenant_id=174c02994eb54fb1aac8779c429056b1&device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/720] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:20 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/721] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:20 2026] GET /v2.0/networks?id=63b8ee38-c942-4fbe-9420-8a4f885a312b => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/722] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=587ae384-5c11-4518-8c96-c3c8253b01e0 => 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: 359/723] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:21 2026] GET /v2.0/subnets?id=109db853-b24c-4848-8f3e-72c662fe3e28 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/724] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:21 2026] GET /v2.0/ports?network_id=63b8ee38-c942-4fbe-9420-8a4f885a312b&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: 361/725] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:21 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/726] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:21 2026] GET /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/727] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:06:20 2026] PUT /v2.0/routers/b600b177-5eaf-497b-bdc8-ac57e18bf964/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/728] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:22 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/729] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:22 2026] GET /v2.0/security-groups?id=65267219-0b27-43e7-aea0-d45ac36df2af&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:06:22 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/731] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:06:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:06:22.317 7 INFO neutron_taas.services.taas.taas_plugin [req-7e003a95-4d3d-4d36-8a21-832408c2fada req-4175c56c-be5f-4ae3-8abc-35f4de1ce64c eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] TaaS: Handle Delete Port: 587ae384-5c11-4518-8c96-c3c8253b01e0 2026-06-16 05:06:22.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7e003a95-4d3d-4d36-8a21-832408c2fada req-4175c56c-be5f-4ae3-8abc-35f4de1ce64c eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] Tap Mirror: Handle Delete Port: 587ae384-5c11-4518-8c96-c3c8253b01e0 [pid: 8|app: 0|req: 366/732] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:06:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/733] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:06:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:06:22.569 7 INFO neutron.db.l3_db [req-7e003a95-4d3d-4d36-8a21-832408c2fada req-4175c56c-be5f-4ae3-8abc-35f4de1ce64c eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] Floating IP b50b11e7-9230-4b52-ade7-1dab458730d9 disassociated. External IP: 10.96.250.204, port: 587ae384-5c11-4518-8c96-c3c8253b01e0. [pid: 7|app: 0|req: 367/734] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:06:22 2026] DELETE /v2.0/ports/587ae384-5c11-4518-8c96-c3c8253b01e0 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:06:22.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d2d9ac9-4171-42fc-af42-ad884ce55a97'] response: {'server_uuid': 'dda2c584-ed0f-40f5-a62d-d40878048c49', 'name': 'network-vif-deleted', 'tag': '587ae384-5c11-4518-8c96-c3c8253b01e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/735] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:06:22 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/736] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 369/737] 10.0.0.123 () {34 vars in 1100 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1970941267&fields=id&tenant_id=5fab395d31084a6ca262a90049501121 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/738] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/networks?id=06a1a664-20b7-4410-a381-5fc6a3344a50 => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/739] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/quotas/5fab395d31084a6ca262a90049501121 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/740] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/ports?tenant_id=5fab395d31084a6ca262a90049501121&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/741] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/742] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?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: 372/743] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:23 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 372/744] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:24 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 373/745] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:25 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 373/746] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:25 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 374/747] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:26 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 374/748] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:26 2026] GET /v2.0/ports?device_id=dda2c584-ed0f-40f5-a62d-d40878048c49 => 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: 375/749] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 375/750] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1244 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/751] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 376/752] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:27 2026] DELETE /v2.0/security-groups/65267219-0b27-43e7-aea0-d45ac36df2af => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:27.727 7 INFO neutron.api.v2.resource [None req-1a57bcc3-d10c-488b-b2f4-8a5432f58293 eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/753] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/security-groups/65267219-0b27-43e7-aea0-d45ac36df2af => 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: 377/754] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 1240 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/755] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:27 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:27.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5f0b3a9-5544-45e0-b588-26de5e9378c8 eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] TaaS: Handle Delete Port: 0d9b0a78-5c54-4bbb-ac15-567887dad396 2026-06-16 05:06:27.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5f0b3a9-5544-45e0-b588-26de5e9378c8 eb107c62c6f04fcdb7dee5ada6fb16a1 174c02994eb54fb1aac8779c429056b1 - - default default] Tap Mirror: Handle Delete Port: 0d9b0a78-5c54-4bbb-ac15-567887dad396 [pid: 7|app: 0|req: 378/756] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:06:27 2026] DELETE /v2.0/floatingips/b50b11e7-9230-4b52-ade7-1dab458730d9 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/757] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:28 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:06:28.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fb18c9d-100d-4e14-9bd5-90ffa1a05bfa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 614f3088-26bd-4d45-9c09-b047f103d1d4 2026-06-16 05:06:28.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fb18c9d-100d-4e14-9bd5-90ffa1a05bfa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 614f3088-26bd-4d45-9c09-b047f103d1d4 [pid: 8|app: 0|req: 379/758] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:06:28 2026] PUT /v2.0/routers/e3a15ddc-5b8c-4569-bb0a-3d75fe546a55/remove_router_interface => generated 309 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:28.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-d76a3048-0d49-4ad6-b1a8-fdeedfdab348 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 2cd51f37-2b7f-473a-91d5-47cb493e65bc 2026-06-16 05:06:28.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d76a3048-0d49-4ad6-b1a8-fdeedfdab348 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 2cd51f37-2b7f-473a-91d5-47cb493e65bc [pid: 8|app: 0|req: 380/759] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:28 2026] GET /v2.0/networks?id=06a1a664-20b7-4410-a381-5fc6a3344a50 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/760] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:06:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5fab395d31084a6ca262a90049501121 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:29.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-d76a3048-0d49-4ad6-b1a8-fdeedfdab348 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 41254279-8076-498b-a561-db28bbab1527 2026-06-16 05:06:29.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d76a3048-0d49-4ad6-b1a8-fdeedfdab348 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 41254279-8076-498b-a561-db28bbab1527 [pid: 8|app: 0|req: 382/761] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:06:29 2026] POST /v2.0/ports => generated 958 bytes in 361 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: 385/764] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:29 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 961 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:29.523 7 INFO neutron.services.segments.plugin [-] Segment 1581644f-4763-4984-b312-cc57bc7f2b5d resource provider aggregate not found 2026-06-16 05:06:29.529 7 INFO neutron.services.segments.plugin [-] Segment 1581644f-4763-4984-b312-cc57bc7f2b5d resource provider aggregate not found 2026-06-16 05:06:29.546 7 INFO neutron.services.segments.plugin [-] Segment 1581644f-4763-4984-b312-cc57bc7f2b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1581644f-4763-4984-b312-cc57bc7f2b5d found for delete ", "request_id": "req-bcfc208a-739f-43f9-8107-a5bf0cdd8adb"}]} 2026-06-16 05:06:29.547 7 INFO neutron.services.segments.plugin [-] Segment 1581644f-4763-4984-b312-cc57bc7f2b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1581644f-4763-4984-b312-cc57bc7f2b5d found for delete ", "request_id": "req-e4579f09-7fec-4b20-97a4-a0235be301d8"}]} 2026-06-16 05:06:29.550 7 INFO neutron.db.l3_hamode_db [None req-d76a3048-0d49-4ad6-b1a8-fdeedfdab348 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 19472ee9-7d84-4238-92fd-4fa342f8dee1 was deleted as no HA routers are present in tenant 174c02994eb54fb1aac8779c429056b1. [pid: 7|app: 0|req: 380/765] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:28 2026] DELETE /v2.0/routers/e3a15ddc-5b8c-4569-bb0a-3d75fe546a55 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/766] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:29 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/767] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:29 2026] DELETE /v2.0/subnets/109db853-b24c-4848-8f3e-72c662fe3e28 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:06:29.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-122319a0-b3bd-4948-bd9e-6d624db5e5b1 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: f389c087-66a0-4782-afc6-7306a5f80c63 2026-06-16 05:06:29.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122319a0-b3bd-4948-bd9e-6d624db5e5b1 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: f389c087-66a0-4782-afc6-7306a5f80c63 [pid: 8|app: 0|req: 386/768] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:29 2026] PUT /v2.0/ports/f7df3cb2-5c2c-46e7-a70d-d04ceed979ff => generated 1239 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:06:29.884 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39ebf8a4-9834-4c42-8839-c6246721484c'] response: {'name': 'network-changed', 'server_uuid': 'e5d74256-a6fd-46e7-922f-95c9f38e4cb3', 'tag': 'f7df3cb2-5c2c-46e7-a70d-d04ceed979ff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 383/769] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:06:29 2026] DELETE /v2.0/networks/63b8ee38-c942-4fbe-9420-8a4f885a312b => generated 0 bytes in 273 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: 387/770] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/security-groups?tenant_id=174c02994eb54fb1aac8779c429056b1&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/771] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:30 2026] DELETE /v2.0/security-groups/13bbe394-f752-415d-8101-b3aaef93b27d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/772] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/ports?tenant_id=5fab395d31084a6ca262a90049501121&device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/773] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/networks?tenant_id=5fab395d31084a6ca262a90049501121&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/774] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/775] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/776] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:30 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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-06-16 05:06:31.568 7 INFO neutron.services.segments.plugin [-] Segment 42f03f91-b001-4232-99c2-0a77892b0367 resource provider aggregate not found 2026-06-16 05:06:31.573 7 INFO neutron.services.segments.plugin [-] Segment 42f03f91-b001-4232-99c2-0a77892b0367 resource provider aggregate not found 2026-06-16 05:06:31.587 7 INFO neutron.services.segments.plugin [-] Segment 42f03f91-b001-4232-99c2-0a77892b0367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f03f91-b001-4232-99c2-0a77892b0367 found for delete ", "request_id": "req-7128bd37-7de9-46af-ba7d-8f70389c26a2"}]} 2026-06-16 05:06:31.599 7 INFO neutron.services.segments.plugin [-] Segment 42f03f91-b001-4232-99c2-0a77892b0367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f03f91-b001-4232-99c2-0a77892b0367 found for delete ", "request_id": "req-806611c2-f557-446a-88d8-7b905f36928d"}]} [pid: 7|app: 0|req: 387/777] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/ports?tenant_id=5fab395d31084a6ca262a90049501121&device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 391/778] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f7df3cb2-5c2c-46e7-a70d-d04ceed979ff => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/779] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/subnets?id=821f2408-0a55-45ed-9c93-d885d7247352 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/780] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/ports?network_id=06a1a664-20b7-4410-a381-5fc6a3344a50&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/781] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?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: 393/782] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/783] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/784] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:31 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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-06-16 05:06:32.370 7 INFO neutron.db.segments_db [None req-e810e27f-77ba-44a5-9989-cf3b58884f36 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment cc1a05e6-2b7e-40ee-948b-02a1f49eb102 of type vxlan for network 8d62b28e-f4e4-4a3a-8434-e8941b3172a9 [pid: 7|app: 0|req: 391/785] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:06:32 2026] POST /v2.0/networks => generated 719 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/786] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:32 2026] POST /v2.0/subnets => generated 685 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:06:32.695 7 INFO neutron.db.segments_db [None req-2b25073d-ed4c-44a7-83af-40150da755a3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment b5c453ba-46d1-4358-b14d-0f9102c248cb of type vxlan for network 0b0eada7-7e4e-47c3-a993-4c4e934863be 2026-06-16 05:06:32.945 7 INFO neutron.db.l3_hamode_db [None req-2b25073d-ed4c-44a7-83af-40150da755a3 2550ca2815f44cd3980f4ee83d0eb04a bc44e66d104245c7916d2a36643743cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 396/787] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:32 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 397/788] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:33 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:33.755 7 INFO neutron.db.l3_hamode_db [None req-2b25073d-ed4c-44a7-83af-40150da755a3 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 398/789] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:34 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/790] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:34 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/791] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:06:32 2026] POST /v2.0/routers => generated 725 bytes in 2056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/792] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:35 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/793] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:35 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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: 400/794] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:06:34 2026] PUT /v2.0/routers/5aa7ead5-6507-4ccb-be72-bd1013702f3a/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/795] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:36 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/796] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:06:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/797] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:06:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/798] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:06:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/799] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:36 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&fields=id&fields=name => generated 114 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/800] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 404/801] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:06:36 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:06:37.463 7 INFO neutron.db.l3_db [None req-cc228963-9e64-4cfb-b91f-a430a70eacd0 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] Floating IP 0cf32cff-9f68-4447-a6e0-1538fe5125e1 associated. External IP: 10.96.250.209, port: f7df3cb2-5c2c-46e7-a70d-d04ceed979ff. [pid: 8|app: 0|req: 405/802] 10.0.0.123 () {34 vars in 1098 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--960567618&fields=id&tenant_id=bc44e66d104245c7916d2a36643743cd => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/803] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:06:37 2026] PUT /v2.0/floatingips/0cf32cff-9f68-4447-a6e0-1538fe5125e1 => generated 856 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/804] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/networks?id=8d62b28e-f4e4-4a3a-8434-e8941b3172a9 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/805] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/quotas/bc44e66d104245c7916d2a36643743cd => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/806] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 408/807] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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-06-16 05:06:37.961 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bce755ad-d909-4639-bfd2-8fd9bcba106a'] response: {'name': 'network-changed', 'server_uuid': 'e5d74256-a6fd-46e7-922f-95c9f38e4cb3', 'tag': 'f7df3cb2-5c2c-46e7-a70d-d04ceed979ff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 400/808] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/ports?tenant_id=bc44e66d104245c7916d2a36643743cd&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/809] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:06:37 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?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: 401/810] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?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: 410/811] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/812] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/813] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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: 403/814] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/ports?tenant_id=5fab395d31084a6ca262a90049501121&device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 412/815] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/networks?id=06a1a664-20b7-4410-a381-5fc6a3344a50 => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/816] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f7df3cb2-5c2c-46e7-a70d-d04ceed979ff => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/817] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/subnets?id=821f2408-0a55-45ed-9c93-d885d7247352 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/818] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/ports?network_id=06a1a664-20b7-4410-a381-5fc6a3344a50&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/819] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/820] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:38 2026] GET /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50?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: 415/821] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:39 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 407/822] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:39 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 416/823] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:39 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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: 408/824] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:40 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 417/825] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:40 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/826] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:40 2026] GET /v2.0/security-groups?id=1ae5436d-ef87-451e-b51a-74914038eb6f&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: 8|app: 0|req: 418/827] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:06:40 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:40.894 7 INFO neutron_taas.services.taas.taas_plugin [req-acc751a6-1418-4b40-80c1-d0dec10dc2e4 req-1d88fc1c-155a-4027-87f7-af7f26caf066 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] TaaS: Handle Delete Port: f7df3cb2-5c2c-46e7-a70d-d04ceed979ff 2026-06-16 05:06:40.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acc751a6-1418-4b40-80c1-d0dec10dc2e4 req-1d88fc1c-155a-4027-87f7-af7f26caf066 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] Tap Mirror: Handle Delete Port: f7df3cb2-5c2c-46e7-a70d-d04ceed979ff 2026-06-16 05:06:41.048 7 INFO neutron.db.l3_db [req-acc751a6-1418-4b40-80c1-d0dec10dc2e4 req-1d88fc1c-155a-4027-87f7-af7f26caf066 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] Floating IP 0cf32cff-9f68-4447-a6e0-1538fe5125e1 disassociated. External IP: 10.96.250.209, port: f7df3cb2-5c2c-46e7-a70d-d04ceed979ff. [pid: 7|app: 0|req: 410/828] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:06:40 2026] DELETE /v2.0/ports/f7df3cb2-5c2c-46e7-a70d-d04ceed979ff => generated 0 bytes in 679 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:06:41.493 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1affd5a1-0f47-4d4c-bb94-46b0809b4695'] response: {'server_uuid': 'e5d74256-a6fd-46e7-922f-95c9f38e4cb3', 'name': 'network-vif-deleted', 'tag': 'f7df3cb2-5c2c-46e7-a70d-d04ceed979ff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 419/829] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:41 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 411/830] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:41 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 420/831] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:42 2026] GET /v2.0/networks?id=8d62b28e-f4e4-4a3a-8434-e8941b3172a9 => generated 670 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/832] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:06:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bc44e66d104245c7916d2a36643743cd => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/833] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:42 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 422/834] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:42 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 413/835] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:06:42 2026] POST /v2.0/ports => generated 954 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/836] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:42 2026] PUT /v2.0/ports/b41dac2e-dd79-4472-b3fd-5df2a21680a4 => generated 1235 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:06:43.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1e6e520-5d9e-47b1-80d1-a0faf390d026'] response: {'name': 'network-changed', 'server_uuid': '89ec6197-98e8-483d-9976-4833c1d2d664', 'tag': 'b41dac2e-dd79-4472-b3fd-5df2a21680a4', '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: 414/837] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:43 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 969 bytes in 75 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: 424/838] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:43 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/839] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:43 2026] GET /v2.0/ports?tenant_id=bc44e66d104245c7916d2a36643743cd&device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/840] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:43 2026] GET /v2.0/ports?device_id=e5d74256-a6fd-46e7-922f-95c9f38e4cb3 => 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: 425/841] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:06:43 2026] GET /v2.0/networks?tenant_id=bc44e66d104245c7916d2a36643743cd&shared=False => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/842] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:06:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/845] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:44 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/846] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:44 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/847] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/ports?tenant_id=bc44e66d104245c7916d2a36643743cd&device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/848] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:45 2026] DELETE /v2.0/security-groups/1ae5436d-ef87-451e-b51a-74914038eb6f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:45.196 8 INFO neutron.api.v2.resource [None req-6b6bf839-78de-4218-a085-2fcc5419e3e5 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/849] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/security-groups/1ae5436d-ef87-451e-b51a-74914038eb6f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/850] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b41dac2e-dd79-4472-b3fd-5df2a21680a4 => 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: 422/851] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/subnets?id=cd90eea3-e316-42ce-9bef-3c3cb41f2c3c => generated 688 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:45.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3fbc035-f011-41e7-a4c0-90e748b99829 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] TaaS: Handle Delete Port: 1b2c3219-3f79-417e-b428-180e92a5385e 2026-06-16 05:06:45.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3fbc035-f011-41e7-a4c0-90e748b99829 df536bc7d4ba47b6b769b1b11fac1a02 5fab395d31084a6ca262a90049501121 - - default default] Tap Mirror: Handle Delete Port: 1b2c3219-3f79-417e-b428-180e92a5385e [pid: 7|app: 0|req: 423/852] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/ports?network_id=8d62b28e-f4e4-4a3a-8434-e8941b3172a9&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/853] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?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: 430/854] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:06:45 2026] DELETE /v2.0/floatingips/0cf32cff-9f68-4447-a6e0-1538fe5125e1 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/855] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:45 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:06:45.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1fde88e-c180-4d12-a487-ea054af8db58 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 28f568c2-49b6-4c1b-8f59-d334a314de83 2026-06-16 05:06:45.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1fde88e-c180-4d12-a487-ea054af8db58 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 28f568c2-49b6-4c1b-8f59-d334a314de83 [pid: 7|app: 0|req: 426/856] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/857] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/858] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/859] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:06:45 2026] PUT /v2.0/routers/b600b177-5eaf-497b-bdc8-ac57e18bf964/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/860] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/ports/7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 972 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/861] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/862] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:46.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b970b97-7fd2-4729-8fe7-cdf99e7f3101 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ab847304-0afb-409b-8280-1ea31be04d85 2026-06-16 05:06:46.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b970b97-7fd2-4729-8fe7-cdf99e7f3101 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ab847304-0afb-409b-8280-1ea31be04d85 [pid: 8|app: 0|req: 435/863] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/864] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:46 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:46.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b970b97-7fd2-4729-8fe7-cdf99e7f3101 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ad3de88b-49ec-4044-be11-46f6ecdc0828 2026-06-16 05:06:46.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b970b97-7fd2-4729-8fe7-cdf99e7f3101 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ad3de88b-49ec-4044-be11-46f6ecdc0828 [pid: 8|app: 0|req: 437/865] 199.204.45.129 () {34 vars in 1000 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/subnets?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/866] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/867] 199.204.45.129 () {34 vars in 1146 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7&device_owner=compute%3Anova&network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:47.351 7 INFO neutron.services.segments.plugin [-] Segment c4ae10a6-0625-41c4-b47a-ed6667c95397 resource provider aggregate not found 2026-06-16 05:06:47.355 7 INFO neutron.services.segments.plugin [-] Segment c4ae10a6-0625-41c4-b47a-ed6667c95397 resource provider aggregate not found [pid: 8|app: 0|req: 440/868] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:47.375 7 INFO neutron.services.segments.plugin [-] Segment c4ae10a6-0625-41c4-b47a-ed6667c95397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ae10a6-0625-41c4-b47a-ed6667c95397 found for delete ", "request_id": "req-463f3ccd-739e-440e-8de7-866c151d8d69"}]} 2026-06-16 05:06:47.379 7 INFO neutron.services.segments.plugin [-] Segment c4ae10a6-0625-41c4-b47a-ed6667c95397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4ae10a6-0625-41c4-b47a-ed6667c95397 found for delete ", "request_id": "req-62db3dd4-31e2-4b82-8968-928fb0bebbca"}]} 2026-06-16 05:06:47.384 7 INFO neutron.db.l3_hamode_db [None req-8b970b97-7fd2-4729-8fe7-cdf99e7f3101 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 946d471b-2bbe-44ef-971e-cc206a4180a4 was deleted as no HA routers are present in tenant 5fab395d31084a6ca262a90049501121. [pid: 7|app: 0|req: 429/869] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:46 2026] DELETE /v2.0/routers/b600b177-5eaf-497b-bdc8-ac57e18bf964 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/870] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/871] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:47 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/872] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:47 2026] PUT /v2.0/ports/7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 1153 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/873] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:06:47 2026] DELETE /v2.0/subnets/821f2408-0a55-45ed-9c93-d885d7247352 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:06:47.969 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3f3a358-a5b9-4ad3-beab-d2b630638ebb'] response: {'name': 'network-changed', 'server_uuid': '6abff4a7-314d-44ef-bf9a-2327c97437c7', 'tag': '7fe5355c-e16c-4232-bd33-f767a3890d9c', 'status': 'completed', 'code': 200} 2026-06-16 05:06:48.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-4256019a-8dc0-461b-ad9f-4089d928643d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 343cbf71-d19f-4ea6-aa95-01eac62f48ba 2026-06-16 05:06:48.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4256019a-8dc0-461b-ad9f-4089d928643d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 343cbf71-d19f-4ea6-aa95-01eac62f48ba [pid: 7|app: 0|req: 431/874] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:06:47 2026] DELETE /v2.0/networks/06a1a664-20b7-4410-a381-5fc6a3344a50 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/875] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/security-groups?tenant_id=5fab395d31084a6ca262a90049501121&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/876] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1425 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/877] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/878] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 432/879] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:48 2026] DELETE /v2.0/security-groups/5213fe4c-7800-4bbc-96bc-5578f70711a1 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/880] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/881] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/882] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/883] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/884] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => 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: 450/885] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?tenant_id=79828825d6a243238e95bb4567269d87&device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 436/886] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/887] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks?id=95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/888] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/889] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&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: 453/890] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/subnets?id=6347828b-a6e5-4511-9c50-29c933d250a8 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/891] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 454/892] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/ports?network_id=95d74d08-188f-4c27-a3cf-15ded6af00f8&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: 439/893] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/894] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?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: 440/895] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:48 2026] GET /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:06:49.425 7 INFO neutron.services.segments.plugin [-] Segment defe71b2-5798-40a6-bd5a-8fd26041c81a resource provider aggregate not found 2026-06-16 05:06:49.429 7 INFO neutron.services.segments.plugin [-] Segment defe71b2-5798-40a6-bd5a-8fd26041c81a resource provider aggregate not found 2026-06-16 05:06:49.445 7 INFO neutron.services.segments.plugin [-] Segment defe71b2-5798-40a6-bd5a-8fd26041c81a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid defe71b2-5798-40a6-bd5a-8fd26041c81a found for delete ", "request_id": "req-62f8b890-4b3b-470e-bc01-04d72039622d"}]} 2026-06-16 05:06:49.450 7 INFO neutron.services.segments.plugin [-] Segment defe71b2-5798-40a6-bd5a-8fd26041c81a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid defe71b2-5798-40a6-bd5a-8fd26041c81a found for delete ", "request_id": "req-1ffaa094-fa15-48b8-aa1b-0eb850e2faa2"}]} [pid: 8|app: 0|req: 456/896] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 457/897] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/898] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/899] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&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: 442/900] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1156 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/901] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1425 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/902] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 8|app: 0|req: 460/903] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:49 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/904] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/905] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => 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: 445/906] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/907] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&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: 446/908] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 463/909] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 464/910] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/911] 199.204.45.129 () {34 vars in 1120 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1156 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/912] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/913] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/914] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:50 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&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: 450/915] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:51 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/916] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:06:50 2026] PUT /v2.0/ports/7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 972 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:51.430 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65bce96b-cb2f-4492-b428-f8ac2e4c9dca'] response: {'name': 'network-changed', 'server_uuid': '6abff4a7-314d-44ef-bf9a-2327c97437c7', 'tag': '7fe5355c-e16c-4232-bd33-f767a3890d9c', 'status': 'completed', 'code': 200} 2026-06-16 05:06:51.450 7 INFO neutron.db.l3_db [None req-9d8e712b-2f4f-4d3f-9b01-ed3d4404d6ee bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] Floating IP c3257466-cac8-48d6-937e-70dc68b3a05c associated. External IP: 10.96.250.214, port: b41dac2e-dd79-4472-b3fd-5df2a21680a4. [pid: 7|app: 0|req: 451/917] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:06:51 2026] PUT /v2.0/floatingips/c3257466-cac8-48d6-937e-70dc68b3a05c => generated 855 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:51.826 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-18005055-de4e-4382-b836-9cf5a71a5870'] response: {'name': 'network-changed', 'server_uuid': '89ec6197-98e8-483d-9976-4833c1d2d664', 'tag': 'b41dac2e-dd79-4472-b3fd-5df2a21680a4', '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: 467/918] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:51 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 452/919] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:51 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/920] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:51 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/921] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:51 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/922] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/923] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/924] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/925] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&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: 7|app: 0|req: 455/926] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/927] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 456/928] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?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: 473/929] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/930] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/931] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/ports?tenant_id=bc44e66d104245c7916d2a36643743cd&device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/932] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/networks?id=8d62b28e-f4e4-4a3a-8434-e8941b3172a9 => generated 766 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/933] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b41dac2e-dd79-4472-b3fd-5df2a21680a4 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/934] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/subnets?id=cd90eea3-e316-42ce-9bef-3c3cb41f2c3c => generated 688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/935] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/ports?network_id=8d62b28e-f4e4-4a3a-8434-e8941b3172a9&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: 8|app: 0|req: 477/936] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?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: 460/937] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:52 2026] GET /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9?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: 461/938] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/939] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/940] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/ports?tenant_id=5fcc394d904c4d29b3e560cfd214d733&device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/941] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/security-groups?tenant_id=b8fc0de026da4c70a4c1e4cf6e751bd7&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/942] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/networks?id=0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/943] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/944] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:53 2026] DELETE /v2.0/security-groups/42d4fbc6-34ef-4dbb-a0a3-4ca1aaae734c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/945] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/946] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/subnets?id=3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/947] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 481/948] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 468/949] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/ports?network_id=0e0f0881-483a-4e52-8943-5ec070abc7b0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/950] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/951] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/952] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/953] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:53 2026] GET /v2.0/security-groups?tenant_id=c5b2e4fde9db4cc7b4013f822d1d61ff&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/954] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:53 2026] DELETE /v2.0/security-groups/c10079e7-046f-4644-a8a1-685e439e7ac8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/955] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 486/956] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/957] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 487/958] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&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: 472/959] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/960] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/security-groups?id=bc207469-d781-47e4-861b-19c474cfac93&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/961] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:06:54 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:55.110 8 INFO neutron_taas.services.taas.taas_plugin [req-c320a6d6-8a36-45eb-bbc3-a419c3494750 req-65661531-548c-4c91-a10b-dbd9542af92d bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] TaaS: Handle Delete Port: b41dac2e-dd79-4472-b3fd-5df2a21680a4 2026-06-16 05:06:55.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c320a6d6-8a36-45eb-bbc3-a419c3494750 req-65661531-548c-4c91-a10b-dbd9542af92d bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] Tap Mirror: Handle Delete Port: b41dac2e-dd79-4472-b3fd-5df2a21680a4 2026-06-16 05:06:55.274 8 INFO neutron.db.l3_db [req-c320a6d6-8a36-45eb-bbc3-a419c3494750 req-65661531-548c-4c91-a10b-dbd9542af92d bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] Floating IP c3257466-cac8-48d6-937e-70dc68b3a05c disassociated. External IP: 10.96.250.214, port: b41dac2e-dd79-4472-b3fd-5df2a21680a4. [pid: 7|app: 0|req: 474/962] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 475/963] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&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: 489/964] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:06:54 2026] DELETE /v2.0/ports/b41dac2e-dd79-4472-b3fd-5df2a21680a4 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:06:55.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5c5a80f-ee09-4b61-be12-a96934f52302'] response: {'server_uuid': '89ec6197-98e8-483d-9976-4833c1d2d664', 'name': 'network-vif-deleted', 'tag': 'b41dac2e-dd79-4472-b3fd-5df2a21680a4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 476/965] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/966] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 478/967] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/security-groups?id=9ddf5950-9274-4770-b7b6-b28a561bb931&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/968] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:06:55 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:06:56.068 7 INFO neutron_taas.services.taas.taas_plugin [req-1011060a-5cfc-4b1a-94d9-78ef84ac4840 req-eff19df6-f7b1-42f7-b6c1-652d293058d9 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] TaaS: Handle Delete Port: 7fe5355c-e16c-4232-bd33-f767a3890d9c 2026-06-16 05:06:56.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1011060a-5cfc-4b1a-94d9-78ef84ac4840 req-eff19df6-f7b1-42f7-b6c1-652d293058d9 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] Tap Mirror: Handle Delete Port: 7fe5355c-e16c-4232-bd33-f767a3890d9c 2026-06-16 05:06:56.218 7 INFO neutron.db.l3_db [req-1011060a-5cfc-4b1a-94d9-78ef84ac4840 req-eff19df6-f7b1-42f7-b6c1-652d293058d9 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] Floating IP f7155182-c2bf-4fab-ab27-25bc0c293961 disassociated. External IP: 10.96.250.201, port: 7fe5355c-e16c-4232-bd33-f767a3890d9c. [pid: 7|app: 0|req: 479/969] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:06:55 2026] DELETE /v2.0/ports/7fe5355c-e16c-4232-bd33-f767a3890d9c => generated 0 bytes in 682 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:06:56.666 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65827356-c9fb-45ed-a68b-743a3510d2e9'] response: {'server_uuid': '6abff4a7-314d-44ef-bf9a-2327c97437c7', 'name': 'network-vif-deleted', 'tag': '7fe5355c-e16c-4232-bd33-f767a3890d9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/970] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:56 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/971] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:56 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/972] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:56 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 481/973] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:57 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 493/974] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:57 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/975] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:06:57 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&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: 494/976] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:58 2026] GET /v2.0/ports?device_id=89ec6197-98e8-483d-9976-4833c1d2d664 => 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: 483/977] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:58 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 495/978] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:06:58 2026] GET /v2.0/security-groups?tenant_id=7a46223325474b489029c8218d2f5321&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/979] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:58 2026] DELETE /v2.0/security-groups/b0e135d6-aa13-49cf-978c-2b6b08488f4f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/980] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:06:59 2026] GET /v2.0/ports?device_id=6abff4a7-314d-44ef-bf9a-2327c97437c7 => 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: 496/983] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:06:59 2026] DELETE /v2.0/security-groups/bc207469-d781-47e4-861b-19c474cfac93 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:06:59.333 7 INFO neutron.api.v2.resource [None req-c9f943a2-16c8-40cc-b486-cffe0c9c9e29 bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/984] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:06:59 2026] GET /v2.0/security-groups/bc207469-d781-47e4-861b-19c474cfac93 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:06:59.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e31f027-8855-4a56-9fbd-58d08e917048 bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] TaaS: Handle Delete Port: bb89ead6-c0ff-48d5-8a34-91cfffcb21a8 2026-06-16 05:06:59.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e31f027-8855-4a56-9fbd-58d08e917048 bda1ee84455f414c870ddc578763e9d1 bc44e66d104245c7916d2a36643743cd - - default default] Tap Mirror: Handle Delete Port: bb89ead6-c0ff-48d5-8a34-91cfffcb21a8 [pid: 8|app: 0|req: 497/985] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:06:59 2026] DELETE /v2.0/floatingips/c3257466-cac8-48d6-937e-70dc68b3a05c => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:00.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-584ea70f-ea80-4c25-aa9d-afd72b70b103 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ebdc1f5f-f6a3-4fc9-aee2-7f4a6789bff9 2026-06-16 05:07:00.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-584ea70f-ea80-4c25-aa9d-afd72b70b103 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ebdc1f5f-f6a3-4fc9-aee2-7f4a6789bff9 [pid: 8|app: 0|req: 498/986] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:00 2026] DELETE /v2.0/security-groups/9ddf5950-9274-4770-b7b6-b28a561bb931 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:00.486 8 INFO neutron.api.v2.resource [None req-8983f04f-789c-47ef-a3c7-8ad8c22a68d1 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/987] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:07:00 2026] GET /v2.0/security-groups/9ddf5950-9274-4770-b7b6-b28a561bb931 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:00.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a2325c0-a5ca-42c6-b8a3-87b866a0ef3c 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] TaaS: Handle Delete Port: e1c20b84-d487-4ee4-99ef-f787924f90e4 2026-06-16 05:07:00.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a2325c0-a5ca-42c6-b8a3-87b866a0ef3c 0ecab0729cd0423e9a2acedb6a0b0aa0 5fcc394d904c4d29b3e560cfd214d733 - - default default] Tap Mirror: Handle Delete Port: e1c20b84-d487-4ee4-99ef-f787924f90e4 [pid: 7|app: 0|req: 489/988] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:06:59 2026] PUT /v2.0/routers/5aa7ead5-6507-4ccb-be72-bd1013702f3a/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/989] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:00 2026] DELETE /v2.0/floatingips/f7155182-c2bf-4fab-ab27-25bc0c293961 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/990] 10.0.0.19 () {32 vars in 652 bytes} [Tue Jun 16 05:07:00 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) 2026-06-16 05:07:00.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-637e8c92-ce49-4831-9cfd-84c1a4261b21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 714a706f-8149-47b6-9e84-582e1ad8909f 2026-06-16 05:07:00.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-637e8c92-ce49-4831-9cfd-84c1a4261b21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 714a706f-8149-47b6-9e84-582e1ad8909f 2026-06-16 05:07:01.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-637e8c92-ce49-4831-9cfd-84c1a4261b21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: a0834c29-63f3-45ab-a87c-04e600954121 2026-06-16 05:07:01.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-637e8c92-ce49-4831-9cfd-84c1a4261b21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: a0834c29-63f3-45ab-a87c-04e600954121 2026-06-16 05:07:01.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-5400ac79-fc44-4c4a-9f03-a750ac4125bd 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: bcb34a9d-2c55-42a4-884e-ee211975305a 2026-06-16 05:07:01.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5400ac79-fc44-4c4a-9f03-a750ac4125bd 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: bcb34a9d-2c55-42a4-884e-ee211975305a 2026-06-16 05:07:01.609 8 INFO neutron.services.segments.plugin [-] Segment b5c453ba-46d1-4358-b14d-0f9102c248cb resource provider aggregate not found 2026-06-16 05:07:01.614 8 INFO neutron.services.segments.plugin [-] Segment b5c453ba-46d1-4358-b14d-0f9102c248cb resource provider aggregate not found 2026-06-16 05:07:01.623 8 INFO neutron.services.segments.plugin [-] Segment b5c453ba-46d1-4358-b14d-0f9102c248cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5c453ba-46d1-4358-b14d-0f9102c248cb found for delete ", "request_id": "req-37d35903-af18-43c2-b3ab-811104792798"}]} 2026-06-16 05:07:01.628 8 INFO neutron.services.segments.plugin [-] Segment b5c453ba-46d1-4358-b14d-0f9102c248cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5c453ba-46d1-4358-b14d-0f9102c248cb found for delete ", "request_id": "req-aa38c553-818b-4379-886a-dbdcfbc42936"}]} 2026-06-16 05:07:01.648 8 INFO neutron.db.l3_hamode_db [None req-637e8c92-ce49-4831-9cfd-84c1a4261b21 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 0b0eada7-7e4e-47c3-a993-4c4e934863be was deleted as no HA routers are present in tenant bc44e66d104245c7916d2a36643743cd. [pid: 8|app: 0|req: 501/991] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:00 2026] DELETE /v2.0/routers/5aa7ead5-6507-4ccb-be72-bd1013702f3a => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/992] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:01 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: 8|app: 0|req: 503/993] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:01 2026] DELETE /v2.0/subnets/cd90eea3-e316-42ce-9bef-3c3cb41f2c3c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/994] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:01 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/995] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:00 2026] PUT /v2.0/routers/ef6692d6-1abc-4e22-9836-b9e933306b4f/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/996] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:07:01 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:01.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-2192d110-d3dd-42c5-9c5b-68d50d952f53 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 6980312f-6169-45aa-a097-b794287b57bc 2026-06-16 05:07:01.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2192d110-d3dd-42c5-9c5b-68d50d952f53 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 6980312f-6169-45aa-a097-b794287b57bc 2026-06-16 05:07:02.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7579c55-9550-4d6d-b345-a31fe53b2ce6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 97de0c52-f028-4e74-bda4-5205eae2bc9c 2026-06-16 05:07:02.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7579c55-9550-4d6d-b345-a31fe53b2ce6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 97de0c52-f028-4e74-bda4-5205eae2bc9c [pid: 8|app: 0|req: 505/997] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:01 2026] DELETE /v2.0/networks/8d62b28e-f4e4-4a3a-8434-e8941b3172a9 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/998] 10.0.0.19 () {32 vars in 664 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/999] 10.0.0.19 () {32 vars in 698 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1000] 10.0.0.19 () {32 vars in 696 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1001] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1002] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1003] 10.0.0.19 () {32 vars in 702 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1004] 10.0.0.19 () {32 vars in 692 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1005] 10.0.0.19 () {32 vars in 694 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1006] 10.0.0.19 () {32 vars in 684 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1007] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1008] 10.0.0.19 () {32 vars in 660 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1009] 10.0.0.19 () {32 vars in 698 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1010] 10.0.0.19 () {32 vars in 678 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1011] 10.0.0.19 () {32 vars in 682 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1012] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1013] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1014] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1015] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1016] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1017] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1018] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/security-groups?tenant_id=bc44e66d104245c7916d2a36643743cd&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1019] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:02.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7579c55-9550-4d6d-b345-a31fe53b2ce6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 9173bb33-c973-4fc2-8b91-57623a3edc47 2026-06-16 05:07:02.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7579c55-9550-4d6d-b345-a31fe53b2ce6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 9173bb33-c973-4fc2-8b91-57623a3edc47 [pid: 8|app: 0|req: 528/1020] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:02 2026] DELETE /v2.0/security-groups/65c970f3-03b7-4d10-8699-0f069ede4557 => 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: 529/1021] 10.0.0.19 () {32 vars in 698 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1022] 10.0.0.19 () {32 vars in 678 bytes} [Tue Jun 16 05:07:02 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: 531/1023] 10.0.0.19 () {32 vars in 666 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1024] 10.0.0.19 () {32 vars in 676 bytes} [Tue Jun 16 05:07:02 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: 533/1025] 10.0.0.19 () {32 vars in 664 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/l3-ha => 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: 534/1026] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1027] 10.0.0.19 () {32 vars in 712 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1028] 10.0.0.19 () {32 vars in 690 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1029] 10.0.0.19 () {32 vars in 682 bytes} [Tue Jun 16 05:07:02 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: 8|app: 0|req: 538/1030] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1031] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1032] 10.0.0.19 () {32 vars in 704 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1033] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1034] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1035] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1036] 10.0.0.19 () {32 vars in 692 bytes} [Tue Jun 16 05:07:02 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: 545/1037] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 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: 546/1038] 10.0.0.19 () {32 vars in 708 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1039] 10.0.0.19 () {32 vars in 704 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1040] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1041] 10.0.0.19 () {32 vars in 696 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1042] 10.0.0.19 () {32 vars in 710 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1043] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 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: 552/1044] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 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: 553/1045] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:02 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: 554/1046] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 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: 8|app: 0|req: 555/1047] 10.0.0.19 () {32 vars in 670 bytes} [Tue Jun 16 05:07:02 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: 8|app: 0|req: 556/1048] 10.0.0.19 () {32 vars in 660 bytes} [Tue Jun 16 05:07:02 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: 557/1049] 10.0.0.19 () {32 vars in 698 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1050] 10.0.0.19 () {32 vars in 698 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1051] 10.0.0.19 () {32 vars in 676 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1052] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1053] 10.0.0.19 () {32 vars in 682 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1054] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1055] 10.0.0.19 () {32 vars in 684 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1056] 10.0.0.19 () {32 vars in 706 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1057] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1058] 10.0.0.19 () {32 vars in 696 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1059] 10.0.0.19 () {32 vars in 694 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1060] 10.0.0.19 () {32 vars in 684 bytes} [Tue Jun 16 05:07:02 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) 2026-06-16 05:07:02.660 7 INFO neutron.services.segments.plugin [-] Segment fa7f4fbc-79a3-4294-b091-9c94060dda66 resource provider aggregate not found 2026-06-16 05:07:02.665 7 INFO neutron.services.segments.plugin [-] Segment fa7f4fbc-79a3-4294-b091-9c94060dda66 resource provider aggregate not found [pid: 8|app: 0|req: 569/1061] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1062] 10.0.0.19 () {32 vars in 704 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:02.681 7 INFO neutron.services.segments.plugin [-] Segment fa7f4fbc-79a3-4294-b091-9c94060dda66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f4fbc-79a3-4294-b091-9c94060dda66 found for delete ", "request_id": "req-9cd851c1-e671-4f81-9769-4299d24b715b"}]} [pid: 8|app: 0|req: 571/1063] 10.0.0.19 () {32 vars in 666 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:02.686 7 INFO neutron.services.segments.plugin [-] Segment fa7f4fbc-79a3-4294-b091-9c94060dda66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f4fbc-79a3-4294-b091-9c94060dda66 found for delete ", "request_id": "req-e59807cd-d07a-45ba-ab62-d0b99c29ede5"}]} 2026-06-16 05:07:02.692 7 INFO neutron.db.l3_hamode_db [None req-a7579c55-9550-4d6d-b345-a31fe53b2ce6 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network e9696b71-9129-470f-93ca-e8c846477717 was deleted as no HA routers are present in tenant 5fcc394d904c4d29b3e560cfd214d733. [pid: 8|app: 0|req: 572/1064] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1065] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:01 2026] DELETE /v2.0/routers/ef6692d6-1abc-4e22-9836-b9e933306b4f => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1066] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1067] 10.0.0.19 () {32 vars in 690 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1068] 10.0.0.19 () {32 vars in 690 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1069] 10.0.0.19 () {32 vars in 694 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1070] 10.0.0.19 () {32 vars in 684 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1071] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1072] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1073] 10.0.0.19 () {32 vars in 702 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1074] 10.0.0.19 () {32 vars in 712 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1075] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 583/1076] 10.0.0.19 () {32 vars in 714 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1077] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1078] 10.0.0.19 () {32 vars in 740 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1079] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1080] 10.0.0.19 () {32 vars in 682 bytes} [Tue Jun 16 05:07:02 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: 588/1081] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1082] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1083] 10.0.0.19 () {32 vars in 678 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1084] 10.0.0.19 () {32 vars in 668 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1085] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:02 2026] DELETE /v2.0/subnets/3964e84b-b8bf-4f63-b191-6c6adf432fd2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1086] 10.0.0.19 () {32 vars in 696 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1087] 10.0.0.19 () {32 vars in 704 bytes} [Tue Jun 16 05:07:02 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: 496/1088] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1089] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1090] 10.0.0.19 () {32 vars in 682 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1091] 10.0.0.19 () {32 vars in 704 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1092] 10.0.0.19 () {32 vars in 694 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1093] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1094] 10.0.0.19 () {32 vars in 696 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1095] 10.0.0.19 () {32 vars in 678 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1096] 10.0.0.19 () {32 vars in 688 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1097] 10.0.0.19 () {32 vars in 700 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1098] 10.0.0.19 () {32 vars in 664 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1099] 10.0.0.19 () {32 vars in 680 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:02.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ab22a1c-0403-4232-8675-6bf3a9cfe055 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: c681709d-a582-4dd6-aa18-eb61b8f43dfc 2026-06-16 05:07:02.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ab22a1c-0403-4232-8675-6bf3a9cfe055 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: c681709d-a582-4dd6-aa18-eb61b8f43dfc [pid: 7|app: 0|req: 508/1100] 10.0.0.19 () {32 vars in 676 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1101] 10.0.0.19 () {32 vars in 692 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1102] 10.0.0.19 () {32 vars in 676 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1103] 10.0.0.19 () {32 vars in 666 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1104] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1105] 10.0.0.19 () {32 vars in 674 bytes} [Tue Jun 16 05:07:02 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1106] 10.0.0.19 () {32 vars in 686 bytes} [Tue Jun 16 05:07:02 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: 593/1107] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:02 2026] DELETE /v2.0/networks/0e0f0881-483a-4e52-8943-5ec070abc7b0 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1108] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:03 2026] GET /v2.0/security-groups?tenant_id=5fcc394d904c4d29b3e560cfd214d733&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1109] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:03 2026] DELETE /v2.0/security-groups/a683296a-8782-4365-8a0c-3d2eaa1a873f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:03.642 8 INFO neutron.services.segments.plugin [-] Segment cc1a05e6-2b7e-40ee-948b-02a1f49eb102 resource provider aggregate not found 2026-06-16 05:07:03.647 8 INFO neutron.services.segments.plugin [-] Segment cc1a05e6-2b7e-40ee-948b-02a1f49eb102 resource provider aggregate not found 2026-06-16 05:07:03.663 8 INFO neutron.services.segments.plugin [-] Segment cc1a05e6-2b7e-40ee-948b-02a1f49eb102 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc1a05e6-2b7e-40ee-948b-02a1f49eb102 found for delete ", "request_id": "req-e2dc0546-a68c-4ed2-a435-11b072d96f2a"}]} 2026-06-16 05:07:03.666 8 INFO neutron.services.segments.plugin [-] Segment cc1a05e6-2b7e-40ee-948b-02a1f49eb102 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc1a05e6-2b7e-40ee-948b-02a1f49eb102 found for delete ", "request_id": "req-eabe0ae6-fa62-40f6-ac2a-7547a757de64"}]} 2026-06-16 05:07:03.677 8 INFO neutron.services.segments.plugin [-] Segment d1fed7bb-7625-4fbe-bcde-c7831a746b37 resource provider aggregate not found 2026-06-16 05:07:03.681 8 INFO neutron.services.segments.plugin [-] Segment d1fed7bb-7625-4fbe-bcde-c7831a746b37 resource provider aggregate not found [pid: 7|app: 0|req: 516/1110] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:03 2026] GET /v2.0/security-groups?tenant_id=018a224251d64ab48f6e3c66080a0f45&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:03.697 8 INFO neutron.services.segments.plugin [-] Segment d1fed7bb-7625-4fbe-bcde-c7831a746b37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1fed7bb-7625-4fbe-bcde-c7831a746b37 found for delete ", "request_id": "req-9123dc68-a9bc-4db7-ad25-d0d0d9728298"}]} 2026-06-16 05:07:03.697 8 INFO neutron.services.segments.plugin [-] Segment d1fed7bb-7625-4fbe-bcde-c7831a746b37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1fed7bb-7625-4fbe-bcde-c7831a746b37 found for delete ", "request_id": "req-e22bd539-71e0-4809-b70d-7867740fdf6c"}]} [pid: 8|app: 0|req: 595/1111] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:03 2026] DELETE /v2.0/security-groups/f936a768-4e97-46d8-81f5-772e358ce744 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:04.399 7 INFO neutron.db.segments_db [None req-92a83f8a-025e-4527-bc63-3100a218e8fd 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment eb35f75a-5978-46a7-956d-f43f728b5903 of type vxlan for network 39fec046-9826-4bf3-8c98-6464544a504f [pid: 7|app: 0|req: 517/1112] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:07:04 2026] POST /v2.0/networks => generated 727 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1113] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:04 2026] POST /v2.0/subnets => generated 693 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:04.761 7 INFO neutron.db.segments_db [None req-9b673744-d3cb-4d52-b2e2-81632471db04 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 93a08b68-3128-435b-a221-d16ff4252b80 of type vxlan for network bc74404c-e20e-40ad-be11-d322ceb690b3 2026-06-16 05:07:05.055 7 INFO neutron.db.l3_hamode_db [None req-9b673744-d3cb-4d52-b2e2-81632471db04 2550ca2815f44cd3980f4ee83d0eb04a ca700abbc32441cda9ee73f11a22e0a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:05.753 7 INFO neutron.db.l3_hamode_db [None req-9b673744-d3cb-4d52-b2e2-81632471db04 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:05.800 8 INFO neutron.db.segments_db [None req-0a7a9511-7f2d-4f7b-a29c-733426058252 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Added segment 6462c73b-3759-4877-a947-3f0b49c58124 of type vxlan for network 8a678714-b2d2-4263-a87d-e9095dc583a3 [pid: 8|app: 0|req: 597/1114] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:05 2026] POST /v2.0/networks => generated 631 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1115] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:05 2026] POST /v2.0/subnets => generated 627 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:06.205 8 INFO neutron.db.segments_db [None req-331dead1-2791-40e7-8f7b-4dd84d716ef8 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Added segment 0465504c-3bc9-4497-9205-70c3df7d90c9 of type vxlan for network 337d5995-02e7-4863-a9db-a98ece29a5a7 2026-06-16 05:07:06.480 8 INFO neutron.db.l3_hamode_db [None req-331dead1-2791-40e7-8f7b-4dd84d716ef8 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 518/1116] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:04 2026] POST /v2.0/routers => generated 733 bytes in 1929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1117] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:06 2026] GET /v2.0/security-groups?tenant_id=862ae6ed382a42a28c1365ca854c4e7d&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:07.310 8 INFO neutron.db.l3_hamode_db [None req-331dead1-2791-40e7-8f7b-4dd84d716ef8 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 520/1118] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:06 2026] PUT /v2.0/routers/bcf1037c-3bc0-4042-bfed-c491ba201b6f/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1119] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:07 2026] DELETE /v2.0/security-groups/6303fdc9-f24a-4852-b1e2-a2e9f3e30f1d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1120] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:07:08 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1121] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:08 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1122] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:06 2026] POST /v2.0/routers => generated 695 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1123] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:07:08 2026] GET /v2.0/networks?id=39fec046-9826-4bf3-8c98-6464544a504f => 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: 601/1124] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:07:08 2026] GET /v2.0/quotas/ca700abbc32441cda9ee73f11a22e0a2 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1125] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:07:09 2026] GET /v2.0/ports?tenant_id=ca700abbc32441cda9ee73f11a22e0a2&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1126] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:07:09 2026] GET /v2.0/networks/39fec046-9826-4bf3-8c98-6464544a504f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1127] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:07:09 2026] GET /v2.0/networks/39fec046-9826-4bf3-8c98-6464544a504f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1128] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:09 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1129] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:08 2026] PUT /v2.0/routers/53297f06-196b-4304-aeb9-b10e296a9ba5/add_router_interface => generated 309 bytes in 2052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1130] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:10 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1131] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:07:10 2026] POST /v2.0/ports => generated 958 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1132] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:07:10 2026] POST /v2.0/ports => generated 955 bytes in 368 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 527/1133] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:11 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:11.809 8 INFO neutron.db.l3_db [None req-0bd6a20c-1be2-4a74-8f4e-3c8c9ec0be34 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Floating IP 116e398e-6265-4f55-9d5f-77177bba0370 associated. External IP: 10.96.250.213, port: f27195bf-03ab-486f-a8f3-829b5528e8af. [pid: 8|app: 0|req: 607/1134] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:07:10 2026] POST /v2.0/floatingips => generated 842 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:12.270 7 INFO neutron.db.l3_db [None req-9864c7ad-c632-4ba0-8018-a9ff250eacb5 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Floating IP 116e398e-6265-4f55-9d5f-77177bba0370 disassociated. External IP: 10.96.250.213, port: f27195bf-03ab-486f-a8f3-829b5528e8af. [pid: 8|app: 0|req: 608/1135] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:12 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => 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: 528/1136] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:07:12 2026] PUT /v2.0/floatingips/116e398e-6265-4f55-9d5f-77177bba0370 => generated 552 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:12.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e84cdea-ea2c-49c4-8523-b8c6c2ec2e3f e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: 2cf55d01-c0a6-416e-a666-7f6fa38d9441 2026-06-16 05:07:12.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e84cdea-ea2c-49c4-8523-b8c6c2ec2e3f e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: 2cf55d01-c0a6-416e-a666-7f6fa38d9441 [pid: 8|app: 0|req: 609/1137] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:12 2026] DELETE /v2.0/floatingips/116e398e-6265-4f55-9d5f-77177bba0370 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1138] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:12 2026] GET /v2.0/security-groups?tenant_id=e96cb82f8922477aaaab0d7bade14275&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1139] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:13 2026] DELETE /v2.0/security-groups/d74a5da6-a4e9-4300-8212-55c2915d7897 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1140] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:13 2026] GET /v2.0/security-groups?tenant_id=494f945644224bab934e8dec2356474d&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1141] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:13 2026] DELETE /v2.0/security-groups/2b420e0a-6dde-48fb-b7d2-c59ef293f98c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1142] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:07:13 2026] GET /v2.0/networks?id=39fec046-9826-4bf3-8c98-6464544a504f => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:13.717 8 INFO neutron.db.l3_db [None req-4698a184-a625-44a2-be81-a8756ace60d0 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Floating IP bc940015-b975-4658-9883-33003bddd308 associated. External IP: 10.96.250.203, port: c599a30e-c306-4ad5-a15e-6bc7a2ae73ea. [pid: 7|app: 0|req: 534/1143] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:07:13 2026] POST /v2.0/ports => generated 958 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 610/1144] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:07:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1145] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:14 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1146] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:07:14 2026] GET /v2.0/floatingips/bc940015-b975-4658-9883-33003bddd308 => generated 842 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1147] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:14 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1148] 10.0.0.19 () {32 vars in 654 bytes} [Tue Jun 16 05:07:14 2026] GET /v2.0/floatingips => generated 845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1149] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:07:14 2026] PUT /v2.0/ports/d3fdd59e-f739-4b54-90af-dd30670c9ca9 => generated 1239 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:14.480 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-632712b8-f7f4-4965-86ee-84f0c3faa955'] response: {'name': 'network-changed', 'server_uuid': '1d434c2a-90bf-42f3-b46c-0f6d4e5094a0', 'tag': 'd3fdd59e-f739-4b54-90af-dd30670c9ca9', 'status': 'completed', 'code': 200} 2026-06-16 05:07:14.563 7 INFO neutron.db.l3_db [None req-790e66f3-a8e8-45f1-a1d9-8d0bc1169ba1 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Floating IP bc940015-b975-4658-9883-33003bddd308 associated. External IP: 10.96.250.203, port: c599a30e-c306-4ad5-a15e-6bc7a2ae73ea. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 614/1152] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:07:14 2026] GET /v2.0/ports?tenant_id=ca700abbc32441cda9ee73f11a22e0a2&device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1153] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:07:15 2026] GET /v2.0/networks?tenant_id=ca700abbc32441cda9ee73f11a22e0a2&shared=False => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1154] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:07:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1155] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:07:14 2026] PUT /v2.0/floatingips/bc940015-b975-4658-9883-33003bddd308 => generated 842 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1156] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:15 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1157] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:15 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:15.310 8 INFO neutron.db.l3_db [None req-adf28af0-b7fb-4932-9548-3a5a7dfb8e4f e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Floating IP bc940015-b975-4658-9883-33003bddd308 disassociated. External IP: 10.96.250.203, port: f27195bf-03ab-486f-a8f3-829b5528e8af. [pid: 8|app: 0|req: 617/1158] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:07:15 2026] PUT /v2.0/floatingips/bc940015-b975-4658-9883-33003bddd308 => generated 552 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:15.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-8570fde1-6b96-42b2-9f2e-1ee5d7a78b9c e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: d8c2a93b-55c4-44b9-804e-b462d01f54ff 2026-06-16 05:07:15.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8570fde1-6b96-42b2-9f2e-1ee5d7a78b9c e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: d8c2a93b-55c4-44b9-804e-b462d01f54ff [pid: 7|app: 0|req: 542/1159] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:15 2026] DELETE /v2.0/floatingips/bc940015-b975-4658-9883-33003bddd308 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:15.906 8 INFO neutron.api.v2.resource [None req-3ce30d6c-9e6e-465d-a3ed-c8f75ead0527 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1160] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:15 2026] DELETE /v2.0/floatingips/bc940015-b975-4658-9883-33003bddd308 => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:16.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-978ff897-165f-47d7-ad9b-4c17a3e3d4ae e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: f27195bf-03ab-486f-a8f3-829b5528e8af 2026-06-16 05:07:16.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978ff897-165f-47d7-ad9b-4c17a3e3d4ae e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: f27195bf-03ab-486f-a8f3-829b5528e8af [pid: 8|app: 0|req: 619/1161] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/ports?tenant_id=ca700abbc32441cda9ee73f11a22e0a2&device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1162] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:15 2026] DELETE /v2.0/ports/f27195bf-03ab-486f-a8f3-829b5528e8af => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1163] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d3fdd59e-f739-4b54-90af-dd30670c9ca9 => 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: 621/1164] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/subnets?id=a6b4ac37-5b4a-4dac-afab-bb553c372e4e => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1165] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/ports?network_id=39fec046-9826-4bf3-8c98-6464544a504f&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: 623/1166] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/networks/39fec046-9826-4bf3-8c98-6464544a504f?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:16.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-67e1a7c9-f233-4522-8bcc-9c10e73184a7 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: c599a30e-c306-4ad5-a15e-6bc7a2ae73ea 2026-06-16 05:07:16.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67e1a7c9-f233-4522-8bcc-9c10e73184a7 e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: c599a30e-c306-4ad5-a15e-6bc7a2ae73ea [pid: 8|app: 0|req: 624/1167] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/networks/39fec046-9826-4bf3-8c98-6464544a504f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1168] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1169] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:16 2026] DELETE /v2.0/ports/c599a30e-c306-4ad5-a15e-6bc7a2ae73ea => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1170] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&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: 545/1171] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:16 2026] GET /v2.0/ports?device_id=53297f06-196b-4304-aeb9-b10e296a9ba5 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:16.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b0a7902-3d41-4a0f-a895-5ce1f13e8a8e e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: 77b89cfe-8573-4452-b4c5-babc95b883d0 2026-06-16 05:07:16.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b0a7902-3d41-4a0f-a895-5ce1f13e8a8e e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: 77b89cfe-8573-4452-b4c5-babc95b883d0 [pid: 8|app: 0|req: 627/1172] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:16 2026] PUT /v2.0/routers/53297f06-196b-4304-aeb9-b10e296a9ba5/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1173] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:17 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => 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: 629/1174] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:17 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:17.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd8f1299-25ce-464a-ab25-04dfc077fd4a e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: ca66be11-cec9-44e0-9059-850ad6e402f7 2026-06-16 05:07:17.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8f1299-25ce-464a-ab25-04dfc077fd4a e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: ca66be11-cec9-44e0-9059-850ad6e402f7 2026-06-16 05:07:17.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd8f1299-25ce-464a-ab25-04dfc077fd4a e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] TaaS: Handle Delete Port: 9dcf3e5a-7ff1-4b25-845c-2dd4d45fd662 2026-06-16 05:07:17.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8f1299-25ce-464a-ab25-04dfc077fd4a e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] Tap Mirror: Handle Delete Port: 9dcf3e5a-7ff1-4b25-845c-2dd4d45fd662 2026-06-16 05:07:18.144 7 INFO neutron.services.segments.plugin [-] Segment 0465504c-3bc9-4497-9205-70c3df7d90c9 resource provider aggregate not found 2026-06-16 05:07:18.152 7 INFO neutron.services.segments.plugin [-] Segment 0465504c-3bc9-4497-9205-70c3df7d90c9 resource provider aggregate not found 2026-06-16 05:07:18.156 7 INFO neutron.services.segments.plugin [-] Segment 0465504c-3bc9-4497-9205-70c3df7d90c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0465504c-3bc9-4497-9205-70c3df7d90c9 found for delete ", "request_id": "req-66e5b6a9-c1ad-4471-8d0c-c5ebf58da073"}]} 2026-06-16 05:07:18.170 7 INFO neutron.services.segments.plugin [-] Segment 0465504c-3bc9-4497-9205-70c3df7d90c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0465504c-3bc9-4497-9205-70c3df7d90c9 found for delete ", "request_id": "req-05fbc167-aa00-4d81-981a-db5413b5a4cc"}]} 2026-06-16 05:07:18.173 7 INFO neutron.db.l3_hamode_db [None req-cd8f1299-25ce-464a-ab25-04dfc077fd4a e1e9f2a6df034b559d642ed58feba682 cab40554adac4075b1f6463dd91cfe08 - - default default] HA network 337d5995-02e7-4863-a9db-a98ece29a5a7 was deleted as no HA routers are present in tenant cab40554adac4075b1f6463dd91cfe08. [pid: 7|app: 0|req: 546/1175] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:17 2026] DELETE /v2.0/routers/53297f06-196b-4304-aeb9-b10e296a9ba5 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1176] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:18 2026] DELETE /v2.0/subnets/b7618555-31c9-4ee0-b53b-56c5811115d7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1177] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:18 2026] DELETE /v2.0/networks/8a678714-b2d2-4263-a87d-e9095dc583a3 => 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: 631/1178] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:18 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1179] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:18 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&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: 632/1180] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/security-groups?tenant_id=cab40554adac4075b1f6463dd91cfe08&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1181] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:19 2026] DELETE /v2.0/security-groups/07d4f0e3-5cfd-4b75-8d37-c1a5cb62fe2d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1182] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/security-groups?tenant_id=e8fc3c5ab9d54815aa450e0cccbdc380&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1183] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 634/1184] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:19 2026] DELETE /v2.0/security-groups/9dc01c94-5f3d-484f-80f2-b1605dbea96b => 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: 551/1185] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1186] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 553/1187] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1188] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:19 2026] GET /v2.0/security-groups?tenant_id=95c853cec7eb41c0a70222eb037097fe&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1189] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:20 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1190] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:20 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1191] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:20 2026] DELETE /v2.0/security-groups/c93c4f8f-d350-4cf3-8394-104633d5a7b0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:20.179 7 INFO neutron.services.segments.plugin [-] Segment 6462c73b-3759-4877-a947-3f0b49c58124 resource provider aggregate not found 2026-06-16 05:07:20.195 7 INFO neutron.services.segments.plugin [-] Segment 6462c73b-3759-4877-a947-3f0b49c58124 resource provider aggregate not found 2026-06-16 05:07:20.203 7 INFO neutron.services.segments.plugin [-] Segment 6462c73b-3759-4877-a947-3f0b49c58124 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6462c73b-3759-4877-a947-3f0b49c58124 found for delete ", "request_id": "req-1aad3558-428b-497b-ac34-3c2fddcbb76a"}]} 2026-06-16 05:07:20.210 7 INFO neutron.services.segments.plugin [-] Segment 6462c73b-3759-4877-a947-3f0b49c58124 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6462c73b-3759-4877-a947-3f0b49c58124 found for delete ", "request_id": "req-679cad43-8832-4adc-9cf5-33f09fc0cf6d"}]} [pid: 7|app: 0|req: 555/1192] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:21 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => 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: 556/1193] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:21 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&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: 638/1194] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:21 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1195] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:21 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:22.002 8 INFO neutron.db.segments_db [None req-6cdeb352-4fc7-4916-9a5f-47a75f864071 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] Added segment d1b2b4e6-b150-4702-89e2-647c0a0e001c of type vxlan for network 3ba9a4a8-713d-45a6-b13c-886a9006ba0a [pid: 8|app: 0|req: 639/1196] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:21 2026] POST /v2.0/networks => generated 629 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1197] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1198] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1199] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:22.407 8 INFO neutron_taas.services.taas.taas_plugin [req-eb2b53ac-33d2-4bec-8f3e-4df898df29c6 req-9a19763c-bee1-426a-ad92-386de7c3a441 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] TaaS: Handle Delete Port: c939810d-2d6c-4c03-ab6e-0ef3767cdc8b 2026-06-16 05:07:22.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb2b53ac-33d2-4bec-8f3e-4df898df29c6 req-9a19763c-bee1-426a-ad92-386de7c3a441 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] Tap Mirror: Handle Delete Port: c939810d-2d6c-4c03-ab6e-0ef3767cdc8b [pid: 7|app: 0|req: 560/1200] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 561/1201] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/security-groups?id=5cd6ded9-bb08-48e9-8905-23ea076d1284&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:22.538 8 INFO neutron.db.l3_db [req-eb2b53ac-33d2-4bec-8f3e-4df898df29c6 req-9a19763c-bee1-426a-ad92-386de7c3a441 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] Floating IP 835c6a36-e720-43bf-bd2c-c8981a5df534 disassociated. External IP: 10.96.250.210, port: c939810d-2d6c-4c03-ab6e-0ef3767cdc8b. [pid: 7|app: 0|req: 562/1202] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:22 2026] POST /v2.0/subnets => generated 673 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1203] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => 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: 641/1204] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:07:22 2026] DELETE /v2.0/ports/c939810d-2d6c-4c03-ab6e-0ef3767cdc8b => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:22.968 7 INFO neutron.db.segments_db [None req-6003a908-be81-4839-81c8-e616f5f4ca4a 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] Added segment 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 of type vxlan for network 72efed28-098b-47e3-a1c7-374fcaeb2eca 2026-06-16 05:07:23.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2fea625-e5a0-42eb-b48b-e3bc5c1e3cd8'] response: {'server_uuid': 'c459cc88-8d6f-428e-84ed-01cd572a2cca', 'name': 'network-vif-deleted', 'tag': 'c939810d-2d6c-4c03-ab6e-0ef3767cdc8b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 642/1205] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:22 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1206] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:22 2026] POST /v2.0/networks => generated 626 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1207] 10.0.0.19 () {34 vars in 742 bytes} [Tue Jun 16 05:07:23 2026] PUT /v2.0/networks/72efed28-098b-47e3-a1c7-374fcaeb2eca => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1208] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:23 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1209] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:23 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1210] 10.0.0.19 () {34 vars in 740 bytes} [Tue Jun 16 05:07:23 2026] PUT /v2.0/subnets/423ed3df-ada9-4336-85f9-8526f7df6cee => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:23.839 7 INFO neutron.services.segments.plugin [-] Segment 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 resource provider aggregate not found 2026-06-16 05:07:23.848 7 INFO neutron.services.segments.plugin [-] Segment 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 resource provider aggregate not found 2026-06-16 05:07:23.863 7 INFO neutron.services.segments.plugin [-] Segment 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 found for delete ", "request_id": "req-66c482ab-80cd-468a-a3b1-1d67b5712110"}]} 2026-06-16 05:07:23.867 7 INFO neutron.services.segments.plugin [-] Segment 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627bbb07-8aa0-40de-a0e7-4cf6c20a5446 found for delete ", "request_id": "req-efa29ec3-297a-4430-90fb-8024d8cc8421"}]} [pid: 7|app: 0|req: 567/1211] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:23 2026] DELETE /v2.0/networks/72efed28-098b-47e3-a1c7-374fcaeb2eca => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:23.895 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c18484ec-77e9-402c-9d86-1d7703c32782 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1212] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:23 2026] DELETE /v2.0/networks/72efed28-098b-47e3-a1c7-374fcaeb2eca => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1213] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:07:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1214] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:07:23 2026] GET /v2.0/subnets?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1215] 10.0.0.19 () {32 vars in 652 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1216] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1217] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1218] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1219] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/subnets => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1220] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/networks/3ba9a4a8-713d-45a6-b13c-886a9006ba0a => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1221] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/subnets/14e43e61-c8b5-4e0f-8a10-ff330476200c => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:24.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-158c167a-88bd-4815-ba1c-3a452ef0e730 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1222] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/subnets/423ed3df-ada9-4336-85f9-8526f7df6cee => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:24.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3a81f24-0190-4b17-bdd1-c4aeb2e43664 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1223] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/networks/72efed28-098b-47e3-a1c7-374fcaeb2eca => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1224] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/security-groups?tenant_id=6835078339234ffcbacab4e5490dc229&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1225] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/subnets/14e43e61-c8b5-4e0f-8a10-ff330476200c => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1226] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/security-groups/99e40057-5321-4ab8-aa38-755ad1615805 => 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: 575/1227] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:24.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-49fd30e4-fcb7-4016-af22-9b7fc91f7323 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] TaaS: Handle Delete Port: 14c030d3-c302-4e4e-9474-39e5686eebdc 2026-06-16 05:07:24.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49fd30e4-fcb7-4016-af22-9b7fc91f7323 747d7803117e4117a38b73266fe1c167 0aeef0021fba415091a7f373d4a9336a - - default default] Tap Mirror: Handle Delete Port: 14c030d3-c302-4e4e-9474-39e5686eebdc 2026-06-16 05:07:24.936 8 INFO neutron.services.segments.plugin [-] Segment d1b2b4e6-b150-4702-89e2-647c0a0e001c resource provider aggregate not found 2026-06-16 05:07:24.941 8 INFO neutron.services.segments.plugin [-] Segment d1b2b4e6-b150-4702-89e2-647c0a0e001c resource provider aggregate not found 2026-06-16 05:07:24.959 8 INFO neutron.services.segments.plugin [-] Segment d1b2b4e6-b150-4702-89e2-647c0a0e001c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b2b4e6-b150-4702-89e2-647c0a0e001c found for delete ", "request_id": "req-5f360179-066b-46a9-821f-af0b02590f39"}]} 2026-06-16 05:07:24.975 8 INFO neutron.services.segments.plugin [-] Segment d1b2b4e6-b150-4702-89e2-647c0a0e001c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b2b4e6-b150-4702-89e2-647c0a0e001c found for delete ", "request_id": "req-9a952f33-d52c-4e12-9ee4-ec9894f36a2b"}]} [pid: 7|app: 0|req: 576/1228] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:24 2026] GET /v2.0/security-groups?tenant_id=0165ae5e57644d31aca54b147ed96dbd&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1229] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/networks/3ba9a4a8-713d-45a6-b13c-886a9006ba0a => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1230] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:24 2026] DELETE /v2.0/security-groups/e9de0cd5-eaf0-460f-bc00-6a4419574459 => 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: 654/1231] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:07:25 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1232] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:25 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1233] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:07:25 2026] GET /v2.0/security-groups?id=03f39d1b-f399-4a08-927f-6ab8eccfc199&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:25.399 7 INFO neutron_taas.services.taas.taas_plugin [req-505cb984-6095-44e9-8d6f-c4d3f092595d req-5877d902-68b2-45fd-ba3b-7c7287eb9256 7ddfba3aed914758b1885daa0ad5e01d ca700abbc32441cda9ee73f11a22e0a2 - - default default] TaaS: Handle Delete Port: d3fdd59e-f739-4b54-90af-dd30670c9ca9 2026-06-16 05:07:25.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-505cb984-6095-44e9-8d6f-c4d3f092595d req-5877d902-68b2-45fd-ba3b-7c7287eb9256 7ddfba3aed914758b1885daa0ad5e01d ca700abbc32441cda9ee73f11a22e0a2 - - default default] Tap Mirror: Handle Delete Port: d3fdd59e-f739-4b54-90af-dd30670c9ca9 [pid: 7|app: 0|req: 578/1234] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:07:25 2026] DELETE /v2.0/ports/d3fdd59e-f739-4b54-90af-dd30670c9ca9 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:25.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84e96890-3c7e-4b94-b0d5-5107bb5a073b'] response: {'server_uuid': '1d434c2a-90bf-42f3-b46c-0f6d4e5094a0', 'name': 'network-vif-deleted', 'tag': 'd3fdd59e-f739-4b54-90af-dd30670c9ca9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 657/1235] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:25 2026] GET /v2.0/security-groups?tenant_id=0aeef0021fba415091a7f373d4a9336a&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: 579/1236] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:25 2026] GET /v2.0/ports?device_id=c459cc88-8d6f-428e-84ed-01cd572a2cca => 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: 658/1237] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:25 2026] DELETE /v2.0/security-groups/ea93f956-ba79-46c8-958b-ba356922b732 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1238] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:26 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1239] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:26 2026] DELETE /v2.0/security-groups/5cd6ded9-bb08-48e9-8905-23ea076d1284 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:27.037 7 INFO neutron.api.v2.resource [None req-018b285e-6460-4bef-bd07-c0c537a43829 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1240] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:07:27 2026] GET /v2.0/security-groups/5cd6ded9-bb08-48e9-8905-23ea076d1284 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:27.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-81c57d7e-b62c-4e4a-aab2-b3ab5ecd11a1 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] TaaS: Handle Delete Port: 7b20bb07-c3fc-409e-9311-9055f93f304b 2026-06-16 05:07:27.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c57d7e-b62c-4e4a-aab2-b3ab5ecd11a1 d265d9c9a0e54ad19b5924df3bd6baeb 79828825d6a243238e95bb4567269d87 - - default default] Tap Mirror: Handle Delete Port: 7b20bb07-c3fc-409e-9311-9055f93f304b [pid: 8|app: 0|req: 660/1241] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:27 2026] DELETE /v2.0/floatingips/835c6a36-e720-43bf-bd2c-c8981a5df534 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1242] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:27 2026] GET /v2.0/security-groups?tenant_id=ebf397d4aedb44bba26ecb5cceb2e609&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1243] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:27 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:27.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-45d657b9-78e3-447f-b30a-ff31598efb3d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 468b6f2c-a9d0-42da-8039-77800ed652fd 2026-06-16 05:07:27.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45d657b9-78e3-447f-b30a-ff31598efb3d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 468b6f2c-a9d0-42da-8039-77800ed652fd [pid: 8|app: 0|req: 663/1244] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:27 2026] DELETE /v2.0/security-groups/149cac18-81ca-420d-8656-72bfc816b0ff => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1245] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:07:27 2026] POST /v2.0/subnetpools => generated 549 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1246] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:07:27 2026] GET /v2.0/subnetpools/c3fc323c-8724-42b8-8230-b21f98643daf => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1247] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:07:27 2026] PUT /v2.0/subnetpools/c3fc323c-8724-42b8-8230-b21f98643daf => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1248] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:27 2026] PUT /v2.0/routers/5e2932a1-800f-4026-9892-16bbe34856aa/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1249] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:27 2026] DELETE /v2.0/subnetpools/c3fc323c-8724-42b8-8230-b21f98643daf => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:28.339 8 INFO neutron.api.v2.resource [None req-2b2862a6-5124-4389-b59f-3058899ec3a9 8228b69144bd4b90a2588f7a82961ff5 0bdefd72e1074df88486bd6725c9322c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1250] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:07:28 2026] GET /v2.0/subnetpools/c3fc323c-8724-42b8-8230-b21f98643daf => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:28.352 8 INFO neutron.api.v2.resource [None req-ac5428ef-bc40-4392-9eff-a545fa122619 8228b69144bd4b90a2588f7a82961ff5 0bdefd72e1074df88486bd6725c9322c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1251] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:07:28 2026] DELETE /v2.0/subnetpools/c3fc323c-8724-42b8-8230-b21f98643daf => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:28.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c9906f9-e3d6-47e4-8e1c-db3d4a131834 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 0f7eee7c-adc7-4a3f-b372-2279c1ec2eba 2026-06-16 05:07:28.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c9906f9-e3d6-47e4-8e1c-db3d4a131834 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 0f7eee7c-adc7-4a3f-b372-2279c1ec2eba 2026-06-16 05:07:28.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c9906f9-e3d6-47e4-8e1c-db3d4a131834 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 4fb384f1-a856-496a-af23-565c57a5c12e 2026-06-16 05:07:28.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c9906f9-e3d6-47e4-8e1c-db3d4a131834 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 4fb384f1-a856-496a-af23-565c57a5c12e [pid: 8|app: 0|req: 670/1252] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:07:28 2026] GET /v2.0/ports?device_id=1d434c2a-90bf-42f3-b46c-0f6d4e5094a0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:29.017 7 INFO neutron.services.segments.plugin [-] Segment 90f1f6e8-a502-4d48-8f02-dcb178e44347 resource provider aggregate not found 2026-06-16 05:07:29.023 7 INFO neutron.services.segments.plugin [-] Segment 90f1f6e8-a502-4d48-8f02-dcb178e44347 resource provider aggregate not found 2026-06-16 05:07:29.034 7 INFO neutron.services.segments.plugin [-] Segment 90f1f6e8-a502-4d48-8f02-dcb178e44347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90f1f6e8-a502-4d48-8f02-dcb178e44347 found for delete ", "request_id": "req-949fab17-f910-45b1-b857-f07d5dc91fc1"}]} 2026-06-16 05:07:29.040 7 INFO neutron.services.segments.plugin [-] Segment 90f1f6e8-a502-4d48-8f02-dcb178e44347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90f1f6e8-a502-4d48-8f02-dcb178e44347 found for delete ", "request_id": "req-068a7992-be70-4ff1-b995-855f27be618f"}]} 2026-06-16 05:07:29.044 7 INFO neutron.db.l3_hamode_db [None req-2c9906f9-e3d6-47e4-8e1c-db3d4a131834 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network e11ad1be-149b-4f33-af8b-535bbf98b8c4 was deleted as no HA routers are present in tenant 79828825d6a243238e95bb4567269d87. [pid: 7|app: 0|req: 583/1253] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:28 2026] DELETE /v2.0/routers/5e2932a1-800f-4026-9892-16bbe34856aa => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1254] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:28 2026] GET /v2.0/security-groups?tenant_id=0bdefd72e1074df88486bd6725c9322c&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1255] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:29 2026] DELETE /v2.0/subnets/6347828b-a6e5-4511-9c50-29c933d250a8 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:29.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-2953bebd-a5ea-448b-aa0d-ad5890452b3a 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: e90be5a7-5de6-49ea-bdc4-fb80e4c32091 2026-06-16 05:07:29.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2953bebd-a5ea-448b-aa0d-ad5890452b3a 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: e90be5a7-5de6-49ea-bdc4-fb80e4c32091 [pid: 8|app: 0|req: 672/1256] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:29 2026] DELETE /v2.0/security-groups/4a77cab2-5be1-46b8-8b5e-5f439fc8fafa => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1259] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:29 2026] DELETE /v2.0/networks/95d74d08-188f-4c27-a3cf-15ded6af00f8 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1260] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:29 2026] GET /v2.0/security-groups?tenant_id=79828825d6a243238e95bb4567269d87&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:29.862 8 INFO neutron.db.segments_db [None req-7faa3b32-50c0-4b60-81d3-e6b9d061ab65 568a4870126f4c8cab8411d1d141a543 3037f99b493049068dea4e479361d43c - - default default] Added segment a4c5ef2f-117c-4101-85cf-b16d64013c37 of type vxlan for network eb099b09-fe47-4826-9b35-4161ce8814c5 [pid: 7|app: 0|req: 587/1261] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:29 2026] DELETE /v2.0/security-groups/7e8e451d-519f-46a1-840e-704a42d564b2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1262] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:29 2026] POST /v2.0/networks => generated 624 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:30.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-28b16508-d2ff-437d-9ebe-62705fa18396 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 1269f1cc-7fd4-4d98-8fed-5de114a73fc7 2026-06-16 05:07:30.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28b16508-d2ff-437d-9ebe-62705fa18396 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 1269f1cc-7fd4-4d98-8fed-5de114a73fc7 [pid: 8|app: 0|req: 676/1263] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:29 2026] POST /v2.0/subnets => generated 641 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:30.265 8 INFO neutron.db.segments_db [None req-e15103da-e363-4b5c-b7c4-b4a82e71f704 568a4870126f4c8cab8411d1d141a543 3037f99b493049068dea4e479361d43c - - default default] Added segment 3251af8a-3e6a-47b0-9a73-e158c693f4a9 of type vxlan for network b4bf54ac-c54b-4dd4-beb0-a4dd6f3ea245 [pid: 8|app: 0|req: 677/1264] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:30 2026] POST /v2.0/networks => generated 624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1265] 10.0.0.19 () {34 vars in 742 bytes} [Tue Jun 16 05:07:30 2026] PUT /v2.0/networks/b4bf54ac-c54b-4dd4-beb0-a4dd6f3ea245 => generated 592 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1266] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:30 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1267] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:29 2026] PUT /v2.0/routers/bcf1037c-3bc0-4042-bfed-c491ba201b6f/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1268] 10.0.0.19 () {34 vars in 740 bytes} [Tue Jun 16 05:07:30 2026] PUT /v2.0/subnets/95ed81fe-119b-496c-84ed-04cd09d5cf0b => generated 636 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:30.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fc7ef6d-b318-41fb-b72d-73d9f65efafe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 1b6a6b12-c12b-4a67-83f9-9a5234438ed4 2026-06-16 05:07:31.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fc7ef6d-b318-41fb-b72d-73d9f65efafe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 1b6a6b12-c12b-4a67-83f9-9a5234438ed4 2026-06-16 05:07:31.032 8 INFO neutron.services.segments.plugin [-] Segment 3251af8a-3e6a-47b0-9a73-e158c693f4a9 resource provider aggregate not found 2026-06-16 05:07:31.042 8 INFO neutron.services.segments.plugin [-] Segment 3251af8a-3e6a-47b0-9a73-e158c693f4a9 resource provider aggregate not found 2026-06-16 05:07:31.070 8 INFO neutron.services.segments.plugin [-] Segment 3251af8a-3e6a-47b0-9a73-e158c693f4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3251af8a-3e6a-47b0-9a73-e158c693f4a9 found for delete ", "request_id": "req-6624b6bb-84ac-466f-85f1-294b77554b1e"}]} 2026-06-16 05:07:31.071 7 INFO neutron.services.segments.plugin [-] Segment 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 resource provider aggregate not found 2026-06-16 05:07:31.079 7 INFO neutron.services.segments.plugin [-] Segment 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 resource provider aggregate not found [pid: 8|app: 0|req: 681/1269] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:30 2026] DELETE /v2.0/networks/b4bf54ac-c54b-4dd4-beb0-a4dd6f3ea245 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:31.080 8 INFO neutron.services.segments.plugin [-] Segment 3251af8a-3e6a-47b0-9a73-e158c693f4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3251af8a-3e6a-47b0-9a73-e158c693f4a9 found for delete ", "request_id": "req-00dc5554-ec09-4cd8-bfbb-44c7e8eb2d68"}]} 2026-06-16 05:07:31.097 7 INFO neutron.services.segments.plugin [-] Segment 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 found for delete ", "request_id": "req-6bfced39-fafa-414e-a38e-e23ca6b687b5"}]} 2026-06-16 05:07:31.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-720aeb2c-1a44-4261-a29b-cac9d24ca3ca 568a4870126f4c8cab8411d1d141a543 3037f99b493049068dea4e479361d43c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1270] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/networks/b4bf54ac-c54b-4dd4-beb0-a4dd6f3ea245 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:31.118 7 INFO neutron.services.segments.plugin [-] Segment 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c5e92ac-f254-42b8-b04f-6ffe43edeed8 found for delete ", "request_id": "req-3feccce6-44f8-475d-adf6-0c4da067b0a4"}]} [pid: 8|app: 0|req: 683/1271] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1272] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/subnets?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1273] 10.0.0.19 () {32 vars in 652 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1274] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/networks => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1275] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/subnets => generated 1280 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:31.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fc7ef6d-b318-41fb-b72d-73d9f65efafe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: cb983444-a04a-4190-9b7c-a9a0bf26f884 2026-06-16 05:07:31.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fc7ef6d-b318-41fb-b72d-73d9f65efafe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: cb983444-a04a-4190-9b7c-a9a0bf26f884 [pid: 8|app: 0|req: 688/1276] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/networks/eb099b09-fe47-4826-9b35-4161ce8814c5 => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1277] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:07:31 2026] GET /v2.0/subnets/c34aa5c1-e294-4c6c-a539-d0e4836e0740 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:31.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-404490f2-3e1a-4aa2-93e0-31e1b4f7efa7 568a4870126f4c8cab8411d1d141a543 3037f99b493049068dea4e479361d43c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1278] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/subnets/95ed81fe-119b-496c-84ed-04cd09d5cf0b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:31.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90a80310-bf6d-492a-8705-286322a63407 568a4870126f4c8cab8411d1d141a543 3037f99b493049068dea4e479361d43c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1279] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/networks/b4bf54ac-c54b-4dd4-beb0-a4dd6f3ea245 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1280] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/subnets/c34aa5c1-e294-4c6c-a539-d0e4836e0740 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1281] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/networks/eb099b09-fe47-4826-9b35-4161ce8814c5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:31.725 7 INFO neutron.db.l3_hamode_db [None req-6fc7ef6d-b318-41fb-b72d-73d9f65efafe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network bc74404c-e20e-40ad-be11-d322ceb690b3 was deleted as no HA routers are present in tenant ca700abbc32441cda9ee73f11a22e0a2. [pid: 7|app: 0|req: 589/1282] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:30 2026] DELETE /v2.0/routers/bcf1037c-3bc0-4042-bfed-c491ba201b6f => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1283] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/subnets/a6b4ac37-5b4a-4dac-afab-bb553c372e4e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:31.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ec52956-1e57-4d54-a401-05cf00327e63 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ceffbb8b-0b0d-4577-819c-c2c42a2345b4 2026-06-16 05:07:31.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ec52956-1e57-4d54-a401-05cf00327e63 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ceffbb8b-0b0d-4577-819c-c2c42a2345b4 [pid: 7|app: 0|req: 590/1284] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:31 2026] DELETE /v2.0/networks/39fec046-9826-4bf3-8c98-6464544a504f => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1285] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:32 2026] GET /v2.0/security-groups?tenant_id=ca700abbc32441cda9ee73f11a22e0a2&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1286] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:32 2026] DELETE /v2.0/security-groups/03f39d1b-f399-4a08-927f-6ab8eccfc199 => 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: 695/1287] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:32 2026] GET /v2.0/security-groups?tenant_id=3037f99b493049068dea4e479361d43c&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1288] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:32 2026] DELETE /v2.0/security-groups/efe941d9-8808-4ff9-afcc-b65344fadec0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:33.087 8 INFO neutron.services.segments.plugin [-] Segment a4c5ef2f-117c-4101-85cf-b16d64013c37 resource provider aggregate not found 2026-06-16 05:07:33.100 8 INFO neutron.services.segments.plugin [-] Segment a4c5ef2f-117c-4101-85cf-b16d64013c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c5ef2f-117c-4101-85cf-b16d64013c37 found for delete ", "request_id": "req-601cb72e-8e1e-4921-8e87-543255543a03"}]} 2026-06-16 05:07:33.105 8 INFO neutron.services.segments.plugin [-] Segment a4c5ef2f-117c-4101-85cf-b16d64013c37 resource provider aggregate not found 2026-06-16 05:07:33.117 7 INFO neutron.services.segments.plugin [-] Segment 93a08b68-3128-435b-a221-d16ff4252b80 resource provider aggregate not found 2026-06-16 05:07:33.126 8 INFO neutron.services.segments.plugin [-] Segment a4c5ef2f-117c-4101-85cf-b16d64013c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c5ef2f-117c-4101-85cf-b16d64013c37 found for delete ", "request_id": "req-eab0c402-373f-4733-952b-36dea5618ca5"}]} 2026-06-16 05:07:33.134 7 INFO neutron.services.segments.plugin [-] Segment 93a08b68-3128-435b-a221-d16ff4252b80 resource provider aggregate not found 2026-06-16 05:07:33.136 7 INFO neutron.services.segments.plugin [-] Segment 93a08b68-3128-435b-a221-d16ff4252b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a08b68-3128-435b-a221-d16ff4252b80 found for delete ", "request_id": "req-87ab9214-7243-40ba-831f-f88e1ccd7fed"}]} 2026-06-16 05:07:33.150 7 INFO neutron.services.segments.plugin [-] Segment 93a08b68-3128-435b-a221-d16ff4252b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a08b68-3128-435b-a221-d16ff4252b80 found for delete ", "request_id": "req-49e9c620-bab6-49fe-b173-039da2e44cec"}]} 2026-06-16 05:07:33.160 7 INFO neutron.services.segments.plugin [-] Segment eb35f75a-5978-46a7-956d-f43f728b5903 resource provider aggregate not found 2026-06-16 05:07:33.167 7 INFO neutron.services.segments.plugin [-] Segment eb35f75a-5978-46a7-956d-f43f728b5903 resource provider aggregate not found 2026-06-16 05:07:33.180 7 INFO neutron.services.segments.plugin [-] Segment eb35f75a-5978-46a7-956d-f43f728b5903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb35f75a-5978-46a7-956d-f43f728b5903 found for delete ", "request_id": "req-ede3dd5f-5eac-4786-bcb0-187515787e01"}]} 2026-06-16 05:07:33.182 7 INFO neutron.services.segments.plugin [-] Segment eb35f75a-5978-46a7-956d-f43f728b5903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb35f75a-5978-46a7-956d-f43f728b5903 found for delete ", "request_id": "req-d878a3e8-fdb9-4a7c-ba86-fcda3b60d214"}]} [pid: 8|app: 0|req: 696/1289] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:33 2026] GET /v2.0/security-groups?tenant_id=4a6f38a69fa441bcbf969d23714c1aad&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1290] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:33 2026] DELETE /v2.0/security-groups/8dc682ec-9aac-48a5-aa55-44ce47a4689f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:34.724 8 INFO neutron.db.segments_db [None req-d348d46c-cc86-43bd-a94c-6f9d50f511a1 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 5b4ec4fe-a510-453d-bcc3-b19aca310715 of type vxlan for network 5fc817d9-5db5-4f6f-a8c7-592871ea5554 [pid: 8|app: 0|req: 697/1291] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:34 2026] POST /v2.0/networks => generated 611 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:34.878 7 INFO neutron.db.segments_db [None req-1b5edb0b-dded-4fd1-bc61-66ec1acd05f8 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment f87b5030-d450-4178-b5b9-89d7cd36a30c of type vxlan for network 0aa723d9-f02b-43be-b2cd-2487fb1bfb32 [pid: 7|app: 0|req: 595/1292] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:34 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1293] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:34 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1294] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:35 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:35.574 8 INFO neutron.db.segments_db [None req-e9e4527d-a4a6-44e2-8f90-1e2ab06efb6f 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 0ab3c734-ea0c-400a-9464-655070c22fb4 of type vxlan for network 5bd5e067-b244-4c03-bc9a-bc59a0c0b314 2026-06-16 05:07:35.793 8 INFO neutron.db.l3_hamode_db [None req-e9e4527d-a4a6-44e2-8f90-1e2ab06efb6f 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:35.911 8 INFO neutron.db.l3_hamode_db [None req-e9e4527d-a4a6-44e2-8f90-1e2ab06efb6f 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 699/1295] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:35 2026] POST /v2.0/routers => generated 506 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1296] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:36 2026] GET /v2.0/security-groups?tenant_id=0870e6bea41e4212afd377cb084eecb3&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1297] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:36 2026] DELETE /v2.0/security-groups/9c98c5f7-2a74-4280-913c-e43812d8693b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1298] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:37 2026] GET /v2.0/security-groups?tenant_id=517cb153755e44f7ac8450f3d95ea40d&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1299] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:37 2026] DELETE /v2.0/security-groups/326ab5da-c15a-41de-909d-454b69b95e86 => 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: 597/1300] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:36 2026] PUT /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1301] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:07:37 2026] GET /v2.0/ports/6964f896-394e-4ce4-8f7c-758151c3428a => generated 955 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1302] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:37 2026] GET /v2.0/security-groups?tenant_id=c13e8aa4bd89497eb9763168263ba978&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1303] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:38 2026] DELETE /v2.0/security-groups/aed7a139-31a8-4aaa-9e84-aaafeb310c21 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1304] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:38 2026] GET /v2.0/security-groups?tenant_id=701ebf129fd246e9b780f98155657281&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1305] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:38 2026] DELETE /v2.0/security-groups/45bef4f9-d397-4b36-99af-331ed843f70f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1306] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:37 2026] PUT /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1307] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:38 2026] GET /v2.0/security-groups?tenant_id=06097c894eb74968b10688f49ab7ab17&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1308] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:07:38 2026] GET /v2.0/ports/d47f96b3-9252-445b-a648-5a0e7df563a6 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1309] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:38 2026] DELETE /v2.0/security-groups/d03b1a3f-d8a7-4874-80bb-6025d9a721d7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:39.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a92faf-f770-4d35-9a0b-5aee354e7ef5 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: d47f96b3-9252-445b-a648-5a0e7df563a6 2026-06-16 05:07:39.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a92faf-f770-4d35-9a0b-5aee354e7ef5 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: d47f96b3-9252-445b-a648-5a0e7df563a6 [pid: 7|app: 0|req: 601/1310] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:38 2026] PUT /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f/remove_router_interface => generated 309 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:40.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-8024dd99-52f8-4c86-b40e-5527ae28075e 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 6964f896-394e-4ce4-8f7c-758151c3428a 2026-06-16 05:07:40.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8024dd99-52f8-4c86-b40e-5527ae28075e 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 6964f896-394e-4ce4-8f7c-758151c3428a [pid: 8|app: 0|req: 710/1311] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:39 2026] PUT /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f/remove_router_interface => generated 309 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1312] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:40 2026] GET /v2.0/ports?device_id=d61c8f5c-e286-4af0-b31b-cedf952f946f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:40.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b69ee80-2ef3-4884-9c2f-df5248fc2089 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 6d355772-1e20-462a-b1b5-7c0388f51402 2026-06-16 05:07:40.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b69ee80-2ef3-4884-9c2f-df5248fc2089 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 6d355772-1e20-462a-b1b5-7c0388f51402 2026-06-16 05:07:40.915 8 INFO neutron.services.segments.plugin [-] Segment 0ab3c734-ea0c-400a-9464-655070c22fb4 resource provider aggregate not found 2026-06-16 05:07:40.920 8 INFO neutron.services.segments.plugin [-] Segment 0ab3c734-ea0c-400a-9464-655070c22fb4 resource provider aggregate not found 2026-06-16 05:07:40.939 8 INFO neutron.services.segments.plugin [-] Segment 0ab3c734-ea0c-400a-9464-655070c22fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ab3c734-ea0c-400a-9464-655070c22fb4 found for delete ", "request_id": "req-7a18ff5f-e2dc-4195-8f10-a823d4705d0f"}]} 2026-06-16 05:07:40.939 8 INFO neutron.services.segments.plugin [-] Segment 0ab3c734-ea0c-400a-9464-655070c22fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ab3c734-ea0c-400a-9464-655070c22fb4 found for delete ", "request_id": "req-fa454098-ec9c-440a-b2d0-b57da29e0588"}]} 2026-06-16 05:07:40.943 8 INFO neutron.db.l3_hamode_db [None req-2b69ee80-2ef3-4884-9c2f-df5248fc2089 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] HA network 5bd5e067-b244-4c03-bc9a-bc59a0c0b314 was deleted as no HA routers are present in tenant a6ba3c2f3f2043f498ad720c5de034c1. [pid: 8|app: 0|req: 711/1313] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:40 2026] DELETE /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f => generated 0 bytes in 438 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1314] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:40 2026] DELETE /v2.0/subnets/58d44bb0-1ed8-4a8f-a194-e54fa0578075 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1315] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:41 2026] DELETE /v2.0/subnets/578f99c4-5750-46b0-b437-ee1a896a280a => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:41.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6f8a3e-496b-4eff-aa56-71adee74cdba 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 985b39da-a85f-4353-8fa1-28375c211acd 2026-06-16 05:07:41.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6f8a3e-496b-4eff-aa56-71adee74cdba 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 985b39da-a85f-4353-8fa1-28375c211acd [pid: 8|app: 0|req: 713/1316] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:41 2026] GET /v2.0/security-groups?tenant_id=e7a7054164584a05852777b780e13633&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:41.673 7 INFO neutron.services.segments.plugin [-] Segment f87b5030-d450-4178-b5b9-89d7cd36a30c resource provider aggregate not found 2026-06-16 05:07:41.678 7 INFO neutron.services.segments.plugin [-] Segment f87b5030-d450-4178-b5b9-89d7cd36a30c resource provider aggregate not found 2026-06-16 05:07:41.693 7 INFO neutron.services.segments.plugin [-] Segment f87b5030-d450-4178-b5b9-89d7cd36a30c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87b5030-d450-4178-b5b9-89d7cd36a30c found for delete ", "request_id": "req-c268617d-5024-4da0-b2a3-c9ababcb920e"}]} 2026-06-16 05:07:41.701 7 INFO neutron.services.segments.plugin [-] Segment f87b5030-d450-4178-b5b9-89d7cd36a30c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87b5030-d450-4178-b5b9-89d7cd36a30c found for delete ", "request_id": "req-5d471f6f-b7c5-4826-b256-6f71ff5626f2"}]} [pid: 7|app: 0|req: 604/1317] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:41 2026] DELETE /v2.0/networks/0aa723d9-f02b-43be-b2cd-2487fb1bfb32 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1318] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:41 2026] DELETE /v2.0/security-groups/dad3ef4e-265d-4016-b25e-0b098a28a427 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1319] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:41 2026] DELETE /v2.0/networks/5fc817d9-5db5-4f6f-a8c7-592871ea5554 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:41.914 8 INFO neutron.db.segments_db [None req-a88610e1-658f-424b-a9ff-66b3018bd0f1 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 8bc14298-adea-41b8-9731-9d9e8ec15e6f of type vxlan for network 308c8fe8-488c-4b1f-ba20-048909e17757 [pid: 8|app: 0|req: 715/1320] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:41 2026] POST /v2.0/networks => generated 611 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1321] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:41 2026] GET /v2.0/security-groups?tenant_id=eaa645d447a54df0ad8d8ccbcb72aec4&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1322] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:42 2026] DELETE /v2.0/security-groups/6f384e28-ab00-426f-b740-5225d9853a09 => 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: 716/1323] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:42 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:42.310 7 INFO neutron.db.segments_db [None req-817cab7a-b0f4-4ad7-a2ca-3c9bf6b9f8e3 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 356a5a65-545d-4a4c-a500-258e718c36c3 of type vxlan for network a5e65549-96cb-4b54-acda-94a0269f6734 2026-06-16 05:07:42.587 7 INFO neutron.db.l3_hamode_db [None req-817cab7a-b0f4-4ad7-a2ca-3c9bf6b9f8e3 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:42.691 7 INFO neutron.db.l3_hamode_db [None req-817cab7a-b0f4-4ad7-a2ca-3c9bf6b9f8e3 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:42.904 8 INFO neutron.db.segments_db [None req-45e70bfc-9932-4a1d-a311-6c9e0be8a7ba b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Added segment e64e67b2-9607-487c-bc31-b8c3a49684c5 of type vxlan for network 5d1ae074-75ec-40d8-bce3-9d80b6a8e698 [pid: 8|app: 0|req: 717/1324] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:42 2026] POST /v2.0/networks => generated 613 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1325] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:07:42 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 608/1326] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:42 2026] POST /v2.0/routers => generated 506 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:43.323 8 INFO neutron.db.segments_db [None req-7ce005e7-54e8-4f79-9a4b-2ebfd14e26eb b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Added segment ac3c2544-9d00-4f9b-855d-406c7f75e7ba of type vxlan for network 42dd3d7e-f894-4761-9d81-dd16493b3ab0 [pid: 8|app: 0|req: 719/1327] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:43 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:43.711 7 INFO neutron.services.segments.plugin [-] Segment 5b4ec4fe-a510-453d-bcc3-b19aca310715 resource provider aggregate not found [pid: 7|app: 0|req: 609/1328] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:07:43 2026] POST /v2.0/ports => generated 951 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:07:43.734 7 INFO neutron.services.segments.plugin [-] Segment 5b4ec4fe-a510-453d-bcc3-b19aca310715 resource provider aggregate not found 2026-06-16 05:07:43.739 7 INFO neutron.services.segments.plugin [-] Segment 5b4ec4fe-a510-453d-bcc3-b19aca310715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b4ec4fe-a510-453d-bcc3-b19aca310715 found for delete ", "request_id": "req-7bb2db16-8459-4fc7-a1f7-e90e2397c368"}]} 2026-06-16 05:07:43.759 7 INFO neutron.services.segments.plugin [-] Segment 5b4ec4fe-a510-453d-bcc3-b19aca310715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b4ec4fe-a510-453d-bcc3-b19aca310715 found for delete ", "request_id": "req-45a7acc4-40d3-49a4-b263-8429d0314d31"}]} [pid: 8|app: 0|req: 720/1329] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:07:43 2026] POST /v2.0/ports => generated 743 bytes in 340 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-06-16 05:07:43.821 8 INFO neutron.db.segments_db [None req-296cc947-8fff-40fe-b17c-3a83c647eb8e b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Added segment ab67fa28-ef63-46d7-9fca-3bde4b194a02 of type vxlan for network 8913adda-1812-4a92-a32d-62db30a21ed6 [pid: 8|app: 0|req: 721/1330] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:43 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1331] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:07:43 2026] POST /v2.0/ports => generated 743 bytes in 312 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-06-16 05:07:44.268 8 INFO neutron.db.segments_db [None req-c542daf1-c712-4520-a4d1-6fc1a1d18531 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Added segment dbbcf65f-5320-46af-a144-c29f57df7416 of type vxlan for network 41149d66-ab5f-4315-9f48-97d7da9019b0 [pid: 8|app: 0|req: 725/1334] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:44 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1335] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:07:44 2026] POST /v2.0/ports => generated 743 bytes in 319 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-06-16 05:07:44.739 8 INFO neutron.db.segments_db [None req-b89729d3-cdfe-418e-b677-0bbb06139c31 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Added segment b0548991-ef04-4509-b7fb-6a2c698d5481 of type vxlan for network 3dce3bf9-9d8f-4f2b-8ccf-0f67d509b78f [pid: 7|app: 0|req: 610/1336] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:43 2026] PUT /v2.0/routers/6f903f02-86e5-47bb-9952-b5f06cbceeb9/add_router_interface => generated 309 bytes in 1067 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: 611/1337] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:07:44 2026] GET /v2.0/ports/e393148f-20ef-4567-8201-0f90577b255c => generated 1025 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1338] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:44 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1339] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:07:44 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 729/1340] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:45 2026] GET /v2.0/security-groups?tenant_id=2bb86ead14e44691bf0f4bf40505ae8d&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: 730/1341] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:07:45 2026] PUT /v2.0/ports/d89e17d7-d8e0-4a11-9635-00b117c4c212/tags => generated 17 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, ' 2026-06-16 05:07:45.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1b4c627-8db2-418c-a84c-362e40a2123a 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: e393148f-20ef-4567-8201-0f90577b255c 2026-06-16 05:07:45.571 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b4c627-8db2-418c-a84c-362e40a2123a 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: e393148f-20ef-4567-8201-0f90577b255c [pid: 8|app: 0|req: 731/1342] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:45 2026] DELETE /v2.0/security-groups/08a8dd4a-3bf8-44f8-aaae-14509537cae3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1343] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:07:45 2026] PUT /v2.0/ports/b7bb613e-eb73-436e-b17b-ee4835a17522/tags => generated 25 bytes in 89 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: 733/1344] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:07:45 2026] PUT /v2.0/ports/02fe4b6a-3d7f-4cf7-b66b-24458fda848a/tags => generated 34 bytes in 74 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: 734/1345] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:45 2026] GET /v2.0/security-groups?tenant_id=958dbd86114d4cbf90901fad4feb6698&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1346] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:07:45 2026] PUT /v2.0/ports/651eb43b-c966-4041-9098-83ae3e37af02/tags => generated 19 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: 612/1347] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:44 2026] PUT /v2.0/routers/6f903f02-86e5-47bb-9952-b5f06cbceeb9/remove_router_interface => generated 309 bytes in 1224 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: 736/1348] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:45 2026] DELETE /v2.0/security-groups/f6043a12-d3be-4063-aab3-9483fcca0e2e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1349] 10.0.0.19 () {32 vars in 659 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:46.210 8 INFO neutron.api.v2.resource [None req-5dd5d41f-e7f4-40a4-a5c9-1d9201a3d664 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1350] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:46 2026] PUT /v2.0/routers/6f903f02-86e5-47bb-9952-b5f06cbceeb9/remove_router_interface => generated 197 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1351] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?device_id=6f903f02-86e5-47bb-9952-b5f06cbceeb9 => 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: 614/1352] 10.0.0.19 () {32 vars in 673 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1353] 10.0.0.19 () {32 vars in 669 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1354] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:46.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0241f9d-2ba2-49ee-bc66-b84d09b879c7 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 152185ad-001b-4d04-bca0-e60c3b84a414 2026-06-16 05:07:46.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0241f9d-2ba2-49ee-bc66-b84d09b879c7 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 152185ad-001b-4d04-bca0-e60c3b84a414 [pid: 7|app: 0|req: 617/1355] 10.0.0.19 () {32 vars in 667 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1356] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/security-groups?tenant_id=620441a5bdac4925bba8cd758c4fbc87&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:46.809 8 INFO neutron.services.segments.plugin [-] Segment 356a5a65-545d-4a4c-a500-258e718c36c3 resource provider aggregate not found [pid: 7|app: 0|req: 619/1357] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:46.817 8 INFO neutron.services.segments.plugin [-] Segment 356a5a65-545d-4a4c-a500-258e718c36c3 resource provider aggregate not found 2026-06-16 05:07:46.832 8 INFO neutron.services.segments.plugin [-] Segment 356a5a65-545d-4a4c-a500-258e718c36c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356a5a65-545d-4a4c-a500-258e718c36c3 found for delete ", "request_id": "req-5cccdc42-33db-4956-b3dc-f5697603e2bd"}]} 2026-06-16 05:07:46.842 8 INFO neutron.services.segments.plugin [-] Segment 356a5a65-545d-4a4c-a500-258e718c36c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356a5a65-545d-4a4c-a500-258e718c36c3 found for delete ", "request_id": "req-57d57637-c387-40e6-803d-c8626f4f2508"}]} 2026-06-16 05:07:46.850 8 INFO neutron.db.l3_hamode_db [None req-d0241f9d-2ba2-49ee-bc66-b84d09b879c7 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] HA network a5e65549-96cb-4b54-acda-94a0269f6734 was deleted as no HA routers are present in tenant a6ba3c2f3f2043f498ad720c5de034c1. [pid: 8|app: 0|req: 739/1358] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:46 2026] DELETE /v2.0/routers/6f903f02-86e5-47bb-9952-b5f06cbceeb9 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1359] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:46 2026] DELETE /v2.0/security-groups/33210e19-6195-47e0-bc4b-e6a517774c5c => 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: 740/1360] 10.0.0.19 () {32 vars in 677 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1361] 10.0.0.19 () {32 vars in 689 bytes} [Tue Jun 16 05:07:46 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1362] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:46 2026] DELETE /v2.0/subnets/11aa27c6-ac51-423c-b574-f5a971cc0b2c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:47.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-9216745e-c610-488c-a67b-f72a4338b44b b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] TaaS: Handle Delete Port: d89e17d7-d8e0-4a11-9635-00b117c4c212 2026-06-16 05:07:47.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9216745e-c610-488c-a67b-f72a4338b44b b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Tap Mirror: Handle Delete Port: d89e17d7-d8e0-4a11-9635-00b117c4c212 [pid: 8|app: 0|req: 742/1363] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:46 2026] DELETE /v2.0/ports/d89e17d7-d8e0-4a11-9635-00b117c4c212 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1364] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:47 2026] GET /v2.0/security-groups?tenant_id=2cc23f11b643483e8cf2e421ed425985&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:47.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e21c9c8-3fd1-486e-8025-36a3099fe1b5 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] TaaS: Handle Delete Port: b7bb613e-eb73-436e-b17b-ee4835a17522 2026-06-16 05:07:47.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e21c9c8-3fd1-486e-8025-36a3099fe1b5 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Tap Mirror: Handle Delete Port: b7bb613e-eb73-436e-b17b-ee4835a17522 [pid: 8|app: 0|req: 743/1365] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/networks/308c8fe8-488c-4b1f-ba20-048909e17757 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1366] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/ports/b7bb613e-eb73-436e-b17b-ee4835a17522 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1367] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/security-groups/6f954e72-d192-4d9e-baba-30b74ffa7cda => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:47.444 7 INFO neutron.db.segments_db [None req-c49c1ac7-d268-4256-8938-ea6eadf8d4b2 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 12028394-ff4d-4b1e-a9ff-87a3d6491147 of type vxlan for network 4c3a4e6a-8492-45a3-bb3e-2015108f6fb8 2026-06-16 05:07:47.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-182bb7df-cbc0-4da0-9505-5afb5536b9b4 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] TaaS: Handle Delete Port: 02fe4b6a-3d7f-4cf7-b66b-24458fda848a 2026-06-16 05:07:47.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-182bb7df-cbc0-4da0-9505-5afb5536b9b4 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Tap Mirror: Handle Delete Port: 02fe4b6a-3d7f-4cf7-b66b-24458fda848a [pid: 7|app: 0|req: 624/1368] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:47 2026] POST /v2.0/networks => generated 611 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1369] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/ports/02fe4b6a-3d7f-4cf7-b66b-24458fda848a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:47.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-31c69cc3-4a0b-488c-8658-09c8f58d0bb6 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] TaaS: Handle Delete Port: 651eb43b-c966-4041-9098-83ae3e37af02 2026-06-16 05:07:47.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31c69cc3-4a0b-488c-8658-09c8f58d0bb6 b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Tap Mirror: Handle Delete Port: 651eb43b-c966-4041-9098-83ae3e37af02 [pid: 7|app: 0|req: 625/1370] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:47 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1371] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/ports/651eb43b-c966-4041-9098-83ae3e37af02 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:47.777 7 INFO neutron.db.segments_db [None req-7eeb1875-c2f0-4f8f-a70d-3a8110d987ec 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment bb98a31a-e43c-4d15-89f4-91a0494cfa96 of type vxlan for network 7bdd8c08-f2a5-4eae-9469-d4c8f6f06326 2026-06-16 05:07:47.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-c141c116-3021-42ae-89b5-22e6ae5d7d3b b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] TaaS: Handle Delete Port: 587d999a-6c7f-4f66-8b92-01810599c0bb 2026-06-16 05:07:47.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c141c116-3021-42ae-89b5-22e6ae5d7d3b b9a7502c09944d42b4ef7f45cac99287 d45b168944a74a2495e82dd0387ee388 - - default default] Tap Mirror: Handle Delete Port: 587d999a-6c7f-4f66-8b92-01810599c0bb [pid: 8|app: 0|req: 747/1372] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/ports/587d999a-6c7f-4f66-8b92-01810599c0bb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:48.018 7 INFO neutron.db.l3_hamode_db [None req-7eeb1875-c2f0-4f8f-a70d-3a8110d987ec 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1373] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:47 2026] DELETE /v2.0/networks/5d1ae074-75ec-40d8-bce3-9d80b6a8e698 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:48.147 7 INFO neutron.db.l3_hamode_db [None req-7eeb1875-c2f0-4f8f-a70d-3a8110d987ec 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 749/1374] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:48 2026] DELETE /v2.0/networks/42dd3d7e-f894-4761-9d81-dd16493b3ab0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1375] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:48 2026] DELETE /v2.0/networks/8913adda-1812-4a92-a32d-62db30a21ed6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1376] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:48 2026] GET /v2.0/security-groups?tenant_id=e598d1747d9948b0957e3b00e3680cdb&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1377] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:48 2026] DELETE /v2.0/networks/41149d66-ab5f-4315-9f48-97d7da9019b0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1378] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:47 2026] POST /v2.0/routers => generated 506 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1379] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:48 2026] DELETE /v2.0/security-groups/744ff98c-1c58-4dc8-8075-63e1ed277618 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:48.850 8 INFO neutron.services.segments.plugin [-] Segment 8bc14298-adea-41b8-9731-9d9e8ec15e6f resource provider aggregate not found 2026-06-16 05:07:48.871 8 INFO neutron.services.segments.plugin [-] Segment 8bc14298-adea-41b8-9731-9d9e8ec15e6f resource provider aggregate not found 2026-06-16 05:07:48.873 8 INFO neutron.services.segments.plugin [-] Segment 8bc14298-adea-41b8-9731-9d9e8ec15e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc14298-adea-41b8-9731-9d9e8ec15e6f found for delete ", "request_id": "req-8f11b5ad-509d-461a-bad6-53dee36bdd2f"}]} 2026-06-16 05:07:48.889 8 INFO neutron.services.segments.plugin [-] Segment 8bc14298-adea-41b8-9731-9d9e8ec15e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc14298-adea-41b8-9731-9d9e8ec15e6f found for delete ", "request_id": "req-eff3fa94-d04b-47a4-b629-75fb5e034eed"}]} 2026-06-16 05:07:48.894 8 INFO neutron.services.segments.plugin [-] Segment e64e67b2-9607-487c-bc31-b8c3a49684c5 resource provider aggregate not found 2026-06-16 05:07:48.913 8 INFO neutron.services.segments.plugin [-] Segment e64e67b2-9607-487c-bc31-b8c3a49684c5 resource provider aggregate not found 2026-06-16 05:07:48.919 8 INFO neutron.services.segments.plugin [-] Segment e64e67b2-9607-487c-bc31-b8c3a49684c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e64e67b2-9607-487c-bc31-b8c3a49684c5 found for delete ", "request_id": "req-c8b03c8e-b181-4fc9-b30f-6bcacf50c9c2"}]} 2026-06-16 05:07:48.934 8 INFO neutron.services.segments.plugin [-] Segment e64e67b2-9607-487c-bc31-b8c3a49684c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e64e67b2-9607-487c-bc31-b8c3a49684c5 found for delete ", "request_id": "req-c6d512d3-1ce4-4c5b-879d-c7b23ea3772e"}]} 2026-06-16 05:07:48.945 7 INFO neutron.services.segments.plugin [-] Segment b0548991-ef04-4509-b7fb-6a2c698d5481 resource provider aggregate not found 2026-06-16 05:07:48.946 8 INFO neutron.services.segments.plugin [-] Segment ac3c2544-9d00-4f9b-855d-406c7f75e7ba resource provider aggregate not found 2026-06-16 05:07:48.954 7 INFO neutron.services.segments.plugin [-] Segment b0548991-ef04-4509-b7fb-6a2c698d5481 resource provider aggregate not found 2026-06-16 05:07:48.960 7 INFO neutron.services.segments.plugin [-] Segment b0548991-ef04-4509-b7fb-6a2c698d5481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0548991-ef04-4509-b7fb-6a2c698d5481 found for delete ", "request_id": "req-56db3524-bfed-4928-bd7f-583cbf4f2270"}]} 2026-06-16 05:07:48.962 8 INFO neutron.services.segments.plugin [-] Segment ac3c2544-9d00-4f9b-855d-406c7f75e7ba resource provider aggregate not found 2026-06-16 05:07:48.966 8 INFO neutron.services.segments.plugin [-] Segment ac3c2544-9d00-4f9b-855d-406c7f75e7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac3c2544-9d00-4f9b-855d-406c7f75e7ba found for delete ", "request_id": "req-1c75e831-dd02-494b-9287-8c35d89882ac"}]} 2026-06-16 05:07:48.978 8 INFO neutron.services.segments.plugin [-] Segment ac3c2544-9d00-4f9b-855d-406c7f75e7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac3c2544-9d00-4f9b-855d-406c7f75e7ba found for delete ", "request_id": "req-15a7ae45-47e2-4f7f-a12f-21086d59bd28"}]} 2026-06-16 05:07:48.979 7 INFO neutron.services.segments.plugin [-] Segment b0548991-ef04-4509-b7fb-6a2c698d5481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0548991-ef04-4509-b7fb-6a2c698d5481 found for delete ", "request_id": "req-67cfe3d5-e2ef-43f4-974f-cfa1351e4413"}]} 2026-06-16 05:07:48.981 8 INFO neutron.services.segments.plugin [-] Segment ab67fa28-ef63-46d7-9fca-3bde4b194a02 resource provider aggregate not found [pid: 7|app: 0|req: 627/1380] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:48 2026] DELETE /v2.0/networks/3dce3bf9-9d8f-4f2b-8ccf-0f67d509b78f => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:49.016 8 INFO neutron.services.segments.plugin [-] Segment ab67fa28-ef63-46d7-9fca-3bde4b194a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab67fa28-ef63-46d7-9fca-3bde4b194a02 found for delete ", "request_id": "req-7c94c85c-3e87-42a6-8e64-bacdb4823db4"}]} 2026-06-16 05:07:49.026 8 INFO neutron.services.segments.plugin [-] Segment ab67fa28-ef63-46d7-9fca-3bde4b194a02 resource provider aggregate not found 2026-06-16 05:07:49.040 8 INFO neutron.services.segments.plugin [-] Segment dbbcf65f-5320-46af-a144-c29f57df7416 resource provider aggregate not found 2026-06-16 05:07:49.052 8 INFO neutron.services.segments.plugin [-] Segment ab67fa28-ef63-46d7-9fca-3bde4b194a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab67fa28-ef63-46d7-9fca-3bde4b194a02 found for delete ", "request_id": "req-f9faabe2-b9c9-4904-b362-faede629b007"}]} 2026-06-16 05:07:49.060 8 INFO neutron.services.segments.plugin [-] Segment dbbcf65f-5320-46af-a144-c29f57df7416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbbcf65f-5320-46af-a144-c29f57df7416 found for delete ", "request_id": "req-2e546caf-2fc8-4643-aaf5-4c9515bf8f42"}]} 2026-06-16 05:07:49.072 8 INFO neutron.services.segments.plugin [-] Segment dbbcf65f-5320-46af-a144-c29f57df7416 resource provider aggregate not found 2026-06-16 05:07:49.091 8 INFO neutron.services.segments.plugin [-] Segment dbbcf65f-5320-46af-a144-c29f57df7416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbbcf65f-5320-46af-a144-c29f57df7416 found for delete ", "request_id": "req-987ace0f-e889-4e9e-ae28-68c4a2a63a9d"}]} [pid: 7|app: 0|req: 628/1381] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:49 2026] GET /v2.0/security-groups?tenant_id=d24fa5cd80a746de9fa213368a9108c5&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1382] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:07:48 2026] PUT /v2.0/routers/ed7c7976-4467-49e8-8267-70b51f5577fa/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1383] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:50 2026] DELETE /v2.0/security-groups/66def20c-96b4-461e-ba49-71ab2a1b4424 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1384] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:50 2026] GET /v2.0/security-groups?tenant_id=b9ed1cf3ba224c5c803bbcfd31f6f772&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1385] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:07:50 2026] GET /v2.0/ports/a2e5c832-f918-43c7-be8a-bf2b8eea78cb => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1386] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:50 2026] DELETE /v2.0/security-groups/1bcc5110-95a5-432c-8828-31e0861f84a8 => 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: 631/1387] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:50 2026] GET /v2.0/security-groups?tenant_id=d45b168944a74a2495e82dd0387ee388&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1388] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:50 2026] DELETE /v2.0/security-groups/1656b9b5-eff1-48ff-b5e3-891fa4cd5361 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:50.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-89140005-8fea-4bcb-b10f-2a387b8ebf84 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: a2e5c832-f918-43c7-be8a-bf2b8eea78cb 2026-06-16 05:07:50.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89140005-8fea-4bcb-b10f-2a387b8ebf84 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: a2e5c832-f918-43c7-be8a-bf2b8eea78cb 2026-06-16 05:07:50.929 7 INFO neutron.db.segments_db [None req-b9017883-e143-493c-98d9-5bd3179d27a5 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 of type vxlan for network d2e78cd5-2e1d-4cb6-a96f-05a5e952a333 2026-06-16 05:07:50.973 7 INFO neutron.db.segments_db [None req-b9017883-e143-493c-98d9-5bd3179d27a5 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment 89bd485d-c121-4011-8292-46b113061edb of type vxlan for network 23c46ae7-32f9-4df4-9861-5099cfe2dc43 [pid: 8|app: 0|req: 757/1389] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:07:50 2026] PUT /v2.0/routers/ed7c7976-4467-49e8-8267-70b51f5577fa/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1390] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:50 2026] POST /v2.0/networks => generated 1207 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1391] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:51 2026] GET /v2.0/ports?device_id=ed7c7976-4467-49e8-8267-70b51f5577fa => 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: 758/1392] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:51 2026] GET /v2.0/security-groups?tenant_id=32db028b1c4d452f8dcacadacad0d227&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1393] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:51 2026] GET /v2.0/networks => generated 1844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1394] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/security-groups/c73703d7-56e1-48f9-ba4d-eb6d2cdd7078 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:51.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c049213-2e21-4d7f-82a9-0db70f10c730 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 6eb30d46-4299-4d04-b6b6-4eb6713184e6 2026-06-16 05:07:51.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c049213-2e21-4d7f-82a9-0db70f10c730 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 6eb30d46-4299-4d04-b6b6-4eb6713184e6 2026-06-16 05:07:51.386 7 INFO neutron.services.segments.plugin [-] Segment 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 resource provider aggregate not found 2026-06-16 05:07:51.393 7 INFO neutron.services.segments.plugin [-] Segment 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 resource provider aggregate not found 2026-06-16 05:07:51.421 7 INFO neutron.services.segments.plugin [-] Segment 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 found for delete ", "request_id": "req-48d0a6fc-cc6f-4ced-83ee-7ed53653422d"}]} 2026-06-16 05:07:51.423 7 INFO neutron.services.segments.plugin [-] Segment 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3164e3ab-ecb0-49c1-a505-7dc83ea11a19 found for delete ", "request_id": "req-e51fca52-a0c5-4b43-8300-797db2de574b"}]} [pid: 7|app: 0|req: 637/1395] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/networks/d2e78cd5-2e1d-4cb6-a96f-05a5e952a333 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1396] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/networks/23c46ae7-32f9-4df4-9861-5099cfe2dc43 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1397] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:51 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:51.672 8 INFO neutron.services.segments.plugin [-] Segment bb98a31a-e43c-4d15-89f4-91a0494cfa96 resource provider aggregate not found 2026-06-16 05:07:51.680 8 INFO neutron.services.segments.plugin [-] Segment bb98a31a-e43c-4d15-89f4-91a0494cfa96 resource provider aggregate not found 2026-06-16 05:07:51.698 8 INFO neutron.services.segments.plugin [-] Segment bb98a31a-e43c-4d15-89f4-91a0494cfa96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb98a31a-e43c-4d15-89f4-91a0494cfa96 found for delete ", "request_id": "req-7c349a29-5f8f-450a-9172-7296d9f772b9"}]} 2026-06-16 05:07:51.699 8 INFO neutron.services.segments.plugin [-] Segment bb98a31a-e43c-4d15-89f4-91a0494cfa96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb98a31a-e43c-4d15-89f4-91a0494cfa96 found for delete ", "request_id": "req-d1f86119-5728-4d4b-b159-195e05e14050"}]} 2026-06-16 05:07:51.701 7 INFO neutron.db.segments_db [None req-721aa0a5-5b5c-4eb2-9df7-7850bf5ce9fd 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment 0f1743eb-e61b-4d97-88e5-831c21629c24 of type vxlan for network 76135056-1e3c-42a8-ad1a-529ec6212db6 2026-06-16 05:07:51.705 8 INFO neutron.db.l3_hamode_db [None req-7c049213-2e21-4d7f-82a9-0db70f10c730 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] HA network 7bdd8c08-f2a5-4eae-9469-d4c8f6f06326 was deleted as no HA routers are present in tenant a6ba3c2f3f2043f498ad720c5de034c1. [pid: 8|app: 0|req: 759/1398] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/routers/ed7c7976-4467-49e8-8267-70b51f5577fa => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1399] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:51 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:51.856 7 INFO neutron.db.segments_db [None req-1519e40c-4bc7-48de-9702-362898174d40 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment d623a002-7e66-49a6-89a9-6b9d6975da27 of type vxlan for network 7c4d12f6-f0a4-4bd7-96ee-4977e85f460d [pid: 8|app: 0|req: 760/1400] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/subnets/71d5fdee-6e21-4001-99c9-f8cd4dec219d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1401] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:51 2026] POST /v2.0/networks => generated 635 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:51.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-2655507a-c54e-414c-9033-3fbf65b700ac 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 413b2fd3-544d-4f1b-bc3f-aa715ae2e7a9 2026-06-16 05:07:51.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2655507a-c54e-414c-9033-3fbf65b700ac 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 413b2fd3-544d-4f1b-bc3f-aa715ae2e7a9 [pid: 8|app: 0|req: 761/1402] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:51 2026] DELETE /v2.0/networks/4c3a4e6a-8492-45a3-bb3e-2015108f6fb8 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1403] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:07:51 2026] POST /v2.0/ports => generated 1506 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:07:52.543 7 INFO neutron.db.segments_db [None req-8e29dd47-ae70-45bc-a745-e9f4ae637101 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Added segment 68547134-e804-4dfa-94e4-2b0960a53802 of type vxlan for network 9c7cf475-b5e8-45a0-afdf-7512b4dd2953 2026-06-16 05:07:52.550 8 INFO neutron.db.segments_db [None req-10f27a6f-b25d-469a-bd7b-40978217c899 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment a5c68206-1eb2-4308-974e-7aa97df8a2ad of type vxlan for network dcdad05a-395d-4aa5-aae0-ab79043fdb1c 2026-06-16 05:07:52.612 8 INFO neutron.db.segments_db [None req-10f27a6f-b25d-469a-bd7b-40978217c899 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment bde167db-b6fb-4a22-ae4c-23b12f9b165c of type vxlan for network 435bea71-431e-43ab-be8c-ddd84e070777 [pid: 8|app: 0|req: 762/1404] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:52 2026] POST /v2.0/networks => generated 1207 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:07:52.793 7 INFO neutron.db.l3_hamode_db [None req-8e29dd47-ae70-45bc-a745-e9f4ae637101 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1405] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:07:52 2026] GET /v2.0/ports => generated 1506 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1406] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:52 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:52.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-88c1bd95-4c13-4d5b-9e6f-9c857b30206e 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] TaaS: Handle Delete Port: 0e8100dd-1a2e-48f8-983d-8d2350f633cd 2026-06-16 05:07:52.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88c1bd95-4c13-4d5b-9e6f-9c857b30206e 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Tap Mirror: Handle Delete Port: 0e8100dd-1a2e-48f8-983d-8d2350f633cd [pid: 8|app: 0|req: 765/1407] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:52 2026] DELETE /v2.0/ports/0e8100dd-1a2e-48f8-983d-8d2350f633cd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1408] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:53 2026] DELETE /v2.0/networks/dcdad05a-395d-4aa5-aae0-ab79043fdb1c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:53.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd94ef89-2331-4d7e-ad83-3624b49303a4 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] TaaS: Handle Delete Port: 68d9a670-cda6-4740-95b2-d3617a04654b 2026-06-16 05:07:53.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd94ef89-2331-4d7e-ad83-3624b49303a4 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Tap Mirror: Handle Delete Port: 68d9a670-cda6-4740-95b2-d3617a04654b [pid: 8|app: 0|req: 767/1409] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:53 2026] DELETE /v2.0/ports/68d9a670-cda6-4740-95b2-d3617a04654b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:53.447 7 INFO neutron.services.segments.plugin [-] Segment 89bd485d-c121-4011-8292-46b113061edb resource provider aggregate not found 2026-06-16 05:07:53.453 7 INFO neutron.services.segments.plugin [-] Segment 89bd485d-c121-4011-8292-46b113061edb resource provider aggregate not found 2026-06-16 05:07:53.468 7 INFO neutron.services.segments.plugin [-] Segment 89bd485d-c121-4011-8292-46b113061edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bd485d-c121-4011-8292-46b113061edb found for delete ", "request_id": "req-b56cce67-d4ec-4c8e-8f4b-f26296e58d2d"}]} 2026-06-16 05:07:53.478 7 INFO neutron.services.segments.plugin [-] Segment 89bd485d-c121-4011-8292-46b113061edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bd485d-c121-4011-8292-46b113061edb found for delete ", "request_id": "req-b4e6385c-6c5d-4363-8d4b-356dc40b659b"}]} [pid: 8|app: 0|req: 768/1410] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:53 2026] DELETE /v2.0/networks/435bea71-431e-43ab-be8c-ddd84e070777 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1411] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:07:53 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1412] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:07:53 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:53.583 7 INFO neutron.db.l3_hamode_db [None req-8e29dd47-ae70-45bc-a745-e9f4ae637101 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:07:53.598 8 INFO neutron.db.segments_db [None req-bce8eab4-f53c-4f5c-a517-427caf8508eb 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment 414d8f49-38aa-452e-b747-58bb976464da of type vxlan for network 09146c69-9123-451f-ad84-0cc996a954c7 2026-06-16 05:07:53.722 8 INFO neutron.services.segments.plugin [-] Segment 12028394-ff4d-4b1e-a9ff-87a3d6491147 resource provider aggregate not found [pid: 8|app: 0|req: 771/1413] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:53 2026] POST /v2.0/networks => generated 633 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:53.743 8 INFO neutron.services.segments.plugin [-] Segment 12028394-ff4d-4b1e-a9ff-87a3d6491147 resource provider aggregate not found 2026-06-16 05:07:53.746 8 INFO neutron.services.segments.plugin [-] Segment 12028394-ff4d-4b1e-a9ff-87a3d6491147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12028394-ff4d-4b1e-a9ff-87a3d6491147 found for delete ", "request_id": "req-0ca4c575-aee6-4996-93a4-8877d3055626"}]} 2026-06-16 05:07:53.760 8 INFO neutron.services.segments.plugin [-] Segment 12028394-ff4d-4b1e-a9ff-87a3d6491147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12028394-ff4d-4b1e-a9ff-87a3d6491147 found for delete ", "request_id": "req-0f1a5aa0-7ab7-4c3d-972b-0d4d377ae527"}]} 2026-06-16 05:07:53.770 8 INFO neutron.services.segments.plugin [-] Segment a5c68206-1eb2-4308-974e-7aa97df8a2ad resource provider aggregate not found 2026-06-16 05:07:53.782 8 INFO neutron.services.segments.plugin [-] Segment a5c68206-1eb2-4308-974e-7aa97df8a2ad resource provider aggregate not found 2026-06-16 05:07:53.789 8 INFO neutron.services.segments.plugin [-] Segment a5c68206-1eb2-4308-974e-7aa97df8a2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c68206-1eb2-4308-974e-7aa97df8a2ad found for delete ", "request_id": "req-8b25463d-34a3-48c6-b2ef-083cae6a7d6e"}]} 2026-06-16 05:07:53.796 8 INFO neutron.services.segments.plugin [-] Segment a5c68206-1eb2-4308-974e-7aa97df8a2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c68206-1eb2-4308-974e-7aa97df8a2ad found for delete ", "request_id": "req-e9ea0047-da75-4761-8cc7-4f679b28ec18"}]} 2026-06-16 05:07:53.812 8 INFO neutron.services.segments.plugin [-] Segment bde167db-b6fb-4a22-ae4c-23b12f9b165c resource provider aggregate not found 2026-06-16 05:07:53.818 8 INFO neutron.services.segments.plugin [-] Segment bde167db-b6fb-4a22-ae4c-23b12f9b165c resource provider aggregate not found 2026-06-16 05:07:53.823 8 INFO neutron.db.segments_db [None req-0931dc9a-add6-4edd-b4d7-567b332e023b 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 of type vxlan for network d1eeae83-c1c0-47bd-990a-5b30ef4dfb6a 2026-06-16 05:07:53.831 8 INFO neutron.services.segments.plugin [-] Segment bde167db-b6fb-4a22-ae4c-23b12f9b165c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde167db-b6fb-4a22-ae4c-23b12f9b165c found for delete ", "request_id": "req-6ce0858e-1bc6-4b76-b424-ee4500873d15"}]} 2026-06-16 05:07:53.836 8 INFO neutron.services.segments.plugin [-] Segment bde167db-b6fb-4a22-ae4c-23b12f9b165c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde167db-b6fb-4a22-ae4c-23b12f9b165c found for delete ", "request_id": "req-c264d4fd-7a07-48af-b39e-01d9c6ae7508"}]} [pid: 8|app: 0|req: 772/1414] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:53 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:53.956 8 INFO neutron.db.segments_db [None req-1cf30013-a9c0-4edb-99a7-e24139462595 11ce0aefe7e547ab8ba2fb7426053264 230848cb30d6438bb3dcd914f134b0e7 - - default default] Added segment db1c67fc-1b96-415b-9c1b-7916833a9b99 of type vxlan for network a6d75e91-4c89-45eb-b538-30096d7f4ded [pid: 8|app: 0|req: 773/1415] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:53 2026] POST /v2.0/networks => generated 635 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:54.099 8 INFO neutron.db.segments_db [None req-b0bd9433-0910-4a37-a038-42660dafe44b 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc of type vxlan for network 91847567-160a-4346-979a-087f12476fb8 [pid: 8|app: 0|req: 774/1416] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:54 2026] POST /v2.0/networks => generated 628 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1417] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:52 2026] POST /v2.0/routers => generated 688 bytes in 2019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1418] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:07:54 2026] GET /v2.0/routers/2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1419] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:07:54 2026] POST /v2.0/ports => generated 1506 bytes in 570 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: 776/1420] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:54 2026] GET /v2.0/routers => generated 697 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1421] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:07:54 2026] GET /v2.0/ports => generated 1506 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1422] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:54 2026] POST /v2.0/subnets => generated 1323 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:07:55.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2b74a9a-0328-498d-b171-12eb1ac5eac8 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] TaaS: Handle Delete Port: 72465f74-cef3-4acd-a5c9-13696172c20c 2026-06-16 05:07:55.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2b74a9a-0328-498d-b171-12eb1ac5eac8 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Tap Mirror: Handle Delete Port: 72465f74-cef3-4acd-a5c9-13696172c20c [pid: 7|app: 0|req: 646/1423] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:54 2026] DELETE /v2.0/ports/72465f74-cef3-4acd-a5c9-13696172c20c => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1424] 10.0.0.19 () {34 vars in 740 bytes} [Tue Jun 16 05:07:54 2026] PUT /v2.0/routers/2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 701 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1425] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:55 2026] GET /v2.0/subnets => generated 1959 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:55.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdf51005-6279-4110-9b1a-c4c3f7468c4e 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] TaaS: Handle Delete Port: 75824f45-c536-4697-a544-265ab41d3718 2026-06-16 05:07:55.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdf51005-6279-4110-9b1a-c4c3f7468c4e 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Tap Mirror: Handle Delete Port: 75824f45-c536-4697-a544-265ab41d3718 [pid: 7|app: 0|req: 648/1426] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:07:55 2026] GET /v2.0/routers/2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 701 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1427] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:07:55 2026] DELETE /v2.0/ports/75824f45-c536-4697-a544-265ab41d3718 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1428] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:55 2026] GET /v2.0/ports?device_id=2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1429] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:55 2026] DELETE /v2.0/subnets/ebc09faf-f8f9-47a6-a3cd-d995d2d55688 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1430] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:07:55 2026] GET /v2.0/ports => 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: 781/1431] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:07:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1432] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:55 2026] DELETE /v2.0/subnets/68d78fd3-428c-49a4-9cdc-7cb970c3d47c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:55.800 8 INFO neutron.db.segments_db [None req-5b4f6724-c9a6-4dfb-9762-eaacd97e93e3 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment 16224a72-d87b-4c62-be17-a90e2c63126d of type vxlan for network 565d5b2d-3d7e-41cb-8ea8-51abf801d659 2026-06-16 05:07:55.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-a26eae4e-80ae-49b8-a29c-c69440dc139d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 8fa8dd59-4618-463a-8339-be08bc54bdde 2026-06-16 05:07:55.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a26eae4e-80ae-49b8-a29c-c69440dc139d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 8fa8dd59-4618-463a-8339-be08bc54bdde [pid: 8|app: 0|req: 783/1433] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:55 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1434] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:07:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1435] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:55 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:56.008 8 INFO neutron.db.segments_db [None req-133b4399-acfd-4612-bb57-ddd68163a2c5 2d6b4c270813473d92ea2fff61f88779 70a5659e4be54dacbb18474db95d6079 - - default default] Added segment 341bbe60-7d75-4ad0-9212-97e1cea2be33 of type vxlan for network 26b9dfe7-fbb7-4a0e-8eb6-5596e7eb0f4c 2026-06-16 05:07:56.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-a26eae4e-80ae-49b8-a29c-c69440dc139d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] TaaS: Handle Delete Port: 4bc51afd-af6d-42b5-89bc-bcabab183d4a 2026-06-16 05:07:56.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a26eae4e-80ae-49b8-a29c-c69440dc139d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] Tap Mirror: Handle Delete Port: 4bc51afd-af6d-42b5-89bc-bcabab183d4a [pid: 8|app: 0|req: 786/1436] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:07:55 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1437] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:07:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:07:56.223 8 INFO neutron.services.segments.plugin [-] Segment db1c67fc-1b96-415b-9c1b-7916833a9b99 resource provider aggregate not found 2026-06-16 05:07:56.229 8 INFO neutron.services.segments.plugin [-] Segment db1c67fc-1b96-415b-9c1b-7916833a9b99 resource provider aggregate not found 2026-06-16 05:07:56.244 8 INFO neutron.services.segments.plugin [-] Segment db1c67fc-1b96-415b-9c1b-7916833a9b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c67fc-1b96-415b-9c1b-7916833a9b99 found for delete ", "request_id": "req-adc72204-61f9-4fc2-a984-807d1722bd10"}]} 2026-06-16 05:07:56.252 8 INFO neutron.services.segments.plugin [-] Segment db1c67fc-1b96-415b-9c1b-7916833a9b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c67fc-1b96-415b-9c1b-7916833a9b99 found for delete ", "request_id": "req-a70f3eff-8861-405d-9c0a-488f536a6718"}]} [pid: 8|app: 0|req: 788/1438] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/networks/a6d75e91-4c89-45eb-b538-30096d7f4ded => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:07:56.393 7 INFO neutron.services.segments.plugin [-] Segment 68547134-e804-4dfa-94e4-2b0960a53802 resource provider aggregate not found 2026-06-16 05:07:56.393 7 INFO neutron.services.segments.plugin [-] Segment 68547134-e804-4dfa-94e4-2b0960a53802 resource provider aggregate not found 2026-06-16 05:07:56.415 7 INFO neutron.services.segments.plugin [-] Segment 68547134-e804-4dfa-94e4-2b0960a53802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68547134-e804-4dfa-94e4-2b0960a53802 found for delete ", "request_id": "req-673aa36d-d913-4897-b88f-6a44a5dc6ee3"}]} 2026-06-16 05:07:56.416 7 INFO neutron.services.segments.plugin [-] Segment 68547134-e804-4dfa-94e4-2b0960a53802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68547134-e804-4dfa-94e4-2b0960a53802 found for delete ", "request_id": "req-19411166-54d5-441d-8ed0-122a0140c285"}]} 2026-06-16 05:07:56.428 7 INFO neutron.db.l3_hamode_db [None req-a26eae4e-80ae-49b8-a29c-c69440dc139d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] HA network 9c7cf475-b5e8-45a0-afdf-7512b4dd2953 was deleted as no HA routers are present in tenant a6ba3c2f3f2043f498ad720c5de034c1. [pid: 7|app: 0|req: 651/1439] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:55 2026] DELETE /v2.0/routers/2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1440] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:07:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1441] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/networks/09146c69-9123-451f-ad84-0cc996a954c7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1442] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:56 2026] GET /v2.0/ports?device_id=2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => 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: 655/1443] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:07:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1444] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:07:56 2026] POST /v2.0/subnets => generated 1274 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:07:56.677 8 INFO neutron.api.v2.resource [None req-b84a33b9-7861-4504-86d0-e48b49cca48e 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1445] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/routers/2ba5d7fe-3d47-4ae6-ae45-0f1a64962a4f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1446] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:07:56 2026] PUT /v2.0/policies/44bd774c-0c18-4b4b-a161-fb7c98d868d6/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1447] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:56 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1448] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:56 2026] GET /v2.0/ports?device_id=ed7c7976-4467-49e8-8267-70b51f5577fa => 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: 656/1449] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/networks/7c4d12f6-f0a4-4bd7-96ee-4977e85f460d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1450] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:07:56 2026] PUT /v2.0/policies/1c885fce-fa50-48ea-8003-61bb271d7e05/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:56.841 8 INFO neutron.api.v2.resource [None req-78bb21e3-edb8-478b-bb12-213400861734 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1451] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/routers/ed7c7976-4467-49e8-8267-70b51f5577fa => 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: 657/1452] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/subnets/a7beebb4-1263-40a8-93ab-7ef87409032e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1453] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:07:56 2026] PUT /v2.0/policies/df48d07f-db40-4e76-8734-a86997d4b112/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:56.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60efc4dd-680b-42c6-81c6-c2b16309483d 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1454] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/subnets/71d5fdee-6e21-4001-99c9-f8cd4dec219d => 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: 796/1455] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/networks/76135056-1e3c-42a8-ad1a-529ec6212db6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1456] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:07:56 2026] PUT /v2.0/policies/5a54e64a-405c-481d-9b1c-993a8843b541/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1457] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/ports?device_id=6f903f02-86e5-47bb-9952-b5f06cbceeb9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:07:57.057 8 INFO neutron.api.v2.resource [None req-3a6eab0f-5678-48a0-9ebd-4cfebb0171ae 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1458] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/routers/6f903f02-86e5-47bb-9952-b5f06cbceeb9 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:57.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0b34ab5-230e-4aa9-bb49-17ce77d55ac1 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1459] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/subnets/11aa27c6-ac51-423c-b574-f5a971cc0b2c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1460] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:56 2026] DELETE /v2.0/subnets/580bbb0c-43ef-45ae-b479-6ddab8089709 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1461] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/ports?device_id=d61c8f5c-e286-4af0-b31b-cedf952f946f => 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: 661/1462] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:07:57.135 8 INFO neutron.api.v2.resource [None req-51ec1910-f583-42fc-bd1e-3eb3b2a0f56f 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1463] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/routers/d61c8f5c-e286-4af0-b31b-cedf952f946f => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:57.159 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02be7bd4-7aa0-43d7-b1dd-bebace5b7aab 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 803/1464] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/subnets/58d44bb0-1ed8-4a8f-a194-e54fa0578075 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:07:57.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8199cb30-3d3d-4dba-a418-c3bd2e47a86e 6f9632dcdad74740814ca67e767cc7da a6ba3c2f3f2043f498ad720c5de034c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1465] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/subnets/578f99c4-5750-46b0-b437-ee1a896a280a => 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: 662/1466] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/networks/26b9dfe7-fbb7-4a0e-8eb6-5596e7eb0f4c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1467] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/networks/565d5b2d-3d7e-41cb-8ea8-51abf801d659 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1468] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/networks/91847567-160a-4346-979a-087f12476fb8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1469] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/security-groups?tenant_id=230848cb30d6438bb3dcd914f134b0e7&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1470] 10.0.0.19 () {32 vars in 673 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1471] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/networks/d1eeae83-c1c0-47bd-990a-5b30ef4dfb6a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1472] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/security-groups/876518b0-3376-4a8a-b6d4-f6a70fe1bd68 => 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: 809/1473] 10.0.0.19 () {32 vars in 687 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1474] 10.0.0.19 () {32 vars in 683 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1475] 10.0.0.19 () {32 vars in 695 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1476] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/security-groups?tenant_id=a6ba3c2f3f2043f498ad720c5de034c1&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1477] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1478] 10.0.0.19 () {32 vars in 695 bytes} [Tue Jun 16 05:07:57 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1479] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:57 2026] DELETE /v2.0/security-groups/56c66d8a-da1b-4969-845d-8520fdfab1e1 => 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: 814/1480] 10.0.0.19 () {32 vars in 691 bytes} [Tue Jun 16 05:07:58 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1481] 10.0.0.19 () {32 vars in 703 bytes} [Tue Jun 16 05:07:58 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1482] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/qos/policies/44bd774c-0c18-4b4b-a161-fb7c98d868d6 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1483] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/qos/policies/1c885fce-fa50-48ea-8003-61bb271d7e05 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:58.263 8 INFO neutron.services.segments.plugin [-] Segment 0f1743eb-e61b-4d97-88e5-831c21629c24 resource provider aggregate not found 2026-06-16 05:07:58.270 8 INFO neutron.services.segments.plugin [-] Segment 0f1743eb-e61b-4d97-88e5-831c21629c24 resource provider aggregate not found 2026-06-16 05:07:58.278 8 INFO neutron.services.segments.plugin [-] Segment 0f1743eb-e61b-4d97-88e5-831c21629c24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1743eb-e61b-4d97-88e5-831c21629c24 found for delete ", "request_id": "req-abba0d5f-91e9-43f9-9b3f-5548ced30134"}]} 2026-06-16 05:07:58.287 8 INFO neutron.services.segments.plugin [-] Segment 0f1743eb-e61b-4d97-88e5-831c21629c24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1743eb-e61b-4d97-88e5-831c21629c24 found for delete ", "request_id": "req-acf45ccf-9d3c-4fd2-9ede-0479e2b287be"}]} 2026-06-16 05:07:58.290 8 INFO neutron.services.segments.plugin [-] Segment 16224a72-d87b-4c62-be17-a90e2c63126d resource provider aggregate not found 2026-06-16 05:07:58.308 8 INFO neutron.services.segments.plugin [-] Segment 16224a72-d87b-4c62-be17-a90e2c63126d resource provider aggregate not found 2026-06-16 05:07:58.314 8 INFO neutron.services.segments.plugin [-] Segment 16224a72-d87b-4c62-be17-a90e2c63126d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16224a72-d87b-4c62-be17-a90e2c63126d found for delete ", "request_id": "req-4b227ff5-ea79-451c-8cad-58a3e908a8c9"}]} [pid: 7|app: 0|req: 670/1484] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/qos/policies/df48d07f-db40-4e76-8734-a86997d4b112 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:58.328 8 INFO neutron.services.segments.plugin [-] Segment 16224a72-d87b-4c62-be17-a90e2c63126d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16224a72-d87b-4c62-be17-a90e2c63126d found for delete ", "request_id": "req-7589021a-eab3-4d78-8206-8bbbc572043f"}]} 2026-06-16 05:07:58.333 8 INFO neutron.services.segments.plugin [-] Segment 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc resource provider aggregate not found 2026-06-16 05:07:58.352 8 INFO neutron.services.segments.plugin [-] Segment 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc resource provider aggregate not found 2026-06-16 05:07:58.356 8 INFO neutron.services.segments.plugin [-] Segment 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc found for delete ", "request_id": "req-596c958b-8ab5-4efe-a5bf-280cb4af9545"}]} 2026-06-16 05:07:58.369 8 INFO neutron.services.segments.plugin [-] Segment 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7d73b4-e9dc-4f9e-b71e-086d9757bccc found for delete ", "request_id": "req-56514cbb-afd8-490b-873a-0c66fe296bc6"}]} [pid: 7|app: 0|req: 671/1485] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/qos/policies/5a54e64a-405c-481d-9b1c-993a8843b541 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1486] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:58 2026] GET /v2.0/security-groups?tenant_id=70a5659e4be54dacbb18474db95d6079&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:07:58.379 8 INFO neutron.services.segments.plugin [-] Segment e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 resource provider aggregate not found 2026-06-16 05:07:58.390 8 INFO neutron.services.segments.plugin [-] Segment e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 resource provider aggregate not found 2026-06-16 05:07:58.408 8 INFO neutron.services.segments.plugin [-] Segment e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 found for delete ", "request_id": "req-1a8ac54b-d53f-4177-8f07-0c76478a8a86"}]} 2026-06-16 05:07:58.412 8 INFO neutron.services.segments.plugin [-] Segment e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8c1b7ee-650d-430b-819f-cb3c1ffe0ff5 found for delete ", "request_id": "req-47feff78-e978-4afd-afd5-9cd5521ecdc6"}]} [pid: 7|app: 0|req: 672/1487] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/qos/policies/6c766c01-7d76-42df-ab91-274b33c7d021 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:58.440 7 INFO neutron.services.segments.plugin [-] Segment 414d8f49-38aa-452e-b747-58bb976464da resource provider aggregate not found 2026-06-16 05:07:58.443 7 INFO neutron.services.segments.plugin [-] Segment 414d8f49-38aa-452e-b747-58bb976464da resource provider aggregate not found 2026-06-16 05:07:58.459 7 INFO neutron.services.segments.plugin [-] Segment 414d8f49-38aa-452e-b747-58bb976464da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d8f49-38aa-452e-b747-58bb976464da found for delete ", "request_id": "req-6bbc06b2-81e4-4d5e-80e8-623498b04db1"}]} 2026-06-16 05:07:58.465 7 INFO neutron.services.segments.plugin [-] Segment 414d8f49-38aa-452e-b747-58bb976464da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d8f49-38aa-452e-b747-58bb976464da found for delete ", "request_id": "req-77138b8d-50e3-47ec-858e-09d6eab0d3f0"}]} 2026-06-16 05:07:58.476 7 INFO neutron.services.segments.plugin [-] Segment d623a002-7e66-49a6-89a9-6b9d6975da27 resource provider aggregate not found 2026-06-16 05:07:58.480 7 INFO neutron.services.segments.plugin [-] Segment d623a002-7e66-49a6-89a9-6b9d6975da27 resource provider aggregate not found 2026-06-16 05:07:58.500 7 INFO neutron.services.segments.plugin [-] Segment d623a002-7e66-49a6-89a9-6b9d6975da27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d623a002-7e66-49a6-89a9-6b9d6975da27 found for delete ", "request_id": "req-2334316d-5bcf-47b9-b844-a50165efe3f8"}]} 2026-06-16 05:07:58.510 7 INFO neutron.services.segments.plugin [-] Segment d623a002-7e66-49a6-89a9-6b9d6975da27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d623a002-7e66-49a6-89a9-6b9d6975da27 found for delete ", "request_id": "req-984981d8-c087-40ba-9488-361f81427d3a"}]} [pid: 8|app: 0|req: 816/1488] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:58 2026] DELETE /v2.0/security-groups/348d7127-1973-4263-94b4-a9755d3e86e7 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:07:58.519 7 INFO neutron.services.segments.plugin [-] Segment 341bbe60-7d75-4ad0-9212-97e1cea2be33 resource provider aggregate not found 2026-06-16 05:07:58.530 7 INFO neutron.services.segments.plugin [-] Segment 341bbe60-7d75-4ad0-9212-97e1cea2be33 resource provider aggregate not found 2026-06-16 05:07:58.534 7 INFO neutron.services.segments.plugin [-] Segment 341bbe60-7d75-4ad0-9212-97e1cea2be33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341bbe60-7d75-4ad0-9212-97e1cea2be33 found for delete ", "request_id": "req-2109248b-994e-406d-880c-699bbc09545e"}]} 2026-06-16 05:07:58.551 7 INFO neutron.services.segments.plugin [-] Segment 341bbe60-7d75-4ad0-9212-97e1cea2be33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341bbe60-7d75-4ad0-9212-97e1cea2be33 found for delete ", "request_id": "req-4a51c6b1-049f-4b4b-a9fb-f540f659407a"}]} [pid: 7|app: 0|req: 673/1491] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:59 2026] GET /v2.0/security-groups?tenant_id=b4e64309e31942659c6ff30b0979083c&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1492] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:59 2026] DELETE /v2.0/security-groups/7424aea2-ab81-42ad-b80a-46629d8d1a55 => 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: 820/1493] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:07:59 2026] GET /v2.0/security-groups?tenant_id=b7c1b518a9bf41c1a363989fbd26c743&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1494] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:07:59 2026] DELETE /v2.0/security-groups/d4ac3a32-3c81-45cc-bb34-0a8a89379609 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1495] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:07:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1496] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:07:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1497] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups?tenant_id=50f7df82ace14b008c87427556dd9151&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1498] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1499] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1500] 10.0.0.19 () {34 vars in 757 bytes} [Tue Jun 16 05:08:00 2026] PUT /v2.0/security-groups/291f1447-7d76-48a9-9104-c3a4a066358c => generated 1663 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1501] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-groups/5c0fc874-a3e5-4d29-8455-061557c71d3c => 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: 825/1502] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups/291f1447-7d76-48a9-9104-c3a4a066358c => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1503] 10.0.0.19 () {34 vars in 757 bytes} [Tue Jun 16 05:08:00 2026] PUT /v2.0/security-groups/ce95d2f0-0dbe-434d-8609-7eff25f7efbb => generated 1662 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1504] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups/ce95d2f0-0dbe-434d-8609-7eff25f7efbb => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1505] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-groups/291f1447-7d76-48a9-9104-c3a4a066358c => 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: 827/1506] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1507] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-groups/ce95d2f0-0dbe-434d-8609-7eff25f7efbb => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:00.395 7 INFO neutron.api.v2.resource [None req-85753878-3cd2-4f14-ab70-ce5cc0e2dda8 8be58d52e6d040cd9b618b5dbb841d8c 57d59aeb1937406bb741acc83323d4d1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1508] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-groups/291f1447-7d76-48a9-9104-c3a4a066358c => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1509] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1510] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:08:00.591 7 INFO neutron.api.v2.resource [None req-1b3d0966-11d7-4ffa-974b-74e63947e671 0f455131f1944c029abf0dd4f0320754 2bc51fbfd56b4ceaae128f5207ee2a78 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1511] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-groups/ce95d2f0-0dbe-434d-8609-7eff25f7efbb => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1512] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:00.704 8 INFO neutron.db.segments_db [None req-4b5a5e0e-44e9-4de9-a01b-020527ff8230 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Added segment 4c6a1406-37d9-416b-b739-ef34e4299dfd of type vxlan for network 7a371398-bf5d-4717-bce4-7e16c4e14da6 [pid: 8|app: 0|req: 828/1513] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/networks => generated 630 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1514] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-group-rules/55c137f5-1f1e-4ec2-9d50-adc333dd3d49 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1515] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1516] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1517] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1518] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:00 2026] DELETE /v2.0/security-group-rules/55c137f5-1f1e-4ec2-9d50-adc333dd3d49 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1519] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules/f5937934-6104-4457-936c-0944ef061f07 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1520] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:00 2026] POST /v2.0/ports => generated 778 bytes in 255 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: 691/1521] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1522] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:01.162 7 INFO neutron.db.segments_db [None req-9fb3392f-10ad-4a45-801c-7dae05e39232 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Added segment 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef of type vxlan for network 77eabc7a-612f-40a7-920c-58e50c000e6c [pid: 8|app: 0|req: 832/1523] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1524] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/networks => generated 617 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1525] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules/af48efc1-f4aa-4b52-91b8-e91713c4c44b => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1526] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:01 2026] DELETE /v2.0/security-group-rules/f5937934-6104-4457-936c-0944ef061f07 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1527] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1528] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1529] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:01 2026] DELETE /v2.0/security-group-rules/af48efc1-f4aa-4b52-91b8-e91713c4c44b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1530] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1531] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1532] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1533] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1534] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules/1ed342e2-bd4b-4829-ba32-c6167eb7591e => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1535] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules/cf7b44e0-f914-492b-abf5-2df3cb4fa26e => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1536] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1537] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1538] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:01 2026] DELETE /v2.0/security-group-rules/1ed342e2-bd4b-4829-ba32-c6167eb7591e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1539] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/ports => generated 966 bytes in 291 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: 844/1540] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:01 2026] DELETE /v2.0/security-group-rules/cf7b44e0-f914-492b-abf5-2df3cb4fa26e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1541] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1542] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:01.985 7 INFO neutron.db.securitygroups_db [None req-445be303-d3c3-4fa3-b4ad-d4eb7e72748d 0f455131f1944c029abf0dd4f0320754 2bc51fbfd56b4ceaae128f5207ee2a78 - - default default] Project 2bc51fbfd56b4ceaae128f5207ee2a78 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-16 05:08:02.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fedf8c3-b2ae-4f52-ae66-2e3237fdd926 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] TaaS: Handle Delete Port: 320b404c-15e7-416e-a0b3-9a04f32dc20f 2026-06-16 05:08:02.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fedf8c3-b2ae-4f52-ae66-2e3237fdd926 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Tap Mirror: Handle Delete Port: 320b404c-15e7-416e-a0b3-9a04f32dc20f [pid: 7|app: 0|req: 699/1543] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1544] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/security-groups/7237d2cc-bcc8-4b29-bfd5-d1df37b8b3f8 => 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: 701/1545] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-group-rules/8209bcad-ff34-4b29-9afd-c2c3cba0d13f => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1546] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:01 2026] DELETE /v2.0/ports/320b404c-15e7-416e-a0b3-9a04f32dc20f => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1547] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:02.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ba9b77f-9852-4cc7-90cf-30a0e2046f41 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1548] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/ports/320b404c-15e7-416e-a0b3-9a04f32dc20f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1549] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1550] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:02.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de11a61d-769f-42fc-adfc-2032c7322051 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1551] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/ports/320b404c-15e7-416e-a0b3-9a04f32dc20f => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1552] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/security-group-rules/8209bcad-ff34-4b29-9afd-c2c3cba0d13f => 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: 706/1553] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/subnets/d1ccd300-7ab3-46f8-a102-bcd3ca638440 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1554] 10.0.0.19 () {32 vars in 672 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1555] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/security-groups/1b12feeb-3650-4b76-92db-5176054707d8 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:02.395 7 INFO neutron.services.segments.plugin [-] Segment 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef resource provider aggregate not found 2026-06-16 05:08:02.395 7 INFO neutron.services.segments.plugin [-] Segment 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef resource provider aggregate not found 2026-06-16 05:08:02.423 7 INFO neutron.services.segments.plugin [-] Segment 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef found for delete ", "request_id": "req-9427caee-387d-45d5-96e1-29efcd4902e2"}]} 2026-06-16 05:08:02.423 7 INFO neutron.services.segments.plugin [-] Segment 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075e8bbe-7dd0-4989-950d-bbaf32b4d7ef found for delete ", "request_id": "req-f4bf0620-09ce-4cf9-b4e2-e71e49196835"}]} [pid: 7|app: 0|req: 707/1556] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/networks/77eabc7a-612f-40a7-920c-58e50c000e6c => 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: 850/1557] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1558] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:02.488 7 INFO neutron.db.segments_db [None req-ac8c2446-d169-4315-882b-5ab4206b800d c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Added segment 8d7b00b4-35ea-4ff9-a70a-0659a393570a of type vxlan for network c1e78405-3eb9-49ed-b6be-10138daf802f [pid: 7|app: 0|req: 708/1559] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:02 2026] POST /v2.0/networks => generated 617 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1560] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:02 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1561] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups?tenant_id=57d59aeb1937406bb741acc83323d4d1&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1562] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/security-groups/2d15dc44-6faf-478f-a25c-be1622903f27 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1563] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:02 2026] GET /v2.0/security-groups?tenant_id=2bc51fbfd56b4ceaae128f5207ee2a78&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1564] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:02 2026] DELETE /v2.0/security-groups/6b3b64a9-0087-46c4-8a2c-f93fe6a06f67 => 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: 853/1565] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:02 2026] POST /v2.0/ports => generated 928 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:03.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-3da4048e-5943-44ab-8d92-94583ea00fc1 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] TaaS: Handle Delete Port: ce5d9998-b4d3-49f9-acdc-5a43a28293aa 2026-06-16 05:08:03.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3da4048e-5943-44ab-8d92-94583ea00fc1 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Tap Mirror: Handle Delete Port: ce5d9998-b4d3-49f9-acdc-5a43a28293aa [pid: 7|app: 0|req: 713/1566] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:03 2026] DELETE /v2.0/ports/ce5d9998-b4d3-49f9-acdc-5a43a28293aa => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:03.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04f4f579-00ba-4be9-b929-b2ec0c3e0198 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1567] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:03 2026] GET /v2.0/ports/ce5d9998-b4d3-49f9-acdc-5a43a28293aa => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1568] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:03 2026] DELETE /v2.0/subnets/b8700300-c6f8-4602-aeac-bd7717afb6a4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:03.584 8 INFO neutron.services.segments.plugin [-] Segment 8d7b00b4-35ea-4ff9-a70a-0659a393570a resource provider aggregate not found 2026-06-16 05:08:03.586 8 INFO neutron.services.segments.plugin [-] Segment 8d7b00b4-35ea-4ff9-a70a-0659a393570a resource provider aggregate not found 2026-06-16 05:08:03.603 8 INFO neutron.services.segments.plugin [-] Segment 8d7b00b4-35ea-4ff9-a70a-0659a393570a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7b00b4-35ea-4ff9-a70a-0659a393570a found for delete ", "request_id": "req-29e0d916-763c-401d-a59f-2147c369089d"}]} 2026-06-16 05:08:03.604 8 INFO neutron.services.segments.plugin [-] Segment 8d7b00b4-35ea-4ff9-a70a-0659a393570a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7b00b4-35ea-4ff9-a70a-0659a393570a found for delete ", "request_id": "req-39efc8d4-b315-4562-8008-88ee75a32ca4"}]} [pid: 8|app: 0|req: 855/1569] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:03 2026] DELETE /v2.0/networks/c1e78405-3eb9-49ed-b6be-10138daf802f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1570] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:03 2026] POST /v2.0/ports => generated 779 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1571] 10.0.0.19 () {34 vars in 736 bytes} [Tue Jun 16 05:08:03 2026] PUT /v2.0/ports/67d8f732-b2c3-4223-a947-5a4215cb7ea8 => generated 752 bytes in 210 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-06-16 05:08:04.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-750ad07c-eee0-46be-b4c4-3306b9b568a4 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] TaaS: Handle Delete Port: 67d8f732-b2c3-4223-a947-5a4215cb7ea8 2026-06-16 05:08:04.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-750ad07c-eee0-46be-b4c4-3306b9b568a4 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Tap Mirror: Handle Delete Port: 67d8f732-b2c3-4223-a947-5a4215cb7ea8 [pid: 7|app: 0|req: 716/1572] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/ports/67d8f732-b2c3-4223-a947-5a4215cb7ea8 => generated 0 bytes in 180 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: 857/1573] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:08:04 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:04.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec70e5d1-fdbe-4af9-991c-b558f8b291b4 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1574] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:04 2026] GET /v2.0/ports/67d8f732-b2c3-4223-a947-5a4215cb7ea8 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1575] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:08:04 2026] GET /v2.0/ports => generated 781 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1576] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:04 2026] GET /v2.0/ports/2f67abfa-8dc7-4f51-a54b-5c4a9cf3eb93 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:04.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06259b16-56b5-467b-ab3c-4bdd26509ae5 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1577] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/ports/ce5d9998-b4d3-49f9-acdc-5a43a28293aa => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:04.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d66172b-8ea4-4cbf-8f28-8a1110f66879 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1578] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/subnets/b8700300-c6f8-4602-aeac-bd7717afb6a4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:04.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c2871da-aa00-4bdc-bf93-e09161f6cea9 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1579] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/subnets/d1ccd300-7ab3-46f8-a102-bcd3ca638440 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:04.641 8 INFO neutron.db.segments_db [None req-15c2c546-3107-491e-8932-4386a51c2a2f 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Added segment d7899eff-338d-48c6-a93d-01a7e297bc56 of type vxlan for network 7447e14b-0646-469b-b08c-00d784c87b25 2026-06-16 05:08:04.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a30d2b3-9273-42fc-8a19-c88b9c38e7c7 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] TaaS: Handle Delete Port: 2f67abfa-8dc7-4f51-a54b-5c4a9cf3eb93 2026-06-16 05:08:04.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a30d2b3-9273-42fc-8a19-c88b9c38e7c7 c5e78f2a17d1497185a62a077689fd08 793364e9569f4821b334d9c0645824c6 - - default default] Tap Mirror: Handle Delete Port: 2f67abfa-8dc7-4f51-a54b-5c4a9cf3eb93 [pid: 7|app: 0|req: 723/1580] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/ports/2f67abfa-8dc7-4f51-a54b-5c4a9cf3eb93 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:04.907 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1406-37d9-416b-b739-ef34e4299dfd resource provider aggregate not found 2026-06-16 05:08:04.913 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1406-37d9-416b-b739-ef34e4299dfd resource provider aggregate not found 2026-06-16 05:08:04.928 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1406-37d9-416b-b739-ef34e4299dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a1406-37d9-416b-b739-ef34e4299dfd found for delete ", "request_id": "req-1f36c77b-d648-47e9-bf91-2151e5a6eb3e"}]} 2026-06-16 05:08:04.930 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1406-37d9-416b-b739-ef34e4299dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a1406-37d9-416b-b739-ef34e4299dfd found for delete ", "request_id": "req-bf94d4ad-1852-4ec9-90c3-6c0826b9a950"}]} 2026-06-16 05:08:04.940 8 INFO neutron.db.l3_hamode_db [None req-15c2c546-3107-491e-8932-4386a51c2a2f 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 724/1581] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:04 2026] DELETE /v2.0/networks/7a371398-bf5d-4717-bce4-7e16c4e14da6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1582] 10.0.0.19 () {32 vars in 622 bytes} [Tue Jun 16 05:08:04 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1583] 10.0.0.19 () {32 vars in 632 bytes} [Tue Jun 16 05:08:04 2026] GET /v2.0/ => generated 632 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:05.075 8 INFO neutron.db.l3_hamode_db [None req-15c2c546-3107-491e-8932-4386a51c2a2f 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 858/1584] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:08:04 2026] POST /v2.0/routers => generated 474 bytes in 1322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1585] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:05 2026] GET /v2.0/security-groups?tenant_id=793364e9569f4821b334d9c0645824c6&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:05.801 7 INFO neutron.db.l3_hamode_db [None req-a6009853-0c04-4e37-b70a-2ae46a5becea 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:05.922 7 INFO neutron.db.l3_hamode_db [None req-a6009853-0c04-4e37-b70a-2ae46a5becea 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 859/1586] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:05 2026] GET /v2.0/security-groups?tenant_id=d2c2831332f043d8835fce8f264dd580&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1587] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:06 2026] DELETE /v2.0/security-groups/7f6c24f6-521b-4ebd-9a03-c865b56dfc71 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1588] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:06 2026] GET /v2.0/security-groups?tenant_id=48bf7e76ee8d4700b34504a8f54a75e3&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1589] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:06 2026] DELETE /v2.0/security-groups/df555912-d84a-47a5-9bef-e87124b405c5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1590] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:06 2026] DELETE /v2.0/security-groups/f6213e62-18bd-469f-afc1-d5bcf9c3a265 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1591] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:08:05 2026] POST /v2.0/routers => generated 474 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:06.569 8 INFO neutron.db.l3_hamode_db [None req-65456ce1-6f5e-45c0-b338-05a779c61794 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:06.688 8 INFO neutron.db.l3_hamode_db [None req-65456ce1-6f5e-45c0-b338-05a779c61794 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 864/1592] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:08:06 2026] POST /v2.0/routers => generated 474 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:07.876 7 INFO neutron.db.l3_hamode_db [None req-e757132d-5e58-427b-8b70-0c5215624090 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:08.020 7 INFO neutron.db.l3_hamode_db [None req-e757132d-5e58-427b-8b70-0c5215624090 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:08.143 8 INFO neutron.db.segments_db [None req-dcd5c0f9-5335-4b4e-aa66-265d83fcb83d b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Added segment 77c99969-c91e-4c98-87df-a8a059358b36 of type vxlan for network 9da1bbba-6422-4249-8f32-14801dae2c6f [pid: 8|app: 0|req: 865/1593] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:07 2026] POST /v2.0/networks => generated 625 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1594] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:08 2026] POST /v2.0/ports => generated 775 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:08:08.616 8 INFO neutron.db.segments_db [None req-bb8e8372-b931-47e1-bab9-bf1b17cd7005 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Added segment da6af5c5-c995-424f-8201-91abee83372b of type vxlan for network 55cf5632-504e-4c08-b340-3033cceab69a [pid: 7|app: 0|req: 729/1595] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:08:07 2026] POST /v2.0/routers => generated 474 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1596] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:08 2026] POST /v2.0/networks => generated 612 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:08.730 7 INFO neutron.db.l3_hamode_db [None req-33eee521-5951-4d8c-bc7f-aadd9a7b3890 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:08.851 7 INFO neutron.db.l3_hamode_db [None req-33eee521-5951-4d8c-bc7f-aadd9a7b3890 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 868/1597] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:08 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1598] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:08 2026] POST /v2.0/ports => generated 950 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:08:09.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab246b4d-5178-4129-aeae-ef1feaff8c2d b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] TaaS: Handle Delete Port: 45a3d111-dddc-41d3-a6b1-8838f689aca4 2026-06-16 05:08:09.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab246b4d-5178-4129-aeae-ef1feaff8c2d b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Tap Mirror: Handle Delete Port: 45a3d111-dddc-41d3-a6b1-8838f689aca4 [pid: 7|app: 0|req: 730/1599] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:08:08 2026] POST /v2.0/routers => generated 474 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1600] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:09 2026] DELETE /v2.0/ports/45a3d111-dddc-41d3-a6b1-8838f689aca4 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:09.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2cd96f95-d32d-489b-9e3a-fbff556333ed b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 871/1601] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:09 2026] DELETE /v2.0/ports/45a3d111-dddc-41d3-a6b1-8838f689aca4 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:09.559 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c56940af-7a74-4730-a6d6-dffc670e2082 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1602] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:09 2026] GET /v2.0/ports/45a3d111-dddc-41d3-a6b1-8838f689aca4 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1603] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:08:09 2026] PUT /v2.0/routers/8e4bf9b0-fe90-4618-b2b5-8f97710fe5cc/tags => generated 17 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1604] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:08:09 2026] PUT /v2.0/routers/0469a01f-0dfa-47f4-8d16-50454ca14bae/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1605] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:09 2026] DELETE /v2.0/subnets/33f700ed-621b-4dac-9e0c-3ac01822be90 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:09.813 8 INFO neutron.services.segments.plugin [-] Segment da6af5c5-c995-424f-8201-91abee83372b resource provider aggregate not found 2026-06-16 05:08:09.817 8 INFO neutron.services.segments.plugin [-] Segment da6af5c5-c995-424f-8201-91abee83372b resource provider aggregate not found 2026-06-16 05:08:09.835 8 INFO neutron.services.segments.plugin [-] Segment da6af5c5-c995-424f-8201-91abee83372b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da6af5c5-c995-424f-8201-91abee83372b found for delete ", "request_id": "req-cea24077-1f0a-4e7f-a64d-5f78212d3086"}]} 2026-06-16 05:08:09.840 8 INFO neutron.services.segments.plugin [-] Segment da6af5c5-c995-424f-8201-91abee83372b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da6af5c5-c995-424f-8201-91abee83372b found for delete ", "request_id": "req-30b62256-ae38-439e-8138-43d117dac74a"}]} [pid: 7|app: 0|req: 733/1606] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:08:09 2026] PUT /v2.0/routers/4e9f768e-1802-478e-a23f-0509be784bc6/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1607] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:09 2026] DELETE /v2.0/networks/55cf5632-504e-4c08-b340-3033cceab69a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:09.935 8 INFO neutron.db.segments_db [None req-6bdc0904-721a-46cc-86fd-c36b06bb20b4 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Added segment 34f56908-ec36-40d8-8474-aad1b6c9cb3d of type vxlan for network 21d10975-3200-4990-b29a-404770e68306 [pid: 7|app: 0|req: 734/1608] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:08:09 2026] PUT /v2.0/routers/1d8fe8e3-5c73-4b0a-81d2-232d5bd2e467/tags => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1609] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:09 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1610] 10.0.0.19 () {32 vars in 663 bytes} [Tue Jun 16 05:08:09 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1611] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:10 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1612] 10.0.0.19 () {32 vars in 677 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1613] 10.0.0.19 () {32 vars in 673 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1614] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:10 2026] POST /v2.0/ports => generated 916 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1615] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1616] 10.0.0.19 () {32 vars in 671 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:10.716 8 INFO neutron_taas.services.taas.taas_plugin [None req-150ce0d0-8175-4ab5-b055-3a840c5917d2 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] TaaS: Handle Delete Port: d223a827-3958-4aee-872e-a264937951aa 2026-06-16 05:08:10.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-150ce0d0-8175-4ab5-b055-3a840c5917d2 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Tap Mirror: Handle Delete Port: d223a827-3958-4aee-872e-a264937951aa [pid: 7|app: 0|req: 740/1617] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1618] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:10 2026] DELETE /v2.0/ports/d223a827-3958-4aee-872e-a264937951aa => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1619] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:10.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a839d292-2283-444b-9b94-2a99049bd26c b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1620] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/ports/d223a827-3958-4aee-872e-a264937951aa => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1621] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1622] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:10 2026] GET /v2.0/security-groups?tenant_id=ffcad16a1b5f4cc7b1cdfc5021612594&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1623] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:11 2026] GET /v2.0/routers/8e4bf9b0-fe90-4618-b2b5-8f97710fe5cc => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1624] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:10 2026] DELETE /v2.0/subnets/6d500860-5769-42f3-b372-a366a5fc0f8f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1625] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:11 2026] DELETE /v2.0/security-groups/cdaebb4e-355c-4338-ae52-42eaf9e353c3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:11.286 7 INFO neutron.services.segments.plugin [-] Segment 34f56908-ec36-40d8-8474-aad1b6c9cb3d resource provider aggregate not found 2026-06-16 05:08:11.289 7 INFO neutron.services.segments.plugin [-] Segment 34f56908-ec36-40d8-8474-aad1b6c9cb3d resource provider aggregate not found 2026-06-16 05:08:11.303 7 INFO neutron.services.segments.plugin [-] Segment 34f56908-ec36-40d8-8474-aad1b6c9cb3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f56908-ec36-40d8-8474-aad1b6c9cb3d found for delete ", "request_id": "req-070e3790-ff98-4e57-b223-d8c182fad39f"}]} 2026-06-16 05:08:11.307 7 INFO neutron.services.segments.plugin [-] Segment 34f56908-ec36-40d8-8474-aad1b6c9cb3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f56908-ec36-40d8-8474-aad1b6c9cb3d found for delete ", "request_id": "req-c2e6d874-a4fb-44a9-b1a5-d48e8416a9cb"}]} [pid: 7|app: 0|req: 744/1626] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:11 2026] DELETE /v2.0/networks/21d10975-3200-4990-b29a-404770e68306 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1627] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:11 2026] GET /v2.0/security-groups?tenant_id=fd0e2321b25541d58740acbc5a1ab0cc&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1628] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:08:11 2026] PUT /v2.0/routers/8e4bf9b0-fe90-4618-b2b5-8f97710fe5cc => generated 485 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1629] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:11 2026] POST /v2.0/ports => generated 775 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 747/1630] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:11 2026] GET /v2.0/ports?device_id=8e4bf9b0-fe90-4618-b2b5-8f97710fe5cc => 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: 884/1631] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:11 2026] DELETE /v2.0/security-groups/08894a3e-0661-4178-876c-23c72856f895 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:11.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-529337dd-d51e-4b2a-b267-92dc8c4fdc2b 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] TaaS: Handle Delete Port: 0b1597f4-3287-42bb-b8f1-fdfbf1775cf3 [pid: 7|app: 0|req: 748/1632] 10.0.0.19 () {34 vars in 736 bytes} [Tue Jun 16 05:08:11 2026] PUT /v2.0/ports/cfa27167-f51d-4e45-b519-732cd87136f8 => generated 752 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:11.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-529337dd-d51e-4b2a-b267-92dc8c4fdc2b 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Tap Mirror: Handle Delete Port: 0b1597f4-3287-42bb-b8f1-fdfbf1775cf3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-16 05:08:12.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed8a6f20-c1f0-4136-ab80-592d7f7d2b2a b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] TaaS: Handle Delete Port: cfa27167-f51d-4e45-b519-732cd87136f8 2026-06-16 05:08:12.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed8a6f20-c1f0-4136-ab80-592d7f7d2b2a b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Tap Mirror: Handle Delete Port: cfa27167-f51d-4e45-b519-732cd87136f8 [pid: 8|app: 0|req: 885/1633] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:11 2026] DELETE /v2.0/routers/8e4bf9b0-fe90-4618-b2b5-8f97710fe5cc => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1634] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:11 2026] DELETE /v2.0/ports/cfa27167-f51d-4e45-b519-732cd87136f8 => 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: 886/1635] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/routers/0469a01f-0dfa-47f4-8d16-50454ca14bae => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1636] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/ports => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:12.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05de7f58-1016-424f-a644-ff51a25798e3 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1637] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/ports/cfa27167-f51d-4e45-b519-732cd87136f8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1638] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1639] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/ports/7af0b559-d4d1-4ab5-9353-740e9f40b92c => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:12.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36d54189-99c8-4822-be6e-d0158764508e b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1640] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/ports/d223a827-3958-4aee-872e-a264937951aa => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:12.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39055902-b09a-42cb-8352-d790589c0a5f b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1641] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/subnets/6d500860-5769-42f3-b372-a366a5fc0f8f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:12.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf133ed7-139b-4c55-885d-ae39d5094b58 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1642] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/subnets/33f700ed-621b-4dac-9e0c-3ac01822be90 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:12.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-85962855-de78-43e1-9217-f6085ce2c4d9 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] TaaS: Handle Delete Port: 7af0b559-d4d1-4ab5-9353-740e9f40b92c 2026-06-16 05:08:12.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85962855-de78-43e1-9217-f6085ce2c4d9 b8a9c6e0d5b547fa8dbf150050e1108c 80e25552b14540b68a8a0cd89c16de9b - - default default] Tap Mirror: Handle Delete Port: 7af0b559-d4d1-4ab5-9353-740e9f40b92c [pid: 7|app: 0|req: 757/1643] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/ports/7af0b559-d4d1-4ab5-9353-740e9f40b92c => 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: 758/1644] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/networks/9da1bbba-6422-4249-8f32-14801dae2c6f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1645] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:08:12 2026] PUT /v2.0/routers/0469a01f-0dfa-47f4-8d16-50454ca14bae => generated 493 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1646] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:12 2026] GET /v2.0/ports?device_id=0469a01f-0dfa-47f4-8d16-50454ca14bae => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:12.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-364196d5-69ec-479b-9608-04a62005082e 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] TaaS: Handle Delete Port: 5b2aa120-75eb-4c70-bc39-cac82858f860 2026-06-16 05:08:12.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364196d5-69ec-479b-9608-04a62005082e 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Tap Mirror: Handle Delete Port: 5b2aa120-75eb-4c70-bc39-cac82858f860 [pid: 8|app: 0|req: 888/1647] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:12 2026] DELETE /v2.0/routers/0469a01f-0dfa-47f4-8d16-50454ca14bae => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1648] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:13 2026] GET /v2.0/routers/4e9f768e-1802-478e-a23f-0509be784bc6 => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:13.322 7 INFO neutron.services.segments.plugin [-] Segment 77c99969-c91e-4c98-87df-a8a059358b36 resource provider aggregate not found 2026-06-16 05:08:13.329 7 INFO neutron.services.segments.plugin [-] Segment 77c99969-c91e-4c98-87df-a8a059358b36 resource provider aggregate not found 2026-06-16 05:08:13.340 7 INFO neutron.services.segments.plugin [-] Segment 77c99969-c91e-4c98-87df-a8a059358b36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77c99969-c91e-4c98-87df-a8a059358b36 found for delete ", "request_id": "req-176f45a0-274e-48be-bb3f-1877e99d190e"}]} 2026-06-16 05:08:13.341 7 INFO neutron.services.segments.plugin [-] Segment 77c99969-c91e-4c98-87df-a8a059358b36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77c99969-c91e-4c98-87df-a8a059358b36 found for delete ", "request_id": "req-9d165d8c-63e7-412a-91d5-c908ec89cad0"}]} [pid: 7|app: 0|req: 761/1649] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:13 2026] GET /v2.0/security-groups?tenant_id=80e25552b14540b68a8a0cd89c16de9b&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1650] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:13 2026] DELETE /v2.0/security-groups/794015d5-a38d-444d-9431-8b58bf36a5b7 => 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: 889/1651] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:08:13 2026] PUT /v2.0/routers/4e9f768e-1802-478e-a23f-0509be784bc6 => generated 502 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1652] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:13 2026] GET /v2.0/ports?device_id=4e9f768e-1802-478e-a23f-0509be784bc6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:13.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-d68134e7-136e-4d89-bccf-de3e50ad7f1f 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] TaaS: Handle Delete Port: 939a3b82-9a95-4234-9f9d-6f673f6ed0d6 2026-06-16 05:08:13.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d68134e7-136e-4d89-bccf-de3e50ad7f1f 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Tap Mirror: Handle Delete Port: 939a3b82-9a95-4234-9f9d-6f673f6ed0d6 [pid: 8|app: 0|req: 890/1653] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:13 2026] DELETE /v2.0/routers/4e9f768e-1802-478e-a23f-0509be784bc6 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1654] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:14 2026] GET /v2.0/routers/1d8fe8e3-5c73-4b0a-81d2-232d5bd2e467 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1657] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:14 2026] GET /v2.0/security-groups?tenant_id=ed25728b01b3418fac4f1a01e4e408a1&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1658] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:14 2026] DELETE /v2.0/security-groups/708e1bae-4b82-4b76-8a18-6c0e74b2db45 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1659] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:08:14 2026] PUT /v2.0/routers/1d8fe8e3-5c73-4b0a-81d2-232d5bd2e467 => generated 487 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1660] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:14 2026] GET /v2.0/ports?device_id=1d8fe8e3-5c73-4b0a-81d2-232d5bd2e467 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:15.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed36d959-836b-4b18-8bac-923279a49287 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] TaaS: Handle Delete Port: 9c289b27-237e-47ae-8c37-7993da5fb7f2 2026-06-16 05:08:15.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed36d959-836b-4b18-8bac-923279a49287 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Tap Mirror: Handle Delete Port: 9c289b27-237e-47ae-8c37-7993da5fb7f2 [pid: 8|app: 0|req: 895/1661] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:14 2026] DELETE /v2.0/routers/1d8fe8e3-5c73-4b0a-81d2-232d5bd2e467 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1662] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:15 2026] GET /v2.0/routers/d050ce74-1fae-4222-8399-880120bca2bf => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:15.707 7 INFO neutron.db.segments_db [None req-a7ba500c-2ee7-4541-a2d2-368210421d81 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment 6b0d56db-1e94-44a9-81f0-40d406c66262 of type vxlan for network e7138dc8-9412-4b8c-a070-0c57b3f7e37c [pid: 8|app: 0|req: 896/1663] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:08:15 2026] PUT /v2.0/routers/d050ce74-1fae-4222-8399-880120bca2bf => generated 480 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1664] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:15 2026] GET /v2.0/ports?device_id=d050ce74-1fae-4222-8399-880120bca2bf => 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: 768/1665] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:15 2026] POST /v2.0/networks => generated 614 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:15.865 7 INFO neutron.db.segments_db [None req-fcfedf9d-0711-41b2-8b39-55309448cae4 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment 90ed9591-cd11-4415-a632-85b53b0238e1 of type vxlan for network da13e6b7-8d8b-417d-a467-7df6eb92d642 2026-06-16 05:08:15.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-59042922-fc99-415f-a16c-fd64b5d27fac 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] TaaS: Handle Delete Port: 4bac9138-f25d-4546-9577-9bb7fce471d4 2026-06-16 05:08:15.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59042922-fc99-415f-a16c-fd64b5d27fac 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] Tap Mirror: Handle Delete Port: 4bac9138-f25d-4546-9577-9bb7fce471d4 [pid: 7|app: 0|req: 769/1666] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:15 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:16.234 8 INFO neutron.services.segments.plugin [-] Segment d7899eff-338d-48c6-a93d-01a7e297bc56 resource provider aggregate not found 2026-06-16 05:08:16.235 8 INFO neutron.services.segments.plugin [-] Segment d7899eff-338d-48c6-a93d-01a7e297bc56 resource provider aggregate not found 2026-06-16 05:08:16.254 8 INFO neutron.db.l3_hamode_db [None req-59042922-fc99-415f-a16c-fd64b5d27fac 8a3c86d04c474c56a76cc968f040bfe6 da8631abaa484fe5a1f7c66408f77ed2 - - default default] HA network 7447e14b-0646-469b-b08c-00d784c87b25 was deleted as no HA routers are present in tenant da8631abaa484fe5a1f7c66408f77ed2. 2026-06-16 05:08:16.255 8 INFO neutron.services.segments.plugin [-] Segment d7899eff-338d-48c6-a93d-01a7e297bc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7899eff-338d-48c6-a93d-01a7e297bc56 found for delete ", "request_id": "req-02bb408e-8ccd-45b9-b708-fd1bb5c16b33"}]} [pid: 7|app: 0|req: 770/1667] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:15 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1668] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:15 2026] DELETE /v2.0/routers/d050ce74-1fae-4222-8399-880120bca2bf => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:16.262 8 INFO neutron.services.segments.plugin [-] Segment d7899eff-338d-48c6-a93d-01a7e297bc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7899eff-338d-48c6-a93d-01a7e297bc56 found for delete ", "request_id": "req-50e8f791-913c-4d7f-b7b8-7b79d208d351"}]} [pid: 8|app: 0|req: 899/1669] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:16 2026] POST /v2.0/subnets => generated 655 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:16.522 8 INFO neutron.db.segments_db [None req-c187c96b-b19e-40f5-b2f8-b81503155ee3 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment da130b03-be39-4962-ade7-f198b49b88c5 of type vxlan for network fd2d7c1d-15dd-440c-b7e0-66b7621da0f7 2026-06-16 05:08:16.532 7 INFO neutron.db.segments_db [None req-d5dca555-f7a7-4081-ae8d-1f1314fcee3f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 03e62f67-dc6e-411e-99ee-179fc9928a3a of type vxlan for network d5429f65-5b0a-4fb8-b5b2-a4aa9663841f [pid: 7|app: 0|req: 771/1670] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:08:16 2026] POST /v2.0/networks => generated 721 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:16.724 8 INFO neutron.db.l3_hamode_db [None req-c187c96b-b19e-40f5-b2f8-b81503155ee3 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:16.853 8 INFO neutron.db.l3_hamode_db [None req-c187c96b-b19e-40f5-b2f8-b81503155ee3 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 772/1671] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:16 2026] GET /v2.0/security-groups?tenant_id=ec5d6171f35f4a95943633e758db26c0&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: 773/1672] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:16 2026] POST /v2.0/subnets => generated 687 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1673] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:17 2026] GET /v2.0/security-groups?tenant_id=da8631abaa484fe5a1f7c66408f77ed2&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1674] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:16 2026] POST /v2.0/routers => generated 511 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1675] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:17 2026] DELETE /v2.0/security-groups/0744d711-9fd5-489b-ac78-a8e44d50d668 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:17.530 8 INFO neutron.db.segments_db [None req-859f1a10-2192-4808-b45e-6b339eeae213 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 47d42cfe-214a-40ed-b6a6-b0e96f890936 of type vxlan for network 1295ea18-8da5-4f80-8ad6-0b6d96b21b98 [pid: 7|app: 0|req: 776/1676] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:17 2026] DELETE /v2.0/security-groups/e3ab59f0-7692-40d4-be8d-b9fa02b48229 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:17.816 8 INFO neutron.db.l3_hamode_db [None req-859f1a10-2192-4808-b45e-6b339eeae213 2550ca2815f44cd3980f4ee83d0eb04a 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:18.629 8 INFO neutron.db.l3_hamode_db [None req-859f1a10-2192-4808-b45e-6b339eeae213 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 777/1677] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:17 2026] PUT /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1678] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:18 2026] GET /v2.0/security-groups?tenant_id=f4968077442640c7a8604b2129cff23d&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1679] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:18 2026] GET /v2.0/ports/07bf597c-41ee-4437-87f5-9fabc9cdf218 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1680] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:18 2026] DELETE /v2.0/security-groups/e8d898ec-9d33-4227-81c6-89a5c81ccdaa => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1681] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:17 2026] POST /v2.0/routers => generated 727 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1682] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:19 2026] GET /v2.0/security-groups?tenant_id=c8794951b4034a3ba1d2ee685f925e88&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1683] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:18 2026] PUT /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d/add_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1684] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:19 2026] DELETE /v2.0/security-groups/9b490f06-4cbf-4e4d-bfb0-3423e7a2b68b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1685] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:20 2026] GET /v2.0/ports/d51d1514-f81b-41a5-8a3c-2d2b68073f1c => generated 967 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:20.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-56a4b4dd-f604-4aec-82cd-9caec691820e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: d51d1514-f81b-41a5-8a3c-2d2b68073f1c 2026-06-16 05:08:20.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a4b4dd-f604-4aec-82cd-9caec691820e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: d51d1514-f81b-41a5-8a3c-2d2b68073f1c [pid: 7|app: 0|req: 784/1686] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:08:20 2026] PUT /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d/remove_router_interface => generated 309 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1687] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:19 2026] PUT /v2.0/routers/44c5c6f1-3999-46ee-8a50-5cd168e0cb30/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1688] 10.0.0.187 () {32 vars in 801 bytes} [Tue Jun 16 05:08:20 2026] GET /v2.0/extensions => generated 21537 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 05:08:21.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-f684a6cb-f296-4e4d-9d44-f036eb726ff6 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: 07bf597c-41ee-4437-87f5-9fabc9cdf218 2026-06-16 05:08:21.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f684a6cb-f296-4e4d-9d44-f036eb726ff6 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: 07bf597c-41ee-4437-87f5-9fabc9cdf218 [pid: 7|app: 0|req: 786/1689] 10.0.0.187 () {30 vars in 724 bytes} [Tue Jun 16 05:08:21 2026] GET /v2.0/quotas/4bd4b4182979469cad7579ef1122ca1e/details => generated 847 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1690] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:08:20 2026] PUT /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1691] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:21 2026] GET /v2.0/ports?device_id=69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:22.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee817747-49c6-4fee-beda-ba4da309fc74 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: f108ba11-7c10-481e-aafb-c7595fa78dec 2026-06-16 05:08:22.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee817747-49c6-4fee-beda-ba4da309fc74 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: f108ba11-7c10-481e-aafb-c7595fa78dec 2026-06-16 05:08:22.340 8 INFO neutron.services.segments.plugin [-] Segment da130b03-be39-4962-ade7-f198b49b88c5 resource provider aggregate not found 2026-06-16 05:08:22.355 8 INFO neutron.services.segments.plugin [-] Segment da130b03-be39-4962-ade7-f198b49b88c5 resource provider aggregate not found 2026-06-16 05:08:22.358 7 INFO neutron.db.segments_db [None req-16e0e25b-a33e-4d41-ac04-b360fcdde31d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment f5ea77dc-7414-42f5-b867-2f3470694e07 of type vxlan for network 55016805-21d7-43d3-9aca-4b08282825b7 2026-06-16 05:08:22.359 8 INFO neutron.services.segments.plugin [-] Segment da130b03-be39-4962-ade7-f198b49b88c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da130b03-be39-4962-ade7-f198b49b88c5 found for delete ", "request_id": "req-f0b630c4-6672-41ea-9f60-4c1b9274b6d4"}]} 2026-06-16 05:08:22.370 8 INFO neutron.services.segments.plugin [-] Segment da130b03-be39-4962-ade7-f198b49b88c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da130b03-be39-4962-ade7-f198b49b88c5 found for delete ", "request_id": "req-add1b7a5-a850-49f6-a9b6-553bfe5916b6"}]} 2026-06-16 05:08:22.377 8 INFO neutron.db.l3_hamode_db [None req-ee817747-49c6-4fee-beda-ba4da309fc74 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] HA network fd2d7c1d-15dd-440c-b7e0-66b7621da0f7 was deleted as no HA routers are present in tenant 4f7bf2251faf4ae6ba040dd1ef0ad4f8. [pid: 8|app: 0|req: 905/1692] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:21 2026] DELETE /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1693] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:08:22 2026] POST /v2.0/networks => generated 722 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1694] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:22 2026] DELETE /v2.0/subnets/96d8cb5c-ba84-41e4-b76c-913604f8911f => 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: 789/1695] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:22 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:22.694 7 INFO neutron.db.segments_db [None req-3514ffba-b920-421a-98e8-b489e111a574 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment ccd84b69-bbb5-4a55-91f3-aa38575c2271 of type vxlan for network 2171edfb-146d-4196-ba74-091bdbffed84 [pid: 8|app: 0|req: 907/1696] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:22 2026] DELETE /v2.0/subnets/f94bbcaf-1423-4853-947b-9e42a28c4228 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:22.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-367d06d7-dd90-4f6e-8637-3a0c11096525 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: cd26ae22-913c-499f-8609-f6fda13d1471 2026-06-16 05:08:22.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367d06d7-dd90-4f6e-8637-3a0c11096525 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: cd26ae22-913c-499f-8609-f6fda13d1471 2026-06-16 05:08:22.919 7 INFO neutron.db.l3_hamode_db [None req-3514ffba-b920-421a-98e8-b489e111a574 2550ca2815f44cd3980f4ee83d0eb04a 066ea36026174e478a1cde1caba96569 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 908/1697] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:22 2026] DELETE /v2.0/networks/da13e6b7-8d8b-417d-a467-7df6eb92d642 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:23.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcfb3d9c-a628-4551-b0ff-5137a187f5b6 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: fc2ed0e9-0d00-4bab-b28e-cd296a5bd096 2026-06-16 05:08:23.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcfb3d9c-a628-4551-b0ff-5137a187f5b6 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: fc2ed0e9-0d00-4bab-b28e-cd296a5bd096 [pid: 8|app: 0|req: 909/1698] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:23 2026] DELETE /v2.0/networks/e7138dc8-9412-4b8c-a070-0c57b3f7e37c => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:23.467 8 INFO neutron.db.segments_db [None req-acbad2ab-3095-49b3-bffb-3f649a287a6f 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment 86cb782e-ab84-4548-bd68-63f40fb8152a of type vxlan for network 1ed7cf23-d280-4520-a12a-105230561cef [pid: 8|app: 0|req: 910/1699] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:23 2026] POST /v2.0/networks => generated 615 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:23.739 7 INFO neutron.db.l3_hamode_db [None req-3514ffba-b920-421a-98e8-b489e111a574 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 911/1700] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:23 2026] POST /v2.0/subnets => generated 646 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:24.054 8 INFO neutron.db.segments_db [None req-f4f59b3a-905e-4dfd-b06f-30b844eaffd6 8efcc85b85914e76a6e297a14140e03d 72a87e00e5674104a69af9b5764906cc - - default default] Added segment 72504802-9a7b-4235-a554-4733a8e15434 of type vxlan for network 8f34afe3-aa07-4a13-bca2-16a89264852d [pid: 8|app: 0|req: 912/1701] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:23 2026] POST /v2.0/networks => generated 613 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:24.188 8 INFO neutron.db.segments_db [None req-d7fdef5a-736b-42f1-a3fd-472ae1427b9e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment 65161e82-7ebb-4d63-827a-599818c8bf9c of type vxlan for network 08ac67ec-0b88-4f08-9060-e737221a563c 2026-06-16 05:08:24.378 8 INFO neutron.services.segments.plugin [-] Segment 90ed9591-cd11-4415-a632-85b53b0238e1 resource provider aggregate not found 2026-06-16 05:08:24.403 8 INFO neutron.services.segments.plugin [-] Segment 90ed9591-cd11-4415-a632-85b53b0238e1 resource provider aggregate not found 2026-06-16 05:08:24.409 8 INFO neutron.services.segments.plugin [-] Segment 90ed9591-cd11-4415-a632-85b53b0238e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ed9591-cd11-4415-a632-85b53b0238e1 found for delete ", "request_id": "req-23906c8c-3ebb-49ed-9dd1-9ec599e28a70"}]} 2026-06-16 05:08:24.422 8 INFO neutron.db.l3_hamode_db [None req-d7fdef5a-736b-42f1-a3fd-472ae1427b9e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:24.427 8 INFO neutron.services.segments.plugin [-] Segment 90ed9591-cd11-4415-a632-85b53b0238e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ed9591-cd11-4415-a632-85b53b0238e1 found for delete ", "request_id": "req-f7118587-884a-4db3-9d67-3844141ff394"}]} 2026-06-16 05:08:24.432 8 INFO neutron.services.segments.plugin [-] Segment 6b0d56db-1e94-44a9-81f0-40d406c66262 resource provider aggregate not found 2026-06-16 05:08:24.445 8 INFO neutron.services.segments.plugin [-] Segment 6b0d56db-1e94-44a9-81f0-40d406c66262 resource provider aggregate not found 2026-06-16 05:08:24.476 8 INFO neutron.services.segments.plugin [-] Segment 6b0d56db-1e94-44a9-81f0-40d406c66262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0d56db-1e94-44a9-81f0-40d406c66262 found for delete ", "request_id": "req-6a1559ce-3704-4ad6-871a-be88c7ce4d3f"}]} 2026-06-16 05:08:24.485 8 INFO neutron.services.segments.plugin [-] Segment 6b0d56db-1e94-44a9-81f0-40d406c66262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0d56db-1e94-44a9-81f0-40d406c66262 found for delete ", "request_id": "req-6e122a70-346b-45d3-8b62-f23487c2716b"}]} 2026-06-16 05:08:24.571 8 INFO neutron.db.l3_hamode_db [None req-d7fdef5a-736b-42f1-a3fd-472ae1427b9e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 790/1702] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:22 2026] POST /v2.0/routers => generated 728 bytes in 2125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1703] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:08:24 2026] POST /v2.0/ports => generated 743 bytes in 306 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: 792/1704] 10.0.0.187 () {32 vars in 801 bytes} [Tue Jun 16 05:08:25 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1705] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:24 2026] POST /v2.0/routers => generated 509 bytes in 1567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1706] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:08:25 2026] PUT /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 25 bytes in 63 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: 915/1707] 10.0.0.187 () {30 vars in 724 bytes} [Tue Jun 16 05:08:25 2026] GET /v2.0/quotas/4bd4b4182979469cad7579ef1122ca1e/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1708] 10.0.0.19 () {34 vars in 664 bytes} [Tue Jun 16 05:08:25 2026] POST /v2.0/ports => generated 960 bytes in 283 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: 917/1709] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 793/1710] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:25 2026] PUT /v2.0/routers/ccd8ec31-6366-4855-9c86-dd20b09462ff/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1711] 10.0.0.19 () {34 vars in 757 bytes} [Tue Jun 16 05:08:26 2026] PUT /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/green => generated 4 bytes in 88 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: 795/1712] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/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, ' [pid: 7|app: 0|req: 796/1713] 10.0.0.19 () {34 vars in 753 bytes} [Tue Jun 16 05:08:26 2026] PUT /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/red => generated 4 bytes in 85 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: 797/1714] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 798/1715] 10.0.0.19 () {34 vars in 775 bytes} [Tue Jun 16 05:08:26 2026] PUT /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/black.or.white => generated 4 bytes in 79 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: 799/1716] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 52 bytes in 59 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: 800/1717] 10.0.0.19 () {34 vars in 746 bytes} [Tue Jun 16 05:08:26 2026] PUT /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 37 bytes in 63 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: 801/1718] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 37 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: 802/1719] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:08:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1720] 10.0.0.19 () {32 vars in 734 bytes} [Tue Jun 16 05:08:26 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/red => generated 0 bytes in 44 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: 804/1721] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1722] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:26 2026] PUT /v2.0/routers/47e36dc6-dfbb-4a64-9dde-73eb04d5b10e/add_router_interface => generated 309 bytes in 980 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-06-16 05:08:27.184 7 INFO neutron.api.v2.resource [None req-ed6a95ec-2636-4d5d-b00e-5a64353b2a72 8efcc85b85914e76a6e297a14140e03d 72a87e00e5674104a69af9b5764906cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1723] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:08:27 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 806/1724] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:27 2026] GET /v2.0/ports/5cc7cb37-875a-4300-9425-a5b28afa27b0 => generated 1034 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1725] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1726] 10.0.0.19 () {32 vars in 737 bytes} [Tue Jun 16 05:08:27 2026] DELETE /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 808/1727] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1728] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:27 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:08:27.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1090937-e75e-4745-b1e6-bf834344f50b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: 5cc7cb37-875a-4300-9425-a5b28afa27b0 2026-06-16 05:08:27.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1090937-e75e-4745-b1e6-bf834344f50b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: 5cc7cb37-875a-4300-9425-a5b28afa27b0 [pid: 7|app: 0|req: 810/1729] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:27.696 7 INFO neutron.api.v2.resource [None req-0ef8f9f4-e925-4bf4-8fb5-69333780724c 8efcc85b85914e76a6e297a14140e03d 72a87e00e5674104a69af9b5764906cc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1730] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:08:27 2026] DELETE /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/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, ' 2026-06-16 05:08:27.731 7 INFO neutron.db.securitygroups_db [None req-f0baf2e0-6e6d-40ae-af3d-61422b5173a2 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Project 19a1e8a8db4142cd857ccea9d33a8812 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: 812/1731] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1732] 10.0.0.19 () {32 vars in 729 bytes} [Tue Jun 16 05:08:27 2026] DELETE /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:08:28.015 7 INFO neutron.db.securitygroups_db [None req-71c829a0-a6f2-4008-9caf-3696280b1f58 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Project 19a1e8a8db4142cd857ccea9d33a8812 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: 920/1733] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:08:27 2026] PUT /v2.0/routers/47e36dc6-dfbb-4a64-9dde-73eb04d5b10e/remove_router_interface => generated 309 bytes in 802 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: 814/1734] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1735] 10.0.0.19 () {32 vars in 726 bytes} [Tue Jun 16 05:08:28 2026] GET /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:08:28.233 7 INFO neutron.api.v2.resource [None req-ac1feb1a-b3f7-490e-8661-d0c910b9dc2d 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1736] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:08:28 2026] PUT /v2.0/routers/47e36dc6-dfbb-4a64-9dde-73eb04d5b10e/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:28.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-39b342fc-8adf-4574-b119-b2bc7fa5e338 8efcc85b85914e76a6e297a14140e03d 72a87e00e5674104a69af9b5764906cc - - default default] TaaS: Handle Delete Port: 57a6a258-af7c-483d-a498-f6a44c0bbad0 [pid: 7|app: 0|req: 816/1737] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:28 2026] GET /v2.0/ports?device_id=47e36dc6-dfbb-4a64-9dde-73eb04d5b10e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:28.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b342fc-8adf-4574-b119-b2bc7fa5e338 8efcc85b85914e76a6e297a14140e03d 72a87e00e5674104a69af9b5764906cc - - default default] Tap Mirror: Handle Delete Port: 57a6a258-af7c-483d-a498-f6a44c0bbad0 [pid: 8|app: 0|req: 922/1738] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:08:28 2026] DELETE /v2.0/ports/57a6a258-af7c-483d-a498-f6a44c0bbad0 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:08:28.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-a07f849f-4ce2-4c3c-bdba-7a84acb49c9b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: e3b2fc05-b421-459c-afa1-d7278d55be70 2026-06-16 05:08:28.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a07f849f-4ce2-4c3c-bdba-7a84acb49c9b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: e3b2fc05-b421-459c-afa1-d7278d55be70 2026-06-16 05:08:28.558 8 INFO neutron.services.segments.plugin [-] Segment 72504802-9a7b-4235-a554-4733a8e15434 resource provider aggregate not found 2026-06-16 05:08:28.574 8 INFO neutron.services.segments.plugin [-] Segment 72504802-9a7b-4235-a554-4733a8e15434 resource provider aggregate not found 2026-06-16 05:08:28.579 8 INFO neutron.services.segments.plugin [-] Segment 72504802-9a7b-4235-a554-4733a8e15434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72504802-9a7b-4235-a554-4733a8e15434 found for delete ", "request_id": "req-e60382da-a82e-4c0a-b812-cea41294d995"}]} 2026-06-16 05:08:28.599 8 INFO neutron.services.segments.plugin [-] Segment 72504802-9a7b-4235-a554-4733a8e15434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72504802-9a7b-4235-a554-4733a8e15434 found for delete ", "request_id": "req-39e74fcc-15cc-4115-bb1a-1f1eeeaaa0fa"}]} [pid: 8|app: 0|req: 923/1739] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:28 2026] DELETE /v2.0/networks/8f34afe3-aa07-4a13-bca2-16a89264852d => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1740] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:08:28 2026] POST /v2.0/security-groups => generated 1661 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:08:28.905 7 INFO neutron.services.segments.plugin [-] Segment 65161e82-7ebb-4d63-827a-599818c8bf9c resource provider aggregate not found 2026-06-16 05:08:28.916 7 INFO neutron.services.segments.plugin [-] Segment 65161e82-7ebb-4d63-827a-599818c8bf9c resource provider aggregate not found 2026-06-16 05:08:28.924 7 INFO neutron.services.segments.plugin [-] Segment 65161e82-7ebb-4d63-827a-599818c8bf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65161e82-7ebb-4d63-827a-599818c8bf9c found for delete ", "request_id": "req-517d4235-47a7-40ad-bf7a-78041973eef9"}]} 2026-06-16 05:08:28.934 7 INFO neutron.services.segments.plugin [-] Segment 65161e82-7ebb-4d63-827a-599818c8bf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65161e82-7ebb-4d63-827a-599818c8bf9c found for delete ", "request_id": "req-54cb7030-afcd-4c6e-9e77-c47dda86a11a"}]} 2026-06-16 05:08:29.065 7 INFO neutron.db.l3_hamode_db [None req-a07f849f-4ce2-4c3c-bdba-7a84acb49c9b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] HA network 08ac67ec-0b88-4f08-9060-e737221a563c was deleted as no HA routers are present in tenant 4f7bf2251faf4ae6ba040dd1ef0ad4f8. [pid: 7|app: 0|req: 817/1741] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:28 2026] DELETE /v2.0/routers/47e36dc6-dfbb-4a64-9dde-73eb04d5b10e => generated 0 bytes in 807 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1742] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1743] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:29 2026] DELETE /v2.0/subnets/0a7d0d7d-db04-4726-af78-d23ce662026f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1744] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1747] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:29 2026] DELETE /v2.0/networks/1ed7cf23-d280-4520-a12a-105230561cef => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1748] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:29 2026] GET /v2.0/security-groups?tenant_id=4bd4b4182979469cad7579ef1122ca1e&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:29.699 7 INFO neutron.db.segments_db [None req-aba5bdfd-62ec-4d18-9cb5-488ffc25cc8d 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment e9e1caeb-d6d8-4676-91d1-786c3cd234e4 of type vxlan for network 7908e875-dfd8-410a-a767-2db4f895ca79 [pid: 7|app: 0|req: 820/1749] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:08:29 2026] POST /v2.0/networks => generated 615 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1750] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:08:29 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1751] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:29 2026] GET /v2.0/security-groups?tenant_id=72a87e00e5674104a69af9b5764906cc&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1752] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:29 2026] DELETE /v2.0/security-groups/cef4911c-f992-4c20-8962-4c9826a0ef09 => 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: 932/1753] 10.0.0.123 () {34 vars in 1100 bytes} [Tue Jun 16 05:08:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1940739683&fields=id&tenant_id=19a1e8a8db4142cd857ccea9d33a8812 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1754] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:29 2026] DELETE /v2.0/security-groups/88635300-55db-499f-9dde-50a4c88359c1 => 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: 934/1755] 10.0.0.123 () {34 vars in 1100 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1974370279&fields=id&tenant_id=19a1e8a8db4142cd857ccea9d33a8812 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1756] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:29 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1757] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/networks?id=d5429f65-5b0a-4fb8-b5b2-a4aa9663841f => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1758] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/quotas/19a1e8a8db4142cd857ccea9d33a8812 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:30.243 7 INFO neutron.db.segments_db [None req-f8789494-39ed-4b7b-bab0-832afaf3428b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment cfcc962e-3192-415e-aa99-2a50e031aa5a of type vxlan for network 2ef504c6-bc56-4e42-b9fe-c6f96fa611cf [pid: 8|app: 0|req: 937/1759] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/ports?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1760] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/security-groups?tenant_id=02e5e42c9b48448cbcfbd1d7dc5c79ee&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:30.497 7 INFO neutron.db.l3_hamode_db [None req-f8789494-39ed-4b7b-bab0-832afaf3428b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 939/1761] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:30.606 8 INFO neutron.services.segments.plugin [-] Segment 86cb782e-ab84-4548-bd68-63f40fb8152a resource provider aggregate not found 2026-06-16 05:08:30.616 7 INFO neutron.db.l3_hamode_db [None req-f8789494-39ed-4b7b-bab0-832afaf3428b 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:30.625 8 INFO neutron.services.segments.plugin [-] Segment 86cb782e-ab84-4548-bd68-63f40fb8152a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86cb782e-ab84-4548-bd68-63f40fb8152a found for delete ", "request_id": "req-8b161d6d-f8a0-4272-ac0b-b20086a8ab75"}]} 2026-06-16 05:08:30.633 8 INFO neutron.services.segments.plugin [-] Segment 86cb782e-ab84-4548-bd68-63f40fb8152a resource provider aggregate not found [pid: 8|app: 0|req: 940/1762] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:30 2026] DELETE /v2.0/security-groups/b8e6a641-28e2-4541-b370-dd952ca275df => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:30.666 8 INFO neutron.services.segments.plugin [-] Segment 86cb782e-ab84-4548-bd68-63f40fb8152a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86cb782e-ab84-4548-bd68-63f40fb8152a found for delete ", "request_id": "req-283dd2c4-1043-48b1-99b1-3bb6985b1656"}]} [pid: 8|app: 0|req: 941/1763] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?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: 942/1764] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:30 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 823/1765] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:30 2026] POST /v2.0/routers => generated 510 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1766] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:31 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 943/1767] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:31 2026] PUT /v2.0/routers/6772fada-bf99-4cb9-a890-24187a802acf/add_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1768] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:08:32 2026] GET /v2.0/ports/e00248dd-cfe8-4cfb-9c8e-e3cb08a3447a => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:32.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-bafa5649-f865-4460-9187-8d8887ecddd2 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: e00248dd-cfe8-4cfb-9c8e-e3cb08a3447a 2026-06-16 05:08:32.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bafa5649-f865-4460-9187-8d8887ecddd2 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: e00248dd-cfe8-4cfb-9c8e-e3cb08a3447a [pid: 8|app: 0|req: 944/1769] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:08:32 2026] PUT /v2.0/routers/6772fada-bf99-4cb9-a890-24187a802acf/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1770] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:33 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1771] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:33 2026] GET /v2.0/ports?device_id=6772fada-bf99-4cb9-a890-24187a802acf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:33.312 7 INFO neutron.db.segments_db [None req-3d5c23fe-b0e8-4493-9c18-f94f836a4b86 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Added segment 0d7b218b-a9ff-431e-acdb-b616e3f9438e of type vxlan for network a7c208ee-6f73-435d-874e-51719e223c87 2026-06-16 05:08:33.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-556aaf1e-9561-4d30-918d-642378ff0437 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: c1811734-1e01-42e5-8be0-8cc5ee81a9b4 2026-06-16 05:08:33.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-556aaf1e-9561-4d30-918d-642378ff0437 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: c1811734-1e01-42e5-8be0-8cc5ee81a9b4 [pid: 7|app: 0|req: 826/1772] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:08:32 2026] POST /v2.0/networks => generated 614 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:33.462 7 INFO neutron.db.segments_db [None req-924e3679-89c3-4b58-9f68-63d8e0c503fa 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Added segment 1d34978d-2894-44c0-b9c2-5828e6752215 of type vxlan for network a52958c8-9867-45db-8e36-f08552ff16d6 2026-06-16 05:08:33.720 8 INFO neutron.services.segments.plugin [-] Segment cfcc962e-3192-415e-aa99-2a50e031aa5a resource provider aggregate not found 2026-06-16 05:08:33.733 8 INFO neutron.services.segments.plugin [-] Segment cfcc962e-3192-415e-aa99-2a50e031aa5a resource provider aggregate not found 2026-06-16 05:08:33.742 8 INFO neutron.services.segments.plugin [-] Segment cfcc962e-3192-415e-aa99-2a50e031aa5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfcc962e-3192-415e-aa99-2a50e031aa5a found for delete ", "request_id": "req-86b48b59-888a-4927-b785-d7e9707d26aa"}]} 2026-06-16 05:08:33.757 7 INFO neutron.db.l3_hamode_db [None req-924e3679-89c3-4b58-9f68-63d8e0c503fa 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:33.758 8 INFO neutron.db.l3_hamode_db [None req-556aaf1e-9561-4d30-918d-642378ff0437 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] HA network 2ef504c6-bc56-4e42-b9fe-c6f96fa611cf was deleted as no HA routers are present in tenant 4f7bf2251faf4ae6ba040dd1ef0ad4f8. 2026-06-16 05:08:33.763 8 INFO neutron.services.segments.plugin [-] Segment cfcc962e-3192-415e-aa99-2a50e031aa5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfcc962e-3192-415e-aa99-2a50e031aa5a found for delete ", "request_id": "req-2feb9421-82d2-47f1-9219-88297bb88f26"}]} [pid: 8|app: 0|req: 947/1773] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:33 2026] DELETE /v2.0/routers/6772fada-bf99-4cb9-a890-24187a802acf => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1774] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:33 2026] DELETE /v2.0/subnets/b6c080b0-955f-482b-a7b0-8990601d0369 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1775] 10.0.0.19 () {34 vars in 677 bytes} [Tue Jun 16 05:08:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1776] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:08:34 2026] DELETE /v2.0/networks/7908e875-dfd8-410a-a767-2db4f895ca79 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1777] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:08:34 2026] PUT /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:34.270 8 INFO neutron.db.segments_db [None req-4ed6981e-4639-47b0-a2f0-0b87889894fa 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Added segment 29d727e0-d5df-41a4-b09a-e5a230691ac9 of type vxlan for network c1fa98f4-991c-482e-986a-357aec2d9f02 2026-06-16 05:08:34.480 8 INFO neutron.db.l3_hamode_db [None req-4ed6981e-4639-47b0-a2f0-0b87889894fa 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:34.616 7 INFO neutron.db.l3_hamode_db [None req-924e3679-89c3-4b58-9f68-63d8e0c503fa 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:08:35.301 8 INFO neutron.db.l3_hamode_db [None req-4ed6981e-4639-47b0-a2f0-0b87889894fa 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 827/1778] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:33 2026] POST /v2.0/routers => generated 694 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1779] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1780] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 830/1781] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/networks?id=d5429f65-5b0a-4fb8-b5b2-a4aa9663841f => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1782] 10.0.0.19 () {32 vars in 775 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/subnets?project_id=c3c8536781a5482a830559adb7e9d17b&cidr=10.100.0.0%2F28 => generated 14 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:35.774 8 INFO neutron.services.segments.plugin [-] Segment e9e1caeb-d6d8-4676-91d1-786c3cd234e4 resource provider aggregate not found 2026-06-16 05:08:35.787 8 INFO neutron.services.segments.plugin [-] Segment e9e1caeb-d6d8-4676-91d1-786c3cd234e4 resource provider aggregate not found 2026-06-16 05:08:35.799 8 INFO neutron.services.segments.plugin [-] Segment e9e1caeb-d6d8-4676-91d1-786c3cd234e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e1caeb-d6d8-4676-91d1-786c3cd234e4 found for delete ", "request_id": "req-86bb5084-3b24-4199-b149-d7e1e397aac5"}]} 2026-06-16 05:08:35.813 8 INFO neutron.services.segments.plugin [-] Segment e9e1caeb-d6d8-4676-91d1-786c3cd234e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e1caeb-d6d8-4676-91d1-786c3cd234e4 found for delete ", "request_id": "req-b826b377-fec3-42a4-b583-3776c0282594"}]} [pid: 7|app: 0|req: 832/1783] 10.0.0.19 () {34 vars in 763 bytes} [Tue Jun 16 05:08:35 2026] PUT /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1784] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=19a1e8a8db4142cd857ccea9d33a8812 => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1785] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1786] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:35 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1787] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:34 2026] POST /v2.0/routers => generated 692 bytes in 1937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1788] 10.0.0.19 () {32 vars in 783 bytes} [Tue Jun 16 05:08:36 2026] GET /v2.0/subnets?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1789] 10.0.0.19 () {34 vars in 759 bytes} [Tue Jun 16 05:08:36 2026] PUT /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1790] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:36 2026] GET /v2.0/routers/dae21095-ff10-4277-8707-e1031a56f5aa => generated 698 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1791] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:08:35 2026] POST /v2.0/ports => generated 993 bytes in 380 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: 837/1792] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:36 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1793] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:08:36 2026] GET /v2.0/routers => generated 701 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1794] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:36 2026] POST /v2.0/subnets => generated 657 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1795] 10.0.0.19 () {34 vars in 781 bytes} [Tue Jun 16 05:08:36 2026] PUT /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1796] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:08:36 2026] PUT /v2.0/ports/4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 => generated 1274 bytes in 429 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-06-16 05:08:36.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1886749-028c-4c91-9829-c553d04c5d3c'] response: {'name': 'network-changed', 'server_uuid': 'df546cc4-34db-43ca-8a78-e6b312c8d1af', 'tag': '4a6d2913-81c0-4a6a-9cd8-a5b242fa0536', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 958/1797] 10.0.0.19 () {34 vars in 740 bytes} [Tue Jun 16 05:08:36 2026] PUT /v2.0/routers/dae21095-ff10-4277-8707-e1031a56f5aa => generated 705 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1798] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1799] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1800] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/routers/dae21095-ff10-4277-8707-e1031a56f5aa => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1801] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:08:37 2026] PUT /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1802] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1803] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/ports?device_id=dae21095-ff10-4277-8707-e1031a56f5aa => 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: 965/1804] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:37 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:37.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-e958ef3a-be4e-48d5-b54d-4e7837f0308a 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: 6d78c6c5-5617-45bf-bc15-1f102c61554c 2026-06-16 05:08:37.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e958ef3a-be4e-48d5-b54d-4e7837f0308a 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: 6d78c6c5-5617-45bf-bc15-1f102c61554c 2026-06-16 05:08:37.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-e958ef3a-be4e-48d5-b54d-4e7837f0308a 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] TaaS: Handle Delete Port: 345d3b2a-4481-4ead-aad8-1c8cbcdefb6f 2026-06-16 05:08:37.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e958ef3a-be4e-48d5-b54d-4e7837f0308a 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] Tap Mirror: Handle Delete Port: 345d3b2a-4481-4ead-aad8-1c8cbcdefb6f 2026-06-16 05:08:38.158 8 INFO neutron.services.segments.plugin [-] Segment 29d727e0-d5df-41a4-b09a-e5a230691ac9 resource provider aggregate not found 2026-06-16 05:08:38.170 8 INFO neutron.services.segments.plugin [-] Segment 29d727e0-d5df-41a4-b09a-e5a230691ac9 resource provider aggregate not found 2026-06-16 05:08:38.175 8 INFO neutron.services.segments.plugin [-] Segment 29d727e0-d5df-41a4-b09a-e5a230691ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d727e0-d5df-41a4-b09a-e5a230691ac9 found for delete ", "request_id": "req-8b2785c9-5dd2-4c8b-b1a8-4415cab0f665"}]} 2026-06-16 05:08:38.188 8 INFO neutron.services.segments.plugin [-] Segment 29d727e0-d5df-41a4-b09a-e5a230691ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d727e0-d5df-41a4-b09a-e5a230691ac9 found for delete ", "request_id": "req-981a3532-f3f7-4635-801b-204e96dea769"}]} 2026-06-16 05:08:38.205 8 INFO neutron.db.l3_hamode_db [None req-e958ef3a-be4e-48d5-b54d-4e7837f0308a 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] HA network c1fa98f4-991c-482e-986a-357aec2d9f02 was deleted as no HA routers are present in tenant 4f7bf2251faf4ae6ba040dd1ef0ad4f8. [pid: 7|app: 0|req: 840/1805] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:36 2026] PUT /v2.0/routers/64ecf06d-7609-4384-87e1-11f9ca5d8426/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1806] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:37 2026] DELETE /v2.0/routers/dae21095-ff10-4277-8707-e1031a56f5aa => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1807] 10.0.0.19 () {32 vars in 740 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1808] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1809] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?device_id=dae21095-ff10-4277-8707-e1031a56f5aa => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:38.280 8 INFO neutron.api.v2.resource [None req-80d37a65-13ec-4c80-bc44-a4ca6d8f518f bf4dc8baaf064a52b4c0f6b3205ff137 fbbd5f9ef1084e8bb4d8b4472d0b96bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/1810] 10.0.0.19 () {32 vars in 744 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1811] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/networks => generated 6508 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:38.320 7 INFO neutron.api.v2.resource [None req-2ffdd7f8-4033-4333-8ece-61c79808d9ec 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1812] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/networks?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1813] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/routers/dae21095-ff10-4277-8707-e1031a56f5aa => 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: 971/1814] 10.0.0.19 () {32 vars in 743 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1815] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/subnets => generated 5194 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1816] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?device_id=6772fada-bf99-4cb9-a890-24187a802acf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1817] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1818] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:08:38 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: 846/1819] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1820] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/routers => generated 2184 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:38.492 7 INFO neutron.api.v2.resource [None req-44a4defd-2704-4820-9de8-e35b04233748 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1821] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/routers/6772fada-bf99-4cb9-a890-24187a802acf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:38.523 8 INFO neutron.api.v2.resource [None req-c1db6fdb-b8e8-4257-a4f3-bae7af928a3b bf4dc8baaf064a52b4c0f6b3205ff137 fbbd5f9ef1084e8bb4d8b4472d0b96bb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1822] 10.0.0.19 () {32 vars in 747 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1823] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:38.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4172e698-d569-4155-ae00-330bf43e7a7e 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1824] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/subnets/b6c080b0-955f-482b-a7b0-8990601d0369 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1825] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?device_id=47e36dc6-dfbb-4a64-9dde-73eb04d5b10e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1826] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:08:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:08:38.657 8 INFO neutron.api.v2.resource [None req-2e3dcbe5-745e-4e1a-94e7-d64556050682 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 979/1827] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/routers/47e36dc6-dfbb-4a64-9dde-73eb04d5b10e => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1828] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:38.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba14ace2-beea-40ec-bd98-6e1144935b15 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/1829] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/subnets/0a7d0d7d-db04-4726-af78-d23ce662026f => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1830] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1831] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:38 2026] GET /v2.0/ports?device_id=69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1832] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:38.961 8 INFO neutron.api.v2.resource [None req-b085c600-f256-4151-871d-e2e795e9a858 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/1833] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/routers/69e9e2b2-d0ac-43a3-8a5a-f7ecc06e4b2d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1834] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:38 2026] DELETE /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:39.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02772df2-6ed1-4988-a7ac-5e77d86414b7 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1835] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:39 2026] DELETE /v2.0/subnets/96d8cb5c-ba84-41e4-b76c-913604f8911f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1836] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1837] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:08:39.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a378fa17-99f5-4284-8e6a-670eff8e0885 434e0e48511c47fb8d357833a1d8f5fe 4f7bf2251faf4ae6ba040dd1ef0ad4f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/1838] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:08:39 2026] DELETE /v2.0/subnets/f94bbcaf-1423-4853-947b-9e42a28c4228 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:08:39.136 7 INFO neutron.db.securitygroups_db [None req-7b39c3d6-657a-451e-bc61-a2edb7a51e90 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Project c3c8536781a5482a830559adb7e9d17b 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: 988/1839] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:08:39 2026] DELETE /v2.0/qos/policies/08d07b4f-f026-4ce5-942d-a7241bee8c52 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1840] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:39.283 8 INFO neutron.db.securitygroups_db [None req-e86ea90b-2214-48a3-839e-2bb0a443c414 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Project c3c8536781a5482a830559adb7e9d17b 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: 989/1841] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:08:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1842] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/ports?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1843] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 => 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: 854/1844] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/subnets?id=df3437dd-c8cb-458c-bfe2-f511d19c40b2 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1845] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/ports?network_id=d5429f65-5b0a-4fb8-b5b2-a4aa9663841f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1846] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1847] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1848] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&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: 993/1849] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1850] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/security-groups?tenant_id=4f7bf2251faf4ae6ba040dd1ef0ad4f8&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1851] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/networks => generated 1298 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1852] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:39 2026] GET /v2.0/security-groups?tenant_id=fbbd5f9ef1084e8bb4d8b4472d0b96bb&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1853] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:39 2026] DELETE /v2.0/security-groups/85442581-9fec-45a6-ae13-1fca5799cdd6 => 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: 996/1854] 10.0.0.123 () {34 vars in 1098 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-619751137&fields=id&tenant_id=c3c8536781a5482a830559adb7e9d17b => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1855] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:39 2026] DELETE /v2.0/security-groups/4efb6599-673c-44f8-ba59-31b9f35e3f63 => 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: 997/1856] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1857] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/quotas/c3c8536781a5482a830559adb7e9d17b => 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: 998/1858] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&fields=id => generated 57 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1859] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1860] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1861] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/security-groups?tenant_id=fd6da0757f2f4fbcac1363ec650f2b88&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1862] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1000/1863] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:40 2026] DELETE /v2.0/security-groups/fc8afe59-7e33-4c66-9012-243d0b664923 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1864] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1865] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:40 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1866] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:41 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1002/1867] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:41 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1868] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:41 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1869] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:42 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 867/1870] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:08:42 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1277 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1871] 199.204.45.129 () {34 vars in 1124 bytes} [Tue Jun 16 05:08:42 2026] GET /v2.0/security-groups?id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&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: 7|app: 0|req: 868/1872] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:43 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1008 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1873] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:43 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&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: 7|app: 0|req: 869/1874] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:43 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 871/1877] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:44 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1878] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:44 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1879] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:08:44 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 661 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1880] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:44 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1008/1881] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:08:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3c8536781a5482a830559adb7e9d17b => generated 180 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1882] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:08:44 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 875/1883] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:45 2026] GET /v2.0/security-groups?tenant_id=64433855e16b4c3897654bca502a3c99&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1884] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:08:45 2026] PUT /v2.0/ports/26b9be92-a48c-4ad5-9ee1-060af2902940 => generated 1235 bytes in 554 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: 876/1885] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:45 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:45.869 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd1347c9-9fcb-4844-9bde-7e8d08a45122'] response: {'name': 'network-changed', 'server_uuid': '4061a198-b3c1-4c9f-9fa1-a2c0153f6421', 'tag': '26b9be92-a48c-4ad5-9ee1-060af2902940', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 877/1886] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:45 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1887] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:45 2026] DELETE /v2.0/security-groups/67626b5d-3b18-44e9-a968-b093bcc6566e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1888] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:45 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1889] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:46 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&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: 1011/1890] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:45 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1891] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:08:46 2026] GET /v2.0/security-groups?tenant_id=0083f943be274f68b0aeae32a0aefcfb&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1892] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:08:46 2026] DELETE /v2.0/security-groups/585fb178-9d8f-41ab-9e2c-9fd59780d610 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:08:46.419 7 INFO neutron.db.l3_db [None req-ad82b38c-401c-4129-aab2-9d795f3998df 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Floating IP ba0ed367-bd83-4ef5-a20b-ef9a7960beb4 associated. External IP: 10.96.250.218, port: 4a6d2913-81c0-4a6a-9cd8-a5b242fa0536. [pid: 8|app: 0|req: 1014/1893] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:46 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1894] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:08:46 2026] GET /v2.0/networks?tenant_id=c3c8536781a5482a830559adb7e9d17b&shared=False => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1895] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:08:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1896] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:08:46 2026] PUT /v2.0/floatingips/ba0ed367-bd83-4ef5-a20b-ef9a7960beb4 => generated 855 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:46.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1ed7ca1-04f2-4d8a-adc3-e904405bbe74'] response: {'name': 'network-changed', 'server_uuid': 'df546cc4-34db-43ca-8a78-e6b312c8d1af', 'tag': '4a6d2913-81c0-4a6a-9cd8-a5b242fa0536', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1017/1897] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1898] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1899] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/ports?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1279 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1900] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/networks?id=d5429f65-5b0a-4fb8-b5b2-a4aa9663841f => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1901] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1902] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/subnets?id=df3437dd-c8cb-458c-bfe2-f511d19c40b2 => generated 690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1903] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1904] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/ports?network_id=d5429f65-5b0a-4fb8-b5b2-a4aa9663841f&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: 1021/1905] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=26b9be92-a48c-4ad5-9ee1-060af2902940 => 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: 885/1906] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1907] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/subnets?id=9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1908] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1909] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/ports?network_id=a7c208ee-6f73-435d-874e-51719e223c87&device_owner=network%3Adhcp => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1910] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1911] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:08:47 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1912] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:48 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1913] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:48 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:48.573 7 INFO neutron.db.segments_db [None req-de5b6c39-65d2-4a64-ab42-191cb3dbd0fe 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 8b63693c-af6a-415f-a821-232cd38140d8 of type vxlan for network aea4d1c0-5832-432d-905e-fb773c83af2b [pid: 7|app: 0|req: 888/1914] 10.0.0.19 () {34 vars in 670 bytes} [Tue Jun 16 05:08:48 2026] POST /v2.0/networks => generated 721 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1915] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:48 2026] POST /v2.0/subnets => generated 687 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:48.916 7 INFO neutron.db.segments_db [None req-d9caf125-3a85-42f4-89e3-9528f8b94229 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Added segment 298630ff-7f5a-4e5d-9297-452394aa0f61 of type vxlan for network 5fbcbdf2-9c8c-4ee8-972b-28e56b69ad59 2026-06-16 05:08:49.196 7 INFO neutron.db.l3_hamode_db [None req-d9caf125-3a85-42f4-89e3-9528f8b94229 2550ca2815f44cd3980f4ee83d0eb04a 74ddefabd3ec4b019c682cc90415a893 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1028/1916] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:49 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1917] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:49 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:08:50.038 7 INFO neutron.db.l3_hamode_db [None req-d9caf125-3a85-42f4-89e3-9528f8b94229 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1030/1918] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:50 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1919] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:50 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1920] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:08:48 2026] POST /v2.0/routers => generated 727 bytes in 2108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1921] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:51 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1922] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:51 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1923] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:08:50 2026] PUT /v2.0/routers/85229535-e126-42f7-a4a0-11a456ec0be0/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1924] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:53 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1033/1925] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:53 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1926] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:53 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1034/1927] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:08:53 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1928] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:53 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:08:54.215 8 INFO neutron.db.l3_db [None req-12f3cc7a-3928-4f94-abcd-c16d03c94a12 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Floating IP 374576e5-66d5-46a2-86b0-d217031df3ca associated. External IP: 10.96.250.205, port: 26b9be92-a48c-4ad5-9ee1-060af2902940. [pid: 8|app: 0|req: 1035/1929] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:08:53 2026] POST /v2.0/floatingips => generated 855 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:08:54.631 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-033835b9-f18e-4583-b6e6-62de018e3ec8'] response: {'name': 'network-changed', 'server_uuid': '4061a198-b3c1-4c9f-9fa1-a2c0153f6421', 'tag': '26b9be92-a48c-4ad5-9ee1-060af2902940', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 895/1930] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1931] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/networks?id=aea4d1c0-5832-432d-905e-fb773c83af2b => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1932] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/quotas/74ddefabd3ec4b019c682cc90415a893 => 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: 1037/1933] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/ports?tenant_id=74ddefabd3ec4b019c682cc90415a893&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1934] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/networks/aea4d1c0-5832-432d-905e-fb773c83af2b?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1935] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:08:54 2026] GET /v2.0/networks/aea4d1c0-5832-432d-905e-fb773c83af2b?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: 898/1936] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1039/1937] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1938] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1939] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=26b9be92-a48c-4ad5-9ee1-060af2902940 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1940] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/subnets?id=9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1941] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/ports?network_id=a7c208ee-6f73-435d-874e-51719e223c87&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1942] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?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: 1042/1943] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1944] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:08:55 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1945] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:56 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1946] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:08:56 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1947] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:57 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 904/1948] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:58 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1045/1949] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:58 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1950] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:58 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1951] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:08:58 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1279 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1952] 10.0.0.19 () {32 vars in 857 bytes} [Tue Jun 16 05:08:59 2026] GET /v2.0/floatingips?floating_network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103&port_id=4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1955] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:08:59 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1048/1956] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:08:59 2026] GET /v2.0/networks?id=aea4d1c0-5832-432d-905e-fb773c83af2b => generated 672 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1957] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:08:59 2026] POST /v2.0/ports => generated 954 bytes in 452 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: 1049/1958] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:08:59 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1959] 10.0.0.254 () {34 vars in 1120 bytes} [Tue Jun 16 05:08:59 2026] GET /v2.0/security-groups?id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1960] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:08:59 2026] PUT /v2.0/ports/73b1de00-0328-4126-980f-31b15f3ebe43 => generated 1235 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:00.448 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32c97f8e-1049-418b-98fe-785b5747a934'] response: {'name': 'network-changed', 'server_uuid': 'd0e37b79-9d94-44bb-bddb-55c1d16b152e', 'tag': '73b1de00-0328-4126-980f-31b15f3ebe43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1051/1961] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:00 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 969 bytes in 77 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: 911/1962] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:00 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&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: 1052/1963] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:00 2026] GET /v2.0/ports?tenant_id=74ddefabd3ec4b019c682cc90415a893&device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1964] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:09:01 2026] GET /v2.0/networks?tenant_id=74ddefabd3ec4b019c682cc90415a893&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1965] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:09:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1966] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:01 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1967] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:01 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1968] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/ports?tenant_id=74ddefabd3ec4b019c682cc90415a893&device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1969] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=73b1de00-0328-4126-980f-31b15f3ebe43 => 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: 915/1970] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/subnets?id=8f6bc1b5-a188-4dc8-b602-890ea2cd7806 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1971] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/ports?network_id=aea4d1c0-5832-432d-905e-fb773c83af2b&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: 916/1972] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/networks/aea4d1c0-5832-432d-905e-fb773c83af2b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1973] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/networks/aea4d1c0-5832-432d-905e-fb773c83af2b?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: 917/1974] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1975] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1976] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1977] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1978] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1979] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:02 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1980] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:03 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1981] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:09:03 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1982] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:04 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1983] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:04 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&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: 922/1984] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:04 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1985] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:09:04 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1986] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 16 05:09:04 2026] GET /v2.0/security-groups?id=6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf&id=fd08eee1-dd01-49a2-bfbb-f1488850c3b4&fields=id&fields=name => generated 207 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:05.023 7 INFO neutron_taas.services.taas.taas_plugin [req-fb24ad67-e02b-4d0c-8adb-8d947c28b219 req-f3c6b388-922c-466b-af79-a6cc4fac5659 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] TaaS: Handle Delete Port: 4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 2026-06-16 05:09:05.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb24ad67-e02b-4d0c-8adb-8d947c28b219 req-f3c6b388-922c-466b-af79-a6cc4fac5659 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Tap Mirror: Handle Delete Port: 4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 2026-06-16 05:09:05.176 7 INFO neutron.db.l3_db [req-fb24ad67-e02b-4d0c-8adb-8d947c28b219 req-f3c6b388-922c-466b-af79-a6cc4fac5659 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Floating IP ba0ed367-bd83-4ef5-a20b-ef9a7960beb4 disassociated. External IP: 10.96.250.218, port: 4a6d2913-81c0-4a6a-9cd8-a5b242fa0536. [pid: 8|app: 0|req: 1064/1987] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:05 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1065/1988] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:05 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1989] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:09:04 2026] DELETE /v2.0/ports/4a6d2913-81c0-4a6a-9cd8-a5b242fa0536 => generated 0 bytes in 808 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:05.746 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-623636ff-754b-45b3-85f8-5117e358dd8d'] response: {'server_uuid': 'df546cc4-34db-43ca-8a78-e6b312c8d1af', 'name': 'network-vif-deleted', 'tag': '4a6d2913-81c0-4a6a-9cd8-a5b242fa0536', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1066/1990] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:05 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 925/1991] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:06 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1992] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:06 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1993] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:07 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 1068/1994] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:07 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 927/1995] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:07 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1996] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:08 2026] GET /v2.0/ports?device_id=df546cc4-34db-43ca-8a78-e6b312c8d1af => 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: 928/1997] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:08 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1070/1998] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:09 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&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: 929/1999] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:09 2026] DELETE /v2.0/security-groups/6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:09.575 8 INFO neutron.api.v2.resource [None req-95148212-22ee-4f9d-b3b7-6f951bea9b91 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2000] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:09:09 2026] GET /v2.0/security-groups/6f5c5fdb-1c14-4c02-a081-1f3eb01a5caf => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:09:09.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabd438d-e078-489f-a33f-02a0e792379e 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] TaaS: Handle Delete Port: 44c42cc1-2a9f-4e24-99b2-89157f55573d 2026-06-16 05:09:09.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabd438d-e078-489f-a33f-02a0e792379e 1d91927b46eb41b2b7d425d5c646f469 19a1e8a8db4142cd857ccea9d33a8812 - - default default] Tap Mirror: Handle Delete Port: 44c42cc1-2a9f-4e24-99b2-89157f55573d [pid: 7|app: 0|req: 930/2001] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:09 2026] DELETE /v2.0/floatingips/ba0ed367-bd83-4ef5-a20b-ef9a7960beb4 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2002] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:09 2026] DELETE /v2.0/security-groups/fd08eee1-dd01-49a2-bfbb-f1488850c3b4 => 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: 1073/2003] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:10 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1074/2004] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:10 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:10.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce15b43-5451-4f96-95f6-d2196814858d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 9ce9b0dd-547b-490b-8c6f-a93308ad16bc 2026-06-16 05:09:10.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce15b43-5451-4f96-95f6-d2196814858d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 9ce9b0dd-547b-490b-8c6f-a93308ad16bc [pid: 7|app: 0|req: 931/2005] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:09:10 2026] PUT /v2.0/routers/44c5c6f1-3999-46ee-8a50-5cd168e0cb30/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:11.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3af93db-84c3-479f-8133-dcb2155fd614 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 0276ce12-0fc5-4f36-ac76-9d5bd85a4ef9 2026-06-16 05:09:11.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3af93db-84c3-479f-8133-dcb2155fd614 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 0276ce12-0fc5-4f36-ac76-9d5bd85a4ef9 [pid: 7|app: 0|req: 932/2006] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:11 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2007] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:11 2026] GET /v2.0/security-groups?id=a9c3fdd2-846f-431a-8fe9-9ea658bfe266&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:11.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3af93db-84c3-479f-8133-dcb2155fd614 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: e324b4b0-fa0c-49b0-a727-f60c069ad876 2026-06-16 05:09:11.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3af93db-84c3-479f-8133-dcb2155fd614 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: e324b4b0-fa0c-49b0-a727-f60c069ad876 [pid: 7|app: 0|req: 934/2008] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:09:11 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:11.633 7 INFO neutron_taas.services.taas.taas_plugin [req-2fa06423-4851-491c-9b54-b41fac7cf403 req-bc30775f-5df6-4c3f-ad9a-fe35f7ce313e 40bb7b9048aa462587ff7a15ceef8eee 74ddefabd3ec4b019c682cc90415a893 - - default default] TaaS: Handle Delete Port: 73b1de00-0328-4126-980f-31b15f3ebe43 2026-06-16 05:09:11.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2fa06423-4851-491c-9b54-b41fac7cf403 req-bc30775f-5df6-4c3f-ad9a-fe35f7ce313e 40bb7b9048aa462587ff7a15ceef8eee 74ddefabd3ec4b019c682cc90415a893 - - default default] Tap Mirror: Handle Delete Port: 73b1de00-0328-4126-980f-31b15f3ebe43 [pid: 7|app: 0|req: 935/2009] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:09:11 2026] DELETE /v2.0/ports/73b1de00-0328-4126-980f-31b15f3ebe43 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:11.797 8 INFO neutron.services.segments.plugin [-] Segment 47d42cfe-214a-40ed-b6a6-b0e96f890936 resource provider aggregate not found 2026-06-16 05:09:11.804 8 INFO neutron.services.segments.plugin [-] Segment 47d42cfe-214a-40ed-b6a6-b0e96f890936 resource provider aggregate not found 2026-06-16 05:09:11.817 8 INFO neutron.services.segments.plugin [-] Segment 47d42cfe-214a-40ed-b6a6-b0e96f890936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d42cfe-214a-40ed-b6a6-b0e96f890936 found for delete ", "request_id": "req-32fed9c3-26ea-4c25-b7a8-d93c68055a99"}]} 2026-06-16 05:09:11.818 8 INFO neutron.services.segments.plugin [-] Segment 47d42cfe-214a-40ed-b6a6-b0e96f890936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d42cfe-214a-40ed-b6a6-b0e96f890936 found for delete ", "request_id": "req-85edbfc0-f4db-4cf3-9134-2b106369ad09"}]} 2026-06-16 05:09:11.824 8 INFO neutron.db.l3_hamode_db [None req-a3af93db-84c3-479f-8133-dcb2155fd614 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 1295ea18-8da5-4f80-8ad6-0b6d96b21b98 was deleted as no HA routers are present in tenant 19a1e8a8db4142cd857ccea9d33a8812. 2026-06-16 05:09:11.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3c87099-ae02-436d-a4c0-5c0a90a3a788'] response: {'server_uuid': 'd0e37b79-9d94-44bb-bddb-55c1d16b152e', 'name': 'network-vif-deleted', 'tag': '73b1de00-0328-4126-980f-31b15f3ebe43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1075/2010] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:10 2026] DELETE /v2.0/routers/44c5c6f1-3999-46ee-8a50-5cd168e0cb30 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2011] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:11 2026] DELETE /v2.0/subnets/df3437dd-c8cb-458c-bfe2-f511d19c40b2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:12.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-fede5f53-0f07-477f-9b47-e40c28161a00 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 081ccc54-3f13-4745-85ce-5e36c4bbd26f 2026-06-16 05:09:12.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fede5f53-0f07-477f-9b47-e40c28161a00 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 081ccc54-3f13-4745-85ce-5e36c4bbd26f [pid: 8|app: 0|req: 1076/2012] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:11 2026] DELETE /v2.0/networks/d5429f65-5b0a-4fb8-b5b2-a4aa9663841f => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2013] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:12 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:12.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d55ad8-280f-4ea7-bc60-0483ed22d88e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 69fd0788-2df7-4832-91ed-a0e81d36c590 2026-06-16 05:09:12.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d55ad8-280f-4ea7-bc60-0483ed22d88e 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 69fd0788-2df7-4832-91ed-a0e81d36c590 [pid: 8|app: 0|req: 1078/2014] 10.0.0.19 () {32 vars in 825 bytes} [Tue Jun 16 05:09:12 2026] GET /v2.0/ports?project_id=c3c8536781a5482a830559adb7e9d17b&network_id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 3691 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2015] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:09:12 2026] PUT /v2.0/routers/ccd8ec31-6366-4855-9c86-dd20b09462ff/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:13.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b985b79-1d73-46b8-b750-1ae51708f1aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 7d5852c5-3867-4c12-9a23-c9b532d73936 2026-06-16 05:09:13.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b985b79-1d73-46b8-b750-1ae51708f1aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 7d5852c5-3867-4c12-9a23-c9b532d73936 [pid: 7|app: 0|req: 938/2016] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:09:13 2026] GET /v2.0/subnets?network_id=2cf79204-0a29-4cd8-ab0e-5770b87a9103 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:13.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b985b79-1d73-46b8-b750-1ae51708f1aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 5f001cce-0ddc-47e4-89ee-2d4658758a98 2026-06-16 05:09:13.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b985b79-1d73-46b8-b750-1ae51708f1aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 5f001cce-0ddc-47e4-89ee-2d4658758a98 2026-06-16 05:09:13.656 7 INFO neutron.db.l3_db [None req-b6169ccf-fc19-4664-a9ed-a84fda293222 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Floating IP 374576e5-66d5-46a2-86b0-d217031df3ca disassociated. External IP: 10.96.250.205, port: 26b9be92-a48c-4ad5-9ee1-060af2902940. 2026-06-16 05:09:13.837 8 INFO neutron.services.segments.plugin [-] Segment 03e62f67-dc6e-411e-99ee-179fc9928a3a resource provider aggregate not found 2026-06-16 05:09:13.844 8 INFO neutron.services.segments.plugin [-] Segment 03e62f67-dc6e-411e-99ee-179fc9928a3a resource provider aggregate not found 2026-06-16 05:09:13.869 8 INFO neutron.services.segments.plugin [-] Segment 03e62f67-dc6e-411e-99ee-179fc9928a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e62f67-dc6e-411e-99ee-179fc9928a3a found for delete ", "request_id": "req-5c306446-b095-49c5-a82a-0280aa3b048c"}]} 2026-06-16 05:09:13.874 8 INFO neutron.services.segments.plugin [-] Segment 03e62f67-dc6e-411e-99ee-179fc9928a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e62f67-dc6e-411e-99ee-179fc9928a3a found for delete ", "request_id": "req-c51affa3-b619-4163-ba3e-d0754b1feb89"}]} [pid: 7|app: 0|req: 939/2017] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:13 2026] PUT /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 554 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2018] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:13 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 941/2019] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:09:13 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:13.997 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a009dca7-fe0d-4f77-b99c-ea14fae98f5b'] response: {'name': 'network-changed', 'server_uuid': '4061a198-b3c1-4c9f-9fa1-a2c0153f6421', 'tag': '26b9be92-a48c-4ad5-9ee1-060af2902940', 'status': 'completed', 'code': 200} 2026-06-16 05:09:14.061 8 INFO neutron.db.l3_hamode_db [None req-0b985b79-1d73-46b8-b750-1ae51708f1aa 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 2171edfb-146d-4196-ba74-091bdbffed84 was deleted as no HA routers are present in tenant 066ea36026174e478a1cde1caba96569. [pid: 8|app: 0|req: 1079/2020] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:13 2026] DELETE /v2.0/routers/ccd8ec31-6366-4855-9c86-dd20b09462ff => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2023] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:14 2026] DELETE /v2.0/subnets/3a0b25d2-e286-4132-860b-65ababcba2c5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:14.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-53b875e7-8699-423d-bf3e-9b6c4a5df9e9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: a5f6a1e3-2fba-4053-aae3-d7fa0be0f883 2026-06-16 05:09:14.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53b875e7-8699-423d-bf3e-9b6c4a5df9e9 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: a5f6a1e3-2fba-4053-aae3-d7fa0be0f883 [pid: 8|app: 0|req: 1082/2024] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:14 2026] DELETE /v2.0/networks/55016805-21d7-43d3-9aca-4b08282825b7 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2025] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2026] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2027] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=26b9be92-a48c-4ad5-9ee1-060af2902940 => 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: 1084/2028] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/subnets?id=9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2029] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/ports?network_id=a7c208ee-6f73-435d-874e-51719e223c87&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2030] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?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: 946/2031] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?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: 1086/2032] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:14 2026] GET /v2.0/security-groups?tenant_id=19a1e8a8db4142cd857ccea9d33a8812&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2033] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:14 2026] DELETE /v2.0/security-groups/41c52916-366b-4bbd-b9d0-9fbd36af15fb => 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: 1087/2034] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:09:15 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 554 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2035] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:15 2026] GET /v2.0/ports?device_id=d0e37b79-9d94-44bb-bddb-55c1d16b152e => 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: 1088/2036] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:15 2026] GET /v2.0/security-groups?tenant_id=066ea36026174e478a1cde1caba96569&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2037] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:15 2026] DELETE /v2.0/security-groups/91f77ec0-dd2e-4ab0-a8d9-d164f5f3e6ed => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:15.891 8 INFO neutron.services.segments.plugin [-] Segment ccd84b69-bbb5-4a55-91f3-aa38575c2271 resource provider aggregate not found 2026-06-16 05:09:15.893 8 INFO neutron.services.segments.plugin [-] Segment ccd84b69-bbb5-4a55-91f3-aa38575c2271 resource provider aggregate not found 2026-06-16 05:09:15.910 8 INFO neutron.services.segments.plugin [-] Segment ccd84b69-bbb5-4a55-91f3-aa38575c2271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd84b69-bbb5-4a55-91f3-aa38575c2271 found for delete ", "request_id": "req-66136442-2b8a-4736-be42-d601401c3f82"}]} 2026-06-16 05:09:15.912 8 INFO neutron.services.segments.plugin [-] Segment ccd84b69-bbb5-4a55-91f3-aa38575c2271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd84b69-bbb5-4a55-91f3-aa38575c2271 found for delete ", "request_id": "req-012643f7-0e98-4787-8791-b5ada63cbd32"}]} 2026-06-16 05:09:15.931 8 INFO neutron.services.segments.plugin [-] Segment f5ea77dc-7414-42f5-b867-2f3470694e07 resource provider aggregate not found 2026-06-16 05:09:15.940 8 INFO neutron.services.segments.plugin [-] Segment f5ea77dc-7414-42f5-b867-2f3470694e07 resource provider aggregate not found 2026-06-16 05:09:15.953 8 INFO neutron.services.segments.plugin [-] Segment f5ea77dc-7414-42f5-b867-2f3470694e07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ea77dc-7414-42f5-b867-2f3470694e07 found for delete ", "request_id": "req-470b84da-4a13-4979-b884-cec58c0cd2e8"}]} 2026-06-16 05:09:15.955 8 INFO neutron.services.segments.plugin [-] Segment f5ea77dc-7414-42f5-b867-2f3470694e07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ea77dc-7414-42f5-b867-2f3470694e07 found for delete ", "request_id": "req-238fa563-ab98-4150-b97a-1b0016bc810a"}]} [pid: 8|app: 0|req: 1089/2038] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:09:16 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2039] 10.0.0.19 () {34 vars in 684 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2040] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2041] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2042] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:17.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-12868ad5-1471-4a14-aad9-bdf28e2083d7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ec7549b9-e849-4f22-86d4-ba4b0f95eb4f 2026-06-16 05:09:17.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12868ad5-1471-4a14-aad9-bdf28e2083d7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ec7549b9-e849-4f22-86d4-ba4b0f95eb4f [pid: 8|app: 0|req: 1093/2043] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:17.806 8 INFO neutron.db.securitygroups_db [None req-edb75ab9-be11-4f80-bbde-e0d3b05437be 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Project c3c8536781a5482a830559adb7e9d17b 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: 1094/2044] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:17.911 8 INFO neutron.db.securitygroups_db [None req-0425988a-3dee-45e6-9ec7-072a6ccec3d4 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Project c3c8536781a5482a830559adb7e9d17b 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: 1095/2045] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:09:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2046] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:09:17 2026] PUT /v2.0/routers/85229535-e126-42f7-a4a0-11a456ec0be0/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:18.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-f86d4aa4-d38c-4849-b16c-9908f3142bb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: b86b699f-4e69-4c00-98ec-64438333f935 2026-06-16 05:09:18.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86d4aa4-d38c-4849-b16c-9908f3142bb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: b86b699f-4e69-4c00-98ec-64438333f935 [pid: 7|app: 0|req: 952/2047] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/networks => generated 1298 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2048] 10.0.0.123 () {34 vars in 1100 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1441875320&fields=id&tenant_id=c3c8536781a5482a830559adb7e9d17b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2049] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2050] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/quotas/c3c8536781a5482a830559adb7e9d17b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2051] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&fields=id => generated 149 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2052] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2053] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:09:18 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?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: 959/2054] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:19 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:19.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-f86d4aa4-d38c-4849-b16c-9908f3142bb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: a65c41b7-1e75-43b7-9765-25bb45629b85 2026-06-16 05:09:19.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86d4aa4-d38c-4849-b16c-9908f3142bb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: a65c41b7-1e75-43b7-9765-25bb45629b85 2026-06-16 05:09:19.978 8 INFO neutron.services.segments.plugin [-] Segment 298630ff-7f5a-4e5d-9297-452394aa0f61 resource provider aggregate not found 2026-06-16 05:09:19.988 8 INFO neutron.services.segments.plugin [-] Segment 298630ff-7f5a-4e5d-9297-452394aa0f61 resource provider aggregate not found 2026-06-16 05:09:20.002 8 INFO neutron.services.segments.plugin [-] Segment 298630ff-7f5a-4e5d-9297-452394aa0f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298630ff-7f5a-4e5d-9297-452394aa0f61 found for delete ", "request_id": "req-f87f7da4-fa40-442a-bbde-2671a6a8b4b1"}]} 2026-06-16 05:09:20.010 8 INFO neutron.services.segments.plugin [-] Segment 298630ff-7f5a-4e5d-9297-452394aa0f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298630ff-7f5a-4e5d-9297-452394aa0f61 found for delete ", "request_id": "req-6713af4b-bff3-46b1-9369-ee5f03a546a7"}]} 2026-06-16 05:09:20.021 8 INFO neutron.db.l3_hamode_db [None req-f86d4aa4-d38c-4849-b16c-9908f3142bb5 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] HA network 5fbcbdf2-9c8c-4ee8-972b-28e56b69ad59 was deleted as no HA routers are present in tenant 74ddefabd3ec4b019c682cc90415a893. [pid: 8|app: 0|req: 1096/2055] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:18 2026] DELETE /v2.0/routers/85229535-e126-42f7-a4a0-11a456ec0be0 => generated 0 bytes in 1658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2056] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:20 2026] DELETE /v2.0/subnets/8f6bc1b5-a188-4dc8-b602-890ea2cd7806 => 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: 960/2057] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:09:19 2026] POST /v2.0/floatingips => generated 552 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:20.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-b83c5779-afcb-41b5-ba99-25f9aa5a5154 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: d6873af8-9331-4dde-9795-9bea8ebe6138 2026-06-16 05:09:20.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b83c5779-afcb-41b5-ba99-25f9aa5a5154 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: d6873af8-9331-4dde-9795-9bea8ebe6138 [pid: 7|app: 0|req: 961/2058] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:20 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2059] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:20 2026] DELETE /v2.0/networks/aea4d1c0-5832-432d-905e-fb773c83af2b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2060] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:20 2026] GET /v2.0/security-groups?tenant_id=74ddefabd3ec4b019c682cc90415a893&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2061] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:20 2026] DELETE /v2.0/security-groups/a9c3fdd2-846f-431a-8fe9-9ea658bfe266 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2062] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:09:20 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2063] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:09:20 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2064] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:21 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1102/2065] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:09:21 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:22.024 8 INFO neutron.services.segments.plugin [-] Segment 8b63693c-af6a-415f-a821-232cd38140d8 resource provider aggregate not found 2026-06-16 05:09:22.029 8 INFO neutron.services.segments.plugin [-] Segment 8b63693c-af6a-415f-a821-232cd38140d8 resource provider aggregate not found 2026-06-16 05:09:22.040 8 INFO neutron.services.segments.plugin [-] Segment 8b63693c-af6a-415f-a821-232cd38140d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b63693c-af6a-415f-a821-232cd38140d8 found for delete ", "request_id": "req-0469663f-cf60-4974-a2d4-db1bffa5b8db"}]} 2026-06-16 05:09:22.047 8 INFO neutron.services.segments.plugin [-] Segment 8b63693c-af6a-415f-a821-232cd38140d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b63693c-af6a-415f-a821-232cd38140d8 found for delete ", "request_id": "req-7d195ffe-c864-4503-a7e4-2793c337ff52"}]} [pid: 7|app: 0|req: 964/2066] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:09:21 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2067] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:22 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 965/2068] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:09:22 2026] PUT /v2.0/floatingips/9bb4214c-d8fe-443e-af84-102ffda125e1/tags => generated 17 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2069] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:09:22 2026] PUT /v2.0/floatingips/77b6246d-6137-4e74-918d-e9bdf320a71e/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: 966/2070] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:09:22 2026] PUT /v2.0/floatingips/b102bbf2-cca2-4d5e-8927-71cde05e0fec/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2071] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:09:22 2026] PUT /v2.0/floatingips/d8da5530-718a-4182-8be2-4994d76779a2/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2072] 10.0.0.19 () {32 vars in 671 bytes} [Tue Jun 16 05:09:22 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2073] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:09:22 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2074] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:09:22 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2075] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:09:22 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2076] 10.0.0.19 () {32 vars in 679 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2077] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2078] 10.0.0.19 () {32 vars in 689 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2079] 10.0.0.19 () {32 vars in 701 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:23.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f60a1b3-906e-427f-8ebe-5af32d830ff5 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] TaaS: Handle Delete Port: b1364f3f-33d2-476f-8c02-b24628d5a7ad 2026-06-16 05:09:23.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f60a1b3-906e-427f-8ebe-5af32d830ff5 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] Tap Mirror: Handle Delete Port: b1364f3f-33d2-476f-8c02-b24628d5a7ad [pid: 8|app: 0|req: 1110/2080] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2081] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:23 2026] DELETE /v2.0/floatingips/9bb4214c-d8fe-443e-af84-102ffda125e1 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2082] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3c8536781a5482a830559adb7e9d17b => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2083] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:23 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:23.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-49616d2d-c6d2-456b-80f0-9e131d3b12ec 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] TaaS: Handle Delete Port: 0de150d0-6ebf-45ba-878d-b2519807c730 2026-06-16 05:09:23.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49616d2d-c6d2-456b-80f0-9e131d3b12ec 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] Tap Mirror: Handle Delete Port: 0de150d0-6ebf-45ba-878d-b2519807c730 [pid: 7|app: 0|req: 972/2084] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:23 2026] DELETE /v2.0/floatingips/77b6246d-6137-4e74-918d-e9bdf320a71e => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:23.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-c17f14dc-7d68-4e56-b769-bbf922b92f9e 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] TaaS: Handle Delete Port: 29ed35b1-30e9-4b6e-af73-6bd7205d3a2d 2026-06-16 05:09:23.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c17f14dc-7d68-4e56-b769-bbf922b92f9e 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] Tap Mirror: Handle Delete Port: 29ed35b1-30e9-4b6e-af73-6bd7205d3a2d [pid: 8|app: 0|req: 1113/2085] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:09:23 2026] POST /v2.0/ports => generated 954 bytes in 407 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: 973/2086] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:23 2026] DELETE /v2.0/floatingips/b102bbf2-cca2-4d5e-8927-71cde05e0fec => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:24.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b6384f4-3984-490d-864f-7978608151fe 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] TaaS: Handle Delete Port: 10799762-652c-4042-81fd-3c405bdff033 2026-06-16 05:09:24.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b6384f4-3984-490d-864f-7978608151fe 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] Tap Mirror: Handle Delete Port: 10799762-652c-4042-81fd-3c405bdff033 [pid: 7|app: 0|req: 974/2087] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:24 2026] DELETE /v2.0/floatingips/d8da5530-718a-4182-8be2-4994d76779a2 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2088] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:09:24 2026] PUT /v2.0/ports/6c93682c-c776-45c2-b91d-2f3487b6b66c => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:24.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d75af30a-8ae8-4934-bb75-5c47a5e68b17'] response: {'name': 'network-changed', 'server_uuid': '28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6', 'tag': '6c93682c-c776-45c2-b91d-2f3487b6b66c', 'status': 'completed', 'code': 200} 2026-06-16 05:09:24.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5af1740-5066-4211-9639-0ebe55cde70e 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] TaaS: Handle Delete Port: 88a01c35-16f9-498d-9c48-0cc67a640ac0 2026-06-16 05:09:24.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5af1740-5066-4211-9639-0ebe55cde70e 01fd4b6b8787420aa8613d7446cf098d 6fb17e69f3f244ebbf06e0e5b81a413e - - default default] Tap Mirror: Handle Delete Port: 88a01c35-16f9-498d-9c48-0cc67a640ac0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 975/2089] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:24 2026] DELETE /v2.0/floatingips/d1f333eb-99e9-4d4c-8f81-e6e1beb91ec2 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2090] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:24 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 976/2091] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:24 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2092] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2093] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/networks?tenant_id=c3c8536781a5482a830559adb7e9d17b&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2094] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2095] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2096] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/security-groups?tenant_id=6fb17e69f3f244ebbf06e0e5b81a413e&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2097] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:25 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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/2098] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:25 2026] DELETE /v2.0/security-groups/65d4db2f-c49b-4437-b41b-b5d929f51942 => 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: 1120/2099] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/security-groups?tenant_id=dece32f53f5347359d6650cae37ed8a7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2100] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2101] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6c93682c-c776-45c2-b91d-2f3487b6b66c => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2102] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/subnets?id=9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2103] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:26 2026] DELETE /v2.0/security-groups/ed7005de-c1c0-4671-9f73-c4dcd9947b0f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2104] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/ports?network_id=a7c208ee-6f73-435d-874e-51719e223c87&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2105] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2106] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?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: 982/2107] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/security-groups?tenant_id=f84b54f0bd894c67ab9325eb3631c165&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2108] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:26 2026] DELETE /v2.0/security-groups/f84904bc-9fc3-446c-af00-256d8528496c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2109] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:26 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2110] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:27 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 984/2111] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:28 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2112] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:28 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 1130/2115] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:29 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2116] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:29 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 1131/2117] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:30 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2118] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:30 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 1132/2119] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2120] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2121] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2122] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:31 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 989/2123] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2124] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:31 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 990/2125] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2126] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:31 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2127] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:31 2026] PUT /v2.0/security-groups/efeb6bea-6f25-4822-9be3-49cc3478d9af/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2128] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:31 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&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: 992/2129] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:32 2026] PUT /v2.0/security-groups/c3ed3cc2-32f3-4293-8f45-bface8305baf/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: 1138/2130] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2131] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:32 2026] PUT /v2.0/security-groups/26616b6a-9792-4442-9075-b75d1341f484/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: 994/2132] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:32 2026] PUT /v2.0/security-groups/5c101926-8cd6-4cd1-a022-13e97fddb836/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2133] 10.0.0.19 () {32 vars in 679 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2134] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:09:32 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: 7|app: 0|req: 997/2135] 10.0.0.19 () {32 vars in 689 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2136] 10.0.0.19 () {32 vars in 701 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2137] 10.0.0.19 () {32 vars in 687 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2138] 10.0.0.19 () {32 vars in 701 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:32.487 8 INFO neutron.db.l3_db [None req-60f49a68-14a4-4e79-af68-e322d2cc3817 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Floating IP 374576e5-66d5-46a2-86b0-d217031df3ca associated. External IP: 10.96.250.205, port: 6c93682c-c776-45c2-b91d-2f3487b6b66c. [pid: 7|app: 0|req: 1001/2139] 10.0.0.19 () {32 vars in 697 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2140] 10.0.0.19 () {32 vars in 709 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2141] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:32 2026] DELETE /v2.0/security-groups/efeb6bea-6f25-4822-9be3-49cc3478d9af => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2142] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:32 2026] DELETE /v2.0/security-groups/c3ed3cc2-32f3-4293-8f45-bface8305baf => 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: 1005/2143] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:32 2026] DELETE /v2.0/security-groups/26616b6a-9792-4442-9075-b75d1341f484 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2144] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:32 2026] PUT /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 855 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:32.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71acef9f-02c3-41c0-83af-b2bab63026af'] response: {'name': 'network-changed', 'server_uuid': '28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6', 'tag': '6c93682c-c776-45c2-b91d-2f3487b6b66c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1140/2145] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:09:32 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2146] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:32 2026] DELETE /v2.0/security-groups/5c101926-8cd6-4cd1-a022-13e97fddb836 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2147] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:32 2026] DELETE /v2.0/security-groups/36047328-45b3-481b-aa91-84f23aefe9a2 => 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: 1007/2148] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/ports?tenant_id=c3c8536781a5482a830559adb7e9d17b&device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2149] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/networks?id=a7c208ee-6f73-435d-874e-51719e223c87 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2150] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6c93682c-c776-45c2-b91d-2f3487b6b66c => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2151] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/subnets?id=9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2152] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/ports?network_id=a7c208ee-6f73-435d-874e-51719e223c87&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2153] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2154] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2155] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/security-groups?tenant_id=f5c038b8b7514eb08e7b2bf5b6ea77ce&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2156] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:33 2026] GET /v2.0/security-groups?tenant_id=fa44d74824b54faba861e4549edecbeb&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2157] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:09:34 2026] GET /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2158] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:34 2026] DELETE /v2.0/security-groups/73e9a77a-7764-4b4b-b035-40f469cd2cf3 => 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: 1147/2159] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:34 2026] DELETE /v2.0/security-groups/2cc47a86-6c80-4706-a619-bfd3e88f7390 => 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: 1013/2160] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:34 2026] GET /v2.0/security-groups?tenant_id=234e271e3ca143ffbd29508e4c920c61&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2161] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:34 2026] DELETE /v2.0/security-groups/be907451-64e0-4753-9ebf-a3066ab86b06 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2162] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:34 2026] GET /v2.0/security-groups?tenant_id=fed2fcfd857049cbbd75b7ce6500264e&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2163] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:34 2026] DELETE /v2.0/security-groups/b05c49ee-fabe-4bd3-9df3-8652c80b43dc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:38.784 7 INFO neutron.db.segments_db [None req-2e0ee6b1-e829-4814-83e7-c7db7f9744e3 9598fcf16837409995a777c3f387a5d7 38e1483611a840e2a44b22512ca8373c - - default default] Added segment abe415df-fd25-4d35-b017-326616038f3c of type vxlan for network e28cf188-be77-4c97-b96a-d58474a7ee54 [pid: 7|app: 0|req: 1015/2164] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:38 2026] POST /v2.0/networks => generated 612 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:38.943 8 INFO neutron.db.segments_db [None req-73114629-b53e-4af3-8f4f-b3f958de2ded 9598fcf16837409995a777c3f387a5d7 38e1483611a840e2a44b22512ca8373c - - default default] Added segment 3ae924c0-356f-4d53-abec-a1d895ddf848 of type vxlan for network 4a9cab1c-f2a0-4d4f-b318-01ed042f4279 [pid: 8|app: 0|req: 1150/2165] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:38 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:39.092 8 INFO neutron.db.segments_db [None req-0dccbc71-8989-46e3-896f-7a2135137151 9598fcf16837409995a777c3f387a5d7 38e1483611a840e2a44b22512ca8373c - - default default] Added segment d7a26791-4c0a-4947-8ce4-e213264f2e65 of type vxlan for network d545faa4-00c8-4efe-943a-f8886ed71dd5 2026-06-16 05:09:39.149 7 INFO neutron.db.segments_db [None req-ad638055-15eb-4357-a915-1af5ef29b559 c6728a0d6539472e991bef802dd1fcbf 1fa3a6553f044ecc8d01e3dcf68dddc3 - - default default] Added segment 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a of type vxlan for network bbce4b56-9cb4-4fb6-af59-c9c38dac590d [pid: 8|app: 0|req: 1151/2166] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2167] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:38 2026] POST /v2.0/networks => generated 612 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:39.257 8 INFO neutron.db.segments_db [None req-7ee2c02d-ea19-447e-8689-47737a17c8aa 9598fcf16837409995a777c3f387a5d7 38e1483611a840e2a44b22512ca8373c - - default default] Added segment bd31fa4a-a832-43a3-9422-a8b0f76cc24a of type vxlan for network a79e981a-da1a-45de-a944-5b3e6555c4da [pid: 8|app: 0|req: 1152/2168] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:39.405 8 INFO neutron.db.segments_db [None req-b5bfb195-aa62-401a-88e1-78079075b956 9598fcf16837409995a777c3f387a5d7 38e1483611a840e2a44b22512ca8373c - - default default] Added segment d7d9cf42-7c64-481a-897c-b1e14ae82239 of type vxlan for network c4bd71c1-9963-4275-a14c-45eadbd87e72 [pid: 7|app: 0|req: 1017/2169] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2170] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/networks => generated 611 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:39.581 7 INFO neutron.db.segments_db [None req-1de86138-1486-4a83-8ed9-7fcea78328f6 c6728a0d6539472e991bef802dd1fcbf 1fa3a6553f044ecc8d01e3dcf68dddc3 - - default default] Added segment 07d92997-ae2c-470a-9ba4-616a3449c45f of type vxlan for network e729d0e4-795f-442f-935b-ac6148abfe8e [pid: 8|app: 0|req: 1154/2171] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:39 2026] PUT /v2.0/networks/e28cf188-be77-4c97-b96a-d58474a7ee54/tags => generated 17 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2172] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2173] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:39 2026] PUT /v2.0/networks/4a9cab1c-f2a0-4d4f-b318-01ed042f4279/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2174] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:39 2026] PUT /v2.0/networks/d545faa4-00c8-4efe-943a-f8886ed71dd5/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2175] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:39 2026] PUT /v2.0/networks/a79e981a-da1a-45de-a944-5b3e6555c4da/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2176] 10.0.0.19 () {32 vars in 665 bytes} [Tue Jun 16 05:09:39 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2177] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2178] 10.0.0.19 () {32 vars in 679 bytes} [Tue Jun 16 05:09:39 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:39.963 7 INFO neutron.db.segments_db [None req-6ba3a174-02ed-4ff9-8048-977c2afba2e2 c6728a0d6539472e991bef802dd1fcbf 1fa3a6553f044ecc8d01e3dcf68dddc3 - - default default] Added segment c31e210f-04b6-4cc8-ab52-deb21bbc2b20 of type vxlan for network 5f3c13a7-38c5-41ec-afc0-04c14347bd81 [pid: 8|app: 0|req: 1160/2179] 10.0.0.19 () {32 vars in 675 bytes} [Tue Jun 16 05:09:39 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2180] 10.0.0.19 () {32 vars in 687 bytes} [Tue Jun 16 05:09:39 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2181] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:39 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2182] 10.0.0.19 () {32 vars in 673 bytes} [Tue Jun 16 05:09:40 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2183] 10.0.0.19 () {32 vars in 687 bytes} [Tue Jun 16 05:09:40 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2184] 10.0.0.19 () {32 vars in 683 bytes} [Tue Jun 16 05:09:40 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2185] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:09:40 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2186] 10.0.0.19 () {32 vars in 695 bytes} [Tue Jun 16 05:09:40 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:40.382 7 INFO neutron.db.segments_db [None req-7c413a00-4174-4c8d-8c79-5f34ee67fc88 c6728a0d6539472e991bef802dd1fcbf 1fa3a6553f044ecc8d01e3dcf68dddc3 - - default default] Added segment a545775f-63da-4cbb-84cc-baf5b8597565 of type vxlan for network 20ab1b3c-7fc6-4294-bc87-e953d0914858 2026-06-16 05:09:40.452 8 INFO neutron.services.segments.plugin [-] Segment abe415df-fd25-4d35-b017-326616038f3c resource provider aggregate not found 2026-06-16 05:09:40.462 8 INFO neutron.services.segments.plugin [-] Segment abe415df-fd25-4d35-b017-326616038f3c resource provider aggregate not found 2026-06-16 05:09:40.475 8 INFO neutron.services.segments.plugin [-] Segment abe415df-fd25-4d35-b017-326616038f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe415df-fd25-4d35-b017-326616038f3c found for delete ", "request_id": "req-d4215045-16f7-4812-988b-9767f34ce717"}]} [pid: 7|app: 0|req: 1022/2187] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:40 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:40.488 8 INFO neutron.services.segments.plugin [-] Segment abe415df-fd25-4d35-b017-326616038f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe415df-fd25-4d35-b017-326616038f3c found for delete ", "request_id": "req-469f7d3c-e33f-4a8a-9904-bf10362eb422"}]} [pid: 8|app: 0|req: 1166/2188] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:40 2026] DELETE /v2.0/networks/e28cf188-be77-4c97-b96a-d58474a7ee54 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2189] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:40 2026] DELETE /v2.0/networks/4a9cab1c-f2a0-4d4f-b318-01ed042f4279 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2190] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:09:40 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2191] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:40 2026] DELETE /v2.0/networks/d545faa4-00c8-4efe-943a-f8886ed71dd5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:40.797 7 INFO neutron.db.segments_db [None req-2e793b5c-9a90-43a4-8d12-5d55da3a3b32 c6728a0d6539472e991bef802dd1fcbf 1fa3a6553f044ecc8d01e3dcf68dddc3 - - default default] Added segment b35d200d-2ffa-4aed-a9c4-e22a30f3968b of type vxlan for network ce240481-d4ad-43d4-b764-9d759f9b92d3 [pid: 8|app: 0|req: 1169/2192] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:40 2026] DELETE /v2.0/networks/a79e981a-da1a-45de-a944-5b3e6555c4da => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2193] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:40 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2194] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:09:40 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:41.014 7 INFO neutron.services.segments.plugin [-] Segment d7d9cf42-7c64-481a-897c-b1e14ae82239 resource provider aggregate not found 2026-06-16 05:09:41.020 7 INFO neutron.services.segments.plugin [-] Segment d7d9cf42-7c64-481a-897c-b1e14ae82239 resource provider aggregate not found 2026-06-16 05:09:41.031 7 INFO neutron.services.segments.plugin [-] Segment d7d9cf42-7c64-481a-897c-b1e14ae82239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7d9cf42-7c64-481a-897c-b1e14ae82239 found for delete ", "request_id": "req-7798b486-e76a-4725-b3f9-3e33587eb462"}]} 2026-06-16 05:09:41.035 7 INFO neutron.services.segments.plugin [-] Segment d7d9cf42-7c64-481a-897c-b1e14ae82239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7d9cf42-7c64-481a-897c-b1e14ae82239 found for delete ", "request_id": "req-254e26bb-9698-400f-8e5d-9509c36f22c5"}]} [pid: 7|app: 0|req: 1025/2195] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:40 2026] DELETE /v2.0/networks/c4bd71c1-9963-4275-a14c-45eadbd87e72 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2196] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2197] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:09:40 2026] POST /v2.0/subnets => generated 629 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2198] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:09:41 2026] PUT /v2.0/subnets/1e4b95d5-c8d7-4ac0-9aad-e24372ffffe2/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2199] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:09:41 2026] PUT /v2.0/subnets/17bbb94e-ed25-426d-ac1b-810d08c8cc31/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2200] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:09:41 2026] PUT /v2.0/subnets/d99144b6-3d6e-4139-9f7c-64cfb41bb2d6/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2201] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:09:41 2026] PUT /v2.0/subnets/2bc04794-3227-45ef-911e-3101bee34417/tags => 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: 1029/2202] 10.0.0.19 () {32 vars in 663 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2203] 10.0.0.19 () {32 vars in 677 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2204] 10.0.0.19 () {32 vars in 673 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2205] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2206] 10.0.0.19 () {32 vars in 671 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2207] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2208] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2209] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2210] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:41 2026] DELETE /v2.0/subnets/1e4b95d5-c8d7-4ac0-9aad-e24372ffffe2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2211] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:41 2026] DELETE /v2.0/subnets/17bbb94e-ed25-426d-ac1b-810d08c8cc31 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2212] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:41 2026] GET /v2.0/security-groups?tenant_id=233f9982018e4f8e88d5d91a88924800&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2213] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/subnets/d99144b6-3d6e-4139-9f7c-64cfb41bb2d6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2214] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/security-groups/2b65bf81-e129-4bdd-b701-56dcef394697 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2215] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:42 2026] GET /v2.0/security-groups?tenant_id=38e1483611a840e2a44b22512ca8373c&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2216] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/security-groups/3bf37b18-35da-4724-ae6d-5c7e8543b1cd => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:42.501 8 INFO neutron.services.segments.plugin [-] Segment 3ae924c0-356f-4d53-abec-a1d895ddf848 resource provider aggregate not found 2026-06-16 05:09:42.517 8 INFO neutron.services.segments.plugin [-] Segment 3ae924c0-356f-4d53-abec-a1d895ddf848 resource provider aggregate not found 2026-06-16 05:09:42.521 8 INFO neutron.services.segments.plugin [-] Segment 3ae924c0-356f-4d53-abec-a1d895ddf848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae924c0-356f-4d53-abec-a1d895ddf848 found for delete ", "request_id": "req-4ddd1bae-0e90-4db4-a9c7-8881a5e04712"}]} 2026-06-16 05:09:42.535 8 INFO neutron.services.segments.plugin [-] Segment 3ae924c0-356f-4d53-abec-a1d895ddf848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae924c0-356f-4d53-abec-a1d895ddf848 found for delete ", "request_id": "req-e4caabd2-dcad-4f72-bc28-715565683e9e"}]} 2026-06-16 05:09:42.542 8 INFO neutron.services.segments.plugin [-] Segment d7a26791-4c0a-4947-8ce4-e213264f2e65 resource provider aggregate not found 2026-06-16 05:09:42.554 8 INFO neutron.services.segments.plugin [-] Segment d7a26791-4c0a-4947-8ce4-e213264f2e65 resource provider aggregate not found 2026-06-16 05:09:42.570 8 INFO neutron.services.segments.plugin [-] Segment d7a26791-4c0a-4947-8ce4-e213264f2e65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a26791-4c0a-4947-8ce4-e213264f2e65 found for delete ", "request_id": "req-925d8119-0891-4d36-9212-f9742a9b9af9"}]} 2026-06-16 05:09:42.576 8 INFO neutron.services.segments.plugin [-] Segment d7a26791-4c0a-4947-8ce4-e213264f2e65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a26791-4c0a-4947-8ce4-e213264f2e65 found for delete ", "request_id": "req-ef1cec8b-360f-40e6-a497-4d8475d6349d"}]} 2026-06-16 05:09:42.593 8 INFO neutron.services.segments.plugin [-] Segment bd31fa4a-a832-43a3-9422-a8b0f76cc24a resource provider aggregate not found 2026-06-16 05:09:42.597 8 INFO neutron.services.segments.plugin [-] Segment bd31fa4a-a832-43a3-9422-a8b0f76cc24a resource provider aggregate not found 2026-06-16 05:09:42.611 8 INFO neutron.services.segments.plugin [-] Segment bd31fa4a-a832-43a3-9422-a8b0f76cc24a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd31fa4a-a832-43a3-9422-a8b0f76cc24a found for delete ", "request_id": "req-d4f916ab-f04e-4299-a187-d0cc5a843a6c"}]} 2026-06-16 05:09:42.614 8 INFO neutron.services.segments.plugin [-] Segment bd31fa4a-a832-43a3-9422-a8b0f76cc24a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd31fa4a-a832-43a3-9422-a8b0f76cc24a found for delete ", "request_id": "req-424b9a7b-23b0-445a-aaaf-28e2b890882f"}]} [pid: 8|app: 0|req: 1182/2217] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:42 2026] GET /v2.0/security-groups?tenant_id=96ed75e00d9a46188bbac4b239f53864&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2218] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/security-groups/d12327ba-9c01-4f40-a156-258943c8d7aa => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2219] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/subnets/2bc04794-3227-45ef-911e-3101bee34417 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2220] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/subnets/96702b9c-fcc4-4108-ad71-9fbab17d6ba2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:43.078 7 INFO neutron.services.segments.plugin [-] Segment 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a resource provider aggregate not found 2026-06-16 05:09:43.083 7 INFO neutron.services.segments.plugin [-] Segment 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a resource provider aggregate not found 2026-06-16 05:09:43.095 7 INFO neutron.services.segments.plugin [-] Segment 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a found for delete ", "request_id": "req-60f289e8-afcd-41cf-813d-cce53d546342"}]} 2026-06-16 05:09:43.096 7 INFO neutron.services.segments.plugin [-] Segment 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 710c1b0d-d5ae-476b-b1ca-a8df8bdb259a found for delete ", "request_id": "req-98bac226-1168-4ad9-ba60-531b6ed9a9b0"}]} [pid: 7|app: 0|req: 1037/2221] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:42 2026] DELETE /v2.0/networks/bbce4b56-9cb4-4fb6-af59-c9c38dac590d => 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: 1185/2222] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:43 2026] DELETE /v2.0/networks/e729d0e4-795f-442f-935b-ac6148abfe8e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2223] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:43 2026] DELETE /v2.0/networks/5f3c13a7-38c5-41ec-afc0-04c14347bd81 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2224] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:43 2026] DELETE /v2.0/networks/20ab1b3c-7fc6-4294-bc87-e953d0914858 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2225] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:43 2026] DELETE /v2.0/networks/ce240481-d4ad-43d4-b764-9d759f9b92d3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:44.634 8 INFO neutron.services.segments.plugin [-] Segment 07d92997-ae2c-470a-9ba4-616a3449c45f resource provider aggregate not found 2026-06-16 05:09:44.642 8 INFO neutron.services.segments.plugin [-] Segment 07d92997-ae2c-470a-9ba4-616a3449c45f resource provider aggregate not found 2026-06-16 05:09:44.647 8 INFO neutron.services.segments.plugin [-] Segment 07d92997-ae2c-470a-9ba4-616a3449c45f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d92997-ae2c-470a-9ba4-616a3449c45f found for delete ", "request_id": "req-63b50b37-915b-44e8-80e3-d1408590e4f5"}]} 2026-06-16 05:09:44.660 8 INFO neutron.services.segments.plugin [-] Segment a545775f-63da-4cbb-84cc-baf5b8597565 resource provider aggregate not found 2026-06-16 05:09:44.666 8 INFO neutron.services.segments.plugin [-] Segment 07d92997-ae2c-470a-9ba4-616a3449c45f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d92997-ae2c-470a-9ba4-616a3449c45f found for delete ", "request_id": "req-f8546b3d-0aae-4971-9481-75f47ffec8b9"}]} 2026-06-16 05:09:44.681 8 INFO neutron.services.segments.plugin [-] Segment a545775f-63da-4cbb-84cc-baf5b8597565 resource provider aggregate not found 2026-06-16 05:09:44.685 8 INFO neutron.services.segments.plugin [-] Segment a545775f-63da-4cbb-84cc-baf5b8597565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a545775f-63da-4cbb-84cc-baf5b8597565 found for delete ", "request_id": "req-3157fb95-c007-48da-b8b4-23d457fa8fb2"}]} 2026-06-16 05:09:44.698 8 INFO neutron.services.segments.plugin [-] Segment a545775f-63da-4cbb-84cc-baf5b8597565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a545775f-63da-4cbb-84cc-baf5b8597565 found for delete ", "request_id": "req-e27831a2-1f09-44a8-a7fe-69d1f27b93fa"}]} [pid: 7|app: 0|req: 1041/2228] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:44 2026] GET /v2.0/security-groups?tenant_id=18197f7054d74779bb8a0a5682447050&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2229] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:44 2026] DELETE /v2.0/security-groups/80b8246d-3914-4c6a-ab1b-f52d2dbb69f4 => 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: 1042/2230] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:44 2026] GET /v2.0/security-groups?tenant_id=1fa3a6553f044ecc8d01e3dcf68dddc3&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2231] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:44 2026] DELETE /v2.0/security-groups/ee602bf0-2afb-4b06-83cf-cdc2a43fb492 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:45.115 7 INFO neutron.services.segments.plugin [-] Segment c31e210f-04b6-4cc8-ab52-deb21bbc2b20 resource provider aggregate not found 2026-06-16 05:09:45.119 7 INFO neutron.services.segments.plugin [-] Segment c31e210f-04b6-4cc8-ab52-deb21bbc2b20 resource provider aggregate not found 2026-06-16 05:09:45.132 7 INFO neutron.services.segments.plugin [-] Segment c31e210f-04b6-4cc8-ab52-deb21bbc2b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e210f-04b6-4cc8-ab52-deb21bbc2b20 found for delete ", "request_id": "req-a1425d8b-6bbd-47e9-bb92-ff3b808c12b2"}]} 2026-06-16 05:09:45.137 7 INFO neutron.services.segments.plugin [-] Segment c31e210f-04b6-4cc8-ab52-deb21bbc2b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e210f-04b6-4cc8-ab52-deb21bbc2b20 found for delete ", "request_id": "req-624d235e-e907-4ac9-b875-6a580f29e7e8"}]} 2026-06-16 05:09:45.152 7 INFO neutron.services.segments.plugin [-] Segment b35d200d-2ffa-4aed-a9c4-e22a30f3968b resource provider aggregate not found 2026-06-16 05:09:45.158 7 INFO neutron.services.segments.plugin [-] Segment b35d200d-2ffa-4aed-a9c4-e22a30f3968b resource provider aggregate not found 2026-06-16 05:09:45.171 7 INFO neutron.services.segments.plugin [-] Segment b35d200d-2ffa-4aed-a9c4-e22a30f3968b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b35d200d-2ffa-4aed-a9c4-e22a30f3968b found for delete ", "request_id": "req-7bc1d329-b532-4d8d-815b-2a97edf6a855"}]} 2026-06-16 05:09:45.172 7 INFO neutron.services.segments.plugin [-] Segment b35d200d-2ffa-4aed-a9c4-e22a30f3968b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b35d200d-2ffa-4aed-a9c4-e22a30f3968b found for delete ", "request_id": "req-e319e6ef-cdc7-4ec4-bcd3-e28eb44e9db4"}]} [pid: 7|app: 0|req: 1043/2232] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:45 2026] GET /v2.0/security-groups?tenant_id=6b66e7a2a0244420abc04f2843d672e3&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2233] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:45 2026] DELETE /v2.0/security-groups/b92669ac-767f-46de-95bc-a1794ba3bf9b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:47.248 7 INFO neutron.db.segments_db [None req-cde03cc5-6de3-4e9e-9f30-860b7cbc9fab b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Added segment 307eba22-016c-4eaf-bac9-493e4941b2f6 of type vxlan for network d6dc5a86-3a7f-449b-995a-979a567a150c [pid: 7|app: 0|req: 1044/2234] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:46 2026] POST /v2.0/networks => generated 613 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2235] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:09:47 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2236] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:09:47 2026] POST /v2.0/trunks => generated 407 bytes in 208 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-06-16 05:09:47.938 8 INFO neutron.db.segments_db [None req-35b7f6f2-f756-4a7f-97c9-cca86308670c b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Added segment 61831518-36a8-4f41-bde7-2444d9348b4d of type vxlan for network 53575e2b-af14-4429-9dcb-fe883c54c550 [pid: 8|app: 0|req: 1192/2237] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:47 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2238] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:09:48 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2239] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:09:48 2026] POST /v2.0/trunks => generated 407 bytes in 288 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-06-16 05:09:48.689 7 INFO neutron.db.segments_db [None req-c566825b-713b-4a42-b086-2fc501988db9 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Added segment 7e53b728-3cec-4477-adc0-4d3744be280f of type vxlan for network d6d2d9f0-4b7b-428e-8ad1-18af71bed69b [pid: 7|app: 0|req: 1047/2240] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:48 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:48.946 8 INFO neutron.db.segments_db [None req-14ef6792-d0c4-4f8f-9220-80be0fe27b5e 05519a0676a04c259b4d0b9a1fa1b519 d526d956d621464c91948a6d4ea7ae36 - - default default] Added segment f3820638-1264-4187-b15c-b243f8d1f3cb of type vxlan for network 2496cbba-e93a-4ea9-aca6-fd09993e16a8 [pid: 8|app: 0|req: 1194/2241] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:48 2026] POST /v2.0/networks => generated 613 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2242] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:49 2026] PUT /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2243] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:09:48 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1196/2244] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2245] 10.0.0.19 () {34 vars in 763 bytes} [Tue Jun 16 05:09:49 2026] PUT /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2246] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:09:49 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2247] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:49.311 7 INFO neutron.db.segments_db [None req-5b99fec2-136e-4a9c-a841-82673ad6ffd3 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Added segment 78dd90cd-7301-4326-a728-13854386f2e4 of type vxlan for network aa22da6b-ad80-4172-b5e6-29710ef5d6c4 [pid: 8|app: 0|req: 1199/2248] 10.0.0.19 () {34 vars in 759 bytes} [Tue Jun 16 05:09:49 2026] PUT /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2249] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2250] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:49 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2251] 10.0.0.19 () {34 vars in 781 bytes} [Tue Jun 16 05:09:49 2026] PUT /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2252] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2253] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:09:49 2026] PUT /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2254] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2255] 10.0.0.19 () {32 vars in 740 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2256] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:09:49 2026] POST /v2.0/ports => generated 743 bytes in 320 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-06-16 05:09:49.758 8 INFO neutron.api.v2.resource [None req-64c7c931-0d53-41fe-ab7f-c6328851ca59 05519a0676a04c259b4d0b9a1fa1b519 d526d956d621464c91948a6d4ea7ae36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2257] 10.0.0.19 () {32 vars in 744 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2258] 10.0.0.19 () {32 vars in 743 bytes} [Tue Jun 16 05:09:49 2026] DELETE /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2259] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:49 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2260] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:09:49 2026] POST /v2.0/trunks => generated 407 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:49.945 8 INFO neutron.api.v2.resource [None req-fe6914a0-1399-4d82-8a0f-9e1c8bf7b806 05519a0676a04c259b4d0b9a1fa1b519 d526d956d621464c91948a6d4ea7ae36 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1209/2261] 10.0.0.19 () {32 vars in 747 bytes} [Tue Jun 16 05:09:49 2026] DELETE /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 05:09:49.986 7 INFO neutron.db.segments_db [None req-580080f2-0257-4cd6-87b0-8574421dedd0 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Added segment 16477819-d46e-4437-9954-2e9b5e951ee8 of type vxlan for network 9e07800c-46c3-484a-9779-950a288538dc [pid: 8|app: 0|req: 1210/2262] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:09:49 2026] DELETE /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2263] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2264] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:09:49 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:09:50.172 8 INFO neutron.services.segments.plugin [-] Segment f3820638-1264-4187-b15c-b243f8d1f3cb resource provider aggregate not found 2026-06-16 05:09:50.180 8 INFO neutron.services.segments.plugin [-] Segment f3820638-1264-4187-b15c-b243f8d1f3cb resource provider aggregate not found 2026-06-16 05:09:50.193 8 INFO neutron.services.segments.plugin [-] Segment f3820638-1264-4187-b15c-b243f8d1f3cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3820638-1264-4187-b15c-b243f8d1f3cb found for delete ", "request_id": "req-be33855d-2d5f-48cf-afbe-f3cb31aa5efc"}]} 2026-06-16 05:09:50.196 8 INFO neutron.services.segments.plugin [-] Segment f3820638-1264-4187-b15c-b243f8d1f3cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3820638-1264-4187-b15c-b243f8d1f3cb found for delete ", "request_id": "req-bef5c600-39e7-40fb-aef1-c2e801ddbc47"}]} [pid: 8|app: 0|req: 1212/2265] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:50 2026] DELETE /v2.0/networks/2496cbba-e93a-4ea9-aca6-fd09993e16a8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2266] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:09:50 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2267] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:09:50 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1055/2268] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:50 2026] PUT /v2.0/trunks/13a50b93-4e2d-43b9-a22f-5fba42e9981e/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2269] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:50 2026] PUT /v2.0/trunks/72e83024-c2f5-4c5e-b8c8-ca7649e9adbf/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: 1056/2270] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:50 2026] PUT /v2.0/trunks/84a0116e-3f4c-4e49-a445-120f32942b17/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2271] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:09:50 2026] PUT /v2.0/trunks/f3ed1af3-b366-4c85-a814-a6ee5c3a447e/tags => 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: 1057/2272] 10.0.0.19 () {32 vars in 661 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2273] 10.0.0.19 () {32 vars in 675 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2274] 10.0.0.19 () {32 vars in 671 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2275] 10.0.0.19 () {32 vars in 683 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2276] 10.0.0.19 () {32 vars in 669 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2277] 10.0.0.19 () {32 vars in 683 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2278] 10.0.0.19 () {32 vars in 679 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2279] 10.0.0.19 () {32 vars in 691 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2280] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/trunks/13a50b93-4e2d-43b9-a22f-5fba42e9981e => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2281] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/ports/cbee6094-0ce0-403c-b8df-de2af5d44a46 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2282] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:50 2026] GET /v2.0/security-groups?tenant_id=1d35e52d98cd448498dc99d11a3b582d&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2283] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/trunks/13a50b93-4e2d-43b9-a22f-5fba42e9981e => 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: 1225/2284] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/trunks/72e83024-c2f5-4c5e-b8c8-ca7649e9adbf => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2285] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/security-groups/00a8adcc-0a09-450b-b92c-f729739e6eda => 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: 1226/2286] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/ports/75be65f3-722e-4409-ad55-0738c58a54fa => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2287] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/security-groups?tenant_id=d526d956d621464c91948a6d4ea7ae36&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2288] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/trunks/72e83024-c2f5-4c5e-b8c8-ca7649e9adbf => 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: 1062/2289] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/trunks/84a0116e-3f4c-4e49-a445-120f32942b17 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2290] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/security-groups/b11dc38b-95d2-4da1-9f61-a8ce47e74dbc => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2291] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/ports/206b4466-2f08-4256-b77f-f4dc9a4cc2cd => generated 826 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2292] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/trunks/84a0116e-3f4c-4e49-a445-120f32942b17 => 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: 1230/2293] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/trunks/f3ed1af3-b366-4c85-a814-a6ee5c3a447e => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2294] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1231/2295] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/ports/a4442c96-665c-4b84-9798-9a940fa2c5d6 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2296] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2297] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/trunks/f3ed1af3-b366-4c85-a814-a6ee5c3a447e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2298] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/trunks/5f56a71b-f7ce-417c-bd3f-516a9723c162 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2299] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:09:51 2026] GET /v2.0/ports/7ccd2bf3-6cfd-4a3d-bf6d-68c32607d8c1 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2300] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/trunks/5f56a71b-f7ce-417c-bd3f-516a9723c162 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:51.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdee85c0-3265-4f5c-8750-d2c02b204afd b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] TaaS: Handle Delete Port: cbee6094-0ce0-403c-b8df-de2af5d44a46 2026-06-16 05:09:51.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdee85c0-3265-4f5c-8750-d2c02b204afd b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Tap Mirror: Handle Delete Port: cbee6094-0ce0-403c-b8df-de2af5d44a46 [pid: 8|app: 0|req: 1234/2301] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/ports/cbee6094-0ce0-403c-b8df-de2af5d44a46 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:52.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-df4d010f-1469-44c9-a253-fba51ecaf061 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] TaaS: Handle Delete Port: 75be65f3-722e-4409-ad55-0738c58a54fa 2026-06-16 05:09:52.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df4d010f-1469-44c9-a253-fba51ecaf061 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Tap Mirror: Handle Delete Port: 75be65f3-722e-4409-ad55-0738c58a54fa [pid: 7|app: 0|req: 1068/2302] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:09:51 2026] DELETE /v2.0/ports/75be65f3-722e-4409-ad55-0738c58a54fa => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:52.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e7fb8fb-25a7-4a42-868a-661c923eaf75 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] TaaS: Handle Delete Port: 206b4466-2f08-4256-b77f-f4dc9a4cc2cd 2026-06-16 05:09:52.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e7fb8fb-25a7-4a42-868a-661c923eaf75 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Tap Mirror: Handle Delete Port: 206b4466-2f08-4256-b77f-f4dc9a4cc2cd [pid: 8|app: 0|req: 1235/2303] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/ports/206b4466-2f08-4256-b77f-f4dc9a4cc2cd => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:52.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ad3b687-a067-4f89-bbcf-726e64dfc19e b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] TaaS: Handle Delete Port: a4442c96-665c-4b84-9798-9a940fa2c5d6 2026-06-16 05:09:52.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ad3b687-a067-4f89-bbcf-726e64dfc19e b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Tap Mirror: Handle Delete Port: a4442c96-665c-4b84-9798-9a940fa2c5d6 [pid: 7|app: 0|req: 1069/2304] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/ports/a4442c96-665c-4b84-9798-9a940fa2c5d6 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:52.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9d6f34f-6a7e-404a-87f8-78927fc233c1 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] TaaS: Handle Delete Port: 7ccd2bf3-6cfd-4a3d-bf6d-68c32607d8c1 2026-06-16 05:09:52.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9d6f34f-6a7e-404a-87f8-78927fc233c1 b200eb9783424fd9a66fde802f2d219f e1a9be5622b24e4cbdc6320d69a56f94 - - default default] Tap Mirror: Handle Delete Port: 7ccd2bf3-6cfd-4a3d-bf6d-68c32607d8c1 [pid: 8|app: 0|req: 1236/2305] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/ports/7ccd2bf3-6cfd-4a3d-bf6d-68c32607d8c1 => 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: 1070/2306] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:52 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1071/2307] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:52 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:52.793 8 INFO neutron.services.segments.plugin [-] Segment 307eba22-016c-4eaf-bac9-493e4941b2f6 resource provider aggregate not found 2026-06-16 05:09:52.798 8 INFO neutron.services.segments.plugin [-] Segment 307eba22-016c-4eaf-bac9-493e4941b2f6 resource provider aggregate not found 2026-06-16 05:09:52.813 8 INFO neutron.services.segments.plugin [-] Segment 307eba22-016c-4eaf-bac9-493e4941b2f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 307eba22-016c-4eaf-bac9-493e4941b2f6 found for delete ", "request_id": "req-f2dace64-9c66-4d75-8d83-06a0b0bf7a25"}]} 2026-06-16 05:09:52.818 8 INFO neutron.services.segments.plugin [-] Segment 307eba22-016c-4eaf-bac9-493e4941b2f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 307eba22-016c-4eaf-bac9-493e4941b2f6 found for delete ", "request_id": "req-8aa3d6d9-5af3-4c32-9fff-fa2d2b7117fd"}]} [pid: 8|app: 0|req: 1237/2308] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/networks/d6dc5a86-3a7f-449b-995a-979a567a150c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:52.946 7 INFO neutron.services.segments.plugin [-] Segment 61831518-36a8-4f41-bde7-2444d9348b4d resource provider aggregate not found 2026-06-16 05:09:52.957 7 INFO neutron.services.segments.plugin [-] Segment 61831518-36a8-4f41-bde7-2444d9348b4d resource provider aggregate not found 2026-06-16 05:09:52.970 7 INFO neutron.services.segments.plugin [-] Segment 61831518-36a8-4f41-bde7-2444d9348b4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61831518-36a8-4f41-bde7-2444d9348b4d found for delete ", "request_id": "req-ed2c4f10-7951-4646-8b37-4b06d23caeb2"}]} 2026-06-16 05:09:52.978 7 INFO neutron.services.segments.plugin [-] Segment 61831518-36a8-4f41-bde7-2444d9348b4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61831518-36a8-4f41-bde7-2444d9348b4d found for delete ", "request_id": "req-44e584d4-f025-4b04-a0fb-8376df4c08b4"}]} [pid: 7|app: 0|req: 1072/2309] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/networks/53575e2b-af14-4429-9dcb-fe883c54c550 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2310] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:52 2026] DELETE /v2.0/networks/d6d2d9f0-4b7b-428e-8ad1-18af71bed69b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2311] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:53 2026] DELETE /v2.0/networks/aa22da6b-ad80-4172-b5e6-29710ef5d6c4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2312] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:09:53 2026] DELETE /v2.0/networks/9e07800c-46c3-484a-9779-950a288538dc => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2313] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:53 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1075/2314] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:53 2026] GET /v2.0/security-groups?id=8456ee8d-72c5-4962-a71d-80c095eabd02&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2315] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:09:53 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:09:54.048 7 INFO neutron_taas.services.taas.taas_plugin [req-cdcba023-14ff-4343-8d21-1c6136795e51 req-17b086d0-848f-4740-abaf-cedf0ec4d451 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: 6c93682c-c776-45c2-b91d-2f3487b6b66c 2026-06-16 05:09:54.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cdcba023-14ff-4343-8d21-1c6136795e51 req-17b086d0-848f-4740-abaf-cedf0ec4d451 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: 6c93682c-c776-45c2-b91d-2f3487b6b66c 2026-06-16 05:09:54.164 7 INFO neutron.db.l3_db [req-cdcba023-14ff-4343-8d21-1c6136795e51 req-17b086d0-848f-4740-abaf-cedf0ec4d451 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Floating IP 374576e5-66d5-46a2-86b0-d217031df3ca disassociated. External IP: 10.96.250.205, port: 6c93682c-c776-45c2-b91d-2f3487b6b66c. [pid: 8|app: 0|req: 1241/2316] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:54 2026] GET /v2.0/security-groups?tenant_id=fe6d294129894090944cdcea0dab4a96&name=default => generated 2929 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2317] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:09:53 2026] DELETE /v2.0/ports/6c93682c-c776-45c2-b91d-2f3487b6b66c => generated 0 bytes in 571 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:09:54.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98302169-ffc1-4083-a205-3ac80e320dc5'] response: {'server_uuid': '28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6', 'name': 'network-vif-deleted', 'tag': '6c93682c-c776-45c2-b91d-2f3487b6b66c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1242/2318] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:54 2026] DELETE /v2.0/security-groups/fdadcdcf-7ee6-41bd-beca-9dbff1e1d5d0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2319] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:54 2026] GET /v2.0/security-groups?tenant_id=e1a9be5622b24e4cbdc6320d69a56f94&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:09:54.849 8 INFO neutron.services.segments.plugin [-] Segment 7e53b728-3cec-4477-adc0-4d3744be280f resource provider aggregate not found 2026-06-16 05:09:54.855 8 INFO neutron.services.segments.plugin [-] Segment 7e53b728-3cec-4477-adc0-4d3744be280f resource provider aggregate not found 2026-06-16 05:09:54.870 8 INFO neutron.services.segments.plugin [-] Segment 7e53b728-3cec-4477-adc0-4d3744be280f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e53b728-3cec-4477-adc0-4d3744be280f found for delete ", "request_id": "req-82e43f8b-df78-49bc-bf88-9d1c1e87fa48"}]} 2026-06-16 05:09:54.874 8 INFO neutron.services.segments.plugin [-] Segment 7e53b728-3cec-4477-adc0-4d3744be280f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e53b728-3cec-4477-adc0-4d3744be280f found for delete ", "request_id": "req-927578ad-b993-4296-a8f2-e1f2f1ecc927"}]} 2026-06-16 05:09:54.891 8 INFO neutron.services.segments.plugin [-] Segment 16477819-d46e-4437-9954-2e9b5e951ee8 resource provider aggregate not found 2026-06-16 05:09:54.901 8 INFO neutron.services.segments.plugin [-] Segment 16477819-d46e-4437-9954-2e9b5e951ee8 resource provider aggregate not found 2026-06-16 05:09:54.915 8 INFO neutron.services.segments.plugin [-] Segment 16477819-d46e-4437-9954-2e9b5e951ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16477819-d46e-4437-9954-2e9b5e951ee8 found for delete ", "request_id": "req-51319d25-8065-4fad-a6e0-e272c992b81a"}]} 2026-06-16 05:09:54.921 8 INFO neutron.services.segments.plugin [-] Segment 16477819-d46e-4437-9954-2e9b5e951ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16477819-d46e-4437-9954-2e9b5e951ee8 found for delete ", "request_id": "req-db2a7c40-58d3-46de-a19c-455caa04c67c"}]} [pid: 8|app: 0|req: 1243/2320] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:54 2026] DELETE /v2.0/security-groups/a40e4e17-d2ec-485b-9862-a6cdf8118f71 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2321] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:54 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:55.013 7 INFO neutron.services.segments.plugin [-] Segment 78dd90cd-7301-4326-a728-13854386f2e4 resource provider aggregate not found 2026-06-16 05:09:55.016 7 INFO neutron.services.segments.plugin [-] Segment 78dd90cd-7301-4326-a728-13854386f2e4 resource provider aggregate not found 2026-06-16 05:09:55.035 7 INFO neutron.services.segments.plugin [-] Segment 78dd90cd-7301-4326-a728-13854386f2e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78dd90cd-7301-4326-a728-13854386f2e4 found for delete ", "request_id": "req-8fc6e211-a95f-4237-a1df-126ed831c785"}]} 2026-06-16 05:09:55.039 7 INFO neutron.services.segments.plugin [-] Segment 78dd90cd-7301-4326-a728-13854386f2e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78dd90cd-7301-4326-a728-13854386f2e4 found for delete ", "request_id": "req-9cc4cbc6-6d10-4682-8aa3-fd459f991ee8"}]} [pid: 8|app: 0|req: 1244/2322] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:09:55 2026] GET /v2.0/security-groups?tenant_id=3daec885476d446ba7af52a2e29749fa&name=default => generated 2929 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2323] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:55 2026] DELETE /v2.0/security-groups/6067358f-d36f-44f2-a27b-1524770db841 => 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: 1245/2324] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:56 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1080/2325] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:57 2026] GET /v2.0/ports?device_id=28b5edb0-6d5f-42fb-86b4-e86bcdb2b7c6 => 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: 1246/2326] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:58 2026] DELETE /v2.0/security-groups/8456ee8d-72c5-4962-a71d-80c095eabd02 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:58.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-18372a07-f788-4a62-b85f-12bb83913505 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: 94fc42b3-a1d9-4b51-b2a1-d28a2ab3e0c4 2026-06-16 05:09:58.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18372a07-f788-4a62-b85f-12bb83913505 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: 94fc42b3-a1d9-4b51-b2a1-d28a2ab3e0c4 [pid: 7|app: 0|req: 1081/2327] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:09:58 2026] DELETE /v2.0/floatingips/374576e5-66d5-46a2-86b0-d217031df3ca => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2328] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:09:58 2026] POST /v2.0/security-groups => generated 1603 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2329] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:09:58 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2330] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:09:58 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2331] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:58 2026] PUT /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2332] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:58 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2333] 10.0.0.19 () {34 vars in 777 bytes} [Tue Jun 16 05:09:59 2026] PUT /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2334] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2335] 10.0.0.19 () {34 vars in 773 bytes} [Tue Jun 16 05:09:59 2026] PUT /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2338] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/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: 1253/2339] 10.0.0.19 () {34 vars in 795 bytes} [Tue Jun 16 05:09:59 2026] PUT /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2340] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2341] 10.0.0.19 () {34 vars in 766 bytes} [Tue Jun 16 05:09:59 2026] PUT /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2342] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2343] 10.0.0.19 () {32 vars in 754 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:09:59.539 7 INFO neutron.api.v2.resource [None req-1f116859-719e-4d06-bc09-d95a5ec015b0 da24eb0341d4415982322163c76e0991 de37a6858947407c83e6a9186e8137b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2344] 10.0.0.19 () {32 vars in 758 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2345] 10.0.0.19 () {32 vars in 757 bytes} [Tue Jun 16 05:09:59 2026] DELETE /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2346] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:09:59.674 8 INFO neutron.api.v2.resource [None req-b0501ed9-1ca0-4b7d-9150-4ffc861f24bf da24eb0341d4415982322163c76e0991 de37a6858947407c83e6a9186e8137b1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2347] 10.0.0.19 () {32 vars in 761 bytes} [Tue Jun 16 05:09:59 2026] DELETE /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2348] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:09:59 2026] DELETE /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2349] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:09:59 2026] GET /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2350] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:09:59 2026] DELETE /v2.0/security-groups/21d3854b-8e4b-4a72-a0ea-299206c8ae81 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2351] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:00 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2352] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:00 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:00.637 8 INFO neutron.db.segments_db [None req-2b41e791-cbb8-4173-a258-22b6f5f2ac17 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Added segment 131b3e2b-735f-473e-a99a-0443cf135868 of type vxlan for network f8cd0089-024d-47a9-a80b-4d080a3c961b [pid: 8|app: 0|req: 1260/2353] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:00 2026] POST /v2.0/networks => generated 621 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2354] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:00 2026] GET /v2.0/security-groups?tenant_id=a77bc8558243420992ab24f8b13512d1&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2355] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:00 2026] DELETE /v2.0/security-groups/db237e37-e483-4af1-9cb2-dcf4353f634f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2356] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:00 2026] POST /v2.0/subnets => generated 658 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2357] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:10:00 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2358] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:01 2026] GET /v2.0/security-groups?tenant_id=de37a6858947407c83e6a9186e8137b1&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2359] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:01 2026] DELETE /v2.0/security-groups/046f7e14-8188-4b19-89da-96970f47e8e2 => 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: 1262/2360] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:00 2026] POST /v2.0/subnets => generated 731 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:01.230 7 INFO neutron.db.segments_db [None req-4dda1ee4-87f6-45d2-93f9-48ff1a9691dc 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Added segment d6abbb3e-51b4-427e-b904-3901e33fac4b of type vxlan for network c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 [pid: 8|app: 0|req: 1263/2361] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:01 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1099/2362] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:01 2026] POST /v2.0/networks => generated 619 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2363] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:01 2026] GET /v2.0/security-groups?id=6dd50f2b-27b3-46b0-b454-d9f3fe7090fd&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2364] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:10:01 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:01.532 8 INFO neutron_taas.services.taas.taas_plugin [req-fe027da4-15f7-41a6-b307-3e7062615ea1 req-1db1f00b-cd73-44e1-bf4a-8d93a8dd8553 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: 26b9be92-a48c-4ad5-9ee1-060af2902940 2026-06-16 05:10:01.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe027da4-15f7-41a6-b307-3e7062615ea1 req-1db1f00b-cd73-44e1-bf4a-8d93a8dd8553 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: 26b9be92-a48c-4ad5-9ee1-060af2902940 [pid: 7|app: 0|req: 1100/2365] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:01 2026] POST /v2.0/subnets => generated 655 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2366] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:10:01 2026] DELETE /v2.0/ports/26b9be92-a48c-4ad5-9ee1-060af2902940 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:01.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3dd8e789-b91a-41f0-b867-f79676695755'] response: {'server_uuid': '4061a198-b3c1-4c9f-9fa1-a2c0153f6421', 'name': 'network-vif-deleted', 'tag': '26b9be92-a48c-4ad5-9ee1-060af2902940', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1101/2367] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:01 2026] POST /v2.0/subnets => generated 726 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:01.886 8 INFO neutron.db.segments_db [None req-b8168817-a06a-4098-aaaf-b1a6eaed1c4d 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Added segment b3977332-156f-47bb-8551-ca857fd3eb30 of type vxlan for network 288cacb6-e438-4a57-a5df-1bca79ae362a [pid: 8|app: 0|req: 1267/2368] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:01 2026] POST /v2.0/networks => generated 619 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2369] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:01 2026] POST /v2.0/subnets => generated 656 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2370] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:02 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2371] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:02 2026] POST /v2.0/subnets => generated 730 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:02.527 7 INFO neutron.db.segments_db [None req-e24a00a1-e651-4172-b76a-199ab5a8fce6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Added segment 1c860bde-259e-4952-bff2-6d667d4d6c3a of type vxlan for network 5aef683f-f6d9-4530-87a6-57bfa3761959 2026-06-16 05:10:02.753 7 INFO neutron.db.l3_hamode_db [None req-e24a00a1-e651-4172-b76a-199ab5a8fce6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:10:03.458 7 INFO neutron.db.l3_hamode_db [None req-e24a00a1-e651-4172-b76a-199ab5a8fce6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1269/2372] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:03 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1104/2373] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:02 2026] POST /v2.0/routers => generated 684 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:04.656 8 INFO neutron.db.segments_db [None req-7ac06427-739c-425a-9a3f-6dfb98bd8c40 07525a6bc40d4f7d992404ef55f9a57e df6ad0fab84846f29a44491a949ac1aa - - default default] Added segment a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 of type vxlan for network aa1a8723-883c-4139-83cb-471a1b2f549a [pid: 8|app: 0|req: 1270/2374] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:04 2026] POST /v2.0/networks => generated 612 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2375] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:04 2026] GET /v2.0/ports?device_id=4061a198-b3c1-4c9f-9fa1-a2c0153f6421 => 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: 1272/2376] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:04 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2377] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2378] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2379] 10.0.0.19 () {34 vars in 761 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2380] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2381] 10.0.0.19 () {34 vars in 757 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2382] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2383] 10.0.0.19 () {34 vars in 779 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2384] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2385] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2386] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2387] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:05.676 8 INFO neutron.api.v2.resource [None req-fdd528cb-0bfb-4082-aff9-f6d0969ab6f8 07525a6bc40d4f7d992404ef55f9a57e df6ad0fab84846f29a44491a949ac1aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1284/2388] 10.0.0.19 () {32 vars in 742 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2389] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:10:05 2026] DELETE /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2390] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:05.814 8 INFO neutron.api.v2.resource [None req-fab181a4-38de-43a6-9ce8-9d898ffa8fab 07525a6bc40d4f7d992404ef55f9a57e df6ad0fab84846f29a44491a949ac1aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2391] 10.0.0.19 () {32 vars in 745 bytes} [Tue Jun 16 05:10:05 2026] DELETE /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2392] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:10:05 2026] DELETE /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2393] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:10:04 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/add_router_interface => generated 309 bytes in 1500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2394] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:05 2026] GET /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2395] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:05 2026] DELETE /v2.0/security-groups/6dd50f2b-27b3-46b0-b454-d9f3fe7090fd => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2396] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:06 2026] DELETE /v2.0/subnets/13452e0c-83c4-465d-8a6b-142cd0d8d12e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:06.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-794dadae-2671-4aeb-8d67-5bddd27304db 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: d3c8264f-a28e-43b3-80b0-03ed038d3fe3 2026-06-16 05:10:06.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-794dadae-2671-4aeb-8d67-5bddd27304db 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: d3c8264f-a28e-43b3-80b0-03ed038d3fe3 [pid: 8|app: 0|req: 1291/2397] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:10:06 2026] PUT /v2.0/routers/64ecf06d-7609-4384-87e1-11f9ca5d8426/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:07.290 8 INFO neutron.services.segments.plugin [-] Segment a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 resource provider aggregate not found 2026-06-16 05:10:07.299 8 INFO neutron.services.segments.plugin [-] Segment a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 resource provider aggregate not found 2026-06-16 05:10:07.310 8 INFO neutron.services.segments.plugin [-] Segment a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 found for delete ", "request_id": "req-330d3dcb-df9c-4e88-a5dc-a41e9230003b"}]} [pid: 7|app: 0|req: 1107/2398] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:10:05 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/add_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:07.324 8 INFO neutron.services.segments.plugin [-] Segment a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9f9559c-bff2-4e55-a3d3-a86a3e1b4917 found for delete ", "request_id": "req-d17e0125-3a01-4929-8025-7b204c85363f"}]} [pid: 8|app: 0|req: 1292/2399] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:07 2026] DELETE /v2.0/networks/aa1a8723-883c-4139-83cb-471a1b2f549a => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2400] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:07 2026] DELETE /v2.0/subnets/9e6c095d-246b-4da2-b4b8-3fdf6b2743fc => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:07.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc14a357-7e1b-4fee-882b-dd5645c3dea9 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: 6bb64b4b-8c4a-421f-8ad2-05f885e9066b 2026-06-16 05:10:07.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc14a357-7e1b-4fee-882b-dd5645c3dea9 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: 6bb64b4b-8c4a-421f-8ad2-05f885e9066b 2026-06-16 05:10:08.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc14a357-7e1b-4fee-882b-dd5645c3dea9 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: c139b257-6422-4ef1-b728-b080572574b8 2026-06-16 05:10:08.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc14a357-7e1b-4fee-882b-dd5645c3dea9 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: c139b257-6422-4ef1-b728-b080572574b8 2026-06-16 05:10:08.418 7 INFO neutron.services.segments.plugin [-] Segment 1d34978d-2894-44c0-b9c2-5828e6752215 resource provider aggregate not found 2026-06-16 05:10:08.430 7 INFO neutron.services.segments.plugin [-] Segment 1d34978d-2894-44c0-b9c2-5828e6752215 resource provider aggregate not found 2026-06-16 05:10:08.448 7 INFO neutron.services.segments.plugin [-] Segment 1d34978d-2894-44c0-b9c2-5828e6752215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d34978d-2894-44c0-b9c2-5828e6752215 found for delete ", "request_id": "req-039619e3-e997-47d3-968e-9194d3c39aa6"}]} 2026-06-16 05:10:08.453 7 INFO neutron.services.segments.plugin [-] Segment 1d34978d-2894-44c0-b9c2-5828e6752215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d34978d-2894-44c0-b9c2-5828e6752215 found for delete ", "request_id": "req-e293ec96-b2fa-42d2-ad44-f88709c75590"}]} 2026-06-16 05:10:08.481 7 INFO neutron.db.l3_hamode_db [None req-dc14a357-7e1b-4fee-882b-dd5645c3dea9 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] HA network a52958c8-9867-45db-8e36-f08552ff16d6 was deleted as no HA routers are present in tenant c3c8536781a5482a830559adb7e9d17b. [pid: 7|app: 0|req: 1109/2401] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:07 2026] DELETE /v2.0/routers/64ecf06d-7609-4384-87e1-11f9ca5d8426 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2402] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:08 2026] GET /v2.0/security-groups?tenant_id=df6ad0fab84846f29a44491a949ac1aa&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:10:08.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0cab174-39ca-427d-b182-8b698ce69297 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] TaaS: Handle Delete Port: 9dc66bae-c1e0-4ae5-a39a-e4ec49e85873 2026-06-16 05:10:08.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0cab174-39ca-427d-b182-8b698ce69297 51360d27a13b4d48a965d013b5f2622c c3c8536781a5482a830559adb7e9d17b - - default default] Tap Mirror: Handle Delete Port: 9dc66bae-c1e0-4ae5-a39a-e4ec49e85873 [pid: 8|app: 0|req: 1293/2403] 10.0.0.19 () {34 vars in 782 bytes} [Tue Jun 16 05:10:07 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2404] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:08 2026] DELETE /v2.0/networks/a7c208ee-6f73-435d-874e-51719e223c87 => 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: 1294/2405] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:08 2026] DELETE /v2.0/security-groups/97a335eb-a615-4520-99b4-c541a30585bd => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2406] 10.0.0.19 () {34 vars in 683 bytes} [Tue Jun 16 05:10:08 2026] POST /v2.0/security-groups => generated 1629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2407] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2408] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:09 2026] GET /v2.0/security-groups?tenant_id=cf041e37ac684f3ebe6156c6199a53a4&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2409] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:09 2026] DELETE /v2.0/security-groups/4e73637f-5a43-4bdd-a91d-cbb228b7f444 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2410] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2411] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2412] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2413] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2414] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:09 2026] GET /v2.0/security-groups?tenant_id=c3c8536781a5482a830559adb7e9d17b&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2415] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2416] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:09 2026] DELETE /v2.0/security-groups/d711d97b-8408-44bf-87b1-61d1ab993329 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2417] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2418] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:10 2026] GET /v2.0/security-groups?tenant_id=5a1c8015b72641eca3afc113fd1cf9d8&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2419] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:10 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: 8|app: 0|req: 1301/2420] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:10 2026] DELETE /v2.0/security-groups/af1ec3c7-f01e-4ef9-baf9-a7aceb4eb97c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2421] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:10.470 7 INFO neutron.services.segments.plugin [-] Segment 0d7b218b-a9ff-431e-acdb-b616e3f9438e resource provider aggregate not found 2026-06-16 05:10:10.472 7 INFO neutron.services.segments.plugin [-] Segment 0d7b218b-a9ff-431e-acdb-b616e3f9438e resource provider aggregate not found 2026-06-16 05:10:10.489 7 INFO neutron.services.segments.plugin [-] Segment 0d7b218b-a9ff-431e-acdb-b616e3f9438e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d7b218b-a9ff-431e-acdb-b616e3f9438e found for delete ", "request_id": "req-bdb1a237-7a2b-4681-96c6-d17cf69985bd"}]} 2026-06-16 05:10:10.492 7 INFO neutron.services.segments.plugin [-] Segment 0d7b218b-a9ff-431e-acdb-b616e3f9438e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d7b218b-a9ff-431e-acdb-b616e3f9438e found for delete ", "request_id": "req-b1fb7ed0-e13c-4dc4-b5f5-a3dc25a23cd1"}]} [pid: 8|app: 0|req: 1302/2422] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2423] 10.0.0.19 () {34 vars in 694 bytes} [Tue Jun 16 05:10:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2424] 10.0.0.123 () {34 vars in 1094 bytes} [Tue Jun 16 05:10:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-488971232&fields=id&tenant_id=20a09cadc7f445b6a72d3548beb3aac6 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2425] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2426] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/quotas/20a09cadc7f445b6a72d3548beb3aac6 => 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: 1123/2427] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&fields=id => generated 241 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2428] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1124/2429] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2430] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:11 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:13.229 7 INFO neutron.db.segments_db [None req-5ed98851-eaa3-447d-964c-0c4ad144e0a7 431c217c38fe46a2bcdbcae488c6edaa df0162145d414bd4b3772562c77334c0 - - default default] Added segment dec5e7c4-cccf-480b-89c7-f43de3e3fb73 of type vxlan for network abbdb256-1d65-4353-af62-0ed6ba6f7409 [pid: 7|app: 0|req: 1125/2431] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:12 2026] POST /v2.0/networks => generated 612 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2432] 10.0.0.19 () {34 vars in 663 bytes} [Tue Jun 16 05:10:13 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2433] 10.0.0.19 () {34 vars in 665 bytes} [Tue Jun 16 05:10:13 2026] POST /v2.0/trunks => generated 407 bytes in 169 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: 1308/2434] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:10:13 2026] PUT /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2435] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:13 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2436] 10.0.0.19 () {34 vars in 759 bytes} [Tue Jun 16 05:10:13 2026] PUT /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2437] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:13 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2438] 10.0.0.19 () {34 vars in 755 bytes} [Tue Jun 16 05:10:14 2026] PUT /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2439] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/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: 1311/2440] 10.0.0.19 () {34 vars in 777 bytes} [Tue Jun 16 05:10:14 2026] PUT /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2441] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2442] 10.0.0.19 () {34 vars in 748 bytes} [Tue Jun 16 05:10:14 2026] PUT /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2445] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2446] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:14.319 8 INFO neutron.api.v2.resource [None req-261c8425-88d9-4c99-ade8-83739d789692 431c217c38fe46a2bcdbcae488c6edaa df0162145d414bd4b3772562c77334c0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2447] 10.0.0.19 () {32 vars in 740 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2448] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2449] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:14.443 7 INFO neutron.api.v2.resource [None req-48adec26-c47c-486d-8b4e-89f13b88d7d1 431c217c38fe46a2bcdbcae488c6edaa df0162145d414bd4b3772562c77334c0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2450] 10.0.0.19 () {32 vars in 743 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2451] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2452] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf/tags => 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: 1319/2453] 10.0.0.19 () {32 vars in 718 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2454] 10.0.0.19 () {32 vars in 716 bytes} [Tue Jun 16 05:10:14 2026] GET /v2.0/ports/adc62bc8-c6a1-484a-9515-62033d5740f7 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2455] 10.0.0.19 () {32 vars in 721 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/trunks/9e992f55-3dbe-4cf4-8e7c-d884bfb4f6bf => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:14.734 7 INFO neutron.db.segments_db [None req-fa58e000-956a-4e26-9b24-a78f7c8cffe4 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] Added segment f91167c5-58b1-40f8-a7bc-e6ad6195f4fa of type vxlan for network dc844a25-9c0a-4b31-a9b1-27a8c0929f09 2026-06-16 05:10:14.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-c146480d-50e0-4937-9e40-673bb564044b 431c217c38fe46a2bcdbcae488c6edaa df0162145d414bd4b3772562c77334c0 - - default default] TaaS: Handle Delete Port: adc62bc8-c6a1-484a-9515-62033d5740f7 2026-06-16 05:10:14.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c146480d-50e0-4937-9e40-673bb564044b 431c217c38fe46a2bcdbcae488c6edaa df0162145d414bd4b3772562c77334c0 - - default default] Tap Mirror: Handle Delete Port: adc62bc8-c6a1-484a-9515-62033d5740f7 [pid: 7|app: 0|req: 1135/2456] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:14 2026] POST /v2.0/networks => generated 708 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2457] 10.0.0.19 () {32 vars in 719 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/ports/adc62bc8-c6a1-484a-9515-62033d5740f7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:14.934 8 INFO neutron.services.segments.plugin [-] Segment dec5e7c4-cccf-480b-89c7-f43de3e3fb73 resource provider aggregate not found 2026-06-16 05:10:14.940 8 INFO neutron.services.segments.plugin [-] Segment dec5e7c4-cccf-480b-89c7-f43de3e3fb73 resource provider aggregate not found 2026-06-16 05:10:14.953 8 INFO neutron.services.segments.plugin [-] Segment dec5e7c4-cccf-480b-89c7-f43de3e3fb73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec5e7c4-cccf-480b-89c7-f43de3e3fb73 found for delete ", "request_id": "req-34ffd567-331d-415c-a487-99a89e0f93c8"}]} 2026-06-16 05:10:14.959 8 INFO neutron.services.segments.plugin [-] Segment dec5e7c4-cccf-480b-89c7-f43de3e3fb73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec5e7c4-cccf-480b-89c7-f43de3e3fb73 found for delete ", "request_id": "req-4650465a-8138-4f8d-8257-53ace5dde99f"}]} [pid: 8|app: 0|req: 1323/2458] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:14 2026] DELETE /v2.0/networks/abbdb256-1d65-4353-af62-0ed6ba6f7409 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2459] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:14 2026] POST /v2.0/subnets => generated 644 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:14.997 8 WARNING neutron.api.v2.base [None req-201db5c3-101c-4a49-93dd-94b09bd6e67b 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - 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-06-16 05:10:14.999 8 INFO neutron.api.v2.resource [None req-201db5c3-101c-4a49-93dd-94b09bd6e67b 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1324/2460] 10.0.0.19 () {34 vars in 680 bytes} [Tue Jun 16 05:10:14 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) 2026-06-16 05:10:15.196 7 INFO neutron.services.segments.plugin [-] Segment f91167c5-58b1-40f8-a7bc-e6ad6195f4fa resource provider aggregate not found 2026-06-16 05:10:15.200 7 INFO neutron.services.segments.plugin [-] Segment f91167c5-58b1-40f8-a7bc-e6ad6195f4fa resource provider aggregate not found 2026-06-16 05:10:15.214 7 INFO neutron.services.segments.plugin [-] Segment f91167c5-58b1-40f8-a7bc-e6ad6195f4fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91167c5-58b1-40f8-a7bc-e6ad6195f4fa found for delete ", "request_id": "req-bdd87643-d06f-4f5a-b1c7-1e4877de5943"}]} 2026-06-16 05:10:15.221 7 INFO neutron.services.segments.plugin [-] Segment f91167c5-58b1-40f8-a7bc-e6ad6195f4fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91167c5-58b1-40f8-a7bc-e6ad6195f4fa found for delete ", "request_id": "req-c949638c-1861-4efc-a7e3-b1c327171ab9"}]} [pid: 7|app: 0|req: 1137/2461] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:15 2026] DELETE /v2.0/networks/dc844a25-9c0a-4b31-a9b1-27a8c0929f09 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:15.293 8 INFO neutron.db.segments_db [None req-31003877-9104-4ddb-8c8a-21b49b2704a9 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] Added segment 5b42c53b-99b9-485e-888d-8a22c260dd10 of type vxlan for network 723dab28-fc78-4efe-a0c9-506189cfa132 [pid: 8|app: 0|req: 1325/2462] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:15 2026] POST /v2.0/networks => generated 708 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2463] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:15 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:15.626 8 WARNING neutron.api.v2.base [None req-0d46f769-5d19-49ca-94ec-b4b212156a98 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - 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-06-16 05:10:15.627 8 INFO neutron.api.v2.resource [None req-0d46f769-5d19-49ca-94ec-b4b212156a98 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1326/2464] 10.0.0.19 () {34 vars in 680 bytes} [Tue Jun 16 05:10:15 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2465] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:15 2026] DELETE /v2.0/networks/723dab28-fc78-4efe-a0c9-506189cfa132 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:15.858 7 INFO neutron.db.segments_db [None req-7b7349a6-6da9-4e77-885d-96fedd43d1a4 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] Added segment d3a52dc3-07a4-4274-b745-565957f47078 of type vxlan for network 0bea213e-e6f8-4646-951d-9eaa6c7abe40 [pid: 8|app: 0|req: 1327/2466] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:15 2026] GET /v2.0/security-groups?tenant_id=14fa77efb24342b4b221ef5c1cd03bd7&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2467] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:15 2026] POST /v2.0/networks => generated 707 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2468] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:10:15 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2469] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:15 2026] DELETE /v2.0/security-groups/0c1c31b5-e17f-4c4d-82b3-1a0ca0d3dba4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2470] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:10:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=20a09cadc7f445b6a72d3548beb3aac6 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2471] 10.0.0.19 () {34 vars in 668 bytes} [Tue Jun 16 05:10:15 2026] POST /v2.0/subnets => generated 647 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2472] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:16 2026] GET /v2.0/security-groups?tenant_id=df0162145d414bd4b3772562c77334c0&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2473] 10.0.0.19 () {34 vars in 680 bytes} [Tue Jun 16 05:10:16 2026] POST /v2.0/rbac-policies => generated 324 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2474] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:16 2026] DELETE /v2.0/security-groups/814a94e7-9058-43cf-b3f7-d468f1fc16ea => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2475] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:10:16 2026] POST /v2.0/ports => generated 1183 bytes in 498 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: 1144/2476] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:10:16 2026] GET /v2.0/networks/0bea213e-e6f8-4646-951d-9eaa6c7abe40 => generated 654 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2477] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:16 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1198 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2478] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:17 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2479] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:10:16 2026] PUT /v2.0/ports/041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => generated 1464 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:10:17.179 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8733a905-a712-4478-84cd-d808eb9b09d2'] response: {'name': 'network-changed', 'server_uuid': '1284e346-40b0-4f90-a706-47904b34dddf', 'tag': '041eab3d-221a-40f9-9e7d-1d0799d4b8a5', 'status': 'completed', 'code': 200} 2026-06-16 05:10:17.229 7 INFO neutron.services.segments.plugin [-] Segment 5b42c53b-99b9-485e-888d-8a22c260dd10 resource provider aggregate not found 2026-06-16 05:10:17.243 7 INFO neutron.services.segments.plugin [-] Segment 5b42c53b-99b9-485e-888d-8a22c260dd10 resource provider aggregate not found 2026-06-16 05:10:17.245 7 INFO neutron.services.segments.plugin [-] Segment 5b42c53b-99b9-485e-888d-8a22c260dd10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b42c53b-99b9-485e-888d-8a22c260dd10 found for delete ", "request_id": "req-8ac19dc9-74cf-4568-878a-8c84e6ef9fab"}]} 2026-06-16 05:10:17.254 7 INFO neutron.services.segments.plugin [-] Segment 5b42c53b-99b9-485e-888d-8a22c260dd10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b42c53b-99b9-485e-888d-8a22c260dd10 found for delete ", "request_id": "req-b2a6c8a0-612a-4b1b-84fb-40efcb209179"}]} 2026-06-16 05:10:17.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b16b966e-7b3c-4013-ac18-b3a214b22088 2ea430f8d0bf4de4993a7fcce7b4d9f8 c2de3ccb6d664f279b4a3d774fb43d8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2480] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:10:17 2026] GET /v2.0/networks/0bea213e-e6f8-4646-951d-9eaa6c7abe40 => generated 138 bytes in 66 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, ' 2026-06-16 05:10:17.678 8 INFO neutron.services.segments.plugin [-] Segment d3a52dc3-07a4-4274-b745-565957f47078 resource provider aggregate not found 2026-06-16 05:10:17.685 8 INFO neutron.services.segments.plugin [-] Segment d3a52dc3-07a4-4274-b745-565957f47078 resource provider aggregate not found 2026-06-16 05:10:17.693 8 INFO neutron.services.segments.plugin [-] Segment d3a52dc3-07a4-4274-b745-565957f47078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a52dc3-07a4-4274-b745-565957f47078 found for delete ", "request_id": "req-94b97d17-e2b9-4684-a26f-a2df969341e3"}]} 2026-06-16 05:10:17.704 8 INFO neutron.services.segments.plugin [-] Segment d3a52dc3-07a4-4274-b745-565957f47078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a52dc3-07a4-4274-b745-565957f47078 found for delete ", "request_id": "req-7590c8ee-8ba3-43d8-ab79-0778f87f68d7"}]} [pid: 7|app: 0|req: 1148/2481] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:17 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2482] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:17 2026] DELETE /v2.0/networks/0bea213e-e6f8-4646-951d-9eaa6c7abe40 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2483] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:10:17 2026] GET /v2.0/networks?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&shared=False => generated 2377 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:10:17.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a11f9316-020b-48f1-840e-76433ba39a09 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1335/2484] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:17 2026] DELETE /v2.0/subnets/562f25d5-53cb-4727-9a01-ed950e6ad5eb => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:10:17.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c9f2a32-8f3b-4d1b-aaa6-e770b4705e40 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1336/2485] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:17 2026] DELETE /v2.0/subnets/fdebeb3d-7c20-4754-9d6e-d2beb1d83c43 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:10:17.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5430380e-4d2d-41e5-aa86-12156ecea48e 222c9a60f0ca4c0080fc307de6cbda5a 4f4848826b8c47aca4295f93b1a3db3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2486] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:10:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2487] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:17 2026] DELETE /v2.0/subnets/4878ee45-bc7e-4a0d-8201-f2af3cda25e5 => 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: 1151/2488] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/security-groups?tenant_id=4f4848826b8c47aca4295f93b1a3db3e&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2489] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:18 2026] DELETE /v2.0/security-groups/11861aca-8d5f-4fe3-9379-40726056be1a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2490] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2491] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => 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: 1153/2492] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A305&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => 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: 1154/2493] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2494] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2495] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:19 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2496] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:18 2026] GET /v2.0/security-groups?tenant_id=c5b14e0b633a47aaab3381decb8fa6f9&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2497] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:10:19 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1158/2498] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:10:19 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1341/2499] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:19 2026] DELETE /v2.0/security-groups/f62d6ed8-44f6-4d08-bf46-41690c27eb14 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2500] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:19 2026] GET /v2.0/security-groups?tenant_id=c2de3ccb6d664f279b4a3d774fb43d8a&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2501] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:19 2026] DELETE /v2.0/security-groups/20ceb59b-3867-4497-b6a2-f87c17054e7f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2502] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:20 2026] GET /v2.0/security-groups?tenant_id=92eef1ecf8174d35aa03121264f29384&name=default => generated 2929 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2503] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:20 2026] DELETE /v2.0/security-groups/a0e49de6-45a3-4012-8f7a-2bdd1ecc4681 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2504] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:20 2026] GET /v2.0/security-groups?tenant_id=079b379ddcb140e98d9492333d1a37c0&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2505] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:20 2026] DELETE /v2.0/security-groups/92db4956-977d-47b4-90ee-870d3b0cf46b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2506] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:22 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2507] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:22 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2508] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2509] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2510] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2511] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2512] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2513] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:24 2026] PUT /v2.0/subnetpools/d29fe3fc-4cff-4802-b576-bca672fc5e47/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2514] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:24 2026] PUT /v2.0/subnetpools/d9c74b93-f6ac-4aa7-9a07-fc4e5a375fd1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2515] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:24 2026] PUT /v2.0/subnetpools/6e81a256-3634-40e5-8869-221de29601b6/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: 1167/2516] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:24 2026] PUT /v2.0/subnetpools/203d425e-af29-4420-8756-accddb906432/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2517] 10.0.0.19 () {32 vars in 671 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2518] 10.0.0.19 () {32 vars in 685 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2519] 10.0.0.19 () {32 vars in 681 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2520] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2521] 10.0.0.19 () {32 vars in 679 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2522] 10.0.0.19 () {32 vars in 693 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2523] 10.0.0.19 () {32 vars in 689 bytes} [Tue Jun 16 05:10:24 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2524] 10.0.0.19 () {32 vars in 701 bytes} [Tue Jun 16 05:10:24 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: 1354/2525] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:24 2026] DELETE /v2.0/subnetpools/d29fe3fc-4cff-4802-b576-bca672fc5e47 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2526] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:24 2026] DELETE /v2.0/subnetpools/d9c74b93-f6ac-4aa7-9a07-fc4e5a375fd1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2527] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:25 2026] DELETE /v2.0/subnetpools/6e81a256-3634-40e5-8869-221de29601b6 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2528] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:25 2026] DELETE /v2.0/subnetpools/203d425e-af29-4420-8756-accddb906432 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2529] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:25 2026] DELETE /v2.0/subnetpools/2829c9fa-9652-41f1-b315-8ef78bdddf38 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2530] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:26 2026] GET /v2.0/security-groups?tenant_id=10d57169ca264807b304f9a0d41bac3f&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2531] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:26 2026] DELETE /v2.0/security-groups/84214efc-8cd7-43be-82aa-1e3d0dc530a9 => 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: 1175/2532] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:26 2026] GET /v2.0/security-groups?tenant_id=863a05dd2fd64a28a54da3c7814b9ae6&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2533] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:26 2026] DELETE /v2.0/security-groups/ea13eb83-ebc6-483c-b516-3ae360c84fc7 => 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: 1176/2534] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:26 2026] GET /v2.0/security-groups?tenant_id=4dee540ba09e4d8eb41e1b53aba3cf24&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2535] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:27 2026] DELETE /v2.0/security-groups/26d3d7e5-e476-4b39-a010-801c63a43874 => 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: 1177/2536] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:27 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2537] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:28 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2538] 10.0.0.19 () {32 vars in 817 bytes} [Tue Jun 16 05:10:28 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&mac_address=fa%3A16%3A3e%3A06%3A35%3Ab9 => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:10:28.824 8 INFO neutron.db.l3_db [None req-48f42e4b-29dc-4d91-b933-65098215cf2d 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP ca75f1b2-0b00-4b39-bed0-ddcdc6c790cf associated. External IP: 10.96.250.220, port: 041eab3d-221a-40f9-9e7d-1d0799d4b8a5. [pid: 8|app: 0|req: 1361/2541] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:10:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:29.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbcc9f7c-40b8-430e-9d31-20c203d8a759'] response: {'name': 'network-changed', 'server_uuid': '1284e346-40b0-4f90-a706-47904b34dddf', 'tag': '041eab3d-221a-40f9-9e7d-1d0799d4b8a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1181/2542] 10.0.0.123 () {34 vars in 1094 bytes} [Tue Jun 16 05:10:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-488971232&fields=id&tenant_id=20a09cadc7f445b6a72d3548beb3aac6 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2543] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:10:29 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2544] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:10:29 2026] GET /v2.0/quotas/20a09cadc7f445b6a72d3548beb3aac6 => 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: 1363/2545] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:10:29 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&fields=id => generated 333 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2546] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:10:29 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?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: 1364/2547] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?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: 1365/2548] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => 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: 1184/2549] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2550] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2551] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2552] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A305&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => 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: 1187/2553] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2554] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2555] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2556] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1191/2557] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:10:30 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1367/2558] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:30 2026] POST /v2.0/floatingips => generated 552 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2559] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:30 2026] PUT /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2560] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2561] 10.0.0.19 () {34 vars in 769 bytes} [Tue Jun 16 05:10:31 2026] PUT /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/green => 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: 1369/2562] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2563] 10.0.0.19 () {34 vars in 765 bytes} [Tue Jun 16 05:10:31 2026] PUT /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/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: 1370/2564] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2565] 10.0.0.19 () {34 vars in 787 bytes} [Tue Jun 16 05:10:31 2026] PUT /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2566] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2567] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:31 2026] PUT /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2568] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2569] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:31.611 8 INFO neutron.api.v2.resource [None req-de8773fa-754e-44ea-9f83-b2e3ce442aa6 6ec7b0e51d1949398e051d3b08d76eff d3fd5dee60814528823d43a1047d54af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2570] 10.0.0.19 () {32 vars in 750 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2571] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:10:31 2026] DELETE /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2572] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:31.749 7 INFO neutron.api.v2.resource [None req-cab66ad6-1c58-4288-bca7-37c74cfeca94 6ec7b0e51d1949398e051d3b08d76eff d3fd5dee60814528823d43a1047d54af - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2573] 10.0.0.19 () {32 vars in 753 bytes} [Tue Jun 16 05:10:31 2026] DELETE /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2574] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:10:31 2026] DELETE /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2575] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:31 2026] GET /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:31.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3894a27-7d94-4f07-971a-cf70a5c34efd 6ec7b0e51d1949398e051d3b08d76eff d3fd5dee60814528823d43a1047d54af - - default default] TaaS: Handle Delete Port: a2e7973c-be2e-471c-a2cf-e823b2b754c1 2026-06-16 05:10:31.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3894a27-7d94-4f07-971a-cf70a5c34efd 6ec7b0e51d1949398e051d3b08d76eff d3fd5dee60814528823d43a1047d54af - - default default] Tap Mirror: Handle Delete Port: a2e7973c-be2e-471c-a2cf-e823b2b754c1 [pid: 8|app: 0|req: 1376/2576] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:31 2026] DELETE /v2.0/floatingips/96494456-fb8d-45e2-af66-11771f6bb9a2 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2577] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:32 2026] GET /v2.0/security-groups?tenant_id=dbe1a572f113426aac873b705ce82447&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2578] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:32 2026] DELETE /v2.0/security-groups/b6ea6cd6-cec9-4bc8-88a9-cffa9f4fda87 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2579] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:33 2026] GET /v2.0/security-groups?tenant_id=d3fd5dee60814528823d43a1047d54af&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2580] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:33 2026] DELETE /v2.0/security-groups/c4f87a08-2d38-42d4-928f-b45a0d9c06e8 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2581] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:10:34 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2582] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:10:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=20a09cadc7f445b6a72d3548beb3aac6 => generated 178 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2583] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:10:34 2026] POST /v2.0/ports => generated 1183 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1205/2584] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:35 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1198 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2585] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:10:35 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1469 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2586] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:35 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2587] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:35 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2588] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:10:34 2026] PUT /v2.0/ports/330bc2da-7c94-4967-9f3d-7814b75e3ba6 => generated 1464 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:10:35.491 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72a8ad5d-ab8a-405d-8603-deee3b559b7b'] response: {'name': 'network-changed', 'server_uuid': '0197bc42-bbe3-4970-9298-850baef12a22', 'tag': '330bc2da-7c94-4967-9f3d-7814b75e3ba6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1209/2589] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:35 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1467 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: 1381/2590] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:10:36 2026] GET /v2.0/networks?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&shared=False => generated 2377 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2591] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:10:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:36.729 8 INFO neutron.db.segments_db [None req-656de4c3-a311-4d7e-b0f7-25cb3c6d0e36 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] Added segment 592b8eff-aa7d-48da-ad90-61a1319df4b2 of type vxlan for network e978a5b2-e3cb-4545-8ac7-a3e505a9b5af 2026-06-16 05:10:36.956 8 INFO neutron.db.l3_hamode_db [None req-656de4c3-a311-4d7e-b0f7-25cb3c6d0e36 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:10:37.084 8 INFO neutron.db.l3_hamode_db [None req-656de4c3-a311-4d7e-b0f7-25cb3c6d0e36 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1211/2592] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2593] 199.204.45.129 () {34 vars in 1056 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.73&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => 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: 1213/2594] 199.204.45.129 () {34 vars in 1106 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2595] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/subnets?id=5961c25b-7e8b-4988-9839-2f1078fba5de&id=88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2596] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&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: 1216/2597] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2598] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2599] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?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: 1382/2600] 10.0.0.19 () {34 vars in 667 bytes} [Tue Jun 16 05:10:36 2026] POST /v2.0/routers => generated 474 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2601] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:10:37 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2602] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:37 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2603] 10.0.0.19 () {34 vars in 761 bytes} [Tue Jun 16 05:10:37 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/green => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2604] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:38 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2605] 10.0.0.19 () {34 vars in 757 bytes} [Tue Jun 16 05:10:38 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2606] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:38 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2607] 10.0.0.19 () {34 vars in 779 bytes} [Tue Jun 16 05:10:38 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/black.or.white => generated 4 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2608] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:38 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2609] 10.0.0.19 () {34 vars in 750 bytes} [Tue Jun 16 05:10:38 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2610] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:38 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2611] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:38 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:39.110 8 INFO neutron.api.v2.resource [None req-77858fe1-f1a6-48ea-8fc8-ad3f95611a52 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1388/2612] 10.0.0.19 () {32 vars in 742 bytes} [Tue Jun 16 05:10:39 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/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: 1225/2613] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:10:39 2026] DELETE /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2614] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:39 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:39.428 7 INFO neutron.api.v2.resource [None req-be552192-160d-4dd1-81dd-161c1f339f5b 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1226/2615] 10.0.0.19 () {32 vars in 745 bytes} [Tue Jun 16 05:10:39 2026] DELETE /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags/green => generated 99 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2616] 10.0.0.19 () {32 vars in 733 bytes} [Tue Jun 16 05:10:39 2026] DELETE /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2617] 10.0.0.19 () {32 vars in 730 bytes} [Tue Jun 16 05:10:39 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b/tags => generated 12 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2618] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:10:39 2026] GET /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2619] 10.0.0.19 () {34 vars in 741 bytes} [Tue Jun 16 05:10:39 2026] PUT /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b => generated 480 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2620] 10.0.0.19 () {32 vars in 735 bytes} [Tue Jun 16 05:10:40 2026] GET /v2.0/ports?device_id=dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:40.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-0479d987-17bc-41ca-b978-4575dfaa0517 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] TaaS: Handle Delete Port: 735cc6d3-e64b-445d-a445-a82dd57d1157 2026-06-16 05:10:40.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0479d987-17bc-41ca-b978-4575dfaa0517 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] Tap Mirror: Handle Delete Port: 735cc6d3-e64b-445d-a445-a82dd57d1157 [pid: 8|app: 0|req: 1393/2621] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:40 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => 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: 1394/2622] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:40 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:10:40.813 7 INFO neutron.services.segments.plugin [-] Segment 592b8eff-aa7d-48da-ad90-61a1319df4b2 resource provider aggregate not found 2026-06-16 05:10:40.822 7 INFO neutron.services.segments.plugin [-] Segment 592b8eff-aa7d-48da-ad90-61a1319df4b2 resource provider aggregate not found 2026-06-16 05:10:40.834 7 INFO neutron.services.segments.plugin [-] Segment 592b8eff-aa7d-48da-ad90-61a1319df4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592b8eff-aa7d-48da-ad90-61a1319df4b2 found for delete ", "request_id": "req-be1aca08-9ded-49d9-a212-4df9a0719c92"}]} 2026-06-16 05:10:40.838 7 INFO neutron.services.segments.plugin [-] Segment 592b8eff-aa7d-48da-ad90-61a1319df4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592b8eff-aa7d-48da-ad90-61a1319df4b2 found for delete ", "request_id": "req-636a6f77-88ae-4cda-ba2c-65d1ce33e256"}]} 2026-06-16 05:10:40.846 7 INFO neutron.db.l3_hamode_db [None req-0479d987-17bc-41ca-b978-4575dfaa0517 975b8537fb854f2ca0533dc849b88f1b eaff034b67124fe79d21d3393fefdc2f - - default default] HA network e978a5b2-e3cb-4545-8ac7-a3e505a9b5af was deleted as no HA routers are present in tenant eaff034b67124fe79d21d3393fefdc2f. [pid: 7|app: 0|req: 1229/2623] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:10:40 2026] DELETE /v2.0/routers/dcce01a1-eb71-4a03-95b7-c6df2e4c3e2b => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2624] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:41 2026] GET /v2.0/security-groups?tenant_id=d6248f43daea4d2aa70f2d54b9f3ba22&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2625] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:41 2026] DELETE /v2.0/security-groups/27ec7a1e-d1c4-470e-b99d-e4a34273cf1e => 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: 1396/2626] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:41 2026] GET /v2.0/security-groups?tenant_id=eaff034b67124fe79d21d3393fefdc2f&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2627] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:42 2026] DELETE /v2.0/security-groups/ae102c2d-10e1-4a82-8e6f-6010713dcbd3 => 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: 1233/2630] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2631] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2632] 10.0.0.19 () {34 vars in 675 bytes} [Tue Jun 16 05:10:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2633] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:45 2026] PUT /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/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: 1236/2634] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2635] 10.0.0.19 () {32 vars in 817 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&mac_address=fa%3A16%3A3e%3A5f%3A5e%3Af7 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2636] 10.0.0.19 () {34 vars in 769 bytes} [Tue Jun 16 05:10:45 2026] PUT /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2637] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2638] 10.0.0.19 () {34 vars in 765 bytes} [Tue Jun 16 05:10:45 2026] PUT /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2639] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:45 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2640] 10.0.0.19 () {34 vars in 787 bytes} [Tue Jun 16 05:10:46 2026] PUT /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2641] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2642] 10.0.0.19 () {34 vars in 758 bytes} [Tue Jun 16 05:10:46 2026] PUT /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2643] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2644] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:46.254 7 INFO neutron.api.v2.resource [None req-310dabc6-ed18-4ed2-8d5e-718a692a718b f1a5dbc4dbc94c6c8a9e2ccbfc9157e6 b3e8381e60664cfea6469d5aacc58fd2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1246/2645] 10.0.0.19 () {32 vars in 750 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2646] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:10:46 2026] DELETE /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2647] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:46.400 7 INFO neutron.api.v2.resource [None req-3f5ac16e-ff14-4296-a224-147bd7023c11 f1a5dbc4dbc94c6c8a9e2ccbfc9157e6 b3e8381e60664cfea6469d5aacc58fd2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1249/2648] 10.0.0.19 () {32 vars in 753 bytes} [Tue Jun 16 05:10:46 2026] DELETE /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/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: 1250/2649] 10.0.0.19 () {32 vars in 741 bytes} [Tue Jun 16 05:10:46 2026] DELETE /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2650] 10.0.0.19 () {32 vars in 738 bytes} [Tue Jun 16 05:10:46 2026] GET /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2651] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:10:46 2026] DELETE /v2.0/subnetpools/2f27db8d-f4ce-4bf1-bda6-2426cd6e78df => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:10:46.633 8 INFO neutron.db.l3_db [None req-e7614e20-2d43-4cdc-a729-3207d2430477 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP b743c18a-7908-4df2-b511-1646630954c0 associated. External IP: 10.96.250.202, port: 330bc2da-7c94-4967-9f3d-7814b75e3ba6. [pid: 8|app: 0|req: 1400/2652] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:10:45 2026] POST /v2.0/floatingips => generated 854 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:47.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b50b461c-4ba3-4502-ba21-2ea796aadc03'] response: {'name': 'network-changed', 'server_uuid': '0197bc42-bbe3-4970-9298-850baef12a22', 'tag': '330bc2da-7c94-4967-9f3d-7814b75e3ba6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1253/2653] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/security-groups?tenant_id=b3e8381e60664cfea6469d5aacc58fd2&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2654] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:47 2026] DELETE /v2.0/security-groups/03b64cb2-14bc-4a29-92fd-3a50727147f5 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2655] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2656] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2657] 199.204.45.129 () {34 vars in 1056 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.73&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2658] 199.204.45.129 () {34 vars in 1106 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2659] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/security-groups?tenant_id=92933c1ec3304bdda98fb7ec30bfdcb8&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2660] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/subnets?id=5961c25b-7e8b-4988-9839-2f1078fba5de&id=88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2661] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2662] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:47 2026] DELETE /v2.0/security-groups/63f630af-8738-426d-a3fe-d1209ec2435c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2663] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2664] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2665] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:10:47 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:10:51.289 7 INFO neutron.db.segments_db [None req-db0008f1-f465-4c6b-b53d-e26c284ef526 ed088253c6c6447fb6ac0414b92d370a 3b36618805de443c9fc70e537ee9377c - - default default] Added segment 99eb920c-bb20-45bb-92f2-c2cad71e8b53 of type vxlan for network 8baaa3ec-2dca-4500-8b2e-934ccfbf7726 [pid: 7|app: 0|req: 1260/2666] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:50 2026] POST /v2.0/networks => generated 612 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 05:10:51.467 8 INFO neutron.db.segments_db [None req-08015b02-0e70-4906-bd1e-8f3a9e736435 ed088253c6c6447fb6ac0414b92d370a 3b36618805de443c9fc70e537ee9377c - - default default] Added segment b6bacbf1-b5aa-4320-a497-074a56f00e72 of type vxlan for network f9727a37-f366-44ef-b363-0f32313d8b63 [pid: 8|app: 0|req: 1407/2667] 10.0.0.19 () {34 vars in 669 bytes} [Tue Jun 16 05:10:51 2026] POST /v2.0/networks => generated 611 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2668] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:10:51 2026] PUT /v2.0/networks/8baaa3ec-2dca-4500-8b2e-934ccfbf7726/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2669] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:10:51 2026] GET /v2.0/networks/8baaa3ec-2dca-4500-8b2e-934ccfbf7726/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2670] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:10:51 2026] PUT /v2.0/networks/f9727a37-f366-44ef-b363-0f32313d8b63/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2671] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:10:51 2026] GET /v2.0/networks/f9727a37-f366-44ef-b363-0f32313d8b63/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2672] 10.0.0.19 () {34 vars in 752 bytes} [Tue Jun 16 05:10:51 2026] PUT /v2.0/networks/f9727a37-f366-44ef-b363-0f32313d8b63/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2673] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:10:51 2026] GET /v2.0/networks/f9727a37-f366-44ef-b363-0f32313d8b63/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2674] 10.0.0.19 () {32 vars in 732 bytes} [Tue Jun 16 05:10:51 2026] GET /v2.0/networks/8baaa3ec-2dca-4500-8b2e-934ccfbf7726/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2675] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:51 2026] DELETE /v2.0/networks/8baaa3ec-2dca-4500-8b2e-934ccfbf7726 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:52.205 8 INFO neutron.services.segments.plugin [-] Segment 99eb920c-bb20-45bb-92f2-c2cad71e8b53 resource provider aggregate not found 2026-06-16 05:10:52.211 7 INFO neutron.services.segments.plugin [-] Segment b6bacbf1-b5aa-4320-a497-074a56f00e72 resource provider aggregate not found 2026-06-16 05:10:52.212 8 INFO neutron.services.segments.plugin [-] Segment 99eb920c-bb20-45bb-92f2-c2cad71e8b53 resource provider aggregate not found 2026-06-16 05:10:52.217 7 INFO neutron.services.segments.plugin [-] Segment b6bacbf1-b5aa-4320-a497-074a56f00e72 resource provider aggregate not found 2026-06-16 05:10:52.224 8 INFO neutron.services.segments.plugin [-] Segment 99eb920c-bb20-45bb-92f2-c2cad71e8b53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99eb920c-bb20-45bb-92f2-c2cad71e8b53 found for delete ", "request_id": "req-ee5d7cbb-c281-4f5c-b8ef-c4dfad49ea67"}]} 2026-06-16 05:10:52.226 8 INFO neutron.services.segments.plugin [-] Segment 99eb920c-bb20-45bb-92f2-c2cad71e8b53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99eb920c-bb20-45bb-92f2-c2cad71e8b53 found for delete ", "request_id": "req-c4f69014-cb34-42bd-bd70-367a63465ba7"}]} [pid: 7|app: 0|req: 1265/2676] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:10:52 2026] DELETE /v2.0/networks/f9727a37-f366-44ef-b363-0f32313d8b63 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:10:52.235 7 INFO neutron.services.segments.plugin [-] Segment b6bacbf1-b5aa-4320-a497-074a56f00e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6bacbf1-b5aa-4320-a497-074a56f00e72 found for delete ", "request_id": "req-ad38062f-8830-4ea9-ba16-e64cddaec6f1"}]} 2026-06-16 05:10:52.236 7 INFO neutron.services.segments.plugin [-] Segment b6bacbf1-b5aa-4320-a497-074a56f00e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6bacbf1-b5aa-4320-a497-074a56f00e72 found for delete ", "request_id": "req-2524561d-e3a3-460a-a2dc-844b460c1ef6"}]} [pid: 8|app: 0|req: 1412/2677] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:52 2026] GET /v2.0/security-groups?tenant_id=3b36618805de443c9fc70e537ee9377c&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2678] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:53 2026] DELETE /v2.0/security-groups/84b428e5-c57e-4d53-86a9-9613c8c1f73a => 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: 1413/2679] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:10:53 2026] GET /v2.0/security-groups?tenant_id=ea338e23c04d44ca91a19dc7858f2efb&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2680] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:10:53 2026] DELETE /v2.0/security-groups/0fb6d8ff-a581-4f82-860b-db6fe75e1a7f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2681] 10.0.0.254 () {34 vars in 990 bytes} [Tue Jun 16 05:10:53 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2682] 10.0.0.254 () {34 vars in 1040 bytes} [Tue Jun 16 05:10:53 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2685] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:11:03 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2686] 10.0.0.18 () {30 vars in 689 bytes} [Tue Jun 16 05:11:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2687] 10.0.0.18 () {30 vars in 691 bytes} [Tue Jun 16 05:11:05 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: 1417/2688] 10.0.0.18 () {30 vars in 667 bytes} [Tue Jun 16 05:11:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2689] 10.0.0.18 () {30 vars in 703 bytes} [Tue Jun 16 05:11: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: 8|app: 0|req: 1418/2690] 10.0.0.18 () {28 vars in 438 bytes} [Tue Jun 16 05:11:05 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: 1273/2691] 10.0.0.18 () {30 vars in 727 bytes} [Tue Jun 16 05:11:05 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2692] 10.0.0.18 () {30 vars in 689 bytes} [Tue Jun 16 05:11:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2693] 10.0.0.18 () {30 vars in 691 bytes} [Tue Jun 16 05:11: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: 8|app: 0|req: 1420/2694] 10.0.0.18 () {30 vars in 667 bytes} [Tue Jun 16 05:11:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2695] 10.0.0.18 () {30 vars in 703 bytes} [Tue Jun 16 05:11: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) [pid: 8|app: 0|req: 1421/2696] 10.0.0.18 () {30 vars in 727 bytes} [Tue Jun 16 05:11:05 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1276/2697] 10.0.0.18 () {30 vars in 689 bytes} [Tue Jun 16 05:11: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: 8|app: 0|req: 1422/2698] 10.0.0.18 () {30 vars in 691 bytes} [Tue Jun 16 05:11: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: 1277/2699] 10.0.0.18 () {30 vars in 667 bytes} [Tue Jun 16 05:11:05 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: 1423/2700] 10.0.0.18 () {30 vars in 703 bytes} [Tue Jun 16 05:11:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2701] 10.0.0.18 () {30 vars in 729 bytes} [Tue Jun 16 05:11:06 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2702] 10.0.0.18 () {30 vars in 681 bytes} [Tue Jun 16 05:11:06 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: 7|app: 0|req: 1279/2703] 10.0.0.18 () {34 vars in 703 bytes} [Tue Jun 16 05:11:06 2026] POST /v2.0/ports => generated 1132 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2704] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:11:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1280/2705] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:11:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2706] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:11:08 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: 1281/2707] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:11:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2708] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:11:08 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => 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: 1282/2709] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:11:09 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: 1428/2710] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2711] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:11:09 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: 1429/2712] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:11:09.095 7 INFO neutron.api.v2.resource [None req-a63209b2-2cfb-470f-84c9-a6858f8cceda 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1284/2713] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2714] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2715] 199.204.45.129 () {34 vars in 736 bytes} [Tue Jun 16 05:11:09 2026] POST /v2.0/security-groups => generated 1638 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2716] 199.204.45.129 () {30 vars in 815 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/security-group-rules?security_group_id=63d4779d-ca5f-4f6b-8ade-d8e64011578e => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2717] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:11:09 2026] PUT /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2718] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1287/2719] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2720] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:11:09 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: 1288/2721] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:11:09 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: 1434/2722] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:11:09 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1436/2725] 10.0.0.123 () {34 vars in 1016 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2726] 10.0.0.123 () {34 vars in 982 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/networks?id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2727] 10.0.0.123 () {34 vars in 965 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/quotas/6dfda880eabc49db934c13bba9ec8e22 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2728] 10.0.0.123 () {34 vars in 1002 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2729] 10.0.0.123 () {34 vars in 1008 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2730] 10.0.0.123 () {34 vars in 1108 bytes} [Tue Jun 16 05:11:17 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1439/2731] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:18 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2732] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:18 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1440/2733] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:21 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1294/2734] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:21 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1441/2735] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:11:22 2026] GET /v2.0/networks?id=4a426d8b-02e5-485c-8acd-36298b75b684 => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2736] 199.204.45.129 () {34 vars in 1050 bytes} [Tue Jun 16 05:11:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6dfda880eabc49db934c13bba9ec8e22 => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2737] 199.204.45.129 () {38 vars in 955 bytes} [Tue Jun 16 05:11:22 2026] POST /v2.0/ports => generated 1082 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2738] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:11:22 2026] PUT /v2.0/ports/f9dfa999-ce91-4860-a8ed-de3d5bab531e => generated 1243 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:11:24.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63343d7e-6b02-4d11-bab5-6df802885a76'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': 'f9dfa999-ce91-4860-a8ed-de3d5bab531e', '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: 1443/2739] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 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: 1297/2740] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2741] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2742] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2743] 199.204.45.129 () {34 vars in 1018 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/networks?tenant_id=6dfda880eabc49db934c13bba9ec8e22&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2744] 199.204.45.129 () {34 vars in 930 bytes} [Tue Jun 16 05:11:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2745] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2746] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => 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: 1447/2747] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2748] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2749] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1302/2750] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:11:25 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1449/2751] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:27 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2752] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:11:27 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&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/2753] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:27 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2756] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:11:29 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1452/2757] 199.204.45.129 () {34 vars in 1044 bytes} [Tue Jun 16 05:11:29 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2758] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:30 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2759] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:11:30 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2760] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:30 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2761] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:33 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2762] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:11:33 2026] GET /v2.0/security-groups?id=4765854f-e280-4fff-99fa-b4a82e1c2718&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: 1455/2763] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:11:33 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1311/2768] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:08 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: 1458/2769] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:08 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: 1312/2770] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:08 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: 1459/2771] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:08 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: 1313/2772] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:08 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1460/2773] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:12:08 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2774] 199.204.45.129 () {34 vars in 717 bytes} [Tue Jun 16 05:12:08 2026] POST /v2.0/ports => generated 1059 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2775] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:12:08 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2776] 10.0.0.123 () {34 vars in 907 bytes} [Tue Jun 16 05:12:09 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2777] 199.204.45.129 () {34 vars in 1262 bytes} [Tue Jun 16 05:12:10 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c?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: 1316/2778] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:10 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1463/2779] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:10 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2780] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:12:10 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1059 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2781] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:10 2026] GET /v2.0/networks?id=f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2782] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:12:10 2026] PUT /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1249 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:12:11.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af7c2f87-c36c-49ab-858c-d35d66bb7657'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': 'ebb7b3cb-997f-41ee-8fb6-10ac0514680c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2783] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2784] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/networks?id=f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2785] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1320/2786] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2787] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2788] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:11 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2789] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:12 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1322/2790] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2791] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2792] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2793] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&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: 1324/2794] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1471/2795] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1325/2796] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1472/2797] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2798] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&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: 1473/2799] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1327/2800] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:13 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2803] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:12:17 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2804] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:12:17 2026] PUT /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1276 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:12:17.868 7 INFO neutron.api.v2.resource [None req-190bfc47-4939-47aa-88d8-f12e3b7a7f22 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1330/2805] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:12:17 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2806] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:12:17 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:12:17.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbbd1baa-2c4c-4a73-82e6-cb19861469e1'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': 'ebb7b3cb-997f-41ee-8fb6-10ac0514680c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1331/2807] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:12:17 2026] PUT /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1314 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:12:18.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a002caa5-527c-4956-9c09-6edf2f51ae99'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': 'ebb7b3cb-997f-41ee-8fb6-10ac0514680c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/2808] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1332/2809] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2810] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:18 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: 1333/2811] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2812] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2813] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2814] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2815] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/networks?id=f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2816] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2817] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1482/2818] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1337/2819] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2820] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2821] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2822] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => 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: 1339/2823] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1485/2824] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1340/2825] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:18 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1486/2826] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1341/2827] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/networks?id=f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 803 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2828] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1342/2829] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2830] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2831] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:19 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2832] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:20 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:12:27.677 7 INFO neutron.db.l3_db [None req-feb0c0f9-fc71-4840-aa60-601ba7bae8fa 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP f228c8da-85fe-44b0-b17a-1eb09e9b81c8 associated. External IP: 10.96.250.211, port: 22b32d5f-ce1c-49e5-b78e-b3adee80a018. [pid: 7|app: 0|req: 1344/2833] 10.0.0.19 () {34 vars in 676 bytes} [Tue Jun 16 05:12:26 2026] POST /v2.0/floatingips => generated 899 bytes in 1046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2836] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2837] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2838] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:32 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: 1347/2839] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:12:32.831 8 INFO neutron.api.v2.resource [None req-b801acd8-95aa-48cf-a403-588285f5f10d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/2840] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2841] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2842] 199.204.45.129 () {30 vars in 815 bytes} [Tue Jun 16 05:12:32 2026] GET /v2.0/security-group-rules?security_group_id=63d4779d-ca5f-4f6b-8ade-d8e64011578e => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2843] 199.204.45.129 () {34 vars in 747 bytes} [Tue Jun 16 05:12:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2844] 199.204.45.129 () {34 vars in 747 bytes} [Tue Jun 16 05:12:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2845] 10.0.0.18 () {30 vars in 689 bytes} [Tue Jun 16 05:12: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: 1496/2846] 10.0.0.18 () {30 vars in 691 bytes} [Tue Jun 16 05:12:43 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: 1351/2847] 10.0.0.18 () {30 vars in 667 bytes} [Tue Jun 16 05:12:43 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: 1497/2848] 10.0.0.18 () {30 vars in 703 bytes} [Tue Jun 16 05:12:43 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: 1352/2849] 10.0.0.18 () {28 vars in 438 bytes} [Tue Jun 16 05:12:44 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2850] 10.0.0.18 () {30 vars in 727 bytes} [Tue Jun 16 05:12:44 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2853] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:45 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: 1354/2854] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:45 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/2855] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:45 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: 1355/2856] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2857] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:45 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2858] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:12:45 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2859] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:45 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: 1357/2860] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:45 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: 1504/2861] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:45 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: 1358/2862] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2863] 199.204.45.129 () {34 vars in 717 bytes} [Tue Jun 16 05:12:45 2026] POST /v2.0/ports => generated 1328 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2864] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:12:46 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1328 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: 1506/2865] 10.0.0.123 () {34 vars in 907 bytes} [Tue Jun 16 05:12:46 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: 1360/2866] 199.204.45.129 () {34 vars in 1262 bytes} [Tue Jun 16 05:12:47 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2867] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:47 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1361/2868] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:47 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2869] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:12:48 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2870] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:48 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2871] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:12:48 2026] PUT /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1518 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:12:48.723 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aba040a-e568-428a-bf59-3d4d3178fe7f'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '2521845d-1365-4104-9a5f-1ac777cdd658', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1363/2872] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1510/2873] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2874] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.235&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1511/2875] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38c&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2876] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2877] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2878] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2879] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2880] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:49 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1514/2881] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2882] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => 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: 1515/2883] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2884] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2885] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1370/2886] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1517/2887] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1371/2888] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:12:50 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1518/2889] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2890] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1519/2891] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1373/2892] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.235&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2893] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38c&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1374/2894] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2895] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2896] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2897] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2898] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:12:51 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1523/2899] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2900] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2901] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2902] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/subnets/a57520c2-4160-46fb-9929-5b111d0dd507 => generated 744 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2903] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2904] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2905] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:12:55 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: 1380/2906] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:12:55 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: 1527/2907] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2908] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2909] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2910] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1529/2911] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:12:55 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2912] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:12:56 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2913] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:12:56 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1532/2916] 10.0.0.18 () {30 vars in 689 bytes} [Tue Jun 16 05:13:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2917] 10.0.0.18 () {30 vars in 691 bytes} [Tue Jun 16 05:13:04 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/2918] 10.0.0.18 () {30 vars in 667 bytes} [Tue Jun 16 05:13:04 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: 1386/2919] 10.0.0.18 () {30 vars in 703 bytes} [Tue Jun 16 05:13:04 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: 1534/2920] 10.0.0.18 () {28 vars in 438 bytes} [Tue Jun 16 05:13:05 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: 1387/2921] 10.0.0.18 () {30 vars in 727 bytes} [Tue Jun 16 05:13:05 2026] GET /v2.0/subnets/88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2922] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:05 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: 1388/2923] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13: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: 8|app: 0|req: 1536/2924] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13: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: 7|app: 0|req: 1389/2925] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:05 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: 1537/2926] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:05 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2927] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:05 2026] GET /v2.0/subnets/88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2928] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:06 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2929] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2930] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:06 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: 1392/2931] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:06 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: 1540/2932] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:06 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: 1393/2933] 199.204.45.129 () {34 vars in 717 bytes} [Tue Jun 16 05:13:06 2026] POST /v2.0/ports => generated 1332 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2934] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:13:06 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1332 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: 7|app: 0|req: 1394/2935] 199.204.45.129 () {34 vars in 1262 bytes} [Tue Jun 16 05:13:07 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2936] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:07 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?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: 1395/2937] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:07 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2938] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:13:08 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2939] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:08 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2940] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:13:08 2026] PUT /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1522 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:13:08.891 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e398a4d-a80f-4033-810c-15f0b8d85575'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1397/2941] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 5616 bytes in 53 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: 1545/2942] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2943] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => 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: 1546/2944] 199.204.45.129 () {34 vars in 1106 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A209&port_id=0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => 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: 1399/2945] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/subnets?id=5961c25b-7e8b-4988-9839-2f1078fba5de&id=88e7fe86-b513-48a0-a4cd-4c33e8822caa => 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: 1547/2946] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2947] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2948] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2949] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:09 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2950] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:10 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 5616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2951] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:13:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => 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: 1550/2952] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:10 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2953] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:10 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2954] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:10 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1404/2955] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1552/2956] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1405/2957] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2958] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&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: 1406/2959] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1554/2960] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1407/2961] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.235&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1555/2962] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38c&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1408/2963] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2964] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2965] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&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: 1557/2966] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1410/2967] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1558/2968] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => 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: 1411/2969] 199.204.45.129 () {34 vars in 1106 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A209&port_id=0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => 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: 1559/2970] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/subnets?id=5961c25b-7e8b-4988-9839-2f1078fba5de&id=88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2971] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2972] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2973] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2974] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:11 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?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: 1563/2977] 10.0.0.123 () {34 vars in 971 bytes} [Tue Jun 16 05:13:15 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2978] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:15 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2979] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:15 2026] GET /v2.0/subnets/88e7fe86-b513-48a0-a4cd-4c33e8822caa => 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: 1416/2980] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:15 2026] GET /v2.0/subnets/5961c25b-7e8b-4988-9839-2f1078fba5de => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2981] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:15 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2982] 199.204.45.129 () {34 vars in 790 bytes} [Tue Jun 16 05:13:15 2026] PUT /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1255 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:13:16.568 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81ba6056-2d6e-4b26-b70d-5145b76c2d08'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '2521845d-1365-4104-9a5f-1ac777cdd658', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1566/2983] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1418/2984] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2985] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2986] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:16 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: 1568/2987] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:16 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: 1420/2988] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:16 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: 1569/2989] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1421/2990] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2991] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2992] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:16 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2993] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2994] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => 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: 1572/2995] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 5389 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2996] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2997] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2998] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.235&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1574/2999] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/subnets?id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3000] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3001] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1427/3002] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:17 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1429/3005] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3006] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:30 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: 1430/3007] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:30 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: 1578/3008] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3009] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3010] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 5389 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3011] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3012] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:30 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: 1433/3013] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3014] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:30 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: 1434/3015] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3016] 199.204.45.129 () {34 vars in 790 bytes} [Tue Jun 16 05:13:30 2026] PUT /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1311 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:13:30.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fd4dcda-2149-43e9-9310-9790762c5d88'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/3017] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a => generated 798 bytes in 65 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: 1583/3018] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/subnets/5961c25b-7e8b-4988-9839-2f1078fba5de => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3019] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:30 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1347 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3020] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:13:30 2026] PUT /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1080 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3021] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a => generated 798 bytes in 44 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: 1585/3022] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3023] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3024] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3025] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3026] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3027] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:31 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3028] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:32 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:13:32.783 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-388ae997-8c47-479c-8c87-7a34f97c5819'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1441/3029] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3030] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3031] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3032] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3033] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3034] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3035] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3036] 199.204.45.129 () {34 vars in 1016 bytes} [Tue Jun 16 05:13:33 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3037] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:13:33 2026] PUT /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 917 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3038] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:34 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3873 bytes in 53 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-06-16 05:13:34.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d408a43-7442-4052-b33b-606b0438dc18 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 2026-06-16 05:13:34.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d408a43-7442-4052-b33b-606b0438dc18 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 [pid: 7|app: 0|req: 1446/3039] 199.204.45.129 () {32 vars in 759 bytes} [Tue Jun 16 05:13:34 2026] DELETE /v2.0/ports/0ab1c10f-d5d3-4d6c-a4bf-6da80b589e25 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3040] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:34 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: 1447/3041] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:34 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: 1595/3042] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:34 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: 1448/3043] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:34 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: 1596/3044] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:34 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1449/3045] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => 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: 1597/3046] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3047] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3048] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3049] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3050] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1452/3051] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3052] 199.204.45.129 () {34 vars in 1226 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/networks?id=4a426d8b-02e5-485c-8acd-36298b75b684&id=f8cd0089-024d-47a9-a80b-4d080a3c961b&id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 3098 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3053] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => 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: 1601/3054] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3055] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3056] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3057] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1603/3058] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1456/3059] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3060] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:35 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&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: 1457/3061] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1605/3062] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3063] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.235&port_id=2521845d-1365-4104-9a5f-1ac777cdd658 => 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: 1606/3064] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/subnets?id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => 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: 1459/3065] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3066] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1460/3067] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:36 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3068] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:40 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: 1461/3069] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3070] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3071] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3072] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3873 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3073] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3074] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3075] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3076] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:40 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: 1465/3077] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:40 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3078] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:13:40 2026] PUT /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1080 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:13:41.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37f03f9d-fe36-42b8-a8e5-fb12d642df53'] response: {'name': 'network-changed', 'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'tag': '2521845d-1365-4104-9a5f-1ac777cdd658', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1466/3079] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1614/3080] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3081] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3082] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3083] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3084] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:41 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1469/3085] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:42 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1617/3086] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:42 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3087] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:13:43 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3088] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:13:43 2026] GET /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3089] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:43 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3090] 199.204.45.129 () {34 vars in 1016 bytes} [Tue Jun 16 05:13:43 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3091] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:13:43 2026] PUT /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 917 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3094] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:13:44 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:13:44.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7694b1f-4b12-40a2-b4b5-5b3e215d77a7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 2521845d-1365-4104-9a5f-1ac777cdd658 2026-06-16 05:13:44.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7694b1f-4b12-40a2-b4b5-5b3e215d77a7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 2521845d-1365-4104-9a5f-1ac777cdd658 [pid: 7|app: 0|req: 1474/3095] 199.204.45.129 () {32 vars in 759 bytes} [Tue Jun 16 05:13:44 2026] DELETE /v2.0/ports/2521845d-1365-4104-9a5f-1ac777cdd658 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3096] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3097] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:45 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: 1623/3098] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:45 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: 1476/3099] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:45 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: 1624/3100] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1477/3101] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3102] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3103] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => 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: 1626/3104] 199.204.45.129 () {30 vars in 743 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3105] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3106] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3107] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3108] 199.204.45.129 () {34 vars in 1146 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks?id=4a426d8b-02e5-485c-8acd-36298b75b684&id=f8cd0089-024d-47a9-a80b-4d080a3c961b&id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 2311 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3109] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => 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: 1629/3110] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3111] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3112] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3113] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1631/3114] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.235&port_id=ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3115] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/subnets?id=78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3116] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/ports?network_id=f8cd0089-024d-47a9-a80b-4d080a3c961b&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3117] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?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: 1633/3118] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:13:45 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3119] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:13:56 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: 1634/3120] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:13:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3121] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:13:56 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: 1635/3122] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:13:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:13:56.433 7 INFO neutron.api.v2.resource [None req-53793fd2-ad12-4704-a916-c033324c848f 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3123] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:13:56 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3124] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:13:56 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 2865 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3125] 199.204.45.129 () {30 vars in 815 bytes} [Tue Jun 16 05:13:56 2026] GET /v2.0/security-group-rules?security_group_id=63d4779d-ca5f-4f6b-8ade-d8e64011578e => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3126] 199.204.45.129 () {32 vars in 789 bytes} [Tue Jun 16 05:13:56 2026] DELETE /v2.0/security-group-rules/2c113ab3-a98b-4edb-9899-f51df54b787a => 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: 1490/3127] 199.204.45.129 () {32 vars in 789 bytes} [Tue Jun 16 05:13:56 2026] DELETE /v2.0/security-group-rules/6f1414d7-29ba-4bed-bfa2-b8a62a7729d0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:00.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e1d892b-9514-4100-abb9-45db6430b238 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 33555615-7069-4e80-afdb-ef13e43cd7aa 2026-06-16 05:14:00.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e1d892b-9514-4100-abb9-45db6430b238 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 33555615-7069-4e80-afdb-ef13e43cd7aa 2026-06-16 05:14:00.712 7 INFO neutron.db.l3_db [None req-6e1d892b-9514-4100-abb9-45db6430b238 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP f228c8da-85fe-44b0-b17a-1eb09e9b81c8 disassociated (deleted). External IP: 10.96.250.211, port: 22b32d5f-ce1c-49e5-b78e-b3adee80a018. [pid: 7|app: 0|req: 1492/3130] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:14:00 2026] DELETE /v2.0/floatingips/f228c8da-85fe-44b0-b17a-1eb09e9b81c8 => generated 0 bytes in 757 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:01.046 8 INFO neutron.api.v2.resource [None req-cf401bfc-ac6c-4207-9c8f-e217439fc8ba 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3131] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:14:01 2026] GET /v2.0/floatingips/f228c8da-85fe-44b0-b17a-1eb09e9b81c8 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3132] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:14: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: 8|app: 0|req: 1640/3133] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:14:01 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: 1494/3134] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:14: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: 1641/3135] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:14: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) 2026-06-16 05:14:01.918 7 INFO neutron.api.v2.resource [None req-c0bef2c7-5657-4c6c-9cd4-8a81735cf7e7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3136] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:14:01 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3137] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:14:01 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3138] 199.204.45.129 () {30 vars in 815 bytes} [Tue Jun 16 05:14:01 2026] GET /v2.0/security-group-rules?security_group_id=63d4779d-ca5f-4f6b-8ade-d8e64011578e => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3139] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:14:02 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: 1497/3140] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:14:02 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: 1644/3141] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:14:02 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: 1498/3142] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:14:02 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: 1645/3143] 199.204.45.129 () {30 vars in 741 bytes} [Tue Jun 16 05:14:02 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3144] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:02 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3145] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:02 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3146] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:02 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => 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: 1647/3147] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:03 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3148] 199.204.45.129 () {34 vars in 975 bytes} [Tue Jun 16 05:14:04 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1648/3149] 199.204.45.129 () {34 vars in 1060 bytes} [Tue Jun 16 05:14:04 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3150] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:04 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3151] 199.204.45.129 () {34 vars in 1016 bytes} [Tue Jun 16 05:14:04 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3152] 199.204.45.129 () {38 vars in 1028 bytes} [Tue Jun 16 05:14:04 2026] PUT /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1151 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3153] 199.204.45.129 () {30 vars in 769 bytes} [Tue Jun 16 05:14:05 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 42 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: 1504/3154] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:14:05 2026] PUT /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1090 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3155] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:14:05 2026] GET /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 1090 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 05:14:05.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b84ae1-7814-44e4-ba9b-de189e3c48cf 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: ebb7b3cb-997f-41ee-8fb6-10ac0514680c 2026-06-16 05:14:05.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b84ae1-7814-44e4-ba9b-de189e3c48cf 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: ebb7b3cb-997f-41ee-8fb6-10ac0514680c [pid: 7|app: 0|req: 1505/3156] 199.204.45.129 () {32 vars in 759 bytes} [Tue Jun 16 05:14:05 2026] DELETE /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3157] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/ports?tenant_id=6dfda880eabc49db934c13bba9ec8e22&device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3158] 199.204.45.129 () {34 vars in 1066 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/networks?id=4a426d8b-02e5-485c-8acd-36298b75b684&id=f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 1524 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3159] 199.204.45.129 () {34 vars in 1062 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.196&port_id=f9dfa999-ce91-4860-a8ed-de3d5bab531e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3160] 199.204.45.129 () {34 vars in 984 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/subnets?id=5b2f88dd-813b-4a09-ab6e-f79973a91244 => generated 654 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3161] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/ports?network_id=4a426d8b-02e5-485c-8acd-36298b75b684&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3162] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?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: 1509/3163] 199.204.45.129 () {30 vars in 703 bytes} [Tue Jun 16 05:14:06 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: 1510/3164] 199.204.45.129 () {30 vars in 705 bytes} [Tue Jun 16 05:14: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: 1511/3165] 199.204.45.129 () {30 vars in 681 bytes} [Tue Jun 16 05:14:06 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: 1655/3166] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/networks/4a426d8b-02e5-485c-8acd-36298b75b684?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3167] 199.204.45.129 () {30 vars in 717 bytes} [Tue Jun 16 05:14:06 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-06-16 05:14:06.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb4c6dae-1d17-4453-b5f3-a5a9370d117d 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3168] 199.204.45.129 () {32 vars in 759 bytes} [Tue Jun 16 05:14:06 2026] DELETE /v2.0/ports/ebb7b3cb-997f-41ee-8fb6-10ac0514680c => 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: 1513/3169] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:14:06.821 8 INFO neutron.api.v2.resource [None req-0559bc8b-931a-4745-a534-9b1cefc06354 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3170] 199.204.45.129 () {30 vars in 763 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/security-groups/lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3171] 199.204.45.129 () {30 vars in 785 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/security-groups?name=lb-e9bbbef5-3924-4992-9c97-e9be99b56360 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3172] 199.204.45.129 () {30 vars in 737 bytes} [Tue Jun 16 05:14:06 2026] GET /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3173] 199.204.45.129 () {34 vars in 789 bytes} [Tue Jun 16 05:14:06 2026] PUT /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 1094 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3174] 199.204.45.129 () {32 vars in 779 bytes} [Tue Jun 16 05:14:07 2026] DELETE /v2.0/security-groups/63d4779d-ca5f-4f6b-8ade-d8e64011578e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:07.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-6eb42066-f763-49ed-9892-2e5da9f67679 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: 22b32d5f-ce1c-49e5-b78e-b3adee80a018 2026-06-16 05:14:07.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eb42066-f763-49ed-9892-2e5da9f67679 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: 22b32d5f-ce1c-49e5-b78e-b3adee80a018 [pid: 7|app: 0|req: 1516/3175] 199.204.45.129 () {32 vars in 759 bytes} [Tue Jun 16 05:14:07 2026] DELETE /v2.0/ports/22b32d5f-ce1c-49e5-b78e-b3adee80a018 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3176] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:14:10 2026] GET /v2.0/ports?device_id=e402b92b-444f-4ce4-a857-0e7b19fbc918 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:14:10.483 7 INFO neutron_taas.services.taas.taas_plugin [req-e79d6b4c-c4a0-4f7b-9945-dc52135b2fef req-fa78e5e7-1054-44b1-a443-93ee71e35cb7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] TaaS: Handle Delete Port: f9dfa999-ce91-4860-a8ed-de3d5bab531e 2026-06-16 05:14:10.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e79d6b4c-c4a0-4f7b-9945-dc52135b2fef req-fa78e5e7-1054-44b1-a443-93ee71e35cb7 2550ca2815f44cd3980f4ee83d0eb04a 6dfda880eabc49db934c13bba9ec8e22 - - default default] Tap Mirror: Handle Delete Port: f9dfa999-ce91-4860-a8ed-de3d5bab531e [pid: 7|app: 0|req: 1517/3177] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:14:10 2026] DELETE /v2.0/ports/f9dfa999-ce91-4860-a8ed-de3d5bab531e => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:10.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-705490d4-631b-4783-a5e4-43d60e108ec7'] response: {'server_uuid': 'e402b92b-444f-4ce4-a857-0e7b19fbc918', 'name': 'network-vif-deleted', 'tag': 'f9dfa999-ce91-4860-a8ed-de3d5bab531e', 'status': 'completed', 'code': 200} 2026-06-16 05:14:11.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9bbd738-2d64-4b62-b361-dc2b02eac0a6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 888ce437-fb3d-4083-bc94-e6e8d825229c 2026-06-16 05:14:11.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9bbd738-2d64-4b62-b361-dc2b02eac0a6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 888ce437-fb3d-4083-bc94-e6e8d825229c 2026-06-16 05:14:11.729 8 INFO neutron.db.l3_db [None req-e9bbd738-2d64-4b62-b361-dc2b02eac0a6 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP b743c18a-7908-4df2-b511-1646630954c0 disassociated (deleted). External IP: 10.96.250.202, port: 330bc2da-7c94-4967-9f3d-7814b75e3ba6. [pid: 8|app: 0|req: 1661/3178] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:14:11 2026] DELETE /v2.0/floatingips/b743c18a-7908-4df2-b511-1646630954c0 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:12.025 7 INFO neutron.api.v2.resource [None req-4e08339b-6681-4da5-9729-7ff4bd47bca8 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3179] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/floatingips/b743c18a-7908-4df2-b511-1646630954c0 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:12.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b231cc27-1f9f-49a1-8493-51ec718554f3'] response: {'name': 'network-changed', 'server_uuid': '0197bc42-bbe3-4970-9298-850baef12a22', 'tag': '330bc2da-7c94-4967-9f3d-7814b75e3ba6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1662/3180] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3181] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3182] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3183] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/networks?id=288cacb6-e438-4a57-a5df-1bca79ae362a => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3184] 199.204.45.129 () {34 vars in 1056 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.73&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => 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: 1521/3185] 199.204.45.129 () {34 vars in 1106 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=330bc2da-7c94-4967-9f3d-7814b75e3ba6 => 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: 1665/3186] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/subnets?id=5961c25b-7e8b-4988-9839-2f1078fba5de&id=88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3187] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3188] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/ports?network_id=288cacb6-e438-4a57-a5df-1bca79ae362a&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: 1523/3189] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3190] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:14:12 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3193] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:14:14 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:14:14.795 7 INFO neutron_taas.services.taas.taas_plugin [req-6686d05f-f006-4350-9de1-d3d03c6c88a4 req-605e335c-f5d1-4e9e-94c8-061be991784d 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 330bc2da-7c94-4967-9f3d-7814b75e3ba6 2026-06-16 05:14:14.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6686d05f-f006-4350-9de1-d3d03c6c88a4 req-605e335c-f5d1-4e9e-94c8-061be991784d 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 330bc2da-7c94-4967-9f3d-7814b75e3ba6 [pid: 7|app: 0|req: 1525/3194] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:14:14 2026] DELETE /v2.0/ports/330bc2da-7c94-4967-9f3d-7814b75e3ba6 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:15.028 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44d32aeb-914a-43c4-b1b5-b7da2b8695e8'] response: {'server_uuid': '0197bc42-bbe3-4970-9298-850baef12a22', 'name': 'network-vif-deleted', 'tag': '330bc2da-7c94-4967-9f3d-7814b75e3ba6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1670/3195] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:14:17 2026] GET /v2.0/ports?device_id=0197bc42-bbe3-4970-9298-850baef12a22 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 05:14:22.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-924fa054-cdb3-460e-bfbc-4c55ca0109ca 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: e6863525-e5fa-42c5-8427-2c1977598d51 2026-06-16 05:14:22.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-924fa054-cdb3-460e-bfbc-4c55ca0109ca 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: e6863525-e5fa-42c5-8427-2c1977598d51 2026-06-16 05:14:22.775 7 INFO neutron.db.l3_db [None req-924fa054-cdb3-460e-bfbc-4c55ca0109ca 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Floating IP ca75f1b2-0b00-4b39-bed0-ddcdc6c790cf disassociated (deleted). External IP: 10.96.250.220, port: 041eab3d-221a-40f9-9e7d-1d0799d4b8a5. [pid: 7|app: 0|req: 1526/3196] 10.0.0.19 () {32 vars in 731 bytes} [Tue Jun 16 05:14:22 2026] DELETE /v2.0/floatingips/ca75f1b2-0b00-4b39-bed0-ddcdc6c790cf => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:23.109 8 INFO neutron.api.v2.resource [None req-c3fa6573-2def-4027-ae4c-b98e33819b67 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3197] 10.0.0.19 () {32 vars in 728 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/floatingips/ca75f1b2-0b00-4b39-bed0-ddcdc6c790cf => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:23.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b199bd3-b2a5-4155-86e7-ded77554a5e1'] response: {'name': 'network-changed', 'server_uuid': '1284e346-40b0-4f90-a706-47904b34dddf', 'tag': '041eab3d-221a-40f9-9e7d-1d0799d4b8a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1527/3198] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3199] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/security-groups?id=62fa7b24-6274-450d-8163-0dfb587fae3a&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3200] 199.204.45.129 () {34 vars in 1080 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/ports?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3201] 199.204.45.129 () {34 vars in 986 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/networks?id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3202] 199.204.45.129 () {34 vars in 1058 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => 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: 1674/3203] 199.204.45.129 () {34 vars in 1104 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A305&port_id=041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => 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: 1530/3204] 199.204.45.129 () {34 vars in 1064 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/subnets?id=a57520c2-4160-46fb-9929-5b111d0dd507&id=bc1af395-076c-40f2-aaf1-978c545b8cc3 => 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: 1675/3205] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3206] 199.204.45.129 () {34 vars in 1052 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/ports?network_id=c682727b-03ef-4fe8-aa5c-97f0cf6c0e15&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: 1676/3207] 199.204.45.129 () {34 vars in 1012 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1532/3208] 199.204.45.129 () {34 vars in 1112 bytes} [Tue Jun 16 05:14:23 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15?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: 1677/3209] 199.204.45.129 () {34 vars in 994 bytes} [Tue Jun 16 05:14:25 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 05:14:25.874 7 INFO neutron_taas.services.taas.taas_plugin [req-f61c474b-b43f-49af-ab09-d7a2fe17f2a2 req-3a74dc63-cae9-47e3-b97d-f581b285419c 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 041eab3d-221a-40f9-9e7d-1d0799d4b8a5 2026-06-16 05:14:25.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f61c474b-b43f-49af-ab09-d7a2fe17f2a2 req-3a74dc63-cae9-47e3-b97d-f581b285419c 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 041eab3d-221a-40f9-9e7d-1d0799d4b8a5 [pid: 7|app: 0|req: 1533/3210] 199.204.45.129 () {36 vars in 997 bytes} [Tue Jun 16 05:14:25 2026] DELETE /v2.0/ports/041eab3d-221a-40f9-9e7d-1d0799d4b8a5 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:26.110 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-99d17223-387c-464c-b3d1-0fb2cfdc60b0'] response: {'server_uuid': '1284e346-40b0-4f90-a706-47904b34dddf', 'name': 'network-vif-deleted', 'tag': '041eab3d-221a-40f9-9e7d-1d0799d4b8a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1678/3211] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 16 05:14:28 2026] GET /v2.0/ports?device_id=1284e346-40b0-4f90-a706-47904b34dddf => 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: 1535/3214] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:33 2026] DELETE /v2.0/security-group-rules/054ce30f-6696-444b-9f57-e366a311325d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:33.622 8 INFO neutron.api.v2.resource [None req-81174562-68c5-467c-ab15-fd9158112f77 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3215] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:33 2026] GET /v2.0/security-group-rules/054ce30f-6696-444b-9f57-e366a311325d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3216] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:33 2026] DELETE /v2.0/security-group-rules/da335f59-50e1-45f2-9896-89811e7daaa5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:33.705 8 INFO neutron.api.v2.resource [None req-166cae36-960d-4fdc-b176-9f1b43ff5af2 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3217] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:33 2026] GET /v2.0/security-group-rules/da335f59-50e1-45f2-9896-89811e7daaa5 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3218] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:33 2026] DELETE /v2.0/security-group-rules/45089145-2dce-4ae5-845f-6cacb5ae5dcb => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:33.788 8 INFO neutron.api.v2.resource [None req-0b0e0d95-3e09-4c11-a145-db7beaa1b620 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1682/3219] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:33 2026] GET /v2.0/security-group-rules/45089145-2dce-4ae5-845f-6cacb5ae5dcb => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3220] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:33 2026] DELETE /v2.0/security-group-rules/9024bad6-940d-48d2-ab31-40f6514a5a39 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:33.901 8 INFO neutron.api.v2.resource [None req-48e33433-cb2d-43eb-b5f3-f315f9dc2a6f 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1683/3221] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:33 2026] GET /v2.0/security-group-rules/9024bad6-940d-48d2-ab31-40f6514a5a39 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3222] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:33 2026] DELETE /v2.0/security-group-rules/f191faec-a1dc-4813-9f30-b39a00c85db4 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.079 8 INFO neutron.api.v2.resource [None req-ec457659-6b11-444d-adb4-434638e73cdd 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1684/3223] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/f191faec-a1dc-4813-9f30-b39a00c85db4 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3224] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/de7207cb-cc43-49e2-b750-d2feca43c069 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.168 8 INFO neutron.api.v2.resource [None req-679f946a-e384-499a-a5be-eb78cd7d6931 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3225] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/de7207cb-cc43-49e2-b750-d2feca43c069 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3226] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/88d4f443-3ec7-4176-981f-eef13f396c42 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.260 8 INFO neutron.api.v2.resource [None req-7bd08dfa-5ba7-404e-8e3c-66fbcc4604f0 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3227] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/88d4f443-3ec7-4176-981f-eef13f396c42 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3228] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/d811bf59-895d-4e26-9e9f-32db285ebf95 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.369 8 INFO neutron.api.v2.resource [None req-dd485075-0487-4307-8202-5981e11fea79 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1687/3229] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/d811bf59-895d-4e26-9e9f-32db285ebf95 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3230] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/b1694964-0c6a-403c-8b69-5e0e137d2cfd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.519 8 INFO neutron.api.v2.resource [None req-f66d93a3-1551-439a-9a82-cb72c0700bca 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1688/3231] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/b1694964-0c6a-403c-8b69-5e0e137d2cfd => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3232] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/8155d416-f851-49a2-b1ca-11f14e4a8194 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.626 8 INFO neutron.api.v2.resource [None req-f23663e2-b286-4aaf-939d-e238dd55f349 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3233] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/8155d416-f851-49a2-b1ca-11f14e4a8194 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3234] 10.0.0.19 () {32 vars in 749 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-group-rules/1c9a3a45-7d94-4dcd-a56a-c109398f1f31 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.729 8 INFO neutron.api.v2.resource [None req-86aba55b-bf18-4aa2-8754-aab24cce2448 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3235] 10.0.0.19 () {32 vars in 746 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-group-rules/1c9a3a45-7d94-4dcd-a56a-c109398f1f31 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3236] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:34 2026] DELETE /v2.0/security-groups/62fa7b24-6274-450d-8163-0dfb587fae3a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:34.819 8 INFO neutron.api.v2.resource [None req-5afc679d-abd7-450d-8129-415efab85cf0 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3237] 10.0.0.19 () {32 vars in 736 bytes} [Tue Jun 16 05:14:34 2026] GET /v2.0/security-groups/62fa7b24-6274-450d-8163-0dfb587fae3a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:35.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbe9d790-6795-421c-8488-4fb1ced215d8 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: c9f4a3f0-a0fa-4e28-b581-75b8d2cf5830 2026-06-16 05:14:35.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbe9d790-6795-421c-8488-4fb1ced215d8 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: c9f4a3f0-a0fa-4e28-b581-75b8d2cf5830 [pid: 7|app: 0|req: 1547/3238] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:34 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:14:35.995 8 INFO neutron.api.v2.resource [None req-1dfdfcc4-9cd4-409b-9d85-653fd4289bbd 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3239] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:35 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:36.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d933690-f6e2-4017-b1c6-56b070c1cfbc 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 1a598b0d-5834-432a-8795-b38c6ce550a5 2026-06-16 05:14:36.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d933690-f6e2-4017-b1c6-56b070c1cfbc 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 1a598b0d-5834-432a-8795-b38c6ce550a5 [pid: 7|app: 0|req: 1548/3240] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:36 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:14:37.134 8 INFO neutron.api.v2.resource [None req-523914d0-450f-4b48-9d0d-a0f24ec38dec 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3241] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:36 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:37.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5dd8448-70ad-47ce-bdd7-d00db68134d9 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: a47e1ca0-8a3d-4115-904c-0130af6d0cf0 2026-06-16 05:14:37.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5dd8448-70ad-47ce-bdd7-d00db68134d9 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: a47e1ca0-8a3d-4115-904c-0130af6d0cf0 [pid: 7|app: 0|req: 1549/3242] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:37 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 05:14:38.194 8 INFO neutron.api.v2.resource [None req-66e57d4d-bf1b-447a-a093-537bc33e70d7 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3243] 10.0.0.19 () {34 vars in 788 bytes} [Tue Jun 16 05:14:38 2026] PUT /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:38.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-81ae0f1c-ea13-4d66-a575-6960f7dd4e35 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: a39a6ebc-6b34-425e-87bb-939cefd4a837 2026-06-16 05:14:38.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ae0f1c-ea13-4d66-a575-6960f7dd4e35 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: a39a6ebc-6b34-425e-87bb-939cefd4a837 2026-06-16 05:14:38.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-81ae0f1c-ea13-4d66-a575-6960f7dd4e35 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 3634130a-b61f-4ffa-bc26-67a6301844ea 2026-06-16 05:14:38.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ae0f1c-ea13-4d66-a575-6960f7dd4e35 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 3634130a-b61f-4ffa-bc26-67a6301844ea 2026-06-16 05:14:39.029 7 INFO neutron.db.l3_hamode_db [None req-81ae0f1c-ea13-4d66-a575-6960f7dd4e35 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] HA network 5aef683f-f6d9-4530-87a6-57bfa3761959 was deleted as no HA routers are present in tenant 20a09cadc7f445b6a72d3548beb3aac6. [pid: 7|app: 0|req: 1550/3244] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:38 2026] DELETE /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 05:14:39.057 8 INFO neutron.api.v2.resource [None req-a37b3a74-c88e-4529-8895-007c4bf41416 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3245] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:39 2026] GET /v2.0/routers/8e6642db-7d47-43a2-a361-466bd5307cd9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:39.089 7 INFO neutron.services.segments.plugin [-] Segment 1c860bde-259e-4952-bff2-6d667d4d6c3a resource provider aggregate not found 2026-06-16 05:14:39.093 7 INFO neutron.services.segments.plugin [-] Segment 1c860bde-259e-4952-bff2-6d667d4d6c3a resource provider aggregate not found 2026-06-16 05:14:39.120 7 INFO neutron.services.segments.plugin [-] Segment 1c860bde-259e-4952-bff2-6d667d4d6c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c860bde-259e-4952-bff2-6d667d4d6c3a found for delete ", "request_id": "req-575c8b04-7e8a-4559-b392-b3c49f841bf1"}]} 2026-06-16 05:14:39.121 7 INFO neutron.services.segments.plugin [-] Segment 1c860bde-259e-4952-bff2-6d667d4d6c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c860bde-259e-4952-bff2-6d667d4d6c3a found for delete ", "request_id": "req-779fc239-958c-42b0-b7ec-59e65c650956"}]} [pid: 7|app: 0|req: 1551/3246] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:39 2026] DELETE /v2.0/subnets/5961c25b-7e8b-4988-9839-2f1078fba5de => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:39.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c7121ec-d3b4-45fd-90d4-1e8d7e281cde 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3247] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:39 2026] GET /v2.0/subnets/5961c25b-7e8b-4988-9839-2f1078fba5de => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3248] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:39 2026] DELETE /v2.0/subnets/88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:39.492 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1b59582-d179-4d07-ad89-e3756944b843 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1697/3249] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:39 2026] GET /v2.0/subnets/88e7fe86-b513-48a0-a4cd-4c33e8822caa => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:39.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ad48cd5-1ff8-4d85-9f3b-2ca2bfa06f5c 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 814618fc-b283-4795-a7c2-9f727816df7f 2026-06-16 05:14:39.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ad48cd5-1ff8-4d85-9f3b-2ca2bfa06f5c 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 814618fc-b283-4795-a7c2-9f727816df7f [pid: 7|app: 0|req: 1553/3250] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:14:39 2026] DELETE /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:39.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbd7fad7-1b47-461e-847b-0fbab9c9454b 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1698/3251] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:14:39 2026] GET /v2.0/networks/288cacb6-e438-4a57-a5df-1bca79ae362a => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3252] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:39 2026] DELETE /v2.0/subnets/a57520c2-4160-46fb-9929-5b111d0dd507 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:40.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84d770ec-fb9a-4e88-9da6-33ad7aac914a 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1699/3253] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:39 2026] GET /v2.0/subnets/a57520c2-4160-46fb-9929-5b111d0dd507 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3254] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:40 2026] DELETE /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:40.199 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cd8b589-dd03-4870-851f-a894d88476cd 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3255] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:40 2026] GET /v2.0/subnets/bc1af395-076c-40f2-aaf1-978c545b8cc3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:40.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-426820fa-00bb-48ff-87ef-1ea6d2c711f9 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 2b78b733-07a5-42e7-bc13-dc1707b1531d 2026-06-16 05:14:40.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-426820fa-00bb-48ff-87ef-1ea6d2c711f9 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 2b78b733-07a5-42e7-bc13-dc1707b1531d [pid: 7|app: 0|req: 1556/3256] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:14:40 2026] DELETE /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:40.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ae32e90-80d2-44c7-9712-04d7d0b1d1d5 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1701/3257] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:14:40 2026] GET /v2.0/networks/c682727b-03ef-4fe8-aa5c-97f0cf6c0e15 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3258] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:40 2026] DELETE /v2.0/subnets/fbc808b3-bd90-4ca1-bdfb-5432f6d4cc47 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:40.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe23186b-acc6-4cb8-af22-8bbb3d6823a7 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3259] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:40 2026] GET /v2.0/subnets/fbc808b3-bd90-4ca1-bdfb-5432f6d4cc47 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3260] 10.0.0.19 () {32 vars in 723 bytes} [Tue Jun 16 05:14:40 2026] DELETE /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:40.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb4526d1-69d5-406f-a555-00c0cf117ebc 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3261] 10.0.0.19 () {32 vars in 720 bytes} [Tue Jun 16 05:14:40 2026] GET /v2.0/subnets/78a87d81-c5ec-4b5a-8b21-8b0302087549 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:41.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bbac9b8-9c3b-4d79-b2ed-27e51c8dcc2e 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] TaaS: Handle Delete Port: 06b484e3-2533-45f9-84dc-8d2986451a3a 2026-06-16 05:14:41.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bbac9b8-9c3b-4d79-b2ed-27e51c8dcc2e 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] Tap Mirror: Handle Delete Port: 06b484e3-2533-45f9-84dc-8d2986451a3a 2026-06-16 05:14:41.139 7 INFO neutron.services.segments.plugin [-] Segment b3977332-156f-47bb-8551-ca857fd3eb30 resource provider aggregate not found 2026-06-16 05:14:41.148 7 INFO neutron.services.segments.plugin [-] Segment b3977332-156f-47bb-8551-ca857fd3eb30 resource provider aggregate not found 2026-06-16 05:14:41.165 7 INFO neutron.services.segments.plugin [-] Segment b3977332-156f-47bb-8551-ca857fd3eb30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3977332-156f-47bb-8551-ca857fd3eb30 found for delete ", "request_id": "req-86d28885-af5d-48e1-bc4f-d00b229b0c9e"}]} 2026-06-16 05:14:41.171 7 INFO neutron.services.segments.plugin [-] Segment b3977332-156f-47bb-8551-ca857fd3eb30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3977332-156f-47bb-8551-ca857fd3eb30 found for delete ", "request_id": "req-86b0c1ce-89a5-4253-980a-5ca7a81cfa3d"}]} 2026-06-16 05:14:41.186 7 INFO neutron.services.segments.plugin [-] Segment d6abbb3e-51b4-427e-b904-3901e33fac4b resource provider aggregate not found 2026-06-16 05:14:41.192 7 INFO neutron.services.segments.plugin [-] Segment d6abbb3e-51b4-427e-b904-3901e33fac4b resource provider aggregate not found 2026-06-16 05:14:41.210 7 INFO neutron.services.segments.plugin [-] Segment d6abbb3e-51b4-427e-b904-3901e33fac4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6abbb3e-51b4-427e-b904-3901e33fac4b found for delete ", "request_id": "req-af9811a0-d432-49ce-bed4-2964e41407b0"}]} 2026-06-16 05:14:41.212 7 INFO neutron.services.segments.plugin [-] Segment d6abbb3e-51b4-427e-b904-3901e33fac4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6abbb3e-51b4-427e-b904-3901e33fac4b found for delete ", "request_id": "req-692c01cf-4742-41c7-8ce2-5e93476cff90"}]} [pid: 7|app: 0|req: 1559/3262] 10.0.0.19 () {32 vars in 725 bytes} [Tue Jun 16 05:14:40 2026] DELETE /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 05:14:41.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-775ca35b-ad76-45c9-9492-9f2c7d4135fc 88286c8606164b658831a36aa08122cb 20a09cadc7f445b6a72d3548beb3aac6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3263] 10.0.0.19 () {32 vars in 722 bytes} [Tue Jun 16 05:14:41 2026] GET /v2.0/networks/f8cd0089-024d-47a9-a80b-4d080a3c961b => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 05:14:43.234 7 INFO neutron.services.segments.plugin [-] Segment 131b3e2b-735f-473e-a99a-0443cf135868 resource provider aggregate not found 2026-06-16 05:14:43.237 7 INFO neutron.services.segments.plugin [-] Segment 131b3e2b-735f-473e-a99a-0443cf135868 resource provider aggregate not found 2026-06-16 05:14:43.251 7 INFO neutron.services.segments.plugin [-] Segment 131b3e2b-735f-473e-a99a-0443cf135868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 131b3e2b-735f-473e-a99a-0443cf135868 found for delete ", "request_id": "req-936dc11e-eda3-478c-8e03-ba9aca387d44"}]} 2026-06-16 05:14:43.253 7 INFO neutron.services.segments.plugin [-] Segment 131b3e2b-735f-473e-a99a-0443cf135868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 131b3e2b-735f-473e-a99a-0443cf135868 found for delete ", "request_id": "req-6fa967c6-4fd9-4561-9e68-07fd2c1db6f2"}]} [pid: 7|app: 0|req: 1560/3264] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:43 2026] GET /v2.0/security-groups?tenant_id=0acf83a60e384852aa1fc8071ad15780&name=default => generated 2929 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3267] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:44 2026] DELETE /v2.0/security-groups/9516a23c-4b4f-42cb-914c-557dc6c1c2ad => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3268] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:44 2026] GET /v2.0/security-groups?tenant_id=9bcaaa7fb639446cbc80c35496371bec&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3269] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:44 2026] DELETE /v2.0/security-groups/dfeaec4c-4598-4906-aeec-f9fd3678d3a4 => 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: 1564/3270] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:44 2026] GET /v2.0/security-groups?tenant_id=6c5b11c77a704c929c082d1045d07605&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3271] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:44 2026] DELETE /v2.0/security-groups/99518f03-f258-400a-92b4-aee7aac1adcc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3272] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:45 2026] GET /v2.0/security-groups?tenant_id=1825b19ab7924d9fbae4073009a705b3&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3273] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:45 2026] DELETE /v2.0/security-groups/2e84e5e0-a4fd-4df6-9b98-cd930ccc08a0 => 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: 1566/3274] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:45 2026] GET /v2.0/security-groups?tenant_id=20a09cadc7f445b6a72d3548beb3aac6&name=default => generated 2929 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3275] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:45 2026] DELETE /v2.0/security-groups/3948c37e-8d70-415c-ab83-0ede3e4faf15 => 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: 1567/3276] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:45 2026] GET /v2.0/security-groups?tenant_id=e77f0a4981c44ce29e7e2aef1378d253&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3277] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:45 2026] DELETE /v2.0/security-groups/e7b387cd-2b22-43d6-8831-9eaf357e7d46 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3278] 10.0.0.19 () {32 vars in 773 bytes} [Tue Jun 16 05:14:46 2026] GET /v2.0/security-groups?tenant_id=6f41eda412c74afb9d4a0cc19e46857f&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3279] 10.0.0.19 () {32 vars in 739 bytes} [Tue Jun 16 05:14:46 2026] DELETE /v2.0/security-groups/1a0f27c2-6839-410c-886d-c2f17e7ef1d1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3280] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:14:48 2026] GET /v2.0/networks => generated 2168 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3281] 10.0.0.19 () {32 vars in 654 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3282] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3283] 10.0.0.19 () {32 vars in 642 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/ports => generated 4721 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3284] 10.0.0.19 () {32 vars in 646 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3285] 10.0.0.19 () {32 vars in 648 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3286] 10.0.0.19 () {32 vars in 662 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3287] 10.0.0.19 () {32 vars in 654 bytes} [Tue Jun 16 05:14:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)