+ 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 Aug 11 11:44:09 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-68869b9f7-dwxg6 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 0x7f0295cf9668 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-08-11 11:44:13.482 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 11:44:13.482 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 11:44:13.489 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 11:44:13.489 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 11:44:14.512 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 11:44:14.577 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 11:44:16.013 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:44:16.016 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 11:44:16.020 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 11:44:16.021 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:44:16.021 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 11:44:16.021 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 11:44:16.021 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.029 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.029 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.029 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.052 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 11:44:16.053 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.053 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.081 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 11:44:16.082 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 11:44:16.082 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 11:44:16.082 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 11:44:16.215 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:44:16.218 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 11:44:16.221 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 11:44:16.222 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:44:16.222 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 11:44:16.223 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 11:44:16.223 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.230 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.230 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:44:16.230 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.252 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 11:44:16.253 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.253 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 11:44:16.283 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 11:44:16.283 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 11:44:16.283 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 11:44:16.283 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 11:44:16.373 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 11:44:16.571 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing driver for type 'vlan' 2026-08-11 11:44:16.673 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 11:44:16.673 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 11:44:16.673 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 11:44:16.687 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 11:44:16.687 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 11:44:16.687 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 11:44:16.688 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 11:44:16.688 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing extension driver 'qos' 2026-08-11 11:44:16.688 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 11:44:16.688 8 INFO neutron.plugins.ml2.managers [None req-3a53ec91-28c5-4afb-ab96-8656992b5f29 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 11:44:16.703 8 INFO neutron.quota [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded quota_driver: . 2026-08-11 11:44:16.703 8 INFO neutron.plugins.ml2.plugin [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 11:44:16.703 8 INFO neutron.plugins.ml2.managers [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 11:44:16.703 8 INFO neutron.plugins.ml2.managers [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 11:44:16.703 8 INFO neutron.plugins.ml2.managers [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 11:44:16.704 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: qos 2026-08-11 11:44:16.716 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: router 2026-08-11 11:44:16.761 8 INFO neutron.services.service_base [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 11:44:16.761 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: segments 2026-08-11 11:44:16.858 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: trunk 2026-08-11 11:44:16.872 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: vpnaas 2026-08-11 11:44:16.911 8 WARNING stevedore.named [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:16.921 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] VlanTypeDriver initialization complete 2026-08-11 11:44:16.922 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 11:44:16.922 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 11:44:16.935 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing extension driver 'port_security' 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing extension driver 'qos' 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 11:44:16.936 7 INFO neutron.plugins.ml2.managers [None req-e5bfcb3f-ecd3-47ee-b7bc-c4396855b0fc - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 11:44:16.950 7 INFO neutron.quota [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded quota_driver: . 2026-08-11 11:44:16.951 7 INFO neutron.plugins.ml2.plugin [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 11:44:16.951 7 INFO neutron.plugins.ml2.managers [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 11:44:16.951 7 INFO neutron.plugins.ml2.managers [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 11:44:16.951 7 INFO neutron.plugins.ml2.managers [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 11:44:16.951 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: qos 2026-08-11 11:44:16.964 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: router 2026-08-11 11:44:16.987 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 11:44:16.987 8 INFO neutron.common.utils [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 11:44:16.988 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: taas 2026-08-11 11:44:17.009 7 INFO neutron.services.service_base [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 11:44:17.009 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: segments 2026-08-11 11:44:17.015 8 WARNING stevedore.named [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:17.015 8 WARNING stevedore.named [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:44:17.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:44:17.039 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: tapmirror 2026-08-11 11:44:17.052 8 WARNING stevedore.named [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:17.053 8 WARNING stevedore.named [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:44:17.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:44:17.068 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: auto_allocate 2026-08-11 11:44:17.075 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: tag 2026-08-11 11:44:17.085 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: timestamp 2026-08-11 11:44:17.088 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 11:44:17.092 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: flavors 2026-08-11 11:44:17.095 8 INFO neutron.manager [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loading Plugin: revisions 2026-08-11 11:44:17.098 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Initializing extension manager. 2026-08-11 11:44:17.100 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: address-group 2026-08-11 11:44:17.101 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: address-scope 2026-08-11 11:44:17.101 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 11:44:17.102 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: agent 2026-08-11 11:44:17.103 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 11:44:17.104 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 11:44:17.105 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 11:44:17.106 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: availability_zone 2026-08-11 11:44:17.106 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 11:44:17.107 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 11:44:17.107 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: default-subnetpools 2026-08-11 11:44:17.109 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 11:44:17.109 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: dns-integration 2026-08-11 11:44:17.110 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 11:44:17.110 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 11:44:17.111 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: dvr 2026-08-11 11:44:17.111 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 11:44:17.111 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: trunk 2026-08-11 11:44:17.112 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 11:44:17.112 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:44:17.113 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 11:44:17.113 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: external-net 2026-08-11 11:44:17.114 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 11:44:17.114 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: extraroute 2026-08-11 11:44:17.115 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 11:44:17.115 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 11:44:17.116 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 11:44:17.117 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 11:44:17.117 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 11:44:17.118 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: fip-port-details 2026-08-11 11:44:17.119 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: flavors 2026-08-11 11:44:17.120 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 11:44:17.121 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: floatingip-pools 2026-08-11 11:44:17.122 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: ip_allocation 2026-08-11 11:44:17.122 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 11:44:17.123 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: l2_adjacency 2026-08-11 11:44:17.124 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: router 2026-08-11 11:44:17.125 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:44:17.126 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 11:44:17.127 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 11:44:17.127 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 11:44:17.127 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: l3-ha 2026-08-11 11:44:17.128 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:44:17.128 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 11:44:17.129 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: l3-flavors 2026-08-11 11:44:17.129 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: vpnaas 2026-08-11 11:44:17.130 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:44:17.130 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 11:44:17.133 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 11:44:17.134 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 11:44:17.135 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 11:44:17.136 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 11:44:17.136 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 11:44:17.137 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: multi-provider 2026-08-11 11:44:17.137 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: net-mtu 2026-08-11 11:44:17.138 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 11:44:17.138 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: network_availability_zone 2026-08-11 11:44:17.139 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: network_ha 2026-08-11 11:44:17.140 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: network-ip-availability 2026-08-11 11:44:17.141 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 11:44:17.141 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: pagination 2026-08-11 11:44:17.141 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-device-profile 2026-08-11 11:44:17.142 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 11:44:17.142 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 11:44:17.143 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 11:44:17.143 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-mac-override 2026-08-11 11:44:17.144 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 11:44:17.144 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 11:44:17.145 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 11:44:17.145 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-resource-request 2026-08-11 11:44:17.146 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 11:44:17.146 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 11:44:17.147 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: binding 2026-08-11 11:44:17.148 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: binding-extended 2026-08-11 11:44:17.149 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-security 2026-08-11 11:44:17.149 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: project-id 2026-08-11 11:44:17.149 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: provider 2026-08-11 11:44:17.150 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 11:44:17.152 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos 2026-08-11 11:44:17.153 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 11:44:17.153 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 11:44:17.154 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-default 2026-08-11 11:44:17.154 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-fip 2026-08-11 11:44:17.155 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 11:44:17.155 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 11:44:17.156 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 11:44:17.156 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 11:44:17.157 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 11:44:17.158 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-pps 2026-08-11 11:44:17.158 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 11:44:17.159 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 11:44:17.159 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 11:44:17.160 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: quota-check-limit 2026-08-11 11:44:17.160 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 11:44:17.162 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: quotas 2026-08-11 11:44:17.164 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: quota_details 2026-08-11 11:44:17.165 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: rbac-policies 2026-08-11 11:44:17.166 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: rbac-address-group 2026-08-11 11:44:17.166 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 11:44:17.167 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 11:44:17.167 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 11:44:17.168 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: revision-if-match 2026-08-11 11:44:17.168 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 11:44:17.169 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: router_availability_zone 2026-08-11 11:44:17.169 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 11:44:17.171 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 11:44:17.171 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 11:44:17.172 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 11:44:17.172 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 11:44:17.173 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 11:44:17.173 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 11:44:17.178 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: security-group 2026-08-11 11:44:17.179 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: segment 2026-08-11 11:44:17.180 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 11:44:17.180 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: service-type 2026-08-11 11:44:17.180 7 WARNING stevedore.named [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:17.181 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: sorting 2026-08-11 11:44:17.181 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 11:44:17.182 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: standard-attr-description 2026-08-11 11:44:17.182 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: stateful-security-group 2026-08-11 11:44:17.183 8 WARNING neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 11:44:17.183 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 11:44:17.184 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnet-external-network 2026-08-11 11:44:17.185 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnet_onboard 2026-08-11 11:44:17.185 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 11:44:17.185 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnet-service-types 2026-08-11 11:44:17.186 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnet_allocation 2026-08-11 11:44:17.187 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 11:44:17.187 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: tag-creation 2026-08-11 11:44:17.190 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 11:44:17.194 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 11:44:17.195 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 11:44:17.195 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: trunk 2026-08-11 11:44:17.196 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: trunk-details 2026-08-11 11:44:17.196 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 11:44:17.197 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 11:44:17.198 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 11:44:17.199 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 11:44:17.201 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 11:44:17.201 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 11:44:17.202 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: vpn-flavors 2026-08-11 11:44:17.204 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: vpnaas 2026-08-11 11:44:17.205 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: taas 2026-08-11 11:44:17.206 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: tap-mirror 2026-08-11 11:44:17.207 8 INFO neutron.api.extensions [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 11:44:17.209 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 11:44:17.209 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 11:44:17.210 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.210 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 11:44:17.213 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:44:17.213 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:44:17.218 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:44:17.218 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:44:17.219 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:44:17.220 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.220 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.220 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.221 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.221 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:44:17.221 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.222 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.222 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:44:17.222 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:44:17.223 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:44:17.223 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.223 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.224 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.224 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.228 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:44:17.229 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] router is already registered 2026-08-11 11:44:17.229 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:44:17.229 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] floatingip is already registered 2026-08-11 11:44:17.233 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:44:17.233 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] rbac_policy is already registered 2026-08-11 11:44:17.233 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:44:17.234 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] security_group is already registered 2026-08-11 11:44:17.234 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:44:17.234 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] security_group_rule is already registered 2026-08-11 11:44:17.235 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.236 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.236 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.236 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.237 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:44:17.237 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] trunk is already registered 2026-08-11 11:44:17.237 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.237 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.238 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.238 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.238 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:44:17.238 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] endpoint_group is already registered 2026-08-11 11:44:17.239 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:44:17.239 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] vpnservice is already registered 2026-08-11 11:44:17.239 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:44:17.239 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ipsec_site_connection is already registered 2026-08-11 11:44:17.240 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.240 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.240 8 INFO neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.240 8 WARNING neutron.quota.resource_registry [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.271 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 11:44:17.272 7 INFO neutron.common.utils [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 11:44:17.272 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: taas 2026-08-11 11:44:17.279 8 WARNING keystonemiddleware._common.config [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 11:44:17.287 8 WARNING oslo_config.cfg [None req-4707a7ea-982e-4e7a-98d0-ce8bdbebbebe - - - - - -] 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 0x7f0295cf9668 pid: 8 (default app) 2026-08-11 11:44:17.319 7 WARNING stevedore.named [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:17.320 7 WARNING stevedore.named [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:44:17.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:44:17.374 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: tapmirror 2026-08-11 11:44:17.385 7 WARNING stevedore.named [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:44:17.385 7 WARNING stevedore.named [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:44:17.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:44:17.410 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: auto_allocate 2026-08-11 11:44:17.415 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: tag 2026-08-11 11:44:17.422 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: timestamp 2026-08-11 11:44:17.425 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 11:44:17.430 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: flavors 2026-08-11 11:44:17.434 7 INFO neutron.manager [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loading Plugin: revisions 2026-08-11 11:44:17.438 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Initializing extension manager. 2026-08-11 11:44:17.440 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: address-group 2026-08-11 11:44:17.441 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: address-scope 2026-08-11 11:44:17.441 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 11:44:17.442 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: agent 2026-08-11 11:44:17.443 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 11:44:17.444 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 11:44:17.445 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 11:44:17.445 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: availability_zone 2026-08-11 11:44:17.446 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 11:44:17.446 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 11:44:17.447 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: default-subnetpools 2026-08-11 11:44:17.448 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 11:44:17.449 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: dns-integration 2026-08-11 11:44:17.450 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 11:44:17.451 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 11:44:17.451 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: dvr 2026-08-11 11:44:17.452 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 11:44:17.452 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 11:44:17.453 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:44:17.453 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 11:44:17.454 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: external-net 2026-08-11 11:44:17.454 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 11:44:17.455 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: extraroute 2026-08-11 11:44:17.456 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 11:44:17.456 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 11:44:17.457 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 11:44:17.457 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 11:44:17.458 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 11:44:17.458 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: fip-port-details 2026-08-11 11:44:17.459 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: flavors 2026-08-11 11:44:17.460 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 11:44:17.461 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: floatingip-pools 2026-08-11 11:44:17.461 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: ip_allocation 2026-08-11 11:44:17.462 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 11:44:17.462 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: l2_adjacency 2026-08-11 11:44:17.464 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: router 2026-08-11 11:44:17.465 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:44:17.466 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 11:44:17.467 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 11:44:17.468 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 11:44:17.468 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: l3-ha 2026-08-11 11:44:17.469 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:44:17.469 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 11:44:17.470 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: l3-flavors 2026-08-11 11:44:17.471 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:44:17.471 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 11:44:17.474 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 11:44:17.475 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 11:44:17.476 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 11:44:17.477 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 11:44:17.478 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 11:44:17.478 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: multi-provider 2026-08-11 11:44:17.479 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: net-mtu 2026-08-11 11:44:17.479 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 11:44:17.480 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: network_availability_zone 2026-08-11 11:44:17.480 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: network_ha 2026-08-11 11:44:17.481 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: network-ip-availability 2026-08-11 11:44:17.482 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 11:44:17.482 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: pagination 2026-08-11 11:44:17.483 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-device-profile 2026-08-11 11:44:17.483 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 11:44:17.484 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 11:44:17.484 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 11:44:17.485 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-mac-override 2026-08-11 11:44:17.485 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 11:44:17.486 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 11:44:17.486 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 11:44:17.487 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-resource-request 2026-08-11 11:44:17.487 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 11:44:17.488 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 11:44:17.488 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: binding 2026-08-11 11:44:17.489 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: binding-extended 2026-08-11 11:44:17.489 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-security 2026-08-11 11:44:17.490 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: project-id 2026-08-11 11:44:17.490 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: provider 2026-08-11 11:44:17.491 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 11:44:17.493 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos 2026-08-11 11:44:17.494 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 11:44:17.494 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 11:44:17.495 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-default 2026-08-11 11:44:17.495 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-fip 2026-08-11 11:44:17.496 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 11:44:17.496 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 11:44:17.497 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 11:44:17.497 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 11:44:17.498 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 11:44:17.499 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-pps 2026-08-11 11:44:17.499 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 11:44:17.501 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 11:44:17.501 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 11:44:17.502 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: quota-check-limit 2026-08-11 11:44:17.503 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 11:44:17.505 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: quotas 2026-08-11 11:44:17.506 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: quota_details 2026-08-11 11:44:17.507 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: rbac-policies 2026-08-11 11:44:17.508 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: rbac-address-group 2026-08-11 11:44:17.508 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 11:44:17.509 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 11:44:17.509 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 11:44:17.510 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: revision-if-match 2026-08-11 11:44:17.510 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 11:44:17.511 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: router_availability_zone 2026-08-11 11:44:17.511 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 11:44:17.513 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 11:44:17.514 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 11:44:17.514 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 11:44:17.515 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 11:44:17.515 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 11:44:17.516 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 11:44:17.522 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: security-group 2026-08-11 11:44:17.523 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: segment 2026-08-11 11:44:17.525 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 11:44:17.525 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: service-type 2026-08-11 11:44:17.526 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: sorting 2026-08-11 11:44:17.526 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 11:44:17.527 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: standard-attr-description 2026-08-11 11:44:17.527 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: stateful-security-group 2026-08-11 11:44:17.528 7 WARNING neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 11:44:17.528 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 11:44:17.529 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnet-external-network 2026-08-11 11:44:17.529 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnet_onboard 2026-08-11 11:44:17.530 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 11:44:17.530 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnet-service-types 2026-08-11 11:44:17.531 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnet_allocation 2026-08-11 11:44:17.532 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 11:44:17.532 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: tag-creation 2026-08-11 11:44:17.533 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 11:44:17.537 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 11:44:17.537 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 11:44:17.538 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: trunk 2026-08-11 11:44:17.539 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: trunk-details 2026-08-11 11:44:17.540 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 11:44:17.540 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 11:44:17.541 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 11:44:17.542 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 11:44:17.543 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 11:44:17.544 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 11:44:17.545 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: vpn-flavors 2026-08-11 11:44:17.546 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: vpnaas 2026-08-11 11:44:17.548 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: taas 2026-08-11 11:44:17.549 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: tap-mirror 2026-08-11 11:44:17.549 7 INFO neutron.api.extensions [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 11:44:17.552 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 11:44:17.552 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 11:44:17.552 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.552 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 11:44:17.556 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:44:17.556 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:44:17.561 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:44:17.562 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:44:17.562 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:44:17.563 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.563 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.563 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.564 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.564 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:44:17.564 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.565 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.565 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:44:17.566 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:44:17.566 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:44:17.567 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.567 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.567 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.567 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.572 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:44:17.572 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] router is already registered 2026-08-11 11:44:17.572 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:44:17.573 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] floatingip is already registered 2026-08-11 11:44:17.576 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:44:17.576 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] rbac_policy is already registered 2026-08-11 11:44:17.577 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:44:17.577 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] security_group is already registered 2026-08-11 11:44:17.577 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:44:17.577 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] security_group_rule is already registered 2026-08-11 11:44:17.578 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.578 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.579 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:44:17.579 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] subnetpool is already registered 2026-08-11 11:44:17.579 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:44:17.580 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] trunk is already registered 2026-08-11 11:44:17.580 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.580 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.580 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.581 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.581 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:44:17.582 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] endpoint_group is already registered 2026-08-11 11:44:17.583 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:44:17.583 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] vpnservice is already registered 2026-08-11 11:44:17.584 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:44:17.584 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ipsec_site_connection is already registered 2026-08-11 11:44:17.584 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:44:17.584 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ipsecpolicy is already registered 2026-08-11 11:44:17.585 7 INFO neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:44:17.585 7 WARNING neutron.quota.resource_registry [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] ikepolicy is already registered 2026-08-11 11:44:17.623 7 WARNING keystonemiddleware._common.config [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 11:44:17.630 7 WARNING oslo_config.cfg [None req-3972563c-6607-46cd-81dc-85357c402b1f - - - - - -] 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 0x7f0295cf9668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 11:44:21.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97b3fdb5-d9c3-4556-8f18-96185b517fa2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:21 2026] GET /v2.0/networks/public => generated 108 bytes in 856 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:44:22.828 7 WARNING neutron.services.revisions.revision_plugin [None req-bdb4b118-8932-4412-9d5c-2e6c7d6c7c84 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:22.849 7 INFO neutron.db.segments_db [None req-bdb4b118-8932-4412-9d5c-2e6c7d6c7c84 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 9decfb4d-a69e-4dea-a65b-ad8a354a28da of type flat for network 5c9346dd-61bb-405e-bd53-87d1e212b61d 2026-08-11 11:44:22.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdb4b118-8932-4412-9d5c-2e6c7d6c7c84 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:22 2026] POST /v2.0/networks => generated 124 bytes in 459 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:44:29.154 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82fae3fe-45ac-4136-855b-ba4ae8bdc9f8 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:28 2026] GET /v2.0/networks/public => generated 108 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:29 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-08-11 11:44:29.422 8 WARNING neutron.services.revisions.revision_plugin [None req-cc19f797-376f-4b51-ad3d-84265e024c22 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:29.451 8 INFO neutron.db.segments_db [None req-cc19f797-376f-4b51-ad3d-84265e024c22 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 065bf251-5f11-4a9e-aa46-a94c7313bebe of type flat for network c82a9740-4c32-4816-a7d8-53c53def6b39 2026-08-11 11:44:29.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc19f797-376f-4b51-ad3d-84265e024c22 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:29 2026] POST /v2.0/networks => generated 124 bytes in 338 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:44:35.370 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a869305e-358f-4287-9c82-fc2ccedefa25 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:35 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:44:35.432 8 WARNING neutron.services.revisions.revision_plugin [None req-c08ea1d3-693b-4a8f-8199-3b72fa673a6c ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:35.446 8 INFO neutron.db.segments_db [None req-c08ea1d3-693b-4a8f-8199-3b72fa673a6c ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment a727c509-c034-4007-8f59-edbd7a716381 of type flat for network eeeb2606-7dbc-4d7f-b6fd-4257a01fbdec 2026-08-11 11:44:35.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c08ea1d3-693b-4a8f-8199-3b72fa673a6c ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:35 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:44:41.340 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7416236b-53d9-4090-8fd8-a6dc6cc28a9f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:41 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:44:41.419 7 WARNING neutron.services.revisions.revision_plugin [None req-a3c7faa7-7089-4271-b424-27e45dc904a5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:41.436 7 INFO neutron.db.segments_db [None req-a3c7faa7-7089-4271-b424-27e45dc904a5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 65ae906d-6287-483a-9f45-0157271a685f of type flat for network 8003f4fb-d105-4d5e-805a-989151937ce6 2026-08-11 11:44:41.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3c7faa7-7089-4271-b424-27e45dc904a5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:41 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:44:47.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1dd50d7b-8f51-445a-8d0e-203ad769708a ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:47 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:44:47.459 8 WARNING neutron.services.revisions.revision_plugin [None req-d43aea1d-88d6-4b04-af71-6acad3290fff ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:47.479 8 INFO neutron.db.segments_db [None req-d43aea1d-88d6-4b04-af71-6acad3290fff ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 5df61ed9-a2d1-4c0b-b4ee-6bd85f9f43cb of type flat for network 44d5adbf-8014-475c-a89f-9ed0d7c44f18 2026-08-11 11:44:47.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d43aea1d-88d6-4b04-af71-6acad3290fff ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:47 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:44:53.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03189af9-501c-49bc-aac1-c6ec4071df1a ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:53 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:44:53.464 8 WARNING neutron.services.revisions.revision_plugin [None req-8d82d49f-b2ea-4feb-a7ea-cd71515f8b0d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:44:53.481 8 INFO neutron.db.segments_db [None req-8d82d49f-b2ea-4feb-a7ea-cd71515f8b0d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 0df93176-62fc-468f-b44b-da8a5a16ceb1 of type flat for network fe7e4e99-e65b-4c99-bcbb-92cd35de22ec [pid: 8|app: 0|req: 13/23] 199.204.45.227 () {48 vars in 967 bytes} [Tue Aug 11 11:44:53 2026] POST /v2.0/networks => generated 706 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:44:54.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a84ce586-f8bb-4e80-b47c-3934c32aa9b4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 11:44:54 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 11:44:54 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:44:54.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2367373-9a39-4ed1-83f8-1694e11df4c9 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.227 () {44 vars in 1034 bytes} [Tue Aug 11 11:44:54 2026] GET /v2.0/subnets/public-subnet?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.227 () {44 vars in 1057 bytes} [Tue Aug 11 11:44:54 2026] GET /v2.0/subnets?name=public-subnet&network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.227 () {48 vars in 965 bytes} [Tue Aug 11 11:44:54 2026] POST /v2.0/subnets => generated 664 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:49:49.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e0b6da1-218a-49a9-9c98-6489f9b0578b ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 199.204.45.227 () {44 vars in 937 bytes} [Tue Aug 11 11:49:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 11:49:49 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-08-11 11:49:49.879 8 INFO neutron.db.segments_db [None req-2390c7d5-bc14-4a5b-9229-0f045b56e7e3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 7f203f1a-7601-40ac-a550-b10336bf4e54 of type vxlan for network 96c013d9-8163-4c3d-9e95-f78e5882d8a0 [pid: 8|app: 0|req: 37/70] 199.204.45.227 () {48 vars in 966 bytes} [Tue Aug 11 11:49:49 2026] POST /v2.0/networks => generated 688 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:49:50.966 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1264849e-a167-4df3-9c19-d58afcded729 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.227 () {44 vars in 937 bytes} [Tue Aug 11 11:49:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 11:49:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:49:51.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad7fa841-7230-42a9-9180-86f219efce2e ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 199.204.45.227 () {44 vars in 1036 bytes} [Tue Aug 11 11:49:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.227 () {44 vars in 1059 bytes} [Tue Aug 11 11:49:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.227 () {48 vars in 965 bytes} [Tue Aug 11 11:49:51 2026] POST /v2.0/subnets => generated 651 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:49:52.475 8 INFO neutron.api.v2.resource [None req-db0ff207-a7fa-473c-9ce6-db9662a6ef0f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/76] 199.204.45.227 () {44 vars in 971 bytes} [Tue Aug 11 11:49:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.227 () {44 vars in 993 bytes} [Tue Aug 11 11:49:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.227 () {48 vars in 980 bytes} [Tue Aug 11 11:49:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:53 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:53 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:53 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:49:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:54 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:55 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:55 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:49:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:56 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:56 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:56 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => 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: 47/90] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:49:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:57 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 3462 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:57 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:57 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:49:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:58 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4078 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:58 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:58 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:49:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.227 () {44 vars in 987 bytes} [Tue Aug 11 11:49:59 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:49:59.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64d35a4b-9fd8-475c-9f05-054b603fcaa1 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.204.45.227 () {44 vars in 1076 bytes} [Tue Aug 11 11:49:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.227 () {44 vars in 1099 bytes} [Tue Aug 11 11:49:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => 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: 53/102] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:49:59 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.227 () {48 vars in 961 bytes} [Tue Aug 11 11:49:59 2026] POST /v2.0/ports => generated 1100 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 11:50:08.100 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3a65eb9-5b13-4ce5-80dc-4f7f368a87f4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.204.45.227 () {44 vars in 979 bytes} [Tue Aug 11 11:50:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.227 () {48 vars in 1031 bytes} [Tue Aug 11 11:50:08 2026] PUT /v2.0/ports/77610945-7d8e-480a-ac7e-814c336be0cc => generated 1249 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.227 () {44 vars in 920 bytes} [Tue Aug 11 11:50:10 2026] GET /v2.0/ports => generated 3730 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 11:50:11.738 7 INFO neutron.api.v2.resource [None req-f9b884e6-8a13-486e-a0d6-f13b572818c3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/110] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 11:50:11 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.227 () {44 vars in 981 bytes} [Tue Aug 11 11:50:11 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.227 () {48 vars in 980 bytes} [Tue Aug 11 11:50:11 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:12 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:12 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:12 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:50:12 2026] POST /v2.0/security-group-rules => generated 623 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:13 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:13 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:50:13 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:50:13 2026] POST /v2.0/security-group-rules => generated 627 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/129] 199.204.45.227 () {44 vars in 975 bytes} [Tue Aug 11 11:51:15 2026] GET /v2.0/quotas/eae2442f714c44e9a540748045744437 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/130] 199.204.45.227 () {48 vars in 1027 bytes} [Tue Aug 11 11:51:15 2026] PUT /v2.0/quotas/eae2442f714c44e9a540748045744437 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 11:53:36.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8acc803f-dda1-4c44-b20c-af35a0868748 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 11:53:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 77/152] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 11:53:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 11:53:37.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aee17a0d-11be-48d9-9fa9-b6ff40858bc0 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/153] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 11:53:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/154] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 11:53:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 11:59:50.099 7 INFO neutron.api.v2.resource [None req-45499e39-3f6a-41fc-b4aa-d2102ca61ae7 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/205] 199.204.45.227 () {44 vars in 1074 bytes} [Tue Aug 11 11:59:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=89f369500e524910b1737eafac584a52 => generated 139 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.227 () {44 vars in 1097 bytes} [Tue Aug 11 11:59:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=89f369500e524910b1737eafac584a52 => generated 23 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.227 () {48 vars in 981 bytes} [Tue Aug 11 11:59:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:51 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:59:51 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:51 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:59:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:52 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:59:52 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:52 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:59:52 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: 109/216] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:53 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:59:54 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:54 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:59:54 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: 111/220] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:55 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 11:59:55 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 11:59:55 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.227 () {48 vars in 991 bytes} [Tue Aug 11 11:59:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.227 () {30 vars in 739 bytes} [Tue Aug 11 12:02:24 2026] GET /v2.0/networks?tenant_id=89f369500e524910b1737eafac584a52&shared=False => generated 15 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:02:24.578 7 INFO neutron.db.segments_db [None req-fbfc3ff3-eac6-4ff4-8ff7-98425fb798e2 ff1e9762868f4dd281a864fc5a13a837 89f369500e524910b1737eafac584a52 - - a0e540e078a94f89aac8c4789e7e89f8 a0e540e078a94f89aac8c4789e7e89f8] Added segment 1d42d644-0b4c-4e12-9334-e59b3b82a206 of type vxlan for network d9396528-8b10-40bf-8955-0b5da95ec4b3 [pid: 7|app: 0|req: 122/245] 199.204.45.227 () {34 vars in 681 bytes} [Tue Aug 11 12:02:24 2026] POST /v2.0/networks => generated 699 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.227 () {30 vars in 721 bytes} [Tue Aug 11 12:02:24 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 123/247] 199.204.45.227 () {30 vars in 632 bytes} [Tue Aug 11 12:02:24 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: 125/248] 199.204.45.227 () {34 vars in 676 bytes} [Tue Aug 11 12:02:24 2026] POST /v2.0/ports => generated 999 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:02:25 2026] GET /v2.0/networks/d9396528-8b10-40bf-8955-0b5da95ec4b3 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.227 () {30 vars in 721 bytes} [Tue Aug 11 12:02:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:02:27 2026] GET /v2.0/networks/d9396528-8b10-40bf-8955-0b5da95ec4b3 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 199.204.45.227 () {44 vars in 975 bytes} [Tue Aug 11 12:02:53 2026] GET /v2.0/quotas/89f369500e524910b1737eafac584a52 => 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: 128/257] 199.204.45.227 () {48 vars in 1027 bytes} [Tue Aug 11 12:02:53 2026] PUT /v2.0/quotas/89f369500e524910b1737eafac584a52 => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:02.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78d33d7e-6224-4e80-b13c-ef0408c49b45 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/362] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 12:16:02 2026] GET /v2.0/networks/public => generated 108 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 12:16:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:03.940 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9b4a2e5-32f9-4ece-bf55-7c80be928ed5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/364] 199.204.45.227 () {44 vars in 927 bytes} [Tue Aug 11 12:16:03 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 12:16:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:04.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-489b3574-ba36-4fc7-955b-5b78158318f8 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.227 () {44 vars in 1034 bytes} [Tue Aug 11 12:16:04 2026] GET /v2.0/subnets/public-subnet?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.227 () {44 vars in 1057 bytes} [Tue Aug 11 12:16:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:34.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f692603-ee39-42c6-bd96-ddb06aa714c6 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/374] 199.204.45.227 () {44 vars in 937 bytes} [Tue Aug 11 12:16:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 12:16:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:35.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9e0ff2d-ef0b-442f-bf1c-e6ab1d574ab6 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/376] 199.204.45.227 () {44 vars in 937 bytes} [Tue Aug 11 12:16:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 12:16:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:35.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94aa4769-0dbe-4a48-a440-10b079aab1aa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/378] 199.204.45.227 () {44 vars in 1036 bytes} [Tue Aug 11 12:16:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.227 () {44 vars in 1059 bytes} [Tue Aug 11 12:16:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:36.794 8 INFO neutron.api.v2.resource [None req-cd6fadda-f39e-42bd-8b59-360aac3a1c70 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/380] 199.204.45.227 () {44 vars in 971 bytes} [Tue Aug 11 12:16:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.227 () {44 vars in 993 bytes} [Tue Aug 11 12:16:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:38 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/383] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:38 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:38 2026] GET /v2.0/security-group-rules/324f0bf4-a795-485f-b2d3-177272f73890 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:39 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:39 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:39 2026] GET /v2.0/security-group-rules/70ff9912-349f-43cb-9c77-d198ea2b46fe => 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: 194/388] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:40 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => 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: 195/389] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:40 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:40 2026] GET /v2.0/security-group-rules/adf044a4-977e-467f-85a4-88a8cbbf95cd => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:41 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:41 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:41 2026] GET /v2.0/security-group-rules/daaf9713-9d98-4731-b110-3732194b0308 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:42 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:42 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => 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: 198/396] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:42 2026] GET /v2.0/security-group-rules/df138c68-e769-4be6-a71d-a55045cbbafa => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.227 () {44 vars in 987 bytes} [Tue Aug 11 12:16:43 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 732 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:16:43.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-600aab05-2964-4cd9-a9d7-ac94b8aba5a2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/398] 199.204.45.227 () {44 vars in 1076 bytes} [Tue Aug 11 12:16:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => 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: 200/399] 199.204.45.227 () {44 vars in 1099 bytes} [Tue Aug 11 12:16:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 1254 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:43 2026] GET /v2.0/security-groups/d93d6a4a-b2e2-49f8-b133-8591e5aa01cd => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:16:51.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bac922c-0787-46ee-8361-51423ce223b2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/403] 199.204.45.227 () {44 vars in 979 bytes} [Tue Aug 11 12:16:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.227 () {44 vars in 920 bytes} [Tue Aug 11 12:16:53 2026] GET /v2.0/ports => generated 4725 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:16:54.546 8 INFO neutron.api.v2.resource [None req-de80bcfc-337b-4ab4-8664-210148419817 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/406] 199.204.45.227 () {44 vars in 959 bytes} [Tue Aug 11 12:16:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.204.45.227 () {44 vars in 981 bytes} [Tue Aug 11 12:16:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:55 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:55 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:55 2026] GET /v2.0/security-group-rules/98c877df-8cb3-4db8-a759-9925a287cec8 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:56 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2886 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:16:56 2026] GET /v2.0/security-groups/c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:16:56 2026] GET /v2.0/security-group-rules/c1f395c4-9775-44ed-b4dd-bfc1f82b4cf9 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.227 () {44 vars in 975 bytes} [Tue Aug 11 12:17:10 2026] GET /v2.0/quotas/eae2442f714c44e9a540748045744437 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:18:08.406 8 INFO neutron.api.v2.resource [None req-cd99e75b-a6dc-42b4-9f38-4c5c76232fac ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/425] 199.204.45.227 () {44 vars in 1074 bytes} [Tue Aug 11 12:18:08 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=89f369500e524910b1737eafac584a52 => generated 139 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 199.204.45.227 () {44 vars in 1097 bytes} [Tue Aug 11 12:18:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=89f369500e524910b1737eafac584a52 => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 12:18:09 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => 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: 214/428] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:18:09 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => 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: 215/429] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:18:09 2026] GET /v2.0/security-group-rules/54279dd5-5391-4c06-9530-bb32bd48d8c7 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/430] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 12:18:10 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:18:10 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:18:10 2026] GET /v2.0/security-group-rules/ac323a7d-fe51-488d-9f39-01f4a53f7ab1 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 12:18:11 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:18:11 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:18:11 2026] GET /v2.0/security-group-rules/da64f656-5cd5-4dc2-8fcc-c3ab0ae69bfd => 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: 218/436] 199.204.45.227 () {44 vars in 1088 bytes} [Tue Aug 11 12:18:12 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1?project_id=89f369500e524910b1737eafac584a52 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 199.204.45.227 () {44 vars in 1001 bytes} [Tue Aug 11 12:18:12 2026] GET /v2.0/security-groups/8d1b9fc9-fa58-483e-a177-e22bcdbf1ed1 => 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: 219/438] 199.204.45.227 () {44 vars in 1011 bytes} [Tue Aug 11 12:18:12 2026] GET /v2.0/security-group-rules/ea88be53-4770-45e2-95a0-2a395e18d6a8 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 199.204.45.227 () {44 vars in 975 bytes} [Tue Aug 11 12:18:20 2026] GET /v2.0/quotas/89f369500e524910b1737eafac584a52 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 199.204.45.227 () {44 vars in 949 bytes} [Tue Aug 11 12:19:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:19:54 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.220 () {32 vars in 654 bytes} [Tue Aug 11 12:19:55 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:19:55 2026] GET /v2.0/routers => generated 15 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:19:56 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:19:56 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:19:56 2026] GET /v2.0/networks => generated 2168 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:19:56 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.220 () {32 vars in 654 bytes} [Tue Aug 11 12:19:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:07.616 8 INFO neutron.db.segments_db [None req-6f25ea18-744c-4e68-998c-de9a06791e0e ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 34b8d4aa-ea34-47b5-ba85-e53799462812 of type vxlan for network d9af69ce-4717-497f-ba48-81313bbd31df 2026-08-11 12:20:07.623 7 INFO neutron.db.segments_db [None req-cf45d64f-db31-4d04-aca5-29e6ef9614f4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 059940a4-8c57-4550-b24a-bb65c64c3151 of type vxlan for network 330fd79b-a494-440c-936c-855eb58904b8 [pid: 7|app: 0|req: 233/465] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/networks => generated 730 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/networks => generated 725 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:07.838 7 INFO neutron.db.segments_db [None req-2ceab32f-7ada-4dad-9c17-fdb237890fe0 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 4be384e7-2c3a-4b71-984e-fb878309fc1b of type vxlan for network 6bc320c8-c497-490a-8826-d6496739ba16 [pid: 8|app: 0|req: 234/467] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/subnets => generated 696 bytes in 189 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.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/networks => generated 725 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:07.986 7 INFO neutron.db.segments_db [None req-87fc1e01-2a0c-4735-b0c0-862f48976c82 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 of type vxlan for network e59ea9c2-1e7a-4795-8771-70b38267b238 [pid: 8|app: 0|req: 235/469] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/subnets => generated 691 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:08.242 7 INFO neutron.db.l3_hamode_db [None req-87fc1e01-2a0c-4735-b0c0-862f48976c82 ec6263290db04c4da58d8efad6829cb1 49fcba392b9f4dcb9f02d37610378b56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/470] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:08 2026] POST /v2.0/subnets => generated 691 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:08.354 8 INFO neutron.db.segments_db [None req-d2a2af7b-bc61-4fbe-af06-49779b79eeaa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 of type vxlan for network f64f1039-30f4-4c7e-b993-9b84dbf9d1b6 2026-08-11 12:20:08.615 8 INFO neutron.db.l3_hamode_db [None req-d2a2af7b-bc61-4fbe-af06-49779b79eeaa ec6263290db04c4da58d8efad6829cb1 216873c398f949a4afbd2553922e93a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:20:08.978 7 INFO neutron.db.l3_hamode_db [None req-87fc1e01-2a0c-4735-b0c0-862f48976c82 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:20:09.440 8 INFO neutron.db.l3_hamode_db [None req-d2a2af7b-bc61-4fbe-af06-49779b79eeaa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/471] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:07 2026] POST /v2.0/routers => generated 736 bytes in 2324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/472] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:10 2026] GET /v2.0/security-groups?tenant_id=f4ce6c89461048c5b790f17235aa7d9b&name=default => generated 2921 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:10.589 7 INFO neutron.db.segments_db [None req-c77db668-d9e3-4a73-8bef-1d28839009cd ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 5118259e-0c52-4a60-a888-77a16710b620 of type vxlan for network 74f1ccbe-bf1a-4b04-aaef-8b77b7b1f5c8 [pid: 8|app: 0|req: 237/473] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:08 2026] POST /v2.0/routers => generated 731 bytes in 2333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:10.825 7 INFO neutron.db.l3_hamode_db [None req-c77db668-d9e3-4a73-8bef-1d28839009cd ec6263290db04c4da58d8efad6829cb1 b7f8c02d4a934714b44626313c5c7e41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:20:11.603 7 INFO neutron.db.l3_hamode_db [None req-c77db668-d9e3-4a73-8bef-1d28839009cd ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/474] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:10 2026] PUT /v2.0/routers/7b2180ef-49ce-49fe-83b7-706c464b506f/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/475] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:11 2026] DELETE /v2.0/security-groups/8a77b9b2-e1c0-4ebb-a6f7-752da2fc247d => 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: 237/476] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:10 2026] POST /v2.0/routers => generated 731 bytes in 1957 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.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:11 2026] PUT /v2.0/routers/a8162854-8105-4f46-8b7c-83930585c58b/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 10.0.0.106 () {38 vars in 970 bytes} [Tue Aug 11 12:20:13 2026] POST /v2.0/security-groups => generated 1684 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:12 2026] PUT /v2.0/routers/a9c30143-841a-49d6-9a42-4e7d7d4acb8c/add_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.106 () {38 vars in 970 bytes} [Tue Aug 11 12:20:13 2026] POST /v2.0/security-groups => generated 1679 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 10.0.0.106 () {38 vars in 970 bytes} [Tue Aug 11 12:20:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/482] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:13 2026] GET /v2.0/security-groups/74075f08-0720-4239-9502-b1da1164d455 => generated 1684 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:13.997 7 INFO neutron.db.segments_db [None req-1b35c5f1-ae2b-4baf-a368-b1994f377abb ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment e76e5313-67f3-4cca-a58d-40f9caa15f7e of type vxlan for network 5c461644-e5d9-49ee-bd78-165f9f8d983f [pid: 8|app: 0|req: 245/483] 10.0.0.106 () {38 vars in 970 bytes} [Tue Aug 11 12:20:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/484] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:13 2026] POST /v2.0/networks => generated 732 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.106 () {38 vars in 980 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/486] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/487] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/subnets => generated 698 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/488] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:14 2026] GET /v2.0/security-groups?tenant_id=216873c398f949a4afbd2553922e93a1 => generated 7901 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/490] 10.0.0.106 () {38 vars in 970 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/security-groups => generated 1686 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/491] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:14 2026] GET /v2.0/security-groups/62d6012a-8c8a-4828-8be0-b7ec13169e5f => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:14.513 8 INFO neutron.db.segments_db [None req-2cae1c0a-1f8d-43cc-8734-21433ac5229d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 3e329624-1ab1-4be5-b81b-70438ecf8fb1 of type vxlan for network c50000f7-f32e-41bf-9877-1ffb6b737762 [pid: 7|app: 0|req: 243/492] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/493] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:14 2026] GET /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/494] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:14 2026] GET /v2.0/security-groups/62d6012a-8c8a-4828-8be0-b7ec13169e5f => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:14.734 8 INFO neutron.db.l3_hamode_db [None req-2cae1c0a-1f8d-43cc-8734-21433ac5229d ec6263290db04c4da58d8efad6829cb1 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/495] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/496] 10.0.0.106 () {38 vars in 980 bytes} [Tue Aug 11 12:20:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/497] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/4b8ea195-c02f-4867-8f5d-e3f655d867ba => generated 1679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/498] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => generated 2311 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:15.417 8 INFO neutron.db.l3_hamode_db [None req-2cae1c0a-1f8d-43cc-8734-21433ac5229d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 250/499] 10.0.0.106 () {36 vars in 1012 bytes} [Tue Aug 11 12:20:15 2026] DELETE /v2.0/security-groups/4b8ea195-c02f-4867-8f5d-e3f655d867ba => 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: 251/500] 10.0.0.106 () {38 vars in 980 bytes} [Tue Aug 11 12:20:15 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:15.560 7 INFO neutron.api.v2.resource [req-91bba46d-2677-40ca-b43c-b11be691b89c req-8b2ad075-42f7-4db6-aeba-d5b6e792f152 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/501] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/4b8ea195-c02f-4867-8f5d-e3f655d867ba => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/502] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => generated 2941 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/503] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/71dde56f-4917-4236-96a7-030f546ec2c5 => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/504] 10.0.0.106 () {34 vars in 1099 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2024601234&fields=id&tenant_id=b7f8c02d4a934714b44626313c5c7e41 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/505] 10.0.0.106 () {36 vars in 1012 bytes} [Tue Aug 11 12:20:15 2026] DELETE /v2.0/security-groups/71dde56f-4917-4236-96a7-030f546ec2c5 => 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: 257/506] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/networks?id=6bc320c8-c497-490a-8826-d6496739ba16 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/507] 10.0.0.106 () {34 vars in 1000 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-group-rules/0ad8f32a-1fe3-480e-bb51-27d3e766ca48 => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/508] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/quotas/b7f8c02d4a934714b44626313c5c7e41 => generated 292 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/509] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/510] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:15 2026] GET /v2.0/ports?tenant_id=b7f8c02d4a934714b44626313c5c7e41&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/511] 10.0.0.106 () {36 vars in 1022 bytes} [Tue Aug 11 12:20:16 2026] DELETE /v2.0/security-group-rules/0ad8f32a-1fe3-480e-bb51-27d3e766ca48 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:20:16.150 7 INFO neutron.api.v2.resource [req-45ac49c7-8958-4e3e-b01e-3214c4831f89 req-01876cce-758d-48cf-9044-d83151e495aa 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/512] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/security-groups/71dde56f-4917-4236-96a7-030f546ec2c5 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/513] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => generated 2311 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/514] 10.0.0.106 () {36 vars in 1012 bytes} [Tue Aug 11 12:20:16 2026] DELETE /v2.0/security-groups/ec1ba348-cbdc-40da-a13e-77734ab7d172 => 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: 266/515] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/security-groups/74f6ded3-ceac-47e0-ae6c-6493e38bcf07 => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/516] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:14 2026] POST /v2.0/routers => generated 738 bytes in 1897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/517] 10.0.0.106 () {36 vars in 1012 bytes} [Tue Aug 11 12:20:16 2026] DELETE /v2.0/security-groups/74f6ded3-ceac-47e0-ae6c-6493e38bcf07 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/518] 10.0.0.106 () {34 vars in 906 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/519] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/security-groups/74075f08-0720-4239-9502-b1da1164d455 => generated 2309 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/520] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?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: 255/521] 10.0.0.106 () {36 vars in 1012 bytes} [Tue Aug 11 12:20:16 2026] DELETE /v2.0/security-groups/74075f08-0720-4239-9502-b1da1164d455 => 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: 256/522] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:20:16 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:17.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ae86bf2-fb13-4e63-afce-1cb73a3333a9 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 6c351503-93e5-4daf-ac5f-525c71f0af41 2026-08-11 12:20:17.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae86bf2-fb13-4e63-afce-1cb73a3333a9 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 6c351503-93e5-4daf-ac5f-525c71f0af41 [pid: 7|app: 0|req: 267/523] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:16 2026] PUT /v2.0/routers/0cc28ca9-0762-47c1-971c-cb757a3bb32e/add_router_interface => generated 309 bytes in 1689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:18.058 7 INFO neutron.api.v2.resource [req-491b8765-e527-4f24-b894-2754cd90a2fa req-57ff578b-9cec-4ec9-8455-6597a32b7f18 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/524] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/74f6ded3-ceac-47e0-ae6c-6493e38bcf07 => 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: 269/525] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/526] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups?tenant_id=216873c398f949a4afbd2553922e93a1 => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/527] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/62d6012a-8c8a-4828-8be0-b7ec13169e5f => generated 2918 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/528] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:20:16 2026] PUT /v2.0/routers/7b2180ef-49ce-49fe-83b7-706c464b506f/remove_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/529] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/62d6012a-8c8a-4828-8be0-b7ec13169e5f => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:18.303 7 INFO neutron.api.v2.resource [req-5c14a681-fad7-4c2a-98ab-f001eaec82a2 req-cf1424d9-688b-45b8-ba07-413224d2fe90 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/530] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/74f6ded3-ceac-47e0-ae6c-6493e38bcf07 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:18.351 7 INFO neutron.api.v2.resource [req-4632bfd5-2a6d-49ef-be18-6cb29d46a389 req-7fd31522-b21a-4bb2-9ab7-153a1bb6cae9 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/531] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/71dde56f-4917-4236-96a7-030f546ec2c5 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:18.396 7 INFO neutron.api.v2.resource [req-b7d91e1b-680c-44da-a1c1-a1a19afde99c req-dabd83b4-763e-47db-b8e8-b26a65522959 242df508629b4bc9b711a1be4e05141a 216873c398f949a4afbd2553922e93a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/532] 10.0.0.106 () {34 vars in 990 bytes} [Tue Aug 11 12:20:18 2026] GET /v2.0/security-groups/4b8ea195-c02f-4867-8f5d-e3f655d867ba => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:18.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 7b540740-6de2-40c5-a8ce-df28c729af9d 2026-08-11 12:20:18.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 7b540740-6de2-40c5-a8ce-df28c729af9d 2026-08-11 12:20:18.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: ea4ddffe-9b5a-46bc-920f-768ac0d27ea1 2026-08-11 12:20:18.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: ea4ddffe-9b5a-46bc-920f-768ac0d27ea1 2026-08-11 12:20:18.716 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - 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() 2026-08-11 12:20:18.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-84417768-738c-4692-9b10-22062ce3f660 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 8132d216-51a9-478a-b76f-57e3aa35380e 2026-08-11 12:20:18.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84417768-738c-4692-9b10-22062ce3f660 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 8132d216-51a9-478a-b76f-57e3aa35380e 2026-08-11 12:20:19.088 8 INFO neutron.db.l3_hamode_db [None req-5a7c5497-aebc-4649-9fc5-f3511cba1bb3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network e59ea9c2-1e7a-4795-8771-70b38267b238 was deleted as no HA routers are present in tenant 49fcba392b9f4dcb9f02d37610378b56. [pid: 8|app: 0|req: 258/533] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:18 2026] DELETE /v2.0/routers/7b2180ef-49ce-49fe-83b7-706c464b506f => 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: 259/534] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:20:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:20:19.428 8 INFO neutron.services.segments.plugin [-] Segment 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 resource provider aggregate not found [pid: 8|app: 0|req: 262/537] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:19 2026] DELETE /v2.0/subnets/44772fe1-e760-47d0-be3d-e81f981edcec => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:19.465 8 INFO neutron.services.segments.plugin [-] Segment 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 found for delete ", "request_id": "req-a2b1b8a2-340f-4e4d-9d39-add957ad597f"}]} 2026-08-11 12:20:19.470 8 INFO neutron.services.segments.plugin [-] Segment 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 resource provider aggregate not found 2026-08-11 12:20:19.489 8 INFO neutron.services.segments.plugin [-] Segment 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bcde6a6-2bac-44cd-a6c3-c7d88730d8b7 found for delete ", "request_id": "req-7b96529d-e952-47db-b8ef-608a0cc2450c"}]} [pid: 7|app: 0|req: 276/538] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:20:18 2026] PUT /v2.0/routers/a8162854-8105-4f46-8b7c-83930585c58b/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/539] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:19 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 263/540] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:19.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-630e9bbd-46c8-4b66-bbaa-6d226705bb14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 851b3ae6-025d-45aa-9b2a-73e19564fbbb 2026-08-11 12:20:19.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-630e9bbd-46c8-4b66-bbaa-6d226705bb14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 851b3ae6-025d-45aa-9b2a-73e19564fbbb 2026-08-11 12:20:19.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-e490d30c-3d0c-46f4-b544-be952e9d4933 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 0a4b3433-999b-4640-b311-427067b7276f 2026-08-11 12:20:19.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e490d30c-3d0c-46f4-b544-be952e9d4933 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 0a4b3433-999b-4640-b311-427067b7276f [pid: 7|app: 0|req: 278/541] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:19 2026] DELETE /v2.0/networks/330fd79b-a494-440c-936c-855eb58904b8 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/542] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/543] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:19 2026] GET /v2.0/security-groups?tenant_id=49fcba392b9f4dcb9f02d37610378b56&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:20.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-e490d30c-3d0c-46f4-b544-be952e9d4933 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 0bdb6ad7-5ffe-42dd-9e4f-55e0063ad58f 2026-08-11 12:20:20.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e490d30c-3d0c-46f4-b544-be952e9d4933 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 0bdb6ad7-5ffe-42dd-9e4f-55e0063ad58f 2026-08-11 12:20:20.315 7 INFO neutron.services.segments.plugin [-] Segment 059940a4-8c57-4550-b24a-bb65c64c3151 resource provider aggregate not found 2026-08-11 12:20:20.331 7 INFO neutron.services.segments.plugin [-] Segment 059940a4-8c57-4550-b24a-bb65c64c3151 resource provider aggregate not found 2026-08-11 12:20:20.347 7 INFO neutron.services.segments.plugin [-] Segment 059940a4-8c57-4550-b24a-bb65c64c3151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 059940a4-8c57-4550-b24a-bb65c64c3151 found for delete ", "request_id": "req-861260bb-a9de-459d-9a41-1c851b20baa4"}]} 2026-08-11 12:20:20.377 7 INFO neutron.services.segments.plugin [-] Segment 059940a4-8c57-4550-b24a-bb65c64c3151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 059940a4-8c57-4550-b24a-bb65c64c3151 found for delete ", "request_id": "req-9253e1ec-752e-4cc9-a8a9-1cb5d982fd94"}]} 2026-08-11 12:20:20.473 8 INFO neutron.db.l3_hamode_db [None req-e490d30c-3d0c-46f4-b544-be952e9d4933 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network f64f1039-30f4-4c7e-b993-9b84dbf9d1b6 was deleted as no HA routers are present in tenant 216873c398f949a4afbd2553922e93a1. [pid: 8|app: 0|req: 264/544] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:19 2026] DELETE /v2.0/routers/a8162854-8105-4f46-8b7c-83930585c58b => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/545] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:20:20 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: 8|app: 0|req: 265/546] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:20 2026] DELETE /v2.0/security-groups/125c600a-a870-4e34-808b-ae1df41c5efc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/547] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:20 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 282/548] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:20 2026] DELETE /v2.0/subnets/9ed20a59-5ab3-4333-9f86-0f86dd7458b9 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:20.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-02aba1a4-ecad-455b-85e0-ca82d593b98b ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: b71cdc74-8053-4c8f-82a7-eaafb5d8f2bd 2026-08-11 12:20:20.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02aba1a4-ecad-455b-85e0-ca82d593b98b ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: b71cdc74-8053-4c8f-82a7-eaafb5d8f2bd [pid: 7|app: 0|req: 283/549] 10.0.0.106 () {34 vars in 1097 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--428657383&fields=id&tenant_id=9dd6e2cddea34c54ac71343ba1774ae0 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/550] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:20 2026] DELETE /v2.0/networks/d9af69ce-4717-497f-ba48-81313bbd31df => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/551] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/552] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/quotas/9dd6e2cddea34c54ac71343ba1774ae0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/553] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/554] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/security-groups?tenant_id=216873c398f949a4afbd2553922e93a1&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/555] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 287/556] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 270/557] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:21 2026] DELETE /v2.0/security-groups/62d6012a-8c8a-4828-8be0-b7ec13169e5f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/558] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:21.488 8 INFO neutron.services.segments.plugin [-] Segment 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 resource provider aggregate not found 2026-08-11 12:20:21.508 8 INFO neutron.services.segments.plugin [-] Segment 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 found for delete ", "request_id": "req-155a5822-6d6f-4e80-93cb-20a7748c67a8"}]} 2026-08-11 12:20:21.516 8 INFO neutron.services.segments.plugin [-] Segment 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 resource provider aggregate not found 2026-08-11 12:20:21.521 8 INFO neutron.services.segments.plugin [-] Segment 34b8d4aa-ea34-47b5-ba85-e53799462812 resource provider aggregate not found 2026-08-11 12:20:21.534 8 INFO neutron.services.segments.plugin [-] Segment 34b8d4aa-ea34-47b5-ba85-e53799462812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b8d4aa-ea34-47b5-ba85-e53799462812 found for delete ", "request_id": "req-ee74a63e-b799-405f-9d4b-bf71a54b0913"}]} 2026-08-11 12:20:21.534 8 INFO neutron.services.segments.plugin [-] Segment 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fca699a-ee29-43ff-bbf1-45bc0d83e4d1 found for delete ", "request_id": "req-390dd4dd-26ba-46dd-8a85-f01e68c3f149"}]} 2026-08-11 12:20:21.551 8 INFO neutron.services.segments.plugin [-] Segment 34b8d4aa-ea34-47b5-ba85-e53799462812 resource provider aggregate not found 2026-08-11 12:20:21.570 8 INFO neutron.services.segments.plugin [-] Segment 34b8d4aa-ea34-47b5-ba85-e53799462812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b8d4aa-ea34-47b5-ba85-e53799462812 found for delete ", "request_id": "req-f67c1aa7-de01-46fb-9883-ce287ecb278d"}]} [pid: 8|app: 0|req: 271/559] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 289/560] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:21 2026] GET /v2.0/networks?id=6bc320c8-c497-490a-8826-d6496739ba16 => generated 676 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/561] 199.204.45.227 () {34 vars in 910 bytes} [Tue Aug 11 12:20:22 2026] GET /v2.0/extensions => generated 21537 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/562] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:20:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b7f8c02d4a934714b44626313c5c7e41 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/563] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:20:22 2026] POST /v2.0/ports => generated 958 bytes in 546 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: 274/564] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:22 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:22.894 7 INFO neutron.db.segments_db [None req-9f80cb2e-578c-4ebd-a069-394c336664cd ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 6a42b4e2-de3f-4a90-b34f-6b1d91366467 of type vxlan for network 504b2f34-a2c5-49e7-9ce0-381e30348d58 [pid: 8|app: 0|req: 275/565] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:22 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 961 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/566] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:22 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/567] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:22 2026] POST /v2.0/networks => generated 729 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/568] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:23 2026] POST /v2.0/subnets => generated 695 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/569] 10.0.0.220 () {32 vars in 652 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 12:20:23.408 7 INFO neutron.db.segments_db [None req-9cd2451d-7fc2-4fc0-b2b7-1cecc7138acb ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 2285c344-283c-413e-9e0e-fbc7c844e891 of type vxlan for network fd44d898-6080-44a0-a22d-c424de651397 [pid: 8|app: 0|req: 277/570] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:20:22 2026] PUT /v2.0/ports/692798f2-588a-4c92-9a04-e53cb8f7eb96 => generated 1239 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 278/571] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/572] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/573] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/574] 10.0.0.220 () {32 vars in 664 bytes} [Tue Aug 11 12:20:23 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: 282/575] 10.0.0.220 () {32 vars in 698 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/576] 10.0.0.220 () {32 vars in 696 bytes} [Tue Aug 11 12:20:23 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: 284/577] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/578] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/579] 10.0.0.220 () {32 vars in 702 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/580] 10.0.0.220 () {32 vars in 692 bytes} [Tue Aug 11 12:20:23 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: 288/581] 10.0.0.220 () {32 vars in 694 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/582] 10.0.0.220 () {32 vars in 684 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/583] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/584] 10.0.0.220 () {32 vars in 660 bytes} [Tue Aug 11 12:20:23 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) 2026-08-11 12:20:23.677 7 INFO neutron.db.l3_hamode_db [None req-9cd2451d-7fc2-4fc0-b2b7-1cecc7138acb ec6263290db04c4da58d8efad6829cb1 088e1d8b91b14d4ba30f62532146bc28 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 292/585] 10.0.0.220 () {32 vars in 698 bytes} [Tue Aug 11 12:20:23 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: 293/586] 10.0.0.220 () {32 vars in 678 bytes} [Tue Aug 11 12:20:23 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: 294/587] 10.0.0.220 () {32 vars in 682 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/588] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:23 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: 296/589] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/590] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/591] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 299/592] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/593] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/594] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/595] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/596] 10.0.0.220 () {32 vars in 698 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/597] 10.0.0.220 () {32 vars in 678 bytes} [Tue Aug 11 12:20:23 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: 305/598] 10.0.0.220 () {32 vars in 666 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/599] 10.0.0.220 () {32 vars in 676 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/600] 10.0.0.220 () {32 vars in 664 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/601] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/602] 10.0.0.220 () {32 vars in 712 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/603] 10.0.0.220 () {32 vars in 690 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/604] 10.0.0.220 () {32 vars in 682 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/605] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:23 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: 313/606] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/607] 10.0.0.220 () {32 vars in 704 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/608] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/609] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/610] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:23 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/611] 10.0.0.220 () {32 vars in 692 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/612] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:24 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: 320/613] 10.0.0.220 () {32 vars in 708 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/614] 10.0.0.220 () {32 vars in 704 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 322/615] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/616] 10.0.0.220 () {32 vars in 696 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/617] 10.0.0.220 () {32 vars in 710 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/618] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 326/619] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/620] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:24.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc13725b-c24c-4d80-a6b8-2b5fc3011133'] response: {'name': 'network-changed', 'server_uuid': '0fb6bd60-5f4e-4d9a-90f9-2473107440ed', 'tag': '692798f2-588a-4c92-9a04-e53cb8f7eb96', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/621] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/622] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:24 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: 330/623] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/624] 10.0.0.220 () {32 vars in 670 bytes} [Tue Aug 11 12:20:24 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: 332/625] 10.0.0.220 () {32 vars in 660 bytes} [Tue Aug 11 12:20:24 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: 333/626] 10.0.0.220 () {32 vars in 698 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/627] 10.0.0.220 () {32 vars in 698 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/628] 10.0.0.220 () {32 vars in 676 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/629] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/630] 10.0.0.220 () {32 vars in 682 bytes} [Tue Aug 11 12:20:24 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: 338/631] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:24 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: 339/632] 10.0.0.220 () {32 vars in 684 bytes} [Tue Aug 11 12:20:24 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: 340/633] 10.0.0.220 () {32 vars in 706 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/634] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/635] 10.0.0.220 () {32 vars in 696 bytes} [Tue Aug 11 12:20:24 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: 343/636] 10.0.0.220 () {32 vars in 694 bytes} [Tue Aug 11 12:20:24 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: 344/637] 10.0.0.220 () {32 vars in 684 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/638] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/639] 10.0.0.220 () {32 vars in 704 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/640] 10.0.0.220 () {32 vars in 666 bytes} [Tue Aug 11 12:20:24 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) [pid: 8|app: 0|req: 348/641] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/642] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/643] 10.0.0.220 () {32 vars in 690 bytes} [Tue Aug 11 12:20:24 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: 351/644] 10.0.0.220 () {32 vars in 690 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/645] 10.0.0.220 () {32 vars in 694 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/646] 10.0.0.220 () {32 vars in 684 bytes} [Tue Aug 11 12:20:24 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: 354/647] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:24 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: 355/648] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:24 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: 356/649] 10.0.0.220 () {32 vars in 702 bytes} [Tue Aug 11 12:20:24 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: 357/650] 10.0.0.220 () {32 vars in 712 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/651] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/652] 10.0.0.220 () {32 vars in 714 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/653] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/654] 10.0.0.220 () {32 vars in 740 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/655] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/656] 10.0.0.220 () {32 vars in 682 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/657] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/segment => generated 145 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/658] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/659] 10.0.0.220 () {32 vars in 678 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/660] 10.0.0.220 () {32 vars in 668 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/661] 10.0.0.220 () {32 vars in 696 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/662] 10.0.0.220 () {32 vars in 704 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/663] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/ports?tenant_id=b7f8c02d4a934714b44626313c5c7e41&device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/664] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/665] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=692798f2-588a-4c92-9a04-e53cb8f7eb96 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/666] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:24.650 7 INFO neutron.db.l3_hamode_db [None req-9cd2451d-7fc2-4fc0-b2b7-1cecc7138acb ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 374/667] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/subnets?id=d44bfed7-cd78-4ac5-b57b-b371a9a3f700 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/668] 10.0.0.220 () {32 vars in 682 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/669] 10.0.0.220 () {32 vars in 704 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/670] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/ports?network_id=6bc320c8-c497-490a-8826-d6496739ba16&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/671] 10.0.0.220 () {32 vars in 694 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/672] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/673] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/674] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?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: 382/675] 10.0.0.220 () {32 vars in 696 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/676] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 384/677] 10.0.0.220 () {32 vars in 678 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/678] 10.0.0.220 () {32 vars in 688 bytes} [Tue Aug 11 12:20:24 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: 8|app: 0|req: 386/679] 10.0.0.220 () {32 vars in 700 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/680] 10.0.0.220 () {32 vars in 664 bytes} [Tue Aug 11 12:20:24 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: 8|app: 0|req: 388/681] 10.0.0.220 () {32 vars in 680 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/682] 10.0.0.220 () {32 vars in 676 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/683] 10.0.0.220 () {32 vars in 692 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/684] 10.0.0.220 () {32 vars in 676 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/685] 10.0.0.220 () {32 vars in 666 bytes} [Tue Aug 11 12:20:24 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: 8|app: 0|req: 393/686] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/687] 10.0.0.220 () {32 vars in 674 bytes} [Tue Aug 11 12:20:24 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: 8|app: 0|req: 395/688] 10.0.0.220 () {32 vars in 686 bytes} [Tue Aug 11 12:20:24 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/689] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:25 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/690] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:25 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/691] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:23 2026] POST /v2.0/routers => generated 735 bytes in 2288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/692] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:25 2026] GET /v2.0/security-groups?tenant_id=7d7fad0645b44aa0bd9e458142aa0e86&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/693] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:25 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 683 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/694] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:25 2026] GET /v2.0/ports?tenant_id=b7f8c02d4a934714b44626313c5c7e41&device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/695] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:26 2026] DELETE /v2.0/security-groups/e6192a8b-7508-4fdb-9b05-16697910e12c => 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: 402/696] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/697] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9dd6e2cddea34c54ac71343ba1774ae0 => 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: 404/698] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/networks?id=6bc320c8-c497-490a-8826-d6496739ba16 => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/699] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:20:26 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 406/700] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=692798f2-588a-4c92-9a04-e53cb8f7eb96 => 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: 407/701] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/702] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:25 2026] PUT /v2.0/routers/7bf39bdb-c34d-4b78-b5a2-8d96d3c1928a/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/703] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/subnets?id=d44bfed7-cd78-4ac5-b57b-b371a9a3f700 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/704] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&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: 298/705] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:26 2026] GET /v2.0/ports?network_id=6bc320c8-c497-490a-8826-d6496739ba16&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: 299/706] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?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: 408/707] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:20:26 2026] PUT /v2.0/ports/f9abca36-c092-43de-8560-ca607ef7c170 => generated 1235 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/708] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:27.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-740b7b68-26b9-4982-988c-b8ae818ae175'] response: {'name': 'network-changed', 'server_uuid': 'f87a66fb-2f38-4974-bd84-bda98cffb074', 'tag': 'f9abca36-c092-43de-8560-ca607ef7c170', '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: 409/709] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 301/710] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&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: 410/711] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:20:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/712] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/713] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/networks?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&shared=False => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/714] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/715] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:20:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/716] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:20:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:28.328 7 INFO neutron.db.segments_db [None req-dbe0c8c7-b7d2-494a-b58e-7d0c14c94e38 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Added segment 14ce57d9-ab83-4dd1-9a50-9702dff06b2d of type vxlan for network fa51ca6e-9df6-4f02-8996-be79a72be485 [pid: 7|app: 0|req: 304/717] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:27 2026] POST /v2.0/networks => generated 630 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/718] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:28 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/719] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:28 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/720] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:28 2026] POST /v2.0/ports => generated 778 bytes in 366 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: 308/721] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:28 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&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: 414/722] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:20:27 2026] POST /v2.0/floatingips => generated 552 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/723] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:28 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:29.045 8 INFO neutron.db.segments_db [None req-d22eb48a-6731-4a95-9481-22f37a625ac6 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Added segment 5a52a4af-7134-4097-a838-be048644a76b of type vxlan for network 94606b7f-2212-4b87-9f7a-9b8136d26905 [pid: 8|app: 0|req: 416/724] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:28 2026] POST /v2.0/networks => generated 617 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/725] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => 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: 418/726] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:29 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/727] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:28 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/728] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:29 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/729] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:29 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&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: 421/730] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:29 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 422/731] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:29 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 310/732] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:29 2026] POST /v2.0/ports => generated 966 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:29.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-90081ab6-afd4-4679-9ce9-70f1113222a8 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] TaaS: Handle Delete Port: f230bf15-90cc-4e41-9f4d-c3a935dc323f 2026-08-11 12:20:29.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90081ab6-afd4-4679-9ce9-70f1113222a8 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Tap Mirror: Handle Delete Port: f230bf15-90cc-4e41-9f4d-c3a935dc323f /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 423/733] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:29 2026] DELETE /v2.0/ports/f230bf15-90cc-4e41-9f4d-c3a935dc323f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/734] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:30 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:30.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32ba26b4-2a45-4269-9f56-bb5bbc689956 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/735] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:30 2026] DELETE /v2.0/ports/f230bf15-90cc-4e41-9f4d-c3a935dc323f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:30.120 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ebb3fa4-f261-4746-b345-71448834d4a9 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/736] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:30 2026] GET /v2.0/ports/f230bf15-90cc-4e41-9f4d-c3a935dc323f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/737] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:30 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/738] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:30 2026] DELETE /v2.0/subnets/74c0deb3-aedf-4bd6-b64a-596979d22188 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:30.425 7 INFO neutron.services.segments.plugin [-] Segment 5a52a4af-7134-4097-a838-be048644a76b resource provider aggregate not found 2026-08-11 12:20:30.429 7 INFO neutron.services.segments.plugin [-] Segment 5a52a4af-7134-4097-a838-be048644a76b resource provider aggregate not found 2026-08-11 12:20:30.449 7 INFO neutron.services.segments.plugin [-] Segment 5a52a4af-7134-4097-a838-be048644a76b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a52a4af-7134-4097-a838-be048644a76b found for delete ", "request_id": "req-c8ac0166-be2c-4e0e-b9d7-81cf77267410"}]} 2026-08-11 12:20:30.452 7 INFO neutron.services.segments.plugin [-] Segment 5a52a4af-7134-4097-a838-be048644a76b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a52a4af-7134-4097-a838-be048644a76b found for delete ", "request_id": "req-ffcd21af-fd6a-443e-8c04-e8627914d18f"}]} [pid: 7|app: 0|req: 313/739] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:30 2026] DELETE /v2.0/networks/94606b7f-2212-4b87-9f7a-9b8136d26905 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:30.541 8 INFO neutron.db.segments_db [None req-d55f0fd1-53a1-4283-97e8-5334bc9b62a3 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Added segment 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea of type vxlan for network 117d28fd-5d77-4150-bfb8-d6f374ecc418 [pid: 7|app: 0|req: 314/740] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:30 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/741] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:30 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/742] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:30 2026] POST /v2.0/networks => generated 616 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/743] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:30 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/744] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:30 2026] POST /v2.0/ports => generated 924 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/745] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:31 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 318/746] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:31 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:31.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-559d3b49-ec73-4a22-aa9e-5c8ac40d4426 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] TaaS: Handle Delete Port: 12e51262-eaba-4a5b-acec-d990c929b16f 2026-08-11 12:20:31.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-559d3b49-ec73-4a22-aa9e-5c8ac40d4426 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Tap Mirror: Handle Delete Port: 12e51262-eaba-4a5b-acec-d990c929b16f [pid: 8|app: 0|req: 429/747] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:31 2026] DELETE /v2.0/ports/12e51262-eaba-4a5b-acec-d990c929b16f => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:31.538 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a63ca558-0cd1-4292-92ed-b967721d60e0 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 319/748] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:31 2026] GET /v2.0/ports/12e51262-eaba-4a5b-acec-d990c929b16f => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/749] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:31 2026] DELETE /v2.0/subnets/490fc0e5-3ae7-4ef3-a175-69182d33e0f9 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/750] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:31 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/751] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:31 2026] DELETE /v2.0/networks/117d28fd-5d77-4150-bfb8-d6f374ecc418 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/752] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:31 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&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: 321/753] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:31 2026] POST /v2.0/ports => generated 779 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/754] 10.0.0.220 () {34 vars in 736 bytes} [Tue Aug 11 12:20:32 2026] PUT /v2.0/ports/36ac8f36-3eb8-4156-a0fd-fe8ba0ccc742 => generated 752 bytes in 265 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 322/755] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:32.476 7 INFO neutron.services.segments.plugin [-] Segment 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea resource provider aggregate not found 2026-08-11 12:20:32.492 7 INFO neutron.services.segments.plugin [-] Segment 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea resource provider aggregate not found 2026-08-11 12:20:32.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-610131e7-b00a-44c5-8ef2-cfa86346d240 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] TaaS: Handle Delete Port: 36ac8f36-3eb8-4156-a0fd-fe8ba0ccc742 2026-08-11 12:20:32.499 7 INFO neutron.services.segments.plugin [-] Segment 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea found for delete ", "request_id": "req-25ea9d57-27b9-431b-a751-8407401b9e74"}]} 2026-08-11 12:20:32.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-610131e7-b00a-44c5-8ef2-cfa86346d240 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Tap Mirror: Handle Delete Port: 36ac8f36-3eb8-4156-a0fd-fe8ba0ccc742 2026-08-11 12:20:32.513 7 INFO neutron.services.segments.plugin [-] Segment 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e4a4254-e1fe-428a-97cb-d35e2cdc1bea found for delete ", "request_id": "req-bfa5b420-2831-41c7-bb58-75e6ead48a7a"}]} [pid: 7|app: 0|req: 323/756] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/757] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:32 2026] DELETE /v2.0/ports/36ac8f36-3eb8-4156-a0fd-fe8ba0ccc742 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/758] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports => generated 781 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:32.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8079311a-2760-4b56-8ef4-1b0d61b7695b 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/759] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports/36ac8f36-3eb8-4156-a0fd-fe8ba0ccc742 => 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: 325/760] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/761] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports/18930064-777f-4a88-bcb0-fc075ee00a4a => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:32.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cb76104-dbaa-4e25-8573-fb806aacd065 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/762] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:32 2026] DELETE /v2.0/ports/12e51262-eaba-4a5b-acec-d990c929b16f => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:32.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38e4fa0a-94e3-48cc-90d8-79dbe1b32032 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/763] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:32 2026] DELETE /v2.0/subnets/490fc0e5-3ae7-4ef3-a175-69182d33e0f9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:32.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b284f77-a253-42d5-888d-7bf0bf15d08d 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 327/764] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:32 2026] DELETE /v2.0/subnets/74c0deb3-aedf-4bd6-b64a-596979d22188 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/765] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:32.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-122fc681-3aab-4e0d-bdae-7930a748cbeb 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] TaaS: Handle Delete Port: 18930064-777f-4a88-bcb0-fc075ee00a4a 2026-08-11 12:20:32.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122fc681-3aab-4e0d-bdae-7930a748cbeb 1d19015e68f64480a0308370615891c2 a5fc8226a03043a099da0feb59b88283 - - default default] Tap Mirror: Handle Delete Port: 18930064-777f-4a88-bcb0-fc075ee00a4a [pid: 7|app: 0|req: 329/766] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:32 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&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: 438/767] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:32 2026] DELETE /v2.0/ports/18930064-777f-4a88-bcb0-fc075ee00a4a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/768] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:33 2026] DELETE /v2.0/networks/fa51ca6e-9df6-4f02-8996-be79a72be485 => 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: 439/769] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/770] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/771] 10.0.0.106 () {34 vars in 1097 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--596023375&fields=id&tenant_id=088e1d8b91b14d4ba30f62532146bc28 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/772] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/networks?id=504b2f34-a2c5-49e7-9ce0-381e30348d58 => generated 680 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/773] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/quotas/088e1d8b91b14d4ba30f62532146bc28 => 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: 334/774] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/777] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:33 2026] GET /v2.0/security-groups?tenant_id=a5fc8226a03043a099da0feb59b88283&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: 337/778] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/ports?tenant_id=088e1d8b91b14d4ba30f62532146bc28&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/779] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:34 2026] DELETE /v2.0/security-groups/bd39bc05-7d65-4896-b739-638797f4f840 => 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: 443/780] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 444/781] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/782] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/783] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:34.536 7 INFO neutron.services.segments.plugin [-] Segment 14ce57d9-ab83-4dd1-9a50-9702dff06b2d resource provider aggregate not found 2026-08-11 12:20:34.539 7 INFO neutron.services.segments.plugin [-] Segment 14ce57d9-ab83-4dd1-9a50-9702dff06b2d resource provider aggregate not found 2026-08-11 12:20:34.554 7 INFO neutron.services.segments.plugin [-] Segment 14ce57d9-ab83-4dd1-9a50-9702dff06b2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ce57d9-ab83-4dd1-9a50-9702dff06b2d found for delete ", "request_id": "req-37904599-d437-425c-9b98-830c9c265490"}]} 2026-08-11 12:20:34.555 7 INFO neutron.services.segments.plugin [-] Segment 14ce57d9-ab83-4dd1-9a50-9702dff06b2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ce57d9-ab83-4dd1-9a50-9702dff06b2d found for delete ", "request_id": "req-36c92da9-8698-46a3-b634-d2ac43f77ef8"}]} 2026-08-11 12:20:34.577 7 INFO neutron.db.l3_db [None req-c302d0a8-a001-45bb-b920-6ee6a5bdc081 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] Floating IP 5ba8d84d-d996-4197-b973-95f577ee6e8c associated. External IP: 10.96.250.212, port: 692798f2-588a-4c92-9a04-e53cb8f7eb96. [pid: 8|app: 0|req: 447/784] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 338/785] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:20:34 2026] PUT /v2.0/floatingips/5ba8d84d-d996-4197-b973-95f577ee6e8c => generated 856 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/786] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 339/787] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:34 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&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: 449/788] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/789] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/790] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/791] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:35.568 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-490805a2-4a44-4cdb-96c4-569bb775fec6'] response: {'name': 'network-changed', 'server_uuid': '0fb6bd60-5f4e-4d9a-90f9-2473107440ed', 'tag': '692798f2-588a-4c92-9a04-e53cb8f7eb96', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 451/792] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/793] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:35 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:35.934 7 INFO neutron.db.l3_db [None req-4916b9de-d5b2-46bc-b725-0a2c87283a78 e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] Floating IP 5b42784e-6c4d-44a4-9dce-f4a5fa41fbd5 associated. External IP: 10.96.250.202, port: f9abca36-c092-43de-8560-ca607ef7c170. [pid: 7|app: 0|req: 342/794] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:20:35 2026] PUT /v2.0/floatingips/5b42784e-6c4d-44a4-9dce-f4a5fa41fbd5 => generated 855 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/795] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/ports?tenant_id=b7f8c02d4a934714b44626313c5c7e41&device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/796] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:36.362 8 INFO neutron.db.segments_db [None req-6bd8195e-17fe-45f3-b3c3-c6e8ee257129 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Added segment 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 of type vxlan for network 45a2fb66-a93d-4db4-a6c0-d78cf6870aac [pid: 7|app: 0|req: 345/797] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/networks?id=6bc320c8-c497-490a-8826-d6496739ba16 => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/798] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&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: 347/799] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=692798f2-588a-4c92-9a04-e53cb8f7eb96 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/800] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:35 2026] POST /v2.0/networks => generated 625 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/801] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/subnets?id=d44bfed7-cd78-4ac5-b57b-b371a9a3f700 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/802] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/ports?network_id=6bc320c8-c497-490a-8826-d6496739ba16&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/803] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/804] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?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: 352/805] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/806] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16?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: 454/807] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:36 2026] POST /v2.0/ports => generated 775 bytes in 314 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: 354/808] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:36 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:20:36.871 8 INFO neutron.db.segments_db [None req-89b9550f-17ab-4343-a693-c7335f13a79b d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Added segment 45aebfcc-a636-4cc7-9df9-1ce788c4e695 of type vxlan for network 50c7ad22-9c69-4b55-bac2-70bce05a6088 [pid: 8|app: 0|req: 455/809] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:36 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/810] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:36 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/811] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:37 2026] POST /v2.0/ports => generated 953 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:37.622 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e93de678-8188-45a2-9962-46b01edfef2f'] response: {'name': 'network-changed', 'server_uuid': 'f87a66fb-2f38-4974-bd84-bda98cffb074', 'tag': 'f9abca36-c092-43de-8560-ca607ef7c170', 'status': 'completed', 'code': 200} 2026-08-11 12:20:37.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-15860b0c-4557-475b-86d4-8a26a136b222 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] TaaS: Handle Delete Port: 0c8b09c5-91ab-4d94-ad79-0900da3ab40d 2026-08-11 12:20:37.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15860b0c-4557-475b-86d4-8a26a136b222 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Tap Mirror: Handle Delete Port: 0c8b09c5-91ab-4d94-ad79-0900da3ab40d /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 457/812] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:37 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 458/813] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:20:37 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/814] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:37 2026] GET /v2.0/security-groups?id=a7537695-0cc7-46c0-8495-aa10be88ae50&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/815] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:37 2026] DELETE /v2.0/ports/0c8b09c5-91ab-4d94-ad79-0900da3ab40d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:37.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b97ab4a1-4fb4-4ef1-9a24-823c40f870f4 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 357/816] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:37 2026] DELETE /v2.0/ports/0c8b09c5-91ab-4d94-ad79-0900da3ab40d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:37.930 8 INFO neutron_taas.services.taas.taas_plugin [req-bb74c591-6820-448f-b72a-a5459a9c3e42 req-276fde47-b2c8-483e-925f-4c1317610484 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] TaaS: Handle Delete Port: 692798f2-588a-4c92-9a04-e53cb8f7eb96 2026-08-11 12:20:37.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb74c591-6820-448f-b72a-a5459a9c3e42 req-276fde47-b2c8-483e-925f-4c1317610484 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] Tap Mirror: Handle Delete Port: 692798f2-588a-4c92-9a04-e53cb8f7eb96 2026-08-11 12:20:37.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27ddff64-999b-4b5f-8209-d68ea6505357 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/817] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:37 2026] GET /v2.0/ports/0c8b09c5-91ab-4d94-ad79-0900da3ab40d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/818] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:37 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 360/819] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:37 2026] DELETE /v2.0/subnets/91a7cddf-13b1-4d1a-bca2-692f74c9f89f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:38.149 8 INFO neutron.db.l3_db [req-bb74c591-6820-448f-b72a-a5459a9c3e42 req-276fde47-b2c8-483e-925f-4c1317610484 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] Floating IP 5ba8d84d-d996-4197-b973-95f577ee6e8c disassociated. External IP: 10.96.250.212, port: 692798f2-588a-4c92-9a04-e53cb8f7eb96. 2026-08-11 12:20:38.210 7 INFO neutron.services.segments.plugin [-] Segment 45aebfcc-a636-4cc7-9df9-1ce788c4e695 resource provider aggregate not found 2026-08-11 12:20:38.215 7 INFO neutron.services.segments.plugin [-] Segment 45aebfcc-a636-4cc7-9df9-1ce788c4e695 resource provider aggregate not found 2026-08-11 12:20:38.230 7 INFO neutron.services.segments.plugin [-] Segment 45aebfcc-a636-4cc7-9df9-1ce788c4e695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45aebfcc-a636-4cc7-9df9-1ce788c4e695 found for delete ", "request_id": "req-afb26586-aa8d-48ef-962c-453c5a1308b2"}]} [pid: 7|app: 0|req: 361/820] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:38 2026] DELETE /v2.0/networks/50c7ad22-9c69-4b55-bac2-70bce05a6088 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:38.243 7 INFO neutron.services.segments.plugin [-] Segment 45aebfcc-a636-4cc7-9df9-1ce788c4e695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45aebfcc-a636-4cc7-9df9-1ce788c4e695 found for delete ", "request_id": "req-5dc0af3e-f008-487c-8f99-e12af882b99d"}]} [pid: 7|app: 0|req: 362/821] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:38.315 7 INFO neutron.db.segments_db [None req-22ef7023-9b02-4555-8055-e61b7d3cdb14 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Added segment 4d1a2ba1-f00a-4588-a68c-b6493f217361 of type vxlan for network fd85e9e1-2972-481e-9b66-577cd3b2df1b [pid: 7|app: 0|req: 363/822] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:20:38 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: 7|app: 0|req: 364/823] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 779 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/824] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:20:37 2026] DELETE /v2.0/ports/692798f2-588a-4c92-9a04-e53cb8f7eb96 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:38.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d1d6e08-2b6a-473c-bd54-762d4b03f15c'] response: {'server_uuid': '0fb6bd60-5f4e-4d9a-90f9-2473107440ed', 'name': 'network-vif-deleted', 'tag': '692798f2-588a-4c92-9a04-e53cb8f7eb96', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/825] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/826] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/827] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&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: 464/828] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 465/829] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 365/830] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:38 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/831] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:38 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 367/832] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:39 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 466/833] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:38 2026] POST /v2.0/ports => generated 915 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/834] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:39 2026] GET /v2.0/networks?id=504b2f34-a2c5-49e7-9ce0-381e30348d58 => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/835] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:20:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=088e1d8b91b14d4ba30f62532146bc28 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:39.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7f1418f-fa1a-4024-b167-656fbb049add d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] TaaS: Handle Delete Port: 74d3897c-a6a7-46dc-9e94-a039188edd62 2026-08-11 12:20:39.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7f1418f-fa1a-4024-b167-656fbb049add d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Tap Mirror: Handle Delete Port: 74d3897c-a6a7-46dc-9e94-a039188edd62 [pid: 8|app: 0|req: 467/836] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:39 2026] DELETE /v2.0/ports/74d3897c-a6a7-46dc-9e94-a039188edd62 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:39.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-184223f6-82cc-4c43-91f6-2590bdca0c6d d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/837] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:39 2026] GET /v2.0/ports/74d3897c-a6a7-46dc-9e94-a039188edd62 => 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: 370/838] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:20:39 2026] POST /v2.0/ports => generated 954 bytes in 339 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: 469/839] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:39 2026] DELETE /v2.0/subnets/9dafb3d2-2698-4234-9296-e1c891554066 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:39.738 8 INFO neutron.services.segments.plugin [-] Segment 4d1a2ba1-f00a-4588-a68c-b6493f217361 resource provider aggregate not found 2026-08-11 12:20:39.750 8 INFO neutron.services.segments.plugin [-] Segment 4d1a2ba1-f00a-4588-a68c-b6493f217361 resource provider aggregate not found 2026-08-11 12:20:39.764 8 INFO neutron.services.segments.plugin [-] Segment 4d1a2ba1-f00a-4588-a68c-b6493f217361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1a2ba1-f00a-4588-a68c-b6493f217361 found for delete ", "request_id": "req-8ad787ab-024c-4df3-8284-7bb88c5a10af"}]} 2026-08-11 12:20:39.781 8 INFO neutron.services.segments.plugin [-] Segment 4d1a2ba1-f00a-4588-a68c-b6493f217361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1a2ba1-f00a-4588-a68c-b6493f217361 found for delete ", "request_id": "req-dd5a9b53-ccb0-465e-9d95-129ebd90d893"}]} [pid: 8|app: 0|req: 470/840] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:39 2026] DELETE /v2.0/networks/fd85e9e1-2972-481e-9b66-577cd3b2df1b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/841] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:20:39 2026] PUT /v2.0/ports/4651b9f0-ea87-4c4b-b078-8d194c69a336 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:40.035 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d436bc1-48e1-4d20-8c0e-4d134519c908'] response: {'name': 'network-changed', 'server_uuid': '82143980-f311-4632-90d3-e575b74e1e4c', 'tag': '4651b9f0-ea87-4c4b-b078-8d194c69a336', '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: 471/842] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:20:39 2026] POST /v2.0/ports => generated 774 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/843] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => generated 12 bytes in 22 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: 373/844] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 374/845] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/846] 10.0.0.220 () {34 vars in 736 bytes} [Tue Aug 11 12:20:40 2026] PUT /v2.0/ports/67180f82-d001-4acc-800a-269838f08fec => generated 752 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:40.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4d52f1b-dbc8-4b0a-8a12-f106551b6a64 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] TaaS: Handle Delete Port: 67180f82-d001-4acc-800a-269838f08fec 2026-08-11 12:20:40.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4d52f1b-dbc8-4b0a-8a12-f106551b6a64 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Tap Mirror: Handle Delete Port: 67180f82-d001-4acc-800a-269838f08fec [pid: 7|app: 0|req: 375/847] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/ports/67180f82-d001-4acc-800a-269838f08fec => generated 0 bytes in 250 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: 473/848] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports => generated 778 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/849] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports?tenant_id=088e1d8b91b14d4ba30f62532146bc28&device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:40.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9a6001a-0b43-4dca-b447-41e67f61b42f d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/850] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports/67180f82-d001-4acc-800a-269838f08fec => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/851] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/852] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/networks?tenant_id=088e1d8b91b14d4ba30f62532146bc28&shared=False => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/853] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/ports/a4b306f9-3665-42d9-bbbd-476a22aa144d => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:40.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a0ce2cb-d7e9-4b61-b884-f03ecbf2e6f0 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 380/854] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/ports/74d3897c-a6a7-46dc-9e94-a039188edd62 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:40.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c124703d-3a8b-43c1-a02d-d9f122664237 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/855] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/subnets/9dafb3d2-2698-4234-9296-e1c891554066 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/856] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:20:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:40.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2dfe2dd4-5a93-4e41-bb89-e7c01ef4a41c d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 382/857] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/subnets/91a7cddf-13b1-4d1a-bca2-692f74c9f89f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:20:40.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-91254e59-d674-45cd-ad9e-d09c1032d8b3 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] TaaS: Handle Delete Port: a4b306f9-3665-42d9-bbbd-476a22aa144d 2026-08-11 12:20:40.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91254e59-d674-45cd-ad9e-d09c1032d8b3 d4e9c8e1cc1942d0ad91085ea333a0dd c533cf491cae441bb5793c66d415f580 - - default default] Tap Mirror: Handle Delete Port: a4b306f9-3665-42d9-bbbd-476a22aa144d [pid: 8|app: 0|req: 476/858] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/ports/a4b306f9-3665-42d9-bbbd-476a22aa144d => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:41.081 7 INFO neutron.services.segments.plugin [-] Segment 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 resource provider aggregate not found 2026-08-11 12:20:41.093 7 INFO neutron.services.segments.plugin [-] Segment 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 resource provider aggregate not found 2026-08-11 12:20:41.098 7 INFO neutron.services.segments.plugin [-] Segment 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 found for delete ", "request_id": "req-12ed7f44-d834-48bb-9d24-64c886573d09"}]} 2026-08-11 12:20:41.115 7 INFO neutron.services.segments.plugin [-] Segment 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01b8b1b5-3aa0-49ef-bea0-98e2e0c49355 found for delete ", "request_id": "req-32937a9a-39e1-490a-bfa8-396d84f68218"}]} [pid: 7|app: 0|req: 383/859] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:40 2026] DELETE /v2.0/networks/45a2fb66-a93d-4db4-a6c0-d78cf6870aac => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/860] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/ports?device_id=0fb6bd60-5f4e-4d9a-90f9-2473107440ed => 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: 384/861] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 478/862] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/863] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/ports?tenant_id=088e1d8b91b14d4ba30f62532146bc28&device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/864] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4651b9f0-ea87-4c4b-b078-8d194c69a336 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/865] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/subnets?id=6638cfc8-fe87-4408-b9e1-334abfb1a3a5 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/866] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/ports?network_id=504b2f34-a2c5-49e7-9ce0-381e30348d58&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: 7|app: 0|req: 385/867] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/security-groups?tenant_id=c533cf491cae441bb5793c66d415f580&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/868] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?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: 484/869] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:41 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/870] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:41 2026] DELETE /v2.0/security-groups/5fce0d5e-419e-4fe3-852c-d3eb1dd2c26b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/871] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:42 2026] DELETE /v2.0/security-groups/a7537695-0cc7-46c0-8495-aa10be88ae50 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:20:42.464 7 INFO neutron.api.v2.resource [None req-819e8e78-4644-45b2-976e-1a74bc0a8b04 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/872] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:20:42 2026] GET /v2.0/security-groups/a7537695-0cc7-46c0-8495-aa10be88ae50 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/873] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:42 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/874] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:42 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:42.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-77fa202f-9773-4213-ab7b-24f5119387a5 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] TaaS: Handle Delete Port: 285e552d-22d8-4682-a229-de566d6f098b 2026-08-11 12:20:42.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77fa202f-9773-4213-ab7b-24f5119387a5 ae2d47dd61fc44608742ed154177e6d6 b7f8c02d4a934714b44626313c5c7e41 - - default default] Tap Mirror: Handle Delete Port: 285e552d-22d8-4682-a229-de566d6f098b [pid: 8|app: 0|req: 486/875] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:20:42 2026] DELETE /v2.0/floatingips/5ba8d84d-d996-4197-b973-95f577ee6e8c => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:20:43.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cc97541-6e65-4a13-9439-a03391967bcb ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 7f8150c9-6e35-4286-a408-afba759257d1 2026-08-11 12:20:43.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc97541-6e65-4a13-9439-a03391967bcb ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 7f8150c9-6e35-4286-a408-afba759257d1 [pid: 7|app: 0|req: 390/876] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:20:42 2026] PUT /v2.0/routers/a9c30143-841a-49d6-9a42-4e7d7d4acb8c/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/877] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:43 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 392/878] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:43 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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-08-11 12:20:43.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-8eec0a2d-1f2c-40d1-8656-6c573b395c29 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 1008f36a-c9d3-4c47-b08b-26e1d6910e3a 2026-08-11 12:20:43.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eec0a2d-1f2c-40d1-8656-6c573b395c29 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 1008f36a-c9d3-4c47-b08b-26e1d6910e3a 2026-08-11 12:20:44.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-8eec0a2d-1f2c-40d1-8656-6c573b395c29 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 5b2ff7c3-40b1-49e5-87fb-74db14916313 2026-08-11 12:20:44.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eec0a2d-1f2c-40d1-8656-6c573b395c29 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 5b2ff7c3-40b1-49e5-87fb-74db14916313 2026-08-11 12:20:44.429 8 INFO neutron.services.segments.plugin [-] Segment 5118259e-0c52-4a60-a888-77a16710b620 resource provider aggregate not found 2026-08-11 12:20:44.434 8 INFO neutron.services.segments.plugin [-] Segment 5118259e-0c52-4a60-a888-77a16710b620 resource provider aggregate not found 2026-08-11 12:20:44.451 8 INFO neutron.db.l3_hamode_db [None req-8eec0a2d-1f2c-40d1-8656-6c573b395c29 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network 74f1ccbe-bf1a-4b04-aaef-8b77b7b1f5c8 was deleted as no HA routers are present in tenant b7f8c02d4a934714b44626313c5c7e41. 2026-08-11 12:20:44.454 8 INFO neutron.services.segments.plugin [-] Segment 5118259e-0c52-4a60-a888-77a16710b620 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5118259e-0c52-4a60-a888-77a16710b620 found for delete ", "request_id": "req-b5f9224d-85d0-4052-89f8-2f2d172ed58e"}]} 2026-08-11 12:20:44.462 8 INFO neutron.services.segments.plugin [-] Segment 5118259e-0c52-4a60-a888-77a16710b620 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5118259e-0c52-4a60-a888-77a16710b620 found for delete ", "request_id": "req-51af9b9f-7795-4e5c-b371-8546b122e8dd"}]} [pid: 8|app: 0|req: 487/879] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:43 2026] DELETE /v2.0/routers/a9c30143-841a-49d6-9a42-4e7d7d4acb8c => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/880] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:20:44 2026] DELETE /v2.0/subnets/d44bfed7-cd78-4ac5-b57b-b371a9a3f700 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/881] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:44 2026] GET /v2.0/security-groups?tenant_id=5233a4e325b34820926eda0b8c1b4b1c&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:44.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fe2c748-efeb-40e2-b998-0e8eb6b640d4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 5de7f685-f59e-4fb2-84dc-fccb83445071 2026-08-11 12:20:44.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe2c748-efeb-40e2-b998-0e8eb6b640d4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 5de7f685-f59e-4fb2-84dc-fccb83445071 [pid: 7|app: 0|req: 394/882] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:44 2026] DELETE /v2.0/security-groups/4ebac263-6839-41d9-983b-ef8a6e33dda8 => 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: 395/883] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:44 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/884] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:20:44 2026] DELETE /v2.0/networks/6bc320c8-c497-490a-8826-d6496739ba16 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/885] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:44 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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: 490/886] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:45 2026] GET /v2.0/security-groups?tenant_id=b7f8c02d4a934714b44626313c5c7e41&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/887] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:45 2026] DELETE /v2.0/security-groups/2de438b5-6c65-40bc-89a9-495e245761c8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/888] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:46 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/889] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:46 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:46.475 8 INFO neutron.services.segments.plugin [-] Segment 4be384e7-2c3a-4b71-984e-fb878309fc1b resource provider aggregate not found 2026-08-11 12:20:46.486 8 INFO neutron.services.segments.plugin [-] Segment 4be384e7-2c3a-4b71-984e-fb878309fc1b resource provider aggregate not found 2026-08-11 12:20:46.495 8 INFO neutron.services.segments.plugin [-] Segment 4be384e7-2c3a-4b71-984e-fb878309fc1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be384e7-2c3a-4b71-984e-fb878309fc1b found for delete ", "request_id": "req-1dc2ed59-8451-471e-823e-74960a78cc11"}]} 2026-08-11 12:20:46.501 8 INFO neutron.services.segments.plugin [-] Segment 4be384e7-2c3a-4b71-984e-fb878309fc1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be384e7-2c3a-4b71-984e-fb878309fc1b found for delete ", "request_id": "req-0e6847b3-a6b7-4592-986d-1b5b146c8c4d"}]} 2026-08-11 12:20:47.036 8 INFO neutron.db.segments_db [None req-7f508756-0680-4e1b-99b5-5b1bb6d981aa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 85420abf-1ee7-469c-9cf5-49eaddb74266 of type vxlan for network bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd [pid: 8|app: 0|req: 492/890] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:20:46 2026] POST /v2.0/networks => generated 721 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/891] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:47 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/892] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:47 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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: 399/893] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:47 2026] POST /v2.0/subnets => generated 688 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:20:47.394 8 INFO neutron.db.segments_db [None req-4620589c-11c4-4c12-b1f7-d74372748ed5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 72e8b78a-9744-4f76-b172-29d82ea0f84e of type vxlan for network b853375c-4727-4482-9d87-93e7811429f7 2026-08-11 12:20:47.636 8 INFO neutron.db.l3_hamode_db [None req-4620589c-11c4-4c12-b1f7-d74372748ed5 ec6263290db04c4da58d8efad6829cb1 fbb9eeeeda334f14874b507ca1728141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:20:48.414 8 INFO neutron.db.l3_hamode_db [None req-4620589c-11c4-4c12-b1f7-d74372748ed5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 400/894] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:48 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 401/895] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:48 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/898] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:20:47 2026] POST /v2.0/routers => generated 728 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/899] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:49 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/900] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:49 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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: 498/901] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:49 2026] GET /v2.0/security-groups?tenant_id=4bdf1a218269412f8ea51a7461be7e40&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/902] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:50 2026] DELETE /v2.0/security-groups/af037ab5-a839-4d55-80bc-2660606c91cb => 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: 500/903] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:50 2026] GET /v2.0/security-groups?tenant_id=9ab9a235b64f4816a8ed43167ded89c5&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/904] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:50 2026] DELETE /v2.0/security-groups/c051f83d-d49a-4a9f-9e0d-2cb6ce8b4d11 => 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: 404/905] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:20:49 2026] PUT /v2.0/routers/eb5017a5-a79e-42bf-8772-e49e17c55bc9/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/906] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:50 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/907] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:50 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/908] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:50 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:51.380 7 INFO neutron.db.l3_db [None req-1745b4d4-fe7b-4ad0-8143-af2abe9af81f e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] Floating IP 5775d755-4aca-4e81-a83c-a72aae066349 associated. External IP: 10.96.250.208, port: 4651b9f0-ea87-4c4b-b078-8d194c69a336. [pid: 7|app: 0|req: 406/909] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:20:50 2026] PUT /v2.0/floatingips/5775d755-4aca-4e81-a83c-a72aae066349 => generated 855 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:51.797 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7993cc40-f025-4d06-9579-e8e832e1b3f8'] response: {'name': 'network-changed', 'server_uuid': '82143980-f311-4632-90d3-e575b74e1e4c', 'tag': '4651b9f0-ea87-4c4b-b078-8d194c69a336', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/910] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:51 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/911] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:51 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/912] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/ports?tenant_id=088e1d8b91b14d4ba30f62532146bc28&device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 1240 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/913] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 506/914] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/networks?id=504b2f34-a2c5-49e7-9ce0-381e30348d58 => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/915] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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: 507/916] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4651b9f0-ea87-4c4b-b078-8d194c69a336 => generated 858 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/917] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/subnets?id=6638cfc8-fe87-4408-b9e1-334abfb1a3a5 => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/918] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/ports?network_id=504b2f34-a2c5-49e7-9ce0-381e30348d58&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/919] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/920] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:20:52 2026] GET /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/921] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:20:53 2026] GET /v2.0/networks?id=bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd => generated 673 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/922] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:20:53 2026] GET /v2.0/quotas/fbb9eeeeda334f14874b507ca1728141 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/923] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:53 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/924] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:53 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/925] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:20:53 2026] GET /v2.0/ports?tenant_id=fbb9eeeeda334f14874b507ca1728141&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/926] 10.0.0.106 () {34 vars in 906 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/927] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/networks/bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/928] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/networks/bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/929] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 417/930] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/931] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/security-groups?id=6f995039-136b-4d5f-b4f9-254c5a1e33b7&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: 514/932] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:20:54.918 7 INFO neutron_taas.services.taas.taas_plugin [req-7687b447-ff15-407c-8518-53cc0227e518 req-7d6591c3-96a3-41e0-a273-237c61658f42 e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] TaaS: Handle Delete Port: 4651b9f0-ea87-4c4b-b078-8d194c69a336 2026-08-11 12:20:54.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7687b447-ff15-407c-8518-53cc0227e518 req-7d6591c3-96a3-41e0-a273-237c61658f42 e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] Tap Mirror: Handle Delete Port: 4651b9f0-ea87-4c4b-b078-8d194c69a336 2026-08-11 12:20:55.124 7 INFO neutron.db.l3_db [req-7687b447-ff15-407c-8518-53cc0227e518 req-7d6591c3-96a3-41e0-a273-237c61658f42 e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] Floating IP 5775d755-4aca-4e81-a83c-a72aae066349 disassociated. External IP: 10.96.250.208, port: 4651b9f0-ea87-4c4b-b078-8d194c69a336. [pid: 8|app: 0|req: 515/933] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:54 2026] GET /v2.0/security-groups?tenant_id=c70a419e027d489c9c9d8564a75d7d26&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/934] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:55 2026] DELETE /v2.0/security-groups/68081417-262c-42a6-ad23-8461d889245d => 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: 419/935] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:20:54 2026] DELETE /v2.0/ports/4651b9f0-ea87-4c4b-b078-8d194c69a336 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:20:55.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32438e2e-f8dd-4d75-8146-7a4a2e8125b0'] response: {'server_uuid': '82143980-f311-4632-90d3-e575b74e1e4c', 'name': 'network-vif-deleted', 'tag': '4651b9f0-ea87-4c4b-b078-8d194c69a336', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 517/936] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:55 2026] GET /v2.0/security-groups?tenant_id=4ea31610570e47ceaae546097c31d9a5&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/937] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:55 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/938] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:20:55 2026] DELETE /v2.0/security-groups/a98d52db-cabe-43dc-858b-e2d0893cabc4 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/939] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:55 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 421/940] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:56 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 520/941] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:56 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 422/942] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:57 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 521/943] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:58 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 423/944] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:20:58 2026] GET /v2.0/networks?id=bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/945] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:58 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 522/946] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:20:58 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 425/947] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:59 2026] GET /v2.0/ports?device_id=82143980-f311-4632-90d3-e575b74e1e4c => 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: 523/948] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:20:59 2026] PUT /v2.0/ports/21cb1daf-16a1-47b9-8040-b846f8df6742 => generated 1235 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:20:59.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0864e830-3b06-41b6-9c9a-9d2e3779a29c'] response: {'name': 'network-changed', 'server_uuid': 'ccc1bf60-ad83-4427-a179-114055f22aa3', 'tag': '21cb1daf-16a1-47b9-8040-b846f8df6742', '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: 426/949] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:20:59 2026] GET /v2.0/security-groups?tenant_id=190b7374ff294ae799f11bfee54f501e&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/950] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:20:59 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/951] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/952] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:00 2026] DELETE /v2.0/security-groups/f7109d39-04b5-4506-a032-34bbbf52808e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/953] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/ports?tenant_id=fbb9eeeeda334f14874b507ca1728141&device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/954] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/networks?tenant_id=fbb9eeeeda334f14874b507ca1728141&shared=False => generated 768 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/955] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/security-groups?tenant_id=4269662cd8ae48a3b213dfcc0d55db9b&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: 429/956] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/957] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:00 2026] DELETE /v2.0/security-groups/6f995039-136b-4d5f-b4f9-254c5a1e33b7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:00.452 8 INFO neutron.api.v2.resource [None req-8426e0d5-7ca3-4a8d-85ce-c6c9c97899ff e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/958] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:21:00 2026] GET /v2.0/security-groups/6f995039-136b-4d5f-b4f9-254c5a1e33b7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/959] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:00 2026] DELETE /v2.0/security-groups/658ec00a-7e24-4829-b596-602a72dcc083 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:00.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc0d5ec4-bddf-4e54-b9a7-1688f7721048 e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] TaaS: Handle Delete Port: a93d36d5-6362-4ee0-aef0-17fe4dc8bfb2 2026-08-11 12:21:00.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0d5ec4-bddf-4e54-b9a7-1688f7721048 e03da464886841b392f65d88329109ea 088e1d8b91b14d4ba30f62532146bc28 - - default default] Tap Mirror: Handle Delete Port: a93d36d5-6362-4ee0-aef0-17fe4dc8bfb2 [pid: 8|app: 0|req: 530/960] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:21:00 2026] DELETE /v2.0/floatingips/5775d755-4aca-4e81-a83c-a72aae066349 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:01.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-342229a2-82f1-4be0-80d9-98cf88fe7a05 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: c8e8c8a3-270b-4672-a397-27d8aaa82cb8 2026-08-11 12:21:01.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-342229a2-82f1-4be0-80d9-98cf88fe7a05 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: c8e8c8a3-270b-4672-a397-27d8aaa82cb8 [pid: 8|app: 0|req: 531/961] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/962] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/963] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/ports?tenant_id=fbb9eeeeda334f14874b507ca1728141&device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/964] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=21cb1daf-16a1-47b9-8040-b846f8df6742 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/965] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/subnets?id=51579ebf-5b51-4037-85e3-2b580c0c42d2 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/966] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/ports?network_id=bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/967] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/networks/bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/968] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:00 2026] PUT /v2.0/routers/7bf39bdb-c34d-4b78-b5a2-8d96d3c1928a/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/969] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:01 2026] GET /v2.0/networks/bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd?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) 2026-08-11 12:21:01.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: fb11247d-bd93-43b6-8960-e7a4032ff48a 2026-08-11 12:21:01.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: fb11247d-bd93-43b6-8960-e7a4032ff48a 2026-08-11 12:21:02.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: bcc90aff-e83e-454c-ab08-61157a3f5c0b 2026-08-11 12:21:02.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: bcc90aff-e83e-454c-ab08-61157a3f5c0b 2026-08-11 12:21:02.144 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - 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() 2026-08-11 12:21:02.397 7 INFO neutron.services.segments.plugin [-] Segment 2285c344-283c-413e-9e0e-fbc7c844e891 resource provider aggregate not found 2026-08-11 12:21:02.401 7 INFO neutron.services.segments.plugin [-] Segment 2285c344-283c-413e-9e0e-fbc7c844e891 resource provider aggregate not found 2026-08-11 12:21:02.420 7 INFO neutron.services.segments.plugin [-] Segment 2285c344-283c-413e-9e0e-fbc7c844e891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2285c344-283c-413e-9e0e-fbc7c844e891 found for delete ", "request_id": "req-ea145503-8d19-4788-bfe9-aed283eec3c4"}]} 2026-08-11 12:21:02.425 7 INFO neutron.services.segments.plugin [-] Segment 2285c344-283c-413e-9e0e-fbc7c844e891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2285c344-283c-413e-9e0e-fbc7c844e891 found for delete ", "request_id": "req-4ac9a7b3-c002-4df3-86ba-345563c687de"}]} 2026-08-11 12:21:02.437 7 INFO neutron.db.l3_hamode_db [None req-c9e73470-b102-490b-83d8-eda5633c2648 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network fd44d898-6080-44a0-a22d-c424de651397 was deleted as no HA routers are present in tenant 088e1d8b91b14d4ba30f62532146bc28. [pid: 7|app: 0|req: 432/970] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:01 2026] DELETE /v2.0/routers/7bf39bdb-c34d-4b78-b5a2-8d96d3c1928a => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/971] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:02 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:02.561 8 INFO neutron.db.segments_db [None req-eb70b0af-3dba-42d8-bbcd-fa51ad1d8911 fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment 61499c20-70c7-4413-addb-4e6bae285886 of type vxlan for network 0d8e624d-8e32-4b5e-8144-c3a653a236cd 2026-08-11 12:21:02.643 8 INFO neutron.db.segments_db [None req-eb70b0af-3dba-42d8-bbcd-fa51ad1d8911 fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment dc96c73c-58b8-4079-ae60-7e385c5d65e3 of type vxlan for network 75ad906c-aaf2-4cac-8cca-167dab7c6e44 [pid: 7|app: 0|req: 434/972] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:02 2026] DELETE /v2.0/subnets/6638cfc8-fe87-4408-b9e1-334abfb1a3a5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/973] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:02 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/974] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:02 2026] POST /v2.0/networks => generated 1207 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/975] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:21:02 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:02.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-7444853b-2698-4b0c-a136-b5ac3112f45e ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 09ad3af9-f14c-4209-b8c3-2c0719a99add 2026-08-11 12:21:02.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7444853b-2698-4b0c-a136-b5ac3112f45e ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 09ad3af9-f14c-4209-b8c3-2c0719a99add 2026-08-11 12:21:02.963 8 INFO neutron.services.segments.plugin [-] Segment 61499c20-70c7-4413-addb-4e6bae285886 resource provider aggregate not found 2026-08-11 12:21:02.977 8 INFO neutron.services.segments.plugin [-] Segment 61499c20-70c7-4413-addb-4e6bae285886 resource provider aggregate not found 2026-08-11 12:21:02.987 8 INFO neutron.services.segments.plugin [-] Segment 61499c20-70c7-4413-addb-4e6bae285886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61499c20-70c7-4413-addb-4e6bae285886 found for delete ", "request_id": "req-9cf85ddf-d795-4fde-81fb-375676e299ad"}]} [pid: 8|app: 0|req: 541/976] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:02 2026] DELETE /v2.0/networks/0d8e624d-8e32-4b5e-8144-c3a653a236cd => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:03.005 8 INFO neutron.services.segments.plugin [-] Segment 61499c20-70c7-4413-addb-4e6bae285886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61499c20-70c7-4413-addb-4e6bae285886 found for delete ", "request_id": "req-951262a3-e275-474c-9b5b-db515ee9ba77"}]} [pid: 7|app: 0|req: 436/977] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:02 2026] DELETE /v2.0/networks/504b2f34-a2c5-49e7-9ce0-381e30348d58 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/978] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:03 2026] DELETE /v2.0/networks/75ad906c-aaf2-4cac-8cca-167dab7c6e44 => 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: 437/979] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:21:03 2026] GET /v2.0/networks => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/980] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:03 2026] GET /v2.0/security-groups?tenant_id=088e1d8b91b14d4ba30f62532146bc28&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:03.284 8 INFO neutron.db.segments_db [None req-1d231316-74ad-43e3-9d5e-76ee6db3feba fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment 84282b2d-961c-4c50-8a47-ee51ed72c107 of type vxlan for network 9c200dd5-bd84-421d-99d8-590bff96cd4c [pid: 7|app: 0|req: 439/981] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:03 2026] DELETE /v2.0/security-groups/d5ecb70e-fc3b-470a-b202-73b6c02bf8a1 => 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: 543/982] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:03 2026] POST /v2.0/networks => generated 634 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:03.443 7 INFO neutron.db.segments_db [None req-023b59cb-787c-4e52-ba98-d4fd42398a66 fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment 6fbf946f-ea93-4fae-9ada-7d896d44a43d of type vxlan for network ae240cc9-b53c-4d2c-afa8-faeae2ba4b36 [pid: 7|app: 0|req: 440/983] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:03 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/984] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:03 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/985] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:03 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&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: 544/988] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:21:03 2026] POST /v2.0/ports => generated 1506 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/989] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:21:04 2026] GET /v2.0/ports => generated 1506 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:21:04.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-ced0bdac-6730-4c97-89df-a0f842d8244f fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] TaaS: Handle Delete Port: a967e902-bc40-4ed8-9064-7500c2d6cc4d 2026-08-11 12:21:04.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ced0bdac-6730-4c97-89df-a0f842d8244f fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Tap Mirror: Handle Delete Port: a967e902-bc40-4ed8-9064-7500c2d6cc4d [pid: 8|app: 0|req: 545/990] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:04 2026] DELETE /v2.0/ports/a967e902-bc40-4ed8-9064-7500c2d6cc4d => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:04.446 7 INFO neutron.services.segments.plugin [-] Segment 6a42b4e2-de3f-4a90-b34f-6b1d91366467 resource provider aggregate not found 2026-08-11 12:21:04.463 7 INFO neutron.services.segments.plugin [-] Segment 6a42b4e2-de3f-4a90-b34f-6b1d91366467 resource provider aggregate not found 2026-08-11 12:21:04.472 7 INFO neutron.services.segments.plugin [-] Segment 6a42b4e2-de3f-4a90-b34f-6b1d91366467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a42b4e2-de3f-4a90-b34f-6b1d91366467 found for delete ", "request_id": "req-e193e6d1-64e7-40d3-a9c6-5a23731708a7"}]} 2026-08-11 12:21:04.483 7 INFO neutron.services.segments.plugin [-] Segment 6a42b4e2-de3f-4a90-b34f-6b1d91366467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a42b4e2-de3f-4a90-b34f-6b1d91366467 found for delete ", "request_id": "req-af44e575-6eb5-40d5-a5a3-f8823452c66b"}]} 2026-08-11 12:21:04.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-08c442a8-0c41-415e-893a-b07418be994b fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] TaaS: Handle Delete Port: 408b83b4-017c-443c-9850-b4fb8fe88bca 2026-08-11 12:21:04.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c442a8-0c41-415e-893a-b07418be994b fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Tap Mirror: Handle Delete Port: 408b83b4-017c-443c-9850-b4fb8fe88bca [pid: 7|app: 0|req: 446/991] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:04 2026] DELETE /v2.0/ports/408b83b4-017c-443c-9850-b4fb8fe88bca => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/992] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:21:04 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:04.746 7 INFO neutron.db.segments_db [None req-4050d115-0796-4a77-ad85-1a3934336cee fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment 02630fe9-a8f0-466a-a6c5-955087aa38a7 of type vxlan for network abde0495-c9ee-4949-8d9e-9f93cbaadcb1 [pid: 7|app: 0|req: 447/993] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:04 2026] POST /v2.0/networks => generated 634 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:04.870 8 INFO neutron.db.segments_db [None req-932b03db-f50b-4415-ba28-2356e7cc44e8 fe4e7b8e662c47c0ae4f60b398b6928f 1e8ba16120274df99149951bc29a4333 - - default default] Added segment 85a0a34b-6cef-4daa-83e1-5397685a6145 of type vxlan for network a34b4633-9215-4c6b-99f3-2d843b032cdf [pid: 8|app: 0|req: 547/994] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:04 2026] POST /v2.0/networks => generated 635 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/995] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:04 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:05.011 8 INFO neutron.services.segments.plugin [-] Segment dc96c73c-58b8-4079-ae60-7e385c5d65e3 resource provider aggregate not found [pid: 8|app: 0|req: 548/996] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:04 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:05.029 8 INFO neutron.services.segments.plugin [-] Segment dc96c73c-58b8-4079-ae60-7e385c5d65e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc96c73c-58b8-4079-ae60-7e385c5d65e3 found for delete ", "request_id": "req-4587ad29-39ce-417f-9301-4a797f80b8e4"}]} 2026-08-11 12:21:05.038 8 INFO neutron.services.segments.plugin [-] Segment dc96c73c-58b8-4079-ae60-7e385c5d65e3 resource provider aggregate not found 2026-08-11 12:21:05.050 8 INFO neutron.services.segments.plugin [-] Segment dc96c73c-58b8-4079-ae60-7e385c5d65e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc96c73c-58b8-4079-ae60-7e385c5d65e3 found for delete ", "request_id": "req-fc381356-2d67-478b-9c5b-8806809f50f3"}]} [pid: 7|app: 0|req: 449/997] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:05 2026] POST /v2.0/subnets => generated 1322 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/998] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:21:05 2026] GET /v2.0/subnets => generated 1958 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/999] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:06 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1000] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:06 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/1001] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/subnets/6eb5631a-7085-4266-b1c3-99a6a0e26dd1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1002] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/subnets/99d18f3a-d588-478b-beb3-6bc15893b3be => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/1003] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:21:06 2026] GET /v2.0/subnets => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1004] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/networks/a34b4633-9215-4c6b-99f3-2d843b032cdf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:06.719 7 INFO neutron.services.segments.plugin [-] Segment 02630fe9-a8f0-466a-a6c5-955087aa38a7 resource provider aggregate not found 2026-08-11 12:21:06.724 7 INFO neutron.services.segments.plugin [-] Segment 02630fe9-a8f0-466a-a6c5-955087aa38a7 resource provider aggregate not found 2026-08-11 12:21:06.741 7 INFO neutron.services.segments.plugin [-] Segment 02630fe9-a8f0-466a-a6c5-955087aa38a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02630fe9-a8f0-466a-a6c5-955087aa38a7 found for delete ", "request_id": "req-c89109d0-f36d-4297-9c60-0579ef16ceda"}]} 2026-08-11 12:21:06.742 7 INFO neutron.services.segments.plugin [-] Segment 02630fe9-a8f0-466a-a6c5-955087aa38a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02630fe9-a8f0-466a-a6c5-955087aa38a7 found for delete ", "request_id": "req-5676f250-8383-40ce-9747-0f182f5e0bb6"}]} [pid: 7|app: 0|req: 452/1005] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/networks/abde0495-c9ee-4949-8d9e-9f93cbaadcb1 => 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: 554/1006] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/networks/ae240cc9-b53c-4d2c-afa8-faeae2ba4b36 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/1007] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:06 2026] DELETE /v2.0/networks/9c200dd5-bd84-421d-99d8-590bff96cd4c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:07.048 8 INFO neutron.services.segments.plugin [-] Segment 85a0a34b-6cef-4daa-83e1-5397685a6145 resource provider aggregate not found 2026-08-11 12:21:07.067 8 INFO neutron.services.segments.plugin [-] Segment 85a0a34b-6cef-4daa-83e1-5397685a6145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85a0a34b-6cef-4daa-83e1-5397685a6145 found for delete ", "request_id": "req-c7d47abb-d503-4fa7-b4a0-35f7a8e89edd"}]} 2026-08-11 12:21:07.072 8 INFO neutron.services.segments.plugin [-] Segment 85a0a34b-6cef-4daa-83e1-5397685a6145 resource provider aggregate not found 2026-08-11 12:21:07.089 8 INFO neutron.services.segments.plugin [-] Segment 85a0a34b-6cef-4daa-83e1-5397685a6145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85a0a34b-6cef-4daa-83e1-5397685a6145 found for delete ", "request_id": "req-4d651ee3-0636-4af4-89c1-4c3f0d8574b7"}]} 2026-08-11 12:21:07.095 8 INFO neutron.services.segments.plugin [-] Segment 6fbf946f-ea93-4fae-9ada-7d896d44a43d resource provider aggregate not found 2026-08-11 12:21:07.111 8 INFO neutron.services.segments.plugin [-] Segment 6fbf946f-ea93-4fae-9ada-7d896d44a43d resource provider aggregate not found 2026-08-11 12:21:07.116 8 INFO neutron.services.segments.plugin [-] Segment 6fbf946f-ea93-4fae-9ada-7d896d44a43d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fbf946f-ea93-4fae-9ada-7d896d44a43d found for delete ", "request_id": "req-90b439a2-3bc0-4bd7-a381-f0a5d590a654"}]} 2026-08-11 12:21:07.127 8 INFO neutron.services.segments.plugin [-] Segment 6fbf946f-ea93-4fae-9ada-7d896d44a43d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fbf946f-ea93-4fae-9ada-7d896d44a43d found for delete ", "request_id": "req-31a39f55-1953-47f9-a61d-be73394bf7db"}]} [pid: 8|app: 0|req: 555/1008] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:07 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1009] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:07 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/1010] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:07 2026] GET /v2.0/security-groups?tenant_id=1e8ba16120274df99149951bc29a4333&name=default => generated 2925 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1011] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:08 2026] DELETE /v2.0/security-groups/01ca9633-653a-4c67-aa9c-c848f35bf753 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:08.763 7 INFO neutron.services.segments.plugin [-] Segment 84282b2d-961c-4c50-8a47-ee51ed72c107 resource provider aggregate not found 2026-08-11 12:21:08.768 7 INFO neutron.services.segments.plugin [-] Segment 84282b2d-961c-4c50-8a47-ee51ed72c107 resource provider aggregate not found 2026-08-11 12:21:08.784 7 INFO neutron.services.segments.plugin [-] Segment 84282b2d-961c-4c50-8a47-ee51ed72c107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84282b2d-961c-4c50-8a47-ee51ed72c107 found for delete ", "request_id": "req-0f495ca3-6a13-4940-adfc-653ef39065fe"}]} 2026-08-11 12:21:08.786 7 INFO neutron.services.segments.plugin [-] Segment 84282b2d-961c-4c50-8a47-ee51ed72c107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84282b2d-961c-4c50-8a47-ee51ed72c107 found for delete ", "request_id": "req-bd5c31d7-fbc7-4f3e-ae18-62d4f7b8dd29"}]} [pid: 7|app: 0|req: 455/1012] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:08 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1013] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:08 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/1014] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:09 2026] GET /v2.0/security-groups?tenant_id=410f1577c1754a0397c9154328c43090&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1015] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:09 2026] DELETE /v2.0/security-groups/0e3a02fa-5d56-4152-aa21-b2dc00de16c7 => 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: 457/1016] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:09 2026] GET /v2.0/security-groups?tenant_id=79b8f879399a49da969995e47845a899&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1017] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:09 2026] DELETE /v2.0/security-groups/906d84e5-a82c-43c2-8f8a-c49e2248d0c8 => 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: 458/1018] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:09 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1019] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:10 2026] GET /v2.0/security-groups?id=770ac325-f80c-441d-9f03-2c46cdb80909&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1020] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:21:10 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:10.209 8 INFO neutron_taas.services.taas.taas_plugin [req-14f0cbc3-49ca-490d-96f3-dbee4bb60687 req-d6e705cf-d8a6-4a2f-961f-8955da078c61 5364c7cc90fd4e36bb0f57f8fd890e65 fbb9eeeeda334f14874b507ca1728141 - - default default] TaaS: Handle Delete Port: 21cb1daf-16a1-47b9-8040-b846f8df6742 2026-08-11 12:21:10.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-14f0cbc3-49ca-490d-96f3-dbee4bb60687 req-d6e705cf-d8a6-4a2f-961f-8955da078c61 5364c7cc90fd4e36bb0f57f8fd890e65 fbb9eeeeda334f14874b507ca1728141 - - default default] Tap Mirror: Handle Delete Port: 21cb1daf-16a1-47b9-8040-b846f8df6742 [pid: 8|app: 0|req: 562/1021] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:21:10 2026] DELETE /v2.0/ports/21cb1daf-16a1-47b9-8040-b846f8df6742 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:10.434 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1984e0e-d138-45bf-997a-1d0ed0d3c7fa'] response: {'server_uuid': 'ccc1bf60-ad83-4427-a179-114055f22aa3', 'name': 'network-vif-deleted', 'tag': '21cb1daf-16a1-47b9-8040-b846f8df6742', 'status': 'completed', 'code': 200} 2026-08-11 12:21:10.474 7 INFO neutron.db.segments_db [None req-e0c5011e-b2fc-4454-984a-f16da803bdc3 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment 2d47434d-7fe5-43f4-85d5-7ad8f0980500 of type vxlan for network 92778c8b-f3ae-4bf4-a1b9-eacf961e6b2c [pid: 7|app: 0|req: 460/1022] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:10 2026] POST /v2.0/networks => generated 615 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:10.623 8 INFO neutron.db.segments_db [None req-38f38b5d-736a-4225-b3c7-b80640455b35 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment c22c3444-95f3-41f0-9709-9c2b2a74d295 of type vxlan for network 9557316a-1a8f-4c02-9d88-f0dcb0984bb8 [pid: 8|app: 0|req: 563/1023] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:10 2026] POST /v2.0/networks => generated 615 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1024] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:10 2026] POST /v2.0/subnets => generated 646 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1025] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:11 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 564/1026] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:10 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:11.237 7 INFO neutron.db.segments_db [None req-6932b8cd-be30-4a50-bd35-9798754661c2 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment d9ac3be0-a22d-4c45-9b41-523d8652469c of type vxlan for network 7b532ed1-c6ae-453e-ae55-33e8bd15d341 2026-08-11 12:21:11.536 7 INFO neutron.db.l3_hamode_db [None req-6932b8cd-be30-4a50-bd35-9798754661c2 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:21:11.672 7 INFO neutron.db.l3_hamode_db [None req-6932b8cd-be30-4a50-bd35-9798754661c2 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 463/1027] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:11 2026] POST /v2.0/routers => generated 509 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1028] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:12 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1029] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:12 2026] PUT /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1030] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:13 2026] GET /v2.0/ports?device_id=ccc1bf60-ad83-4427-a179-114055f22aa3 => 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: 566/1031] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:21:13 2026] GET /v2.0/ports/dceab11e-989e-4ed6-a01f-783c85d33ba0 => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1032] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:13 2026] PUT /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec/add_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1033] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:21:14 2026] GET /v2.0/ports/9f93fc1f-4f0b-4cda-afcd-d25a15dc000f => generated 967 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:14.814 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dae4d09-f741-4e78-9146-fd212c1bf132 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: 9f93fc1f-4f0b-4cda-afcd-d25a15dc000f 2026-08-11 12:21:14.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dae4d09-f741-4e78-9146-fd212c1bf132 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: 9f93fc1f-4f0b-4cda-afcd-d25a15dc000f [pid: 8|app: 0|req: 568/1034] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:14 2026] GET /v2.0/security-groups?tenant_id=d64adf939d864f6884ac049725bf6109&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: 569/1035] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:15 2026] DELETE /v2.0/security-groups/49b7d6cb-4a0f-4a49-b012-e052e32e5ddf => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1036] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:14 2026] PUT /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec/remove_router_interface => generated 309 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1037] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:21:15 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1240 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:15.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5c6ce73-2e30-41dd-beb3-fc2916afbdc3 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: dceab11e-989e-4ed6-a01f-783c85d33ba0 [pid: 8|app: 0|req: 571/1038] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:15 2026] GET /v2.0/security-groups?tenant_id=d3fa757694924e178742b7b3e7e1b43d&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:15.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5c6ce73-2e30-41dd-beb3-fc2916afbdc3 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: dceab11e-989e-4ed6-a01f-783c85d33ba0 [pid: 7|app: 0|req: 468/1039] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:15 2026] PUT /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec/remove_router_interface => generated 309 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1040] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:15 2026] DELETE /v2.0/security-groups/e8ea338a-d6cf-4918-80aa-1a9fe13914ec => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1041] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:21:15 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1042] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:16 2026] GET /v2.0/ports?device_id=b72de677-8528-478c-9092-c5e647219eec => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:16.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-49f6954b-d416-4e63-beae-41d1d24c0349 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: 8eb57aec-9ea2-47e0-b505-851baa6337a5 2026-08-11 12:21:16.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49f6954b-d416-4e63-beae-41d1d24c0349 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: 8eb57aec-9ea2-47e0-b505-851baa6337a5 2026-08-11 12:21:16.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fb55e80-1af2-4131-a08d-ba6f02f72333 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 55536474-d7f9-4bb5-b587-e02b37213dc1 2026-08-11 12:21:16.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fb55e80-1af2-4131-a08d-ba6f02f72333 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 55536474-d7f9-4bb5-b587-e02b37213dc1 2026-08-11 12:21:16.735 8 INFO neutron.services.segments.plugin [-] Segment d9ac3be0-a22d-4c45-9b41-523d8652469c resource provider aggregate not found 2026-08-11 12:21:16.747 8 INFO neutron.services.segments.plugin [-] Segment d9ac3be0-a22d-4c45-9b41-523d8652469c resource provider aggregate not found 2026-08-11 12:21:16.755 8 INFO neutron.services.segments.plugin [-] Segment d9ac3be0-a22d-4c45-9b41-523d8652469c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9ac3be0-a22d-4c45-9b41-523d8652469c found for delete ", "request_id": "req-7febb190-00b8-4c43-8aa2-b9440e5a1814"}]} 2026-08-11 12:21:16.772 8 INFO neutron.services.segments.plugin [-] Segment d9ac3be0-a22d-4c45-9b41-523d8652469c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9ac3be0-a22d-4c45-9b41-523d8652469c found for delete ", "request_id": "req-73d4ab08-ec34-4bb4-8ba4-ba9fcf46da7a"}]} 2026-08-11 12:21:16.775 8 INFO neutron.db.l3_hamode_db [None req-49f6954b-d416-4e63-beae-41d1d24c0349 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] HA network 7b532ed1-c6ae-453e-ae55-33e8bd15d341 was deleted as no HA routers are present in tenant a83199b26f2f455a9a4c6b1074b961e4. [pid: 8|app: 0|req: 574/1043] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:16 2026] DELETE /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1044] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:16 2026] DELETE /v2.0/subnets/44b48829-88f8-416c-a3d3-cef4cc0c9ee5 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1045] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:16 2026] PUT /v2.0/routers/eb5017a5-a79e-42bf-8772-e49e17c55bc9/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1046] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:16 2026] DELETE /v2.0/subnets/9e25d45c-c2c6-451f-a997-39eeb4c5c84a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:17.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdc8e907-b0b9-4c4b-a351-0202267c4a58 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 73639834-24dc-4401-b6fa-c0826fd778d2 2026-08-11 12:21:17.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc8e907-b0b9-4c4b-a351-0202267c4a58 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 73639834-24dc-4401-b6fa-c0826fd778d2 2026-08-11 12:21:17.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-5efe8171-e6cf-41db-89dd-a782d44eeccb 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: ed3894c7-ccf8-48e6-bbca-3e5ce8782f5d 2026-08-11 12:21:17.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5efe8171-e6cf-41db-89dd-a782d44eeccb 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: ed3894c7-ccf8-48e6-bbca-3e5ce8782f5d 2026-08-11 12:21:17.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdc8e907-b0b9-4c4b-a351-0202267c4a58 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: bfc26358-eefb-4d5e-9bfa-8bf29ae24692 2026-08-11 12:21:17.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc8e907-b0b9-4c4b-a351-0202267c4a58 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: bfc26358-eefb-4d5e-9bfa-8bf29ae24692 [pid: 8|app: 0|req: 577/1047] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:17 2026] DELETE /v2.0/networks/9557316a-1a8f-4c02-9d88-f0dcb0984bb8 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1048] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:17 2026] DELETE /v2.0/networks/92778c8b-f3ae-4bf4-a1b9-eacf961e6b2c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:17.603 8 INFO neutron.db.segments_db [None req-00891fb2-5204-4347-aefb-3d713f1742d6 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment 010cf94b-2f49-4137-beda-9a9e1ee39870 of type vxlan for network 5c08841d-16aa-4b63-bdfb-6b5fb29c6b93 [pid: 8|app: 0|req: 579/1049] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:17 2026] POST /v2.0/networks => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:17.775 7 INFO neutron.services.segments.plugin [-] Segment 72e8b78a-9744-4f76-b172-29d82ea0f84e resource provider aggregate not found 2026-08-11 12:21:17.783 7 INFO neutron.services.segments.plugin [-] Segment 72e8b78a-9744-4f76-b172-29d82ea0f84e resource provider aggregate not found 2026-08-11 12:21:17.802 7 INFO neutron.services.segments.plugin [-] Segment 72e8b78a-9744-4f76-b172-29d82ea0f84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e8b78a-9744-4f76-b172-29d82ea0f84e found for delete ", "request_id": "req-606d4786-9a63-4a86-855a-f7181219f2a6"}]} 2026-08-11 12:21:17.803 7 INFO neutron.db.l3_hamode_db [None req-fdc8e907-b0b9-4c4b-a351-0202267c4a58 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network b853375c-4727-4482-9d87-93e7811429f7 was deleted as no HA routers are present in tenant fbb9eeeeda334f14874b507ca1728141. 2026-08-11 12:21:17.808 7 INFO neutron.services.segments.plugin [-] Segment 72e8b78a-9744-4f76-b172-29d82ea0f84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e8b78a-9744-4f76-b172-29d82ea0f84e found for delete ", "request_id": "req-9c4700cd-999f-4194-b09b-d9bc889bb7f2"}]} [pid: 7|app: 0|req: 471/1050] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:16 2026] DELETE /v2.0/routers/eb5017a5-a79e-42bf-8772-e49e17c55bc9 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1051] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:17 2026] DELETE /v2.0/subnets/51579ebf-5b51-4037-85e3-2b580c0c42d2 => 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: 580/1052] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:17 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:18.073 8 INFO neutron.db.segments_db [None req-505e3f45-669f-4fe9-bce6-b1cc7f11d574 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment 2cffabca-969a-4a4f-83a9-f96de9cc061b of type vxlan for network 100f3f02-83cc-401c-b2f1-6eb42c060ffd 2026-08-11 12:21:18.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fd3c3b7-fcdd-4cb6-b07c-326000a4336f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 33b3fa6d-7c85-467b-a4f6-9ed4c46cbb34 2026-08-11 12:21:18.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd3c3b7-fcdd-4cb6-b07c-326000a4336f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 33b3fa6d-7c85-467b-a4f6-9ed4c46cbb34 [pid: 7|app: 0|req: 473/1053] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:17 2026] DELETE /v2.0/networks/bae0c7cb-e7ae-4740-a5a8-9e00d9577ccd => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:18.365 8 INFO neutron.db.l3_hamode_db [None req-505e3f45-669f-4fe9-bce6-b1cc7f11d574 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 474/1054] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:18 2026] GET /v2.0/security-groups?tenant_id=fbb9eeeeda334f14874b507ca1728141&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:18.500 8 INFO neutron.db.l3_hamode_db [None req-505e3f45-669f-4fe9-bce6-b1cc7f11d574 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 475/1055] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:18 2026] DELETE /v2.0/security-groups/770ac325-f80c-441d-9f03-2c46cdb80909 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:18.779 8 INFO neutron.services.segments.plugin [-] Segment c22c3444-95f3-41f0-9709-9c2b2a74d295 resource provider aggregate not found 2026-08-11 12:21:18.795 8 INFO neutron.services.segments.plugin [-] Segment c22c3444-95f3-41f0-9709-9c2b2a74d295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22c3444-95f3-41f0-9709-9c2b2a74d295 found for delete ", "request_id": "req-db3464a7-4967-428d-8083-149416ac9acc"}]} 2026-08-11 12:21:18.800 8 INFO neutron.services.segments.plugin [-] Segment c22c3444-95f3-41f0-9709-9c2b2a74d295 resource provider aggregate not found 2026-08-11 12:21:18.813 8 INFO neutron.services.segments.plugin [-] Segment 2d47434d-7fe5-43f4-85d5-7ad8f0980500 resource provider aggregate not found 2026-08-11 12:21:18.818 8 INFO neutron.services.segments.plugin [-] Segment c22c3444-95f3-41f0-9709-9c2b2a74d295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22c3444-95f3-41f0-9709-9c2b2a74d295 found for delete ", "request_id": "req-835763ed-6256-407c-9889-d03ea452587e"}]} 2026-08-11 12:21:18.849 8 INFO neutron.services.segments.plugin [-] Segment 2d47434d-7fe5-43f4-85d5-7ad8f0980500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d47434d-7fe5-43f4-85d5-7ad8f0980500 found for delete ", "request_id": "req-cdb25b0c-85b8-4beb-9852-f95cc9a48e5b"}]} 2026-08-11 12:21:18.850 8 INFO neutron.services.segments.plugin [-] Segment 2d47434d-7fe5-43f4-85d5-7ad8f0980500 resource provider aggregate not found 2026-08-11 12:21:18.868 8 INFO neutron.services.segments.plugin [-] Segment 2d47434d-7fe5-43f4-85d5-7ad8f0980500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d47434d-7fe5-43f4-85d5-7ad8f0980500 found for delete ", "request_id": "req-155bdca7-a1a6-4591-89c2-707a70dfde7e"}]} [pid: 8|app: 0|req: 581/1058] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:17 2026] POST /v2.0/routers => generated 511 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1059] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:21:19 2026] POST /v2.0/ports => generated 964 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:19.826 7 INFO neutron.services.segments.plugin [-] Segment 85420abf-1ee7-469c-9cf5-49eaddb74266 resource provider aggregate not found 2026-08-11 12:21:19.833 7 INFO neutron.services.segments.plugin [-] Segment 85420abf-1ee7-469c-9cf5-49eaddb74266 resource provider aggregate not found 2026-08-11 12:21:19.847 7 INFO neutron.services.segments.plugin [-] Segment 85420abf-1ee7-469c-9cf5-49eaddb74266 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85420abf-1ee7-469c-9cf5-49eaddb74266 found for delete ", "request_id": "req-26bb5249-7d07-4e45-9c55-03899ca3fdb6"}]} 2026-08-11 12:21:19.849 7 INFO neutron.services.segments.plugin [-] Segment 85420abf-1ee7-469c-9cf5-49eaddb74266 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85420abf-1ee7-469c-9cf5-49eaddb74266 found for delete ", "request_id": "req-1428d431-35be-442c-b9e8-09271a606a88"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 582/1060] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:19 2026] PUT /v2.0/routers/1b614330-9682-42b7-9bf1-edd79ef7b1e1/add_router_interface => generated 309 bytes in 971 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: 583/1061] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:21:20 2026] GET /v2.0/ports/4d34f4b6-1717-44e4-9474-328d520e9703 => generated 1038 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1062] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:20 2026] GET /v2.0/security-groups?tenant_id=d300a8aa856f4f2d9c0ad5b4b976ca4b&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1063] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:20 2026] DELETE /v2.0/security-groups/13de11e4-8320-48a3-bb3c-67a9b6643f7e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:20.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9036ddc-75fb-4e4c-a962-df8768d9b34e 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: 4d34f4b6-1717-44e4-9474-328d520e9703 2026-08-11 12:21:20.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9036ddc-75fb-4e4c-a962-df8768d9b34e 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: 4d34f4b6-1717-44e4-9474-328d520e9703 [pid: 7|app: 0|req: 481/1064] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:20 2026] GET /v2.0/security-groups?tenant_id=69b4498882ef498e96e27bc2d5fffa23&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1065] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:20 2026] DELETE /v2.0/security-groups/6f14c81c-9f6d-4105-9320-9c4c5b9c4fd4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1066] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:20 2026] PUT /v2.0/routers/1b614330-9682-42b7-9bf1-edd79ef7b1e1/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:21.401 7 INFO neutron.api.v2.resource [None req-c48dee8b-7f49-4519-9216-cc4adfab2f86 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/1067] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:21 2026] PUT /v2.0/routers/1b614330-9682-42b7-9bf1-edd79ef7b1e1/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 585/1068] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:21 2026] GET /v2.0/ports?device_id=1b614330-9682-42b7-9bf1-edd79ef7b1e1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:22.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa10c714-433d-48c8-91ad-f984beb82468 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: 715161de-0413-451b-9ed7-f01a08158859 2026-08-11 12:21:22.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa10c714-433d-48c8-91ad-f984beb82468 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: 715161de-0413-451b-9ed7-f01a08158859 2026-08-11 12:21:22.405 7 INFO neutron.services.segments.plugin [-] Segment 2cffabca-969a-4a4f-83a9-f96de9cc061b resource provider aggregate not found 2026-08-11 12:21:22.409 7 INFO neutron.services.segments.plugin [-] Segment 2cffabca-969a-4a4f-83a9-f96de9cc061b resource provider aggregate not found 2026-08-11 12:21:22.434 7 INFO neutron.services.segments.plugin [-] Segment 2cffabca-969a-4a4f-83a9-f96de9cc061b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cffabca-969a-4a4f-83a9-f96de9cc061b found for delete ", "request_id": "req-7f514671-cc33-49ec-ab19-edd89c1e868c"}]} 2026-08-11 12:21:22.434 7 INFO neutron.services.segments.plugin [-] Segment 2cffabca-969a-4a4f-83a9-f96de9cc061b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cffabca-969a-4a4f-83a9-f96de9cc061b found for delete ", "request_id": "req-4f96f0be-4511-45db-b728-1ed0d4af4183"}]} 2026-08-11 12:21:22.446 7 INFO neutron.db.l3_hamode_db [None req-aa10c714-433d-48c8-91ad-f984beb82468 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] HA network 100f3f02-83cc-401c-b2f1-6eb42c060ffd was deleted as no HA routers are present in tenant a83199b26f2f455a9a4c6b1074b961e4. [pid: 7|app: 0|req: 484/1069] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:21 2026] DELETE /v2.0/routers/1b614330-9682-42b7-9bf1-edd79ef7b1e1 => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1070] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:22 2026] DELETE /v2.0/subnets/f79b40bf-8cfe-4b72-ac89-ee872e59ad97 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:22.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a4ee671-33a4-47c1-a24f-35e91a5897ce 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: f1899d1e-b783-4823-aba8-3f164102c789 2026-08-11 12:21:22.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a4ee671-33a4-47c1-a24f-35e91a5897ce 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: f1899d1e-b783-4823-aba8-3f164102c789 [pid: 7|app: 0|req: 485/1071] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:22 2026] DELETE /v2.0/networks/5c08841d-16aa-4b63-bdfb-6b5fb29c6b93 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:23.109 8 INFO neutron.db.segments_db [None req-fb527788-3a82-4130-9467-804f026607c3 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment d402199a-f52b-4cbf-ac76-9aeeed0043f6 of type vxlan for network 104a3068-f949-4cce-a8c5-090fc664d68f [pid: 8|app: 0|req: 587/1072] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:23 2026] POST /v2.0/networks => generated 615 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1073] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:23 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:23.554 8 INFO neutron.db.segments_db [None req-790e878c-376f-4771-b228-1b4f40f98c8a 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment a6fe342b-67df-4699-9a0a-6d1f6771895a of type vxlan for network 3dbc2fca-ebd2-4422-b6b8-a7acdd020819 2026-08-11 12:21:23.851 8 INFO neutron.db.l3_hamode_db [None req-790e878c-376f-4771-b228-1b4f40f98c8a 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:21:23.970 8 INFO neutron.db.l3_hamode_db [None req-790e878c-376f-4771-b228-1b4f40f98c8a 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:21:24.453 7 INFO neutron.services.segments.plugin [-] Segment 010cf94b-2f49-4137-beda-9a9e1ee39870 resource provider aggregate not found 2026-08-11 12:21:24.466 7 INFO neutron.services.segments.plugin [-] Segment 010cf94b-2f49-4137-beda-9a9e1ee39870 resource provider aggregate not found 2026-08-11 12:21:24.472 7 INFO neutron.services.segments.plugin [-] Segment 010cf94b-2f49-4137-beda-9a9e1ee39870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 010cf94b-2f49-4137-beda-9a9e1ee39870 found for delete ", "request_id": "req-5a83e5b8-3568-4fc4-b141-399a2553588d"}]} 2026-08-11 12:21:24.488 7 INFO neutron.services.segments.plugin [-] Segment 010cf94b-2f49-4137-beda-9a9e1ee39870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 010cf94b-2f49-4137-beda-9a9e1ee39870 found for delete ", "request_id": "req-f6402a1e-3fa5-4dea-87ac-66176b3a6e38"}]} [pid: 8|app: 0|req: 588/1074] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:23 2026] POST /v2.0/routers => generated 510 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1075] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:24 2026] PUT /v2.0/routers/2f237fc3-33c6-4d38-9d16-e65954c1478d/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1076] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:21:25 2026] GET /v2.0/ports/a66ed9ed-1b54-4dd2-8922-e0bd56d7b210 => generated 959 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:26.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2038928-db74-4af2-8799-28e76cdaf619 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: a66ed9ed-1b54-4dd2-8922-e0bd56d7b210 2026-08-11 12:21:26.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2038928-db74-4af2-8799-28e76cdaf619 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: a66ed9ed-1b54-4dd2-8922-e0bd56d7b210 [pid: 7|app: 0|req: 488/1077] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:25 2026] PUT /v2.0/routers/2f237fc3-33c6-4d38-9d16-e65954c1478d/remove_router_interface => generated 309 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1078] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:26 2026] GET /v2.0/ports?device_id=2f237fc3-33c6-4d38-9d16-e65954c1478d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:26.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffa8a976-b4d2-4d37-bf73-3b336ecfdb45 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: bc5f20a9-0194-4094-8d79-7ed22ef62cdb 2026-08-11 12:21:26.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffa8a976-b4d2-4d37-bf73-3b336ecfdb45 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: bc5f20a9-0194-4094-8d79-7ed22ef62cdb 2026-08-11 12:21:26.949 7 INFO neutron.services.segments.plugin [-] Segment a6fe342b-67df-4699-9a0a-6d1f6771895a resource provider aggregate not found 2026-08-11 12:21:26.953 7 INFO neutron.services.segments.plugin [-] Segment a6fe342b-67df-4699-9a0a-6d1f6771895a resource provider aggregate not found 2026-08-11 12:21:26.967 7 INFO neutron.services.segments.plugin [-] Segment a6fe342b-67df-4699-9a0a-6d1f6771895a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fe342b-67df-4699-9a0a-6d1f6771895a found for delete ", "request_id": "req-b95bb060-288b-4d91-ab05-91c6f27fb65c"}]} 2026-08-11 12:21:26.970 7 INFO neutron.services.segments.plugin [-] Segment a6fe342b-67df-4699-9a0a-6d1f6771895a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fe342b-67df-4699-9a0a-6d1f6771895a found for delete ", "request_id": "req-356e66d7-6818-4359-855d-a71ca4c8b125"}]} 2026-08-11 12:21:26.987 7 INFO neutron.db.l3_hamode_db [None req-ffa8a976-b4d2-4d37-bf73-3b336ecfdb45 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] HA network 3dbc2fca-ebd2-4422-b6b8-a7acdd020819 was deleted as no HA routers are present in tenant a83199b26f2f455a9a4c6b1074b961e4. [pid: 7|app: 0|req: 489/1079] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:26 2026] DELETE /v2.0/routers/2f237fc3-33c6-4d38-9d16-e65954c1478d => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1080] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:27 2026] DELETE /v2.0/subnets/cdafb383-4092-4c35-bd98-75474a0f5af9 => 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: 490/1081] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:27 2026] DELETE /v2.0/networks/104a3068-f949-4cce-a8c5-090fc664d68f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:27.360 7 INFO neutron.db.segments_db [None req-49e9abc7-ddd9-4a3f-b26f-dc484ce4bc42 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Added segment a4ad241d-99aa-4b59-9856-f5622f3f98b3 of type vxlan for network 4a3a9f17-3b97-49aa-b166-2529ce4ae4da [pid: 8|app: 0|req: 592/1082] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:27 2026] GET /v2.0/security-groups?tenant_id=f1a899fee99945248ba0e07933250042&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:27.595 7 INFO neutron.db.l3_hamode_db [None req-49e9abc7-ddd9-4a3f-b26f-dc484ce4bc42 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 593/1083] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:27 2026] DELETE /v2.0/security-groups/c369ac6f-25f4-4033-832c-40e1af7d6c61 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1084] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:27 2026] GET /v2.0/security-groups?tenant_id=72f16c9f746d48b8a30706307c1aae7a&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: 595/1085] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:27 2026] DELETE /v2.0/security-groups/45a5de50-3422-4038-9b54-a057c9622117 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:28.200 7 INFO neutron.db.l3_hamode_db [None req-49e9abc7-ddd9-4a3f-b26f-dc484ce4bc42 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:21:28.748 8 INFO neutron.db.segments_db [None req-04e27607-7cc6-4679-955c-b0567f0094b2 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Added segment 3b967d65-bc22-47ad-a98d-3724ff323d74 of type vxlan for network 2f57ffed-55e1-40a4-9365-3d7371081135 [pid: 8|app: 0|req: 596/1086] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:28 2026] POST /v2.0/networks => generated 620 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:28.990 7 INFO neutron.services.segments.plugin [-] Segment d402199a-f52b-4cbf-ac76-9aeeed0043f6 resource provider aggregate not found 2026-08-11 12:21:29.001 7 INFO neutron.services.segments.plugin [-] Segment d402199a-f52b-4cbf-ac76-9aeeed0043f6 resource provider aggregate not found 2026-08-11 12:21:29.006 7 INFO neutron.services.segments.plugin [-] Segment d402199a-f52b-4cbf-ac76-9aeeed0043f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d402199a-f52b-4cbf-ac76-9aeeed0043f6 found for delete ", "request_id": "req-a1163c9f-a467-4b13-bc8c-83357689f748"}]} 2026-08-11 12:21:29.018 7 INFO neutron.services.segments.plugin [-] Segment d402199a-f52b-4cbf-ac76-9aeeed0043f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d402199a-f52b-4cbf-ac76-9aeeed0043f6 found for delete ", "request_id": "req-79923ba2-31fa-4ba6-8cc3-3020525df9b4"}]} [pid: 8|app: 0|req: 597/1087] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:28 2026] POST /v2.0/subnets => generated 658 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1088] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:27 2026] POST /v2.0/routers => generated 692 bytes in 1852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1089] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:21:29 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1090] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:21:29 2026] GET /v2.0/routers/e49afd61-6105-4f2a-ba55-c1ffe472ce04 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1091] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:21:29 2026] GET /v2.0/routers => generated 701 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1092] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:29 2026] POST /v2.0/subnets => generated 732 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:29.539 8 INFO neutron.db.segments_db [None req-cab32a0e-b117-4557-b4d0-c9c8b3cc5981 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Added segment db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 of type vxlan for network 777dcba0-30f0-4b69-87ef-cb16c28abae6 [pid: 8|app: 0|req: 600/1093] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:29 2026] POST /v2.0/networks => generated 619 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1094] 10.0.0.220 () {34 vars in 740 bytes} [Tue Aug 11 12:21:29 2026] PUT /v2.0/routers/e49afd61-6105-4f2a-ba55-c1ffe472ce04 => generated 705 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1095] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:21:29 2026] GET /v2.0/routers/e49afd61-6105-4f2a-ba55-c1ffe472ce04 => generated 705 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1096] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:29 2026] GET /v2.0/ports?device_id=e49afd61-6105-4f2a-ba55-c1ffe472ce04 => 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: 601/1097] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:29 2026] POST /v2.0/subnets => generated 655 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:30.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-23daf0db-97a9-41f6-bed2-0f0ed6b10581 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: b70f6c59-49d0-4768-b084-9b16acc9a873 2026-08-11 12:21:30.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23daf0db-97a9-41f6-bed2-0f0ed6b10581 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: b70f6c59-49d0-4768-b084-9b16acc9a873 [pid: 8|app: 0|req: 602/1098] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:29 2026] POST /v2.0/subnets => generated 726 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:30.176 8 INFO neutron.db.segments_db [None req-2c3e4f2d-a6e3-4c7a-bf33-a3e28938ae76 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Added segment 67bad800-c979-4dac-be01-ad3f304d1945 of type vxlan for network 6e530e5f-9632-45f2-8569-fda0ed1f5157 [pid: 8|app: 0|req: 603/1099] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:30 2026] POST /v2.0/networks => generated 618 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:30.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-23daf0db-97a9-41f6-bed2-0f0ed6b10581 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] TaaS: Handle Delete Port: 2888e7c1-e0af-44b9-b780-a89c584efc70 2026-08-11 12:21:30.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23daf0db-97a9-41f6-bed2-0f0ed6b10581 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] Tap Mirror: Handle Delete Port: 2888e7c1-e0af-44b9-b780-a89c584efc70 [pid: 8|app: 0|req: 604/1100] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:30 2026] POST /v2.0/subnets => generated 655 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1101] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:30 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:30.781 7 INFO neutron.db.l3_hamode_db [None req-23daf0db-97a9-41f6-bed2-0f0ed6b10581 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] HA network 4a3a9f17-3b97-49aa-b166-2529ce4ae4da was deleted as no HA routers are present in tenant a83199b26f2f455a9a4c6b1074b961e4. [pid: 7|app: 0|req: 497/1102] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:29 2026] DELETE /v2.0/routers/e49afd61-6105-4f2a-ba55-c1ffe472ce04 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1103] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:21:30 2026] GET /v2.0/ports/f9abca36-c092-43de-8560-ca607ef7c170 => generated 968 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1104] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:30 2026] GET /v2.0/ports?device_id=e49afd61-6105-4f2a-ba55-c1ffe472ce04 => 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: 606/1105] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:30 2026] POST /v2.0/subnets => generated 730 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:30.908 8 INFO neutron.api.v2.resource [None req-6b2b250f-01a6-463a-a1f3-ec72c93be27b 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1106] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:30 2026] DELETE /v2.0/routers/e49afd61-6105-4f2a-ba55-c1ffe472ce04 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1107] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:30 2026] GET /v2.0/ports?device_id=2f237fc3-33c6-4d38-9d16-e65954c1478d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:30.939 7 INFO neutron.db.segments_db [None req-ec627854-6c3a-4bc6-9336-31832e7ced5e b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Added segment 43a52d45-90df-498f-be83-22995215dfd3 of type vxlan for network 82a755c5-1976-4eec-99c8-4c91fdd68da7 2026-08-11 12:21:30.968 8 INFO neutron.api.v2.resource [None req-556a32ad-0539-4815-88fe-3e4528f97633 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1108] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:30 2026] DELETE /v2.0/routers/2f237fc3-33c6-4d38-9d16-e65954c1478d => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:30.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ee5f26-5144-4b7a-9dba-4c6d3379945b 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1109] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:30 2026] DELETE /v2.0/subnets/cdafb383-4092-4c35-bd98-75474a0f5af9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1110] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:31 2026] GET /v2.0/ports?device_id=1b614330-9682-42b7-9bf1-edd79ef7b1e1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:31.032 7 INFO neutron.services.segments.plugin [-] Segment a4ad241d-99aa-4b59-9856-f5622f3f98b3 resource provider aggregate not found 2026-08-11 12:21:31.038 7 INFO neutron.services.segments.plugin [-] Segment a4ad241d-99aa-4b59-9856-f5622f3f98b3 resource provider aggregate not found 2026-08-11 12:21:31.054 8 INFO neutron.api.v2.resource [None req-c616b990-6de5-4b02-ae46-27a687a5fb4e 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1111] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:31 2026] DELETE /v2.0/routers/1b614330-9682-42b7-9bf1-edd79ef7b1e1 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:31.057 7 INFO neutron.services.segments.plugin [-] Segment a4ad241d-99aa-4b59-9856-f5622f3f98b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ad241d-99aa-4b59-9856-f5622f3f98b3 found for delete ", "request_id": "req-cd047957-40e4-42f6-b853-72ca7b382f82"}]} 2026-08-11 12:21:31.058 7 INFO neutron.services.segments.plugin [-] Segment a4ad241d-99aa-4b59-9856-f5622f3f98b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ad241d-99aa-4b59-9856-f5622f3f98b3 found for delete ", "request_id": "req-a00e71d3-d4a4-4158-9af5-3f07595bb315"}]} 2026-08-11 12:21:31.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f67b6752-6b9b-4e96-acb8-ff2191df9206 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 613/1112] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:31 2026] DELETE /v2.0/subnets/f79b40bf-8cfe-4b72-ac89-ee872e59ad97 => 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: 614/1113] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:31 2026] GET /v2.0/ports?device_id=b72de677-8528-478c-9092-c5e647219eec => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:31.124 8 INFO neutron.api.v2.resource [None req-9a8ae0b2-7ee2-4ac8-a100-f5adfd9de81c 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 615/1114] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:31 2026] DELETE /v2.0/routers/b72de677-8528-478c-9092-c5e647219eec => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:31.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7ce7e8f-113e-4240-bcc0-96f83cfce373 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 616/1115] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:31 2026] DELETE /v2.0/subnets/44b48829-88f8-416c-a3d3-cef4cc0c9ee5 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:31.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b33db691-262c-4079-a9b2-68cb3c640287 76df3d06fd6e41caab8bd9d1db79de48 a83199b26f2f455a9a4c6b1074b961e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 617/1116] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:31 2026] DELETE /v2.0/subnets/9e25d45c-c2c6-451f-a997-39eeb4c5c84a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:31.241 7 INFO neutron.db.l3_hamode_db [None req-ec627854-6c3a-4bc6-9336-31832e7ced5e b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 618/1117] 199.204.45.227 () {34 vars in 999 bytes} [Tue Aug 11 12:21:31 2026] GET /v2.0/subnets?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1118] 199.204.45.227 () {34 vars in 1145 bytes} [Tue Aug 11 12:21:31 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074&device_owner=compute%3Anova&network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:32.080 7 INFO neutron.db.l3_hamode_db [None req-ec627854-6c3a-4bc6-9336-31832e7ced5e b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 620/1119] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:21:31 2026] PUT /v2.0/ports/f9abca36-c092-43de-8560-ca607ef7c170 => generated 1149 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:32.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9af6ddf-b22f-48a5-9647-5adde503e722'] response: {'name': 'network-changed', 'server_uuid': 'f87a66fb-2f38-4974-bd84-bda98cffb074', 'tag': 'f9abca36-c092-43de-8560-ca607ef7c170', '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: 621/1120] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/security-groups?tenant_id=a83199b26f2f455a9a4c6b1074b961e4&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1121] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/security-groups?tenant_id=3a88fb38c77a461199d3ecb75703dff9&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1122] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:32 2026] DELETE /v2.0/security-groups/310b41a1-e355-4e8a-86dd-463c9d06a55b => 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: 624/1123] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:32 2026] DELETE /v2.0/security-groups/00bac75a-bfc7-402e-a2eb-32e582f3c7c3 => 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: 625/1124] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1125] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1126] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:30 2026] POST /v2.0/routers => generated 684 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1127] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1128] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1129] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:21:32 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1130] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:33 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1131] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:33 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 632/1132] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:33 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1135] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:32 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1136] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1137] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1152 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1138] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1139] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1140] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => 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: 507/1141] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1142] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => 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: 509/1143] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1144] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 511/1145] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:34 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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) 2026-08-11 12:21:35.155 7 INFO neutron.db.segments_db [None req-dd411336-d49a-4a92-9fea-627ae771908e 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Added segment 68945090-711c-4122-9d25-a12fcb4c284e of type vxlan for network 24c005f4-581a-4dfb-95ed-7498a9002859 [pid: 7|app: 0|req: 512/1146] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:34 2026] POST /v2.0/networks => generated 630 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1147] 199.204.45.227 () {34 vars in 1119 bytes} [Tue Aug 11 12:21:35 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1148] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:34 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/add_router_interface => generated 309 bytes in 1438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1149] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:35 2026] POST /v2.0/subnets => generated 627 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1150] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:21:35 2026] PUT /v2.0/ports/f9abca36-c092-43de-8560-ca607ef7c170 => generated 968 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:21:36.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c5eccbf-e416-4289-99a9-948b9cb63d69'] response: {'name': 'network-changed', 'server_uuid': 'f87a66fb-2f38-4974-bd84-bda98cffb074', 'tag': 'f9abca36-c092-43de-8560-ca607ef7c170', 'status': 'completed', 'code': 200} 2026-08-11 12:21:36.263 8 INFO neutron.db.segments_db [None req-6505e6df-4774-4ea4-84da-d6b203c0c8ae 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Added segment 55611881-5437-478c-b01c-1c3f8c58edc1 of type vxlan for network bc2d1081-6d25-460a-9eec-aa6729788eb4 2026-08-11 12:21:36.568 8 INFO neutron.db.l3_hamode_db [None req-6505e6df-4774-4ea4-84da-d6b203c0c8ae 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 515/1151] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:35 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/add_router_interface => generated 309 bytes in 1390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1152] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:36 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1153] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1154] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:21:37 2026] POST /v2.0/security-groups => generated 1627 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1155] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1156] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1157] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:37.381 8 INFO neutron.db.l3_hamode_db [None req-6505e6df-4774-4ea4-84da-d6b203c0c8ae 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 522/1158] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1159] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&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: 524/1160] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1161] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1162] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:37 2026] GET /v2.0/security-groups?tenant_id=f6e56c6e0758432fb22105a04ed205dc&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: 527/1163] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1164] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:38 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 529/1165] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:38 2026] DELETE /v2.0/security-groups/a73649ae-14b0-46b1-8c91-7279f2d2d8ea => 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: 637/1166] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:36 2026] POST /v2.0/routers => generated 694 bytes in 2062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1167] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1168] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1169] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:38 2026] GET /v2.0/security-groups?tenant_id=42c8fb63356d456db2a8cec2e8c90cbf&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1170] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1171] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:38 2026] DELETE /v2.0/security-groups/7fb5c633-9a4b-4d8c-bc5d-2736d98539d3 => 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: 535/1172] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1173] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:38 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1174] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1175] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1176] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/ports?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1177] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1178] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/networks?id=5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1179] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1180] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f9abca36-c092-43de-8560-ca607ef7c170 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1181] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/subnets?id=7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1182] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/ports?network_id=5c461644-e5d9-49ee-bd78-165f9f8d983f&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1183] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 638/1184] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:38 2026] PUT /v2.0/routers/02cc906b-2e15-4a15-acf8-edfbfaea4510/add_router_interface => generated 309 bytes in 1547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1185] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f?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: 548/1186] 10.0.0.106 () {34 vars in 1093 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-291492838&fields=id&tenant_id=5900cef9f7c64a7db66576f4e48d4817 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1187] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1188] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/quotas/5900cef9f7c64a7db66576f4e48d4817 => 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: 551/1189] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:21:39 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&fields=id => generated 241 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1190] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:21:40 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1191] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:21:39 2026] POST /v2.0/ports => generated 955 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: 553/1192] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:21:40 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1193] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:40 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 555/1194] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:40 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => 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: 556/1195] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:40 2026] GET /v2.0/security-groups?id=c232ce85-8a14-49b2-9366-991353d8f7a7&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1196] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:21:40 2026] POST /v2.0/ports => generated 955 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:21:41.366 7 INFO neutron.db.l3_db [None req-9bad53e6-c204-4519-9197-8024b5bb8744 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Floating IP 6af18e7a-062e-4f43-9d74-ee3aed788f13 associated. External IP: 10.96.250.208, port: 93ec6ef3-6fcc-48d4-8296-8fea47964cd5. [pid: 8|app: 0|req: 641/1197] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:21:41 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:41.556 8 INFO neutron_taas.services.taas.taas_plugin [req-56c33268-037b-46ac-9d75-187bb274cda3 req-f79d5729-a457-4c51-ba59-55b90d15eefb e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] TaaS: Handle Delete Port: f9abca36-c092-43de-8560-ca607ef7c170 2026-08-11 12:21:41.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56c33268-037b-46ac-9d75-187bb274cda3 req-f79d5729-a457-4c51-ba59-55b90d15eefb e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] Tap Mirror: Handle Delete Port: f9abca36-c092-43de-8560-ca607ef7c170 2026-08-11 12:21:41.692 8 INFO neutron.db.l3_db [req-56c33268-037b-46ac-9d75-187bb274cda3 req-f79d5729-a457-4c51-ba59-55b90d15eefb e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] Floating IP 5b42784e-6c4d-44a4-9dce-f4a5fa41fbd5 disassociated. External IP: 10.96.250.202, port: f9abca36-c092-43de-8560-ca607ef7c170. [pid: 7|app: 0|req: 557/1198] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:21:40 2026] POST /v2.0/floatingips => generated 842 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1199] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:41 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 642/1200] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:21:41 2026] DELETE /v2.0/ports/f9abca36-c092-43de-8560-ca607ef7c170 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:42.161 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e14f9432-20e5-4699-a297-66cd93c1f860'] response: {'server_uuid': 'f87a66fb-2f38-4974-bd84-bda98cffb074', 'name': 'network-vif-deleted', 'tag': 'f9abca36-c092-43de-8560-ca607ef7c170', 'status': 'completed', 'code': 200} 2026-08-11 12:21:42.599 7 INFO neutron.db.l3_db [None req-a216d471-b639-45ee-a6fe-bed882073c29 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Floating IP 6af18e7a-062e-4f43-9d74-ee3aed788f13 disassociated. External IP: 10.96.250.208, port: 93ec6ef3-6fcc-48d4-8296-8fea47964cd5. [pid: 8|app: 0|req: 643/1201] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:42 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 559/1202] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:21:41 2026] PUT /v2.0/floatingips/6af18e7a-062e-4f43-9d74-ee3aed788f13 => generated 552 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:43.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad6dbfbd-3730-4f9d-ad45-368a1ccde5a4 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: 0612f3dc-2fe3-4254-9fae-6bad39f53e80 2026-08-11 12:21:43.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad6dbfbd-3730-4f9d-ad45-368a1ccde5a4 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: 0612f3dc-2fe3-4254-9fae-6bad39f53e80 [pid: 8|app: 0|req: 644/1203] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:21:43 2026] DELETE /v2.0/floatingips/6af18e7a-062e-4f43-9d74-ee3aed788f13 => 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: 645/1204] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:44.055 7 INFO neutron.db.l3_db [None req-b5dc711e-d797-4448-b7a1-b8b086c8f9d0 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Floating IP 103e4995-8f31-44d8-aed6-2350fbeb4d75 associated. External IP: 10.96.250.219, port: 2624cec1-4e92-4015-b2aa-c3c23742954f. [pid: 7|app: 0|req: 560/1205] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:21:43 2026] POST /v2.0/floatingips => generated 842 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1206] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/floatingips/103e4995-8f31-44d8-aed6-2350fbeb4d75 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1207] 10.0.0.220 () {32 vars in 654 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/floatingips => generated 845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1208] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/security-groups?tenant_id=008ab4ae836e4f0fbe23d36ac06a1294&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1209] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:44 2026] DELETE /v2.0/security-groups/3bf6aa7d-319c-4845-9e0d-1a26a0ffe660 => 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: 648/1210] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1211] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/security-groups?tenant_id=b66b394cbb1d45abaf5f3200872b14b2&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:44.884 7 INFO neutron.db.l3_db [None req-ba17be9a-dca6-47cc-b4e8-320d288b082a 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Floating IP 103e4995-8f31-44d8-aed6-2350fbeb4d75 associated. External IP: 10.96.250.219, port: 2624cec1-4e92-4015-b2aa-c3c23742954f. [pid: 8|app: 0|req: 650/1212] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:21:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5900cef9f7c64a7db66576f4e48d4817 => generated 178 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1213] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:21:44 2026] PUT /v2.0/floatingips/103e4995-8f31-44d8-aed6-2350fbeb4d75 => generated 842 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1214] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:45 2026] GET /v2.0/ports?device_id=f87a66fb-2f38-4974-bd84-bda98cffb074 => 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: 651/1215] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:45 2026] DELETE /v2.0/security-groups/ef7012d1-7e56-4ae0-8af4-e0719587e2fc => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1216] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:45 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:45.731 7 INFO neutron.db.l3_db [None req-d3b27c51-d22d-4fb0-ab3f-3224bcb552ed 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Floating IP 103e4995-8f31-44d8-aed6-2350fbeb4d75 disassociated. External IP: 10.96.250.219, port: 93ec6ef3-6fcc-48d4-8296-8fea47964cd5. [pid: 8|app: 0|req: 652/1217] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:21:45 2026] POST /v2.0/ports => generated 1179 bytes in 390 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: 566/1218] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:21:45 2026] PUT /v2.0/floatingips/103e4995-8f31-44d8-aed6-2350fbeb4d75 => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:46.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-79264747-66ff-4b4a-928b-85fe3785d527 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: 5a954e79-796e-4315-9f22-84d4480330e1 2026-08-11 12:21:46.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79264747-66ff-4b4a-928b-85fe3785d527 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: 5a954e79-796e-4315-9f22-84d4480330e1 [pid: 7|app: 0|req: 567/1219] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/floatingips/103e4995-8f31-44d8-aed6-2350fbeb4d75 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:46.387 7 INFO neutron.api.v2.resource [None req-d98b6892-9914-4156-aa80-bbff17fad9c9 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1220] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/floatingips/103e4995-8f31-44d8-aed6-2350fbeb4d75 => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1221] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:21:45 2026] PUT /v2.0/ports/bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 1460 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:46.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91078e92-4d85-44f1-863e-c597a48a7f7b'] response: {'name': 'network-changed', 'server_uuid': 'e41c028a-cd29-4f50-a6ca-fe5f2788097c', 'tag': 'bfefe12b-508e-4413-bd1c-f47050df1ee6', 'status': 'completed', 'code': 200} 2026-08-11 12:21:46.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e397442-b16c-41c2-8976-b9065b138640 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: 93ec6ef3-6fcc-48d4-8296-8fea47964cd5 2026-08-11 12:21:46.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e397442-b16c-41c2-8976-b9065b138640 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: 93ec6ef3-6fcc-48d4-8296-8fea47964cd5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 569/1222] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/ports/93ec6ef3-6fcc-48d4-8296-8fea47964cd5 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1223] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/security-groups/c232ce85-8a14-49b2-9366-991353d8f7a7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:21:46.819 8 INFO neutron.api.v2.resource [None req-bc39de82-ad51-4f57-9f26-d55876e5c55e e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1224] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:21:46 2026] GET /v2.0/security-groups/c232ce85-8a14-49b2-9366-991353d8f7a7 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:21:46.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-578cdda5-3065-4b2d-a542-c87f1e662390 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: 2624cec1-4e92-4015-b2aa-c3c23742954f 2026-08-11 12:21:46.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-578cdda5-3065-4b2d-a542-c87f1e662390 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: 2624cec1-4e92-4015-b2aa-c3c23742954f 2026-08-11 12:21:46.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-dad50892-3b4b-40e9-a4b9-e89ece833197 e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] TaaS: Handle Delete Port: 07d037c0-be7c-442b-a516-d86988d80b55 2026-08-11 12:21:46.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dad50892-3b4b-40e9-a4b9-e89ece833197 e5fe8a85b7fd4da3bbef421b6d75abae 9dd6e2cddea34c54ac71343ba1774ae0 - - default default] Tap Mirror: Handle Delete Port: 07d037c0-be7c-442b-a516-d86988d80b55 [pid: 7|app: 0|req: 570/1225] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/ports/2624cec1-4e92-4015-b2aa-c3c23742954f => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1226] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:21:47 2026] GET /v2.0/ports?device_id=02cc906b-2e15-4a15-acf8-edfbfaea4510 => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1227] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:47 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1228] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:21:46 2026] DELETE /v2.0/floatingips/5b42784e-6c4d-44a4-9dce-f4a5fa41fbd5 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1229] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:21:47 2026] GET /v2.0/networks?tenant_id=5900cef9f7c64a7db66576f4e48d4817&shared=False => generated 2373 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1230] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:21:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:47.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-74caab7f-2ee3-404a-b75c-4a231179bccd 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: 8bd25345-73c4-41ba-868e-973fbcfe3066 2026-08-11 12:21:47.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74caab7f-2ee3-404a-b75c-4a231179bccd 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: 8bd25345-73c4-41ba-868e-973fbcfe3066 2026-08-11 12:21:47.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3544e83-3ecc-428b-99a8-cb6fcf67a8fa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: acda842c-6bfb-466d-bcde-0954faf965bb 2026-08-11 12:21:47.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3544e83-3ecc-428b-99a8-cb6fcf67a8fa ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: acda842c-6bfb-466d-bcde-0954faf965bb [pid: 7|app: 0|req: 573/1231] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:47 2026] PUT /v2.0/routers/02cc906b-2e15-4a15-acf8-edfbfaea4510/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1232] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:21:47 2026] PUT /v2.0/routers/0cc28ca9-0762-47c1-971c-cb757a3bb32e/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:48.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb2e7986-39b2-4cc3-83ca-76ead1097af1 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: ceea0101-5579-4e07-a6dc-53fba8ef9d3e 2026-08-11 12:21:48.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb2e7986-39b2-4cc3-83ca-76ead1097af1 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: ceea0101-5579-4e07-a6dc-53fba8ef9d3e 2026-08-11 12:21:48.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-0369b2b1-303c-4c00-976b-612ea9808c30 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 526271c5-60de-48e4-8d66-ca9999823188 2026-08-11 12:21:48.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0369b2b1-303c-4c00-976b-612ea9808c30 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 526271c5-60de-48e4-8d66-ca9999823188 2026-08-11 12:21:48.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb2e7986-39b2-4cc3-83ca-76ead1097af1 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] TaaS: Handle Delete Port: cf8519b5-3159-4153-a911-ed612494ce52 2026-08-11 12:21:48.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb2e7986-39b2-4cc3-83ca-76ead1097af1 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] Tap Mirror: Handle Delete Port: cf8519b5-3159-4153-a911-ed612494ce52 2026-08-11 12:21:48.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-0369b2b1-303c-4c00-976b-612ea9808c30 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 625a8a9f-a06e-41b9-818b-e12440a81bd4 2026-08-11 12:21:48.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0369b2b1-303c-4c00-976b-612ea9808c30 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 625a8a9f-a06e-41b9-818b-e12440a81bd4 2026-08-11 12:21:48.923 7 INFO neutron.services.segments.plugin [-] Segment 55611881-5437-478c-b01c-1c3f8c58edc1 resource provider aggregate not found 2026-08-11 12:21:48.923 7 INFO neutron.services.segments.plugin [-] Segment 55611881-5437-478c-b01c-1c3f8c58edc1 resource provider aggregate not found 2026-08-11 12:21:48.954 7 INFO neutron.services.segments.plugin [-] Segment 55611881-5437-478c-b01c-1c3f8c58edc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55611881-5437-478c-b01c-1c3f8c58edc1 found for delete ", "request_id": "req-8f4c55ef-19b7-41ea-a8ca-8530317d7b25"}]} 2026-08-11 12:21:48.962 7 INFO neutron.services.segments.plugin [-] Segment 55611881-5437-478c-b01c-1c3f8c58edc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55611881-5437-478c-b01c-1c3f8c58edc1 found for delete ", "request_id": "req-d66fc8ff-0e8f-41fb-b09b-bf07e182aaba"}]} 2026-08-11 12:21:48.963 7 INFO neutron.db.l3_hamode_db [None req-fb2e7986-39b2-4cc3-83ca-76ead1097af1 97f69d486a154bb18a5725b9e6349b8f 120fd9e0b1be47ccbc2377708f4a1d80 - - default default] HA network bc2d1081-6d25-460a-9eec-aa6729788eb4 was deleted as no HA routers are present in tenant 120fd9e0b1be47ccbc2377708f4a1d80. [pid: 7|app: 0|req: 574/1233] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:48 2026] DELETE /v2.0/routers/02cc906b-2e15-4a15-acf8-edfbfaea4510 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1234] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:48 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:49.058 8 INFO neutron.services.segments.plugin [-] Segment 3e329624-1ab1-4be5-b81b-70438ecf8fb1 resource provider aggregate not found 2026-08-11 12:21:49.064 8 INFO neutron.services.segments.plugin [-] Segment 3e329624-1ab1-4be5-b81b-70438ecf8fb1 resource provider aggregate not found 2026-08-11 12:21:49.079 8 INFO neutron.services.segments.plugin [-] Segment 3e329624-1ab1-4be5-b81b-70438ecf8fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e329624-1ab1-4be5-b81b-70438ecf8fb1 found for delete ", "request_id": "req-e611184f-d6d8-4d67-860d-7e9ecf6e04c5"}]} 2026-08-11 12:21:49.083 8 INFO neutron.services.segments.plugin [-] Segment 3e329624-1ab1-4be5-b81b-70438ecf8fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e329624-1ab1-4be5-b81b-70438ecf8fb1 found for delete ", "request_id": "req-95e59e02-471b-4812-bcb5-6051ba4399c1"}]} 2026-08-11 12:21:49.106 8 INFO neutron.db.l3_hamode_db [None req-0369b2b1-303c-4c00-976b-612ea9808c30 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network c50000f7-f32e-41bf-9877-1ffb6b737762 was deleted as no HA routers are present in tenant 9dd6e2cddea34c54ac71343ba1774ae0. [pid: 8|app: 0|req: 660/1237] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:48 2026] DELETE /v2.0/routers/0cc28ca9-0762-47c1-971c-cb757a3bb32e => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1238] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.149&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => 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: 578/1239] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:49 2026] DELETE /v2.0/subnets/67372e34-cf76-46f0-9813-1ae01beede1a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1240] 199.204.45.227 () {34 vars in 1101 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa3&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1241] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:49 2026] DELETE /v2.0/subnets/7ca6b3e8-f9d9-4736-a279-1b415658cb34 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1242] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:49 2026] DELETE /v2.0/networks/24c005f4-581a-4dfb-95ed-7498a9002859 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1243] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1244] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1245] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:49.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d7b0dfc-7a14-4d18-bb04-75baf13e5ec3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: cb4b89e3-10a4-40fc-98e8-a91b13356d55 2026-08-11 12:21:49.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d7b0dfc-7a14-4d18-bb04-75baf13e5ec3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: cb4b89e3-10a4-40fc-98e8-a91b13356d55 [pid: 8|app: 0|req: 666/1246] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1247] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 581/1248] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:49 2026] DELETE /v2.0/networks/5c461644-e5d9-49ee-bd78-165f9f8d983f => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1249] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/security-groups?tenant_id=9dd6e2cddea34c54ac71343ba1774ae0&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: 583/1250] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:49 2026] DELETE /v2.0/security-groups/5a848edf-84d5-40c1-88ab-cf505eb5b61a => 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: 668/1251] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:49 2026] GET /v2.0/security-groups?tenant_id=120fd9e0b1be47ccbc2377708f4a1d80&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1252] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:50 2026] DELETE /v2.0/security-groups/0d192ad7-35ca-47d7-b656-7e2c90264470 => 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: 669/1253] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:50 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1194 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1254] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:50 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:50.986 7 INFO neutron.services.segments.plugin [-] Segment 68945090-711c-4122-9d25-a12fcb4c284e resource provider aggregate not found 2026-08-11 12:21:50.993 7 INFO neutron.services.segments.plugin [-] Segment 68945090-711c-4122-9d25-a12fcb4c284e resource provider aggregate not found 2026-08-11 12:21:51.003 7 INFO neutron.services.segments.plugin [-] Segment 68945090-711c-4122-9d25-a12fcb4c284e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68945090-711c-4122-9d25-a12fcb4c284e found for delete ", "request_id": "req-177a1015-646a-446f-859b-e50cf5be82f3"}]} 2026-08-11 12:21:51.006 7 INFO neutron.services.segments.plugin [-] Segment 68945090-711c-4122-9d25-a12fcb4c284e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68945090-711c-4122-9d25-a12fcb4c284e found for delete ", "request_id": "req-9b761841-70bf-40c6-bd71-092fb98799a1"}]} 2026-08-11 12:21:51.015 7 INFO neutron.services.segments.plugin [-] Segment e76e5313-67f3-4cca-a58d-40f9caa15f7e resource provider aggregate not found 2026-08-11 12:21:51.026 7 INFO neutron.services.segments.plugin [-] Segment e76e5313-67f3-4cca-a58d-40f9caa15f7e resource provider aggregate not found 2026-08-11 12:21:51.033 7 INFO neutron.services.segments.plugin [-] Segment e76e5313-67f3-4cca-a58d-40f9caa15f7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76e5313-67f3-4cca-a58d-40f9caa15f7e found for delete ", "request_id": "req-df8effdb-ca3d-4339-a563-15371d007863"}]} 2026-08-11 12:21:51.037 7 INFO neutron.services.segments.plugin [-] Segment e76e5313-67f3-4cca-a58d-40f9caa15f7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76e5313-67f3-4cca-a58d-40f9caa15f7e found for delete ", "request_id": "req-7089169e-e644-4f6d-93df-2c9ddb1537a1"}]} 2026-08-11 12:21:52.178 8 INFO neutron.db.segments_db [None req-6c327294-774d-43ea-91fd-3570f3bfee90 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 0b42af4f-2572-42d6-965b-de759c913138 of type vxlan for network e4e3485c-120f-4347-915f-5ee2146c065b [pid: 8|app: 0|req: 670/1255] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:21:51 2026] POST /v2.0/networks => generated 718 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1256] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:52 2026] POST /v2.0/subnets => generated 684 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:52.587 7 INFO neutron.db.segments_db [None req-f806fa39-771d-4061-b8f5-9d2a95ae02bc 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment c02beda5-6af7-4578-bf3f-45a82e5c5248 of type vxlan for network bbe29be8-401a-40c5-bff0-8e677e85fb46 2026-08-11 12:21:52.603 8 INFO neutron.db.segments_db [None req-7a5268d5-87f4-48c9-8dc8-30f2c457927f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment c3bfa0c0-8019-47fb-b311-112e823a23ad of type vxlan for network 58347b0f-8ee8-40c1-99be-4e23cc18552f 2026-08-11 12:21:52.655 7 INFO neutron.db.segments_db [None req-f806fa39-771d-4061-b8f5-9d2a95ae02bc 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment 7bab6910-8510-4fc9-a6d9-a797d8983689 of type vxlan for network 2dd4dacd-eba6-4f6d-a11b-3799fbd40ecd [pid: 7|app: 0|req: 586/1257] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:52 2026] POST /v2.0/networks => generated 1208 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1258] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:21:52 2026] GET /v2.0/networks => generated 1845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:52.944 8 INFO neutron.db.l3_hamode_db [None req-7a5268d5-87f4-48c9-8dc8-30f2c457927f ec6263290db04c4da58d8efad6829cb1 fab19023e50449fbbe530eab59020216 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 588/1259] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:52 2026] DELETE /v2.0/networks/bbe29be8-401a-40c5-bff0-8e677e85fb46 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:53.059 7 INFO neutron.services.segments.plugin [-] Segment c02beda5-6af7-4578-bf3f-45a82e5c5248 resource provider aggregate not found 2026-08-11 12:21:53.063 7 INFO neutron.services.segments.plugin [-] Segment c02beda5-6af7-4578-bf3f-45a82e5c5248 resource provider aggregate not found 2026-08-11 12:21:53.089 7 INFO neutron.services.segments.plugin [-] Segment c02beda5-6af7-4578-bf3f-45a82e5c5248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02beda5-6af7-4578-bf3f-45a82e5c5248 found for delete ", "request_id": "req-054dac62-62fa-4a37-92fb-6082d9f36c7d"}]} 2026-08-11 12:21:53.090 7 INFO neutron.services.segments.plugin [-] Segment c02beda5-6af7-4578-bf3f-45a82e5c5248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02beda5-6af7-4578-bf3f-45a82e5c5248 found for delete ", "request_id": "req-75129729-e42f-412d-a553-2fbc614cb86f"}]} [pid: 7|app: 0|req: 589/1260] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:52 2026] DELETE /v2.0/networks/2dd4dacd-eba6-4f6d-a11b-3799fbd40ecd => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1261] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:21:53 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:21:53.266 7 INFO neutron.db.segments_db [None req-925a0d25-73bf-48af-b5a9-9ef9eab5dc84 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment e082d815-f9f5-4bdf-b368-821c2ee46b13 of type vxlan for network 27ed67c0-fbf0-4529-9536-261ae8c2a6d0 [pid: 7|app: 0|req: 591/1262] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:53 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:53.432 7 INFO neutron.db.segments_db [None req-816401c8-9cc4-480b-a811-5caeacd69229 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment ba2eb95f-bd7b-4de8-9565-f7326e0699c3 of type vxlan for network 38ce143d-5156-4a7d-a397-358f9f7ac9e0 [pid: 7|app: 0|req: 592/1263] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:53 2026] POST /v2.0/networks => generated 629 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:53.890 8 INFO neutron.db.l3_hamode_db [None req-7a5268d5-87f4-48c9-8dc8-30f2c457927f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 593/1264] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:21:53 2026] POST /v2.0/ports => generated 1506 bytes in 665 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: 594/1265] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:21:54 2026] GET /v2.0/ports => generated 1506 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:21:54.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce5d9ecc-02a7-468d-9269-ce83a9fa3a61 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] TaaS: Handle Delete Port: 090d5244-cce2-4fcb-9f5a-af4f6101b214 2026-08-11 12:21:54.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5d9ecc-02a7-468d-9269-ce83a9fa3a61 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Tap Mirror: Handle Delete Port: 090d5244-cce2-4fcb-9f5a-af4f6101b214 [pid: 7|app: 0|req: 595/1266] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:54 2026] DELETE /v2.0/ports/090d5244-cce2-4fcb-9f5a-af4f6101b214 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:21:54.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-551a9998-e2b2-486e-8d61-4379b2a65c4e 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] TaaS: Handle Delete Port: c6cff17f-b394-41ae-a80d-3e1330e20a88 2026-08-11 12:21:54.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-551a9998-e2b2-486e-8d61-4379b2a65c4e 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Tap Mirror: Handle Delete Port: c6cff17f-b394-41ae-a80d-3e1330e20a88 [pid: 7|app: 0|req: 596/1267] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:21:54 2026] DELETE /v2.0/ports/c6cff17f-b394-41ae-a80d-3e1330e20a88 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1268] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:21:54 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:21:54.798 7 INFO neutron.db.segments_db [None req-f787b686-4362-44fd-a41f-15ae5470583c 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment 74f422e8-3f36-458b-9844-c89210f30005 of type vxlan for network 2f511ca9-cddf-4f3a-b896-a6ab1b652bc4 [pid: 7|app: 0|req: 598/1269] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:54 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1270] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:52 2026] POST /v2.0/routers => generated 724 bytes in 2341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:54.956 7 INFO neutron.db.segments_db [None req-e2506baa-a3b8-4111-a31c-27ae14d4e709 6cc2ce3116964f8a91192bdcaecda456 20911982c03c4072aad05c942083aaee - - default default] Added segment d597c7fc-c651-475a-a901-ac2a87d413a2 of type vxlan for network fa3426e6-9d42-4292-a54f-95a70f4a16d8 [pid: 7|app: 0|req: 599/1271] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:54 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:55.115 7 INFO neutron.services.segments.plugin [-] Segment 7bab6910-8510-4fc9-a6d9-a797d8983689 resource provider aggregate not found 2026-08-11 12:21:55.126 7 INFO neutron.services.segments.plugin [-] Segment 7bab6910-8510-4fc9-a6d9-a797d8983689 resource provider aggregate not found 2026-08-11 12:21:55.149 7 INFO neutron.services.segments.plugin [-] Segment 7bab6910-8510-4fc9-a6d9-a797d8983689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bab6910-8510-4fc9-a6d9-a797d8983689 found for delete ", "request_id": "req-3f1453b8-0abc-4a8f-b8a7-11042ded321d"}]} 2026-08-11 12:21:55.151 7 INFO neutron.services.segments.plugin [-] Segment 7bab6910-8510-4fc9-a6d9-a797d8983689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bab6910-8510-4fc9-a6d9-a797d8983689 found for delete ", "request_id": "req-cb30e5ba-de6a-4404-89e2-fb99d1dcb74f"}]} [pid: 7|app: 0|req: 600/1272] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:21:55 2026] POST /v2.0/subnets => generated 1274 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1273] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:21:55 2026] GET /v2.0/subnets => generated 1910 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1274] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:55 2026] DELETE /v2.0/subnets/6b54465e-1d55-483c-bfa2-1e8dd5daba46 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1275] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:55 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1196 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1276] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:21:55 2026] DELETE /v2.0/subnets/0b5f0db8-3f5d-40ef-8d14-957f3474fe49 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1277] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:21:56 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&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: 7|app: 0|req: 606/1278] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:21:56 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1279] 10.0.0.220 () {32 vars in 817 bytes} [Tue Aug 11 12:21:56 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&mac_address=fa%3A16%3A3e%3A2c%3Ac0%3A26 => generated 1196 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1280] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:21:54 2026] PUT /v2.0/routers/ed5427e3-52d8-4595-a5d6-1ccc8206061d/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1281] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:56 2026] DELETE /v2.0/networks/fa3426e6-9d42-4292-a54f-95a70f4a16d8 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1282] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:56 2026] DELETE /v2.0/networks/2f511ca9-cddf-4f3a-b896-a6ab1b652bc4 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1283] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:56 2026] DELETE /v2.0/networks/38ce143d-5156-4a7d-a397-358f9f7ac9e0 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1284] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:21:56 2026] DELETE /v2.0/networks/27ed67c0-fbf0-4529-9536-261ae8c2a6d0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1285] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:21:56 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:21:57.170 7 INFO neutron.services.segments.plugin [-] Segment d597c7fc-c651-475a-a901-ac2a87d413a2 resource provider aggregate not found 2026-08-11 12:21:57.184 7 INFO neutron.services.segments.plugin [-] Segment d597c7fc-c651-475a-a901-ac2a87d413a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d597c7fc-c651-475a-a901-ac2a87d413a2 found for delete ", "request_id": "req-baf25a4f-36dd-44b5-be52-d6c1a3f93d96"}]} 2026-08-11 12:21:57.187 7 INFO neutron.services.segments.plugin [-] Segment d597c7fc-c651-475a-a901-ac2a87d413a2 resource provider aggregate not found 2026-08-11 12:21:57.202 7 INFO neutron.services.segments.plugin [-] Segment 74f422e8-3f36-458b-9844-c89210f30005 resource provider aggregate not found 2026-08-11 12:21:57.209 7 INFO neutron.services.segments.plugin [-] Segment d597c7fc-c651-475a-a901-ac2a87d413a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d597c7fc-c651-475a-a901-ac2a87d413a2 found for delete ", "request_id": "req-7490dece-448b-43a1-8dc8-c87f7ceb8e44"}]} 2026-08-11 12:21:57.221 7 INFO neutron.services.segments.plugin [-] Segment 74f422e8-3f36-458b-9844-c89210f30005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f422e8-3f36-458b-9844-c89210f30005 found for delete ", "request_id": "req-57a0a5f6-83bb-4a02-9d83-008ebd3d7554"}]} 2026-08-11 12:21:57.233 7 INFO neutron.services.segments.plugin [-] Segment 74f422e8-3f36-458b-9844-c89210f30005 resource provider aggregate not found 2026-08-11 12:21:57.241 7 INFO neutron.services.segments.plugin [-] Segment ba2eb95f-bd7b-4de8-9565-f7326e0699c3 resource provider aggregate not found 2026-08-11 12:21:57.262 7 INFO neutron.services.segments.plugin [-] Segment 74f422e8-3f36-458b-9844-c89210f30005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f422e8-3f36-458b-9844-c89210f30005 found for delete ", "request_id": "req-8c96add9-ad1b-4dd5-a700-8ee8b99ee818"}]} 2026-08-11 12:21:57.267 7 INFO neutron.services.segments.plugin [-] Segment ba2eb95f-bd7b-4de8-9565-f7326e0699c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba2eb95f-bd7b-4de8-9565-f7326e0699c3 found for delete ", "request_id": "req-b6b7436c-c23f-4442-8b5a-f629c536a77e"}]} 2026-08-11 12:21:57.288 7 INFO neutron.services.segments.plugin [-] Segment e082d815-f9f5-4bdf-b368-821c2ee46b13 resource provider aggregate not found [pid: 7|app: 0|req: 613/1286] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:57.301 7 INFO neutron.services.segments.plugin [-] Segment ba2eb95f-bd7b-4de8-9565-f7326e0699c3 resource provider aggregate not found 2026-08-11 12:21:57.324 7 INFO neutron.services.segments.plugin [-] Segment e082d815-f9f5-4bdf-b368-821c2ee46b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e082d815-f9f5-4bdf-b368-821c2ee46b13 found for delete ", "request_id": "req-5255f84e-2e4e-44a4-a1b0-60715294143f"}]} 2026-08-11 12:21:57.326 7 INFO neutron.services.segments.plugin [-] Segment ba2eb95f-bd7b-4de8-9565-f7326e0699c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba2eb95f-bd7b-4de8-9565-f7326e0699c3 found for delete ", "request_id": "req-8855cc5d-1075-4e94-b09e-6375969e9cf0"}]} 2026-08-11 12:21:57.345 8 INFO neutron.db.l3_db [None req-426bf427-9272-4db6-897c-d150524403f4 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP cd3db465-129f-4ee6-a185-23d9540a4a5c associated. External IP: 10.96.250.209, port: bfefe12b-508e-4413-bd1c-f47050df1ee6. 2026-08-11 12:21:57.357 7 INFO neutron.services.segments.plugin [-] Segment e082d815-f9f5-4bdf-b368-821c2ee46b13 resource provider aggregate not found 2026-08-11 12:21:57.394 7 INFO neutron.services.segments.plugin [-] Segment e082d815-f9f5-4bdf-b368-821c2ee46b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e082d815-f9f5-4bdf-b368-821c2ee46b13 found for delete ", "request_id": "req-9cb61f53-4b6f-409d-bbe4-958645f5e6de"}]} [pid: 7|app: 0|req: 614/1287] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:21:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1288] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:21:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:21:57.734 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-450c9162-df9a-48dc-acce-008153be3d23'] response: {'name': 'network-changed', 'server_uuid': 'e41c028a-cd29-4f50-a6ca-fe5f2788097c', 'tag': 'bfefe12b-508e-4413-bd1c-f47050df1ee6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 675/1289] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:57 2026] GET /v2.0/security-groups?tenant_id=20911982c03c4072aad05c942083aaee&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1290] 10.0.0.106 () {34 vars in 1093 bytes} [Tue Aug 11 12:21:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-291492838&fields=id&tenant_id=5900cef9f7c64a7db66576f4e48d4817 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1291] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:57 2026] DELETE /v2.0/security-groups/ba0a2b74-206b-4167-9432-10e454a0fbdd => 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: 615/1292] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:21:57 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1293] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:21:57 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1294] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:21:57 2026] GET /v2.0/quotas/5900cef9f7c64a7db66576f4e48d4817 => 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: 679/1295] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&fields=id => generated 333 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1296] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 680/1297] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1298] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1465 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1299] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1300] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.149&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1301] 199.204.45.227 () {34 vars in 1101 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa3&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1302] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => 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: 620/1303] 10.0.0.106 () {34 vars in 1097 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--578082544&fields=id&tenant_id=fab19023e50449fbbe530eab59020216 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1304] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1305] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1306] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks?id=e4e3485c-120f-4347-915f-5ee2146c065b => generated 669 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1307] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/quotas/fab19023e50449fbbe530eab59020216 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1308] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1309] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 623/1310] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/ports?tenant_id=fab19023e50449fbbe530eab59020216&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1311] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 624/1312] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?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: 689/1313] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:21:58 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?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: 625/1314] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:21:59 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 690/1315] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:21:59 2026] GET /v2.0/security-groups?tenant_id=01973b46895f4c71ad892ad2b48d24fa&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: 626/1316] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:21:59 2026] DELETE /v2.0/security-groups/b2e38a58-8e01-4080-b128-569b54e2bbd3 => 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: 627/1317] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:00 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:00.262 8 INFO neutron.db.segments_db [None req-9bd16474-cfa0-4833-bf24-fde3968e2bc3 41a545fddab04c919efd478a31059881 9e6a8f2a97ac4b0cb395e051ffe3b5d8 - - default default] Added segment 75d20684-d3a3-4042-b1ea-606ad4e9becf of type vxlan for network 29dd5984-1d6b-4e28-8b17-72f1a5fa4fee [pid: 8|app: 0|req: 691/1318] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:21:59 2026] POST /v2.0/networks => generated 629 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1319] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:00 2026] POST /v2.0/subnets => generated 673 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:01.198 8 INFO neutron.db.segments_db [None req-41b11aef-c74f-41ec-afd9-78e8ded14919 41a545fddab04c919efd478a31059881 9e6a8f2a97ac4b0cb395e051ffe3b5d8 - - default default] Added segment 5f810a6d-b486-49c2-8934-8bfde7b41239 of type vxlan for network 6fa7997e-9e93-4e03-8f5c-9c95cce276e0 [pid: 7|app: 0|req: 629/1320] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:01 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 692/1321] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:01 2026] POST /v2.0/networks => generated 628 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1322] 10.0.0.220 () {34 vars in 742 bytes} [Tue Aug 11 12:22:01 2026] PUT /v2.0/networks/6fa7997e-9e93-4e03-8f5c-9c95cce276e0 => generated 592 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1323] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:01 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1324] 10.0.0.220 () {34 vars in 740 bytes} [Tue Aug 11 12:22:01 2026] PUT /v2.0/subnets/b12474c4-c894-4ce5-bc61-c5366a80f12d => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:02.032 8 INFO neutron.services.segments.plugin [-] Segment 5f810a6d-b486-49c2-8934-8bfde7b41239 resource provider aggregate not found 2026-08-11 12:22:02.037 8 INFO neutron.services.segments.plugin [-] Segment 5f810a6d-b486-49c2-8934-8bfde7b41239 resource provider aggregate not found 2026-08-11 12:22:02.054 8 INFO neutron.services.segments.plugin [-] Segment 5f810a6d-b486-49c2-8934-8bfde7b41239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f810a6d-b486-49c2-8934-8bfde7b41239 found for delete ", "request_id": "req-c542872b-4410-45f7-b531-de7957634a2e"}]} 2026-08-11 12:22:02.057 8 INFO neutron.services.segments.plugin [-] Segment 5f810a6d-b486-49c2-8934-8bfde7b41239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f810a6d-b486-49c2-8934-8bfde7b41239 found for delete ", "request_id": "req-6a3f657f-a49c-4711-b913-309f08d5aee1"}]} [pid: 8|app: 0|req: 694/1325] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:01 2026] DELETE /v2.0/networks/6fa7997e-9e93-4e03-8f5c-9c95cce276e0 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:02.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5614522a-cce5-414d-bf7c-293bf73c1c45 41a545fddab04c919efd478a31059881 9e6a8f2a97ac4b0cb395e051ffe3b5d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1326] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:02 2026] DELETE /v2.0/networks/6fa7997e-9e93-4e03-8f5c-9c95cce276e0 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1327] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1328] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/subnets?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1329] 10.0.0.220 () {32 vars in 652 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1330] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/networks => generated 1313 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1331] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1332] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/networks/29dd5984-1d6b-4e28-8b17-72f1a5fa4fee => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1333] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 636/1334] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/subnets/fda5a1ad-c306-438e-912e-72d85ca7af29 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:02.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3391460e-0559-47fe-b79b-e30567d1c3b4 41a545fddab04c919efd478a31059881 9e6a8f2a97ac4b0cb395e051ffe3b5d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1335] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:02 2026] DELETE /v2.0/subnets/b12474c4-c894-4ce5-bc61-c5366a80f12d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:02.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2cbd0dbe-4ae3-49d6-a30b-da18bb332b82 41a545fddab04c919efd478a31059881 9e6a8f2a97ac4b0cb395e051ffe3b5d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1336] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:02 2026] DELETE /v2.0/networks/6fa7997e-9e93-4e03-8f5c-9c95cce276e0 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1337] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:02 2026] DELETE /v2.0/subnets/fda5a1ad-c306-438e-912e-72d85ca7af29 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:02.666 7 INFO neutron.services.segments.plugin [-] Segment 75d20684-d3a3-4042-b1ea-606ad4e9becf resource provider aggregate not found 2026-08-11 12:22:02.669 7 INFO neutron.services.segments.plugin [-] Segment 75d20684-d3a3-4042-b1ea-606ad4e9becf resource provider aggregate not found 2026-08-11 12:22:02.682 7 INFO neutron.services.segments.plugin [-] Segment 75d20684-d3a3-4042-b1ea-606ad4e9becf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d20684-d3a3-4042-b1ea-606ad4e9becf found for delete ", "request_id": "req-ef1ec9ac-7695-42df-bcc7-c078d053f9a2"}]} 2026-08-11 12:22:02.687 7 INFO neutron.services.segments.plugin [-] Segment 75d20684-d3a3-4042-b1ea-606ad4e9becf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d20684-d3a3-4042-b1ea-606ad4e9becf found for delete ", "request_id": "req-00393d18-e062-413b-804b-80ebee23169d"}]} [pid: 7|app: 0|req: 638/1338] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:02 2026] DELETE /v2.0/networks/29dd5984-1d6b-4e28-8b17-72f1a5fa4fee => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1339] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1340] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:22:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5900cef9f7c64a7db66576f4e48d4817 => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1341] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:22:02 2026] POST /v2.0/ports => generated 1183 bytes in 424 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: 640/1342] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/security-groups?tenant_id=9e6a8f2a97ac4b0cb395e051ffe3b5d8&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1343] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 642/1344] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:03 2026] DELETE /v2.0/security-groups/27721a6e-edb9-47ee-a3bb-96419266c4da => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1345] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1198 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1346] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1465 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1347] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&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: 646/1348] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:22:03 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1349] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:22:03 2026] PUT /v2.0/ports/8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => generated 1464 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:03.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70953e25-95da-46af-890e-5137041b125b'] response: {'name': 'network-changed', 'server_uuid': 'f65aff99-1214-462c-b32a-6b4b791ae9b8', 'tag': '8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 648/1352] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:04 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 705/1353] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:22:04 2026] GET /v2.0/networks?tenant_id=5900cef9f7c64a7db66576f4e48d4817&shared=False => generated 2373 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1354] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:22:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1355] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:04 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 650/1356] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:04 2026] GET /v2.0/networks?id=e4e3485c-120f-4347-915f-5ee2146c065b => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1357] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fab19023e50449fbbe530eab59020216 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1358] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:22:05 2026] POST /v2.0/ports => generated 954 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:22:05.705 8 INFO neutron.db.segments_db [None req-cc721b98-41b3-4f1f-8e86-228832fdb83e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 of type vxlan for network 5395bcb0-2ddb-4c94-9344-dc1f5bfc706b [pid: 8|app: 0|req: 708/1359] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:05 2026] POST /v2.0/networks => generated 610 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1360] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1361] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:22:05 2026] PUT /v2.0/ports/b40e4a00-224c-4924-b5db-5493a03dda87 => generated 1235 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1362] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 711/1363] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1364] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:05.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e07cb7bd-c0d4-4c92-aeab-2316b5d4b7f8'] response: {'name': 'network-changed', 'server_uuid': '7175ac70-bbb5-4c03-ab1e-1bd5aad84cee', 'tag': 'b40e4a00-224c-4924-b5db-5493a03dda87', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 713/1365] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:05.973 7 INFO neutron.db.segments_db [None req-476d5737-64d0-4735-8fa6-24527e93cf2a a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment 2f72581a-67f6-4bb8-a232-b81f4ed09c66 of type vxlan for network 1793ab21-fa5b-40c7-80e0-38a588031e7f [pid: 8|app: 0|req: 714/1366] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:22:05 2026] GET /v2.0/subnets?id=3e087fb2-368a-4516-baf3-c44a6d4ecf25&id=eed74311-b526-4bce-a438-8a2a9b113006 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1367] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1368] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:05 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1369] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&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: 8|app: 0|req: 717/1370] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 718/1371] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1372] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:06 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1373] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/ports?tenant_id=fab19023e50449fbbe530eab59020216&device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1374] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:06 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1375] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:22:06 2026] GET /v2.0/networks?tenant_id=fab19023e50449fbbe530eab59020216&shared=False => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:06.617 8 INFO neutron.db.segments_db [None req-96699f8a-05a5-4c47-b040-ea4aae02525c a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment 3db6fd16-3271-4a6d-8a72-b6b05a004296 of type vxlan for network 14af3b0d-141d-47d9-8005-666faf374ddc [pid: 7|app: 0|req: 657/1376] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:22:06 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) 2026-08-11 12:22:06.857 8 INFO neutron.db.l3_hamode_db [None req-96699f8a-05a5-4c47-b040-ea4aae02525c a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:06.986 8 INFO neutron.db.l3_hamode_db [None req-96699f8a-05a5-4c47-b040-ea4aae02525c a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 658/1377] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1378] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&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: 720/1379] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:06 2026] POST /v2.0/routers => generated 507 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1380] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/ports?tenant_id=fab19023e50449fbbe530eab59020216&device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1381] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b40e4a00-224c-4924-b5db-5493a03dda87 => 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: 723/1382] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/subnets?id=6a6240b5-7c05-426c-8fcc-6a271aabeba9 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1383] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/ports?network_id=e4e3485c-120f-4347-915f-5ee2146c065b&device_owner=network%3Adhcp => 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: 725/1384] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?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: 726/1385] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:07 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1386] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:08 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1387] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:08 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&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: 660/1388] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:07 2026] PUT /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1389] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:08 2026] GET /v2.0/ports/0bca7e4b-83c3-4449-bf17-ba485ae297cf => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1390] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:08 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1391] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:08 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1392] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:09 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1393] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:09 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&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: 665/1394] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:09 2026] GET /v2.0/security-groups?tenant_id=48788c2e6dd242c6ad1d899b8d7e998d&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1395] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:09 2026] DELETE /v2.0/security-groups/842e95dd-cc59-4bb0-ad6b-55c5f8710d5c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1396] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:08 2026] PUT /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1397] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:10 2026] GET /v2.0/ports/debc13c3-b6cf-46fd-ab52-df892db80f18 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1398] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:10 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:10.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-c040d5c8-2f41-429c-95f6-26fbf832d11e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: debc13c3-b6cf-46fd-ab52-df892db80f18 2026-08-11 12:22:10.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c040d5c8-2f41-429c-95f6-26fbf832d11e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: debc13c3-b6cf-46fd-ab52-df892db80f18 [pid: 7|app: 0|req: 669/1399] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:10 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1400] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:10 2026] PUT /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818/remove_router_interface => generated 309 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:11.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-f04c660a-a170-4369-bc5d-b7558652e572 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: 0bca7e4b-83c3-4449-bf17-ba485ae297cf 2026-08-11 12:22:11.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f04c660a-a170-4369-bc5d-b7558652e572 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: 0bca7e4b-83c3-4449-bf17-ba485ae297cf [pid: 8|app: 0|req: 732/1401] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:11 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1402] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:11 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1403] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:11 2026] PUT /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1404] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:12 2026] GET /v2.0/ports?device_id=f6b80421-af04-4b04-ab16-3a0f67407818 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:12.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-f23e3db4-75fc-4f46-ac1f-de0a864c9dd7 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: c31272fe-213c-4bcc-bf82-2b1d19d0f2fd 2026-08-11 12:22:12.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f23e3db4-75fc-4f46-ac1f-de0a864c9dd7 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: c31272fe-213c-4bcc-bf82-2b1d19d0f2fd 2026-08-11 12:22:12.673 7 INFO neutron.services.segments.plugin [-] Segment 3db6fd16-3271-4a6d-8a72-b6b05a004296 resource provider aggregate not found 2026-08-11 12:22:12.685 7 INFO neutron.services.segments.plugin [-] Segment 3db6fd16-3271-4a6d-8a72-b6b05a004296 resource provider aggregate not found 2026-08-11 12:22:12.693 7 INFO neutron.db.l3_hamode_db [None req-f23e3db4-75fc-4f46-ac1f-de0a864c9dd7 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] HA network 14af3b0d-141d-47d9-8005-666faf374ddc was deleted as no HA routers are present in tenant 47550db0b9d042a58750867660aba668. 2026-08-11 12:22:12.698 7 INFO neutron.services.segments.plugin [-] Segment 3db6fd16-3271-4a6d-8a72-b6b05a004296 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3db6fd16-3271-4a6d-8a72-b6b05a004296 found for delete ", "request_id": "req-5c4c0cb0-b53e-4dec-9e87-450b14fd9565"}]} [pid: 7|app: 0|req: 671/1405] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:12 2026] DELETE /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:12.710 7 INFO neutron.services.segments.plugin [-] Segment 3db6fd16-3271-4a6d-8a72-b6b05a004296 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3db6fd16-3271-4a6d-8a72-b6b05a004296 found for delete ", "request_id": "req-61c9943a-db49-4771-a2aa-7db8867890c4"}]} [pid: 8|app: 0|req: 735/1406] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:12 2026] DELETE /v2.0/subnets/e712e025-be29-4b3c-88de-7c369b78505f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1407] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:12 2026] DELETE /v2.0/subnets/bd374798-9494-42eb-8887-430f22105c7e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1408] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:13 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:13.070 8 INFO neutron.services.segments.plugin [-] Segment 2f72581a-67f6-4bb8-a232-b81f4ed09c66 resource provider aggregate not found 2026-08-11 12:22:13.076 8 INFO neutron.services.segments.plugin [-] Segment 2f72581a-67f6-4bb8-a232-b81f4ed09c66 resource provider aggregate not found [pid: 7|app: 0|req: 674/1409] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:13 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:13.102 8 INFO neutron.services.segments.plugin [-] Segment 2f72581a-67f6-4bb8-a232-b81f4ed09c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f72581a-67f6-4bb8-a232-b81f4ed09c66 found for delete ", "request_id": "req-0e8644fb-1e85-469b-8c0f-054f3e0a23ee"}]} 2026-08-11 12:22:13.106 8 INFO neutron.services.segments.plugin [-] Segment 2f72581a-67f6-4bb8-a232-b81f4ed09c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f72581a-67f6-4bb8-a232-b81f4ed09c66 found for delete ", "request_id": "req-4a400977-7d31-45fc-9d32-ac356748debd"}]} [pid: 8|app: 0|req: 736/1410] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:12 2026] DELETE /v2.0/networks/1793ab21-fa5b-40c7-80e0-38a588031e7f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1411] 10.0.0.143 () {32 vars in 801 bytes} [Tue Aug 11 12:22:13 2026] GET /v2.0/extensions => generated 21537 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1412] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:13 2026] DELETE /v2.0/networks/5395bcb0-2ddb-4c94-9344-dc1f5bfc706b => 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: 738/1413] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:13 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:13.339 7 INFO neutron.db.segments_db [None req-2dacf297-4b40-47e8-99cc-c864efc66dfa a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment e6508f04-09de-4a60-a81d-34242e821721 of type vxlan for network 9f1434ea-e9e2-4a58-a30e-37eff2ce6eb9 [pid: 7|app: 0|req: 676/1414] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:13 2026] POST /v2.0/networks => generated 611 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:13.654 8 INFO neutron.db.l3_db [None req-cbd850eb-2214-439d-8d6b-25ee2ef2dc51 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] Floating IP 0cc7490e-c426-4eb6-8956-bdd355d4e746 associated. External IP: 10.96.250.214, port: b40e4a00-224c-4924-b5db-5493a03dda87. [pid: 7|app: 0|req: 677/1415] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:13 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1416] 10.0.0.143 () {30 vars in 723 bytes} [Tue Aug 11 12:22:13 2026] GET /v2.0/quotas/489a66f4258e4163967922df45f2430d/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:13.829 7 INFO neutron.db.segments_db [None req-5e1da104-b3d7-4f3b-a8b9-1562807770d5 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment bc692458-772a-465a-9363-555c365721fc of type vxlan for network 9b6ca810-eb58-401d-9231-b7e08c252e16 [pid: 8|app: 0|req: 739/1417] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:13 2026] PUT /v2.0/floatingips/0cc7490e-c426-4eb6-8956-bdd355d4e746 => generated 855 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:14.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91ded1d6-d79a-4d64-b58f-31b4501ddbc4'] response: {'name': 'network-changed', 'server_uuid': '7175ac70-bbb5-4c03-ab1e-1bd5aad84cee', 'tag': 'b40e4a00-224c-4924-b5db-5493a03dda87', 'status': 'completed', 'code': 200} 2026-08-11 12:22:14.091 7 INFO neutron.db.l3_hamode_db [None req-5e1da104-b3d7-4f3b-a8b9-1562807770d5 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 740/1418] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:14 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 741/1419] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:14 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:14.186 7 INFO neutron.db.l3_hamode_db [None req-5e1da104-b3d7-4f3b-a8b9-1562807770d5 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 742/1420] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:14 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1421] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:14 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1422] 10.0.0.220 () {32 vars in 817 bytes} [Tue Aug 11 12:22:14 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&mac_address=fa%3A16%3A3e%3A5d%3Acb%3A19 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:15.171 8 INFO neutron.db.l3_db [None req-8026519f-3fb3-498c-baf8-c75ea0a363e2 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP cafbf834-e87e-4ae7-84bd-e13305449989 associated. External IP: 10.96.250.215, port: 8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6. 2026-08-11 12:22:15.267 7 INFO neutron.services.segments.plugin [-] Segment 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 resource provider aggregate not found 2026-08-11 12:22:15.275 7 INFO neutron.services.segments.plugin [-] Segment 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 resource provider aggregate not found 2026-08-11 12:22:15.299 7 INFO neutron.services.segments.plugin [-] Segment 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 found for delete ", "request_id": "req-d31cdce4-67f3-46de-a497-15c157daaed3"}]} 2026-08-11 12:22:15.302 7 INFO neutron.services.segments.plugin [-] Segment 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc6f80c-02a9-4d5f-84f4-7659793ebcd6 found for delete ", "request_id": "req-e1cfd63d-4f20-4d39-be07-173c80fc6e0d"}]} [pid: 7|app: 0|req: 679/1423] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:13 2026] POST /v2.0/routers => generated 507 bytes in 1670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1424] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:15 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 681/1425] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:15 2026] GET /v2.0/ports?tenant_id=fab19023e50449fbbe530eab59020216&device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1426] 10.0.0.220 () {34 vars in 664 bytes} [Tue Aug 11 12:22:15 2026] POST /v2.0/ports => generated 952 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 683/1427] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:15 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&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: 684/1428] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:15 2026] GET /v2.0/networks?id=e4e3485c-120f-4347-915f-5ee2146c065b => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1429] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:22:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:16.158 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6782116-d80f-4311-850e-69e5a6ddb334'] response: {'name': 'network-changed', 'server_uuid': 'f65aff99-1214-462c-b32a-6b4b791ae9b8', 'tag': '8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 746/1430] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b40e4a00-224c-4924-b5db-5493a03dda87 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1431] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/subnets?id=6a6240b5-7c05-426c-8fcc-6a271aabeba9 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1432] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/ports?network_id=e4e3485c-120f-4347-915f-5ee2146c065b&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: 749/1433] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1434] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1435] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1436] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1437] 10.0.0.143 () {32 vars in 801 bytes} [Tue Aug 11 12:22:16 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: 754/1438] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => generated 858 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1439] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => 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: 756/1440] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/subnets?id=3e087fb2-368a-4516-baf3-c44a6d4ecf25&id=eed74311-b526-4bce-a438-8a2a9b113006 => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1441] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1442] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1443] 10.0.0.143 () {30 vars in 723 bytes} [Tue Aug 11 12:22:16 2026] GET /v2.0/quotas/489a66f4258e4163967922df45f2430d/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1444] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1445] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:15 2026] PUT /v2.0/routers/f5d370f6-ea95-4b75-baed-3431685eb9d8/add_router_interface => generated 309 bytes in 1152 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: 761/1446] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1447] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1448] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 7|app: 0|req: 687/1449] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/ports/26725548-ef64-42a4-a20a-ec880190b74d => generated 1026 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1450] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:17 2026] GET /v2.0/security-groups?id=2a60dcbc-211b-40a7-83b6-f8a9d69bec8b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:17.281 8 INFO neutron_taas.services.taas.taas_plugin [req-d7028544-b497-4fec-a0b8-ff2f576a9c5a req-47437392-d4d4-4cf4-a8d0-7ad7acf7e64d 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] TaaS: Handle Delete Port: b40e4a00-224c-4924-b5db-5493a03dda87 2026-08-11 12:22:17.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7028544-b497-4fec-a0b8-ff2f576a9c5a req-47437392-d4d4-4cf4-a8d0-7ad7acf7e64d 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] Tap Mirror: Handle Delete Port: b40e4a00-224c-4924-b5db-5493a03dda87 2026-08-11 12:22:17.451 8 INFO neutron.db.l3_db [req-d7028544-b497-4fec-a0b8-ff2f576a9c5a req-47437392-d4d4-4cf4-a8d0-7ad7acf7e64d 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] Floating IP 0cc7490e-c426-4eb6-8956-bdd355d4e746 disassociated. External IP: 10.96.250.214, port: b40e4a00-224c-4924-b5db-5493a03dda87. 2026-08-11 12:22:17.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-65a10032-b2cb-41f1-8cbc-d7cf07b1fec7 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: 26725548-ef64-42a4-a20a-ec880190b74d 2026-08-11 12:22:17.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65a10032-b2cb-41f1-8cbc-d7cf07b1fec7 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: 26725548-ef64-42a4-a20a-ec880190b74d [pid: 8|app: 0|req: 763/1451] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:22:17 2026] DELETE /v2.0/ports/b40e4a00-224c-4924-b5db-5493a03dda87 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1452] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:17 2026] PUT /v2.0/routers/f5d370f6-ea95-4b75-baed-3431685eb9d8/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:18.106 8 INFO neutron.api.v2.resource [None req-3fc2a17b-da8b-4c0e-8309-8f8a295cf077 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1453] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:18 2026] PUT /v2.0/routers/f5d370f6-ea95-4b75-baed-3431685eb9d8/remove_router_interface => generated 197 bytes in 102 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: 690/1454] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:18 2026] GET /v2.0/ports?device_id=f5d370f6-ea95-4b75-baed-3431685eb9d8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:18.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caaeb4d3-f3cc-4c47-adbd-3cbbefae2fb3'] response: {'server_uuid': '7175ac70-bbb5-4c03-ab1e-1bd5aad84cee', 'name': 'network-vif-deleted', 'tag': 'b40e4a00-224c-4924-b5db-5493a03dda87', 'status': 'completed', 'code': 200} 2026-08-11 12:22:18.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-681c29c2-2e94-4fc4-875d-25c790522c36 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: 1423d64b-caa2-47b1-8ea6-8afd72c6ec6e 2026-08-11 12:22:18.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-681c29c2-2e94-4fc4-875d-25c790522c36 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: 1423d64b-caa2-47b1-8ea6-8afd72c6ec6e [pid: 7|app: 0|req: 691/1455] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:18 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:18.665 8 INFO neutron.services.segments.plugin [-] Segment bc692458-772a-465a-9363-555c365721fc resource provider aggregate not found 2026-08-11 12:22:18.672 8 INFO neutron.services.segments.plugin [-] Segment bc692458-772a-465a-9363-555c365721fc resource provider aggregate not found 2026-08-11 12:22:18.681 8 INFO neutron.services.segments.plugin [-] Segment bc692458-772a-465a-9363-555c365721fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc692458-772a-465a-9363-555c365721fc found for delete ", "request_id": "req-f07c3d9b-56f4-4e48-a690-0f7ae904089d"}]} 2026-08-11 12:22:18.688 8 INFO neutron.db.l3_hamode_db [None req-681c29c2-2e94-4fc4-875d-25c790522c36 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] HA network 9b6ca810-eb58-401d-9231-b7e08c252e16 was deleted as no HA routers are present in tenant 47550db0b9d042a58750867660aba668. [pid: 8|app: 0|req: 765/1456] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:18 2026] DELETE /v2.0/routers/f5d370f6-ea95-4b75-baed-3431685eb9d8 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:18.705 8 INFO neutron.services.segments.plugin [-] Segment bc692458-772a-465a-9363-555c365721fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc692458-772a-465a-9363-555c365721fc found for delete ", "request_id": "req-be4f5f96-c253-45c4-a7d9-4266b4e3bc72"}]} [pid: 7|app: 0|req: 692/1457] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:18 2026] DELETE /v2.0/subnets/10721472-b9c2-496c-ac66-cdea3803c890 => 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: 766/1460] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:18 2026] DELETE /v2.0/networks/9f1434ea-e9e2-4a58-a30e-37eff2ce6eb9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:19.076 7 INFO neutron.db.segments_db [None req-fa7bb242-2544-4311-85a1-114ca1785dbd a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment 71d26d3c-30e9-425d-8f92-589e1421563a of type vxlan for network d977fa29-672c-4160-8837-a6c3cfb97d0a [pid: 7|app: 0|req: 695/1461] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:19 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1462] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:19 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => 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: 767/1463] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:19 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:19.524 7 INFO neutron.db.segments_db [None req-d7b7f0a6-fed8-4e43-853f-bd6f182eca2f a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment 9c476b4b-94ea-4541-83e8-00042b8e33e3 of type vxlan for network 4efb1ce4-3a45-4207-951f-5e5b41fe246f 2026-08-11 12:22:19.818 7 INFO neutron.db.l3_hamode_db [None req-d7b7f0a6-fed8-4e43-853f-bd6f182eca2f a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:19.933 7 INFO neutron.db.l3_hamode_db [None req-d7b7f0a6-fed8-4e43-853f-bd6f182eca2f a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 768/1464] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:20 2026] GET /v2.0/security-groups?tenant_id=489a66f4258e4163967922df45f2430d&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1466] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:20 2026] DELETE /v2.0/security-groups/c4da921f-f364-4173-ae72-42b283584061 => 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: 697/1466] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:19 2026] POST /v2.0/routers => generated 505 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1467] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:20 2026] GET /v2.0/ports?device_id=7175ac70-bbb5-4c03-ab1e-1bd5aad84cee => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:20.714 8 INFO neutron.services.segments.plugin [-] Segment e6508f04-09de-4a60-a81d-34242e821721 resource provider aggregate not found 2026-08-11 12:22:20.731 8 INFO neutron.services.segments.plugin [-] Segment e6508f04-09de-4a60-a81d-34242e821721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6508f04-09de-4a60-a81d-34242e821721 found for delete ", "request_id": "req-852011d9-2345-40af-8919-d3cfbb13d0fe"}]} 2026-08-11 12:22:20.740 8 INFO neutron.services.segments.plugin [-] Segment e6508f04-09de-4a60-a81d-34242e821721 resource provider aggregate not found 2026-08-11 12:22:20.761 8 INFO neutron.services.segments.plugin [-] Segment e6508f04-09de-4a60-a81d-34242e821721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6508f04-09de-4a60-a81d-34242e821721 found for delete ", "request_id": "req-360ca48a-b111-4cb4-b02c-f9c211d18c70"}]} [pid: 8|app: 0|req: 770/1468] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:20 2026] PUT /v2.0/routers/44e8f0cf-904b-486e-9bdf-59e1e4304d76/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1469] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:21 2026] GET /v2.0/ports/8fb9a76e-5c35-4f2a-9a65-98e15048c3b6 => generated 955 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1470] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:21 2026] DELETE /v2.0/security-groups/2a60dcbc-211b-40a7-83b6-f8a9d69bec8b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:21.804 8 INFO neutron.api.v2.resource [None req-59258d62-9f5e-4065-b28e-504ba7bda66f 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1471] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:22:21 2026] GET /v2.0/security-groups/2a60dcbc-211b-40a7-83b6-f8a9d69bec8b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:21.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-291148a6-91b1-41d1-8422-e077f16d06df 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] TaaS: Handle Delete Port: a1b4acc8-357d-4a40-89d9-0dfddeb2365a 2026-08-11 12:22:21.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-291148a6-91b1-41d1-8422-e077f16d06df 16a22b3cbecb4a18a334fc176a49c5f3 fab19023e50449fbbe530eab59020216 - - default default] Tap Mirror: Handle Delete Port: a1b4acc8-357d-4a40-89d9-0dfddeb2365a 2026-08-11 12:22:22.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-12f97e85-eee7-4485-997e-0ebd67c15d03 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: 8fb9a76e-5c35-4f2a-9a65-98e15048c3b6 2026-08-11 12:22:22.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12f97e85-eee7-4485-997e-0ebd67c15d03 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: 8fb9a76e-5c35-4f2a-9a65-98e15048c3b6 [pid: 8|app: 0|req: 773/1472] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:22:21 2026] DELETE /v2.0/floatingips/0cc7490e-c426-4eb6-8956-bdd355d4e746 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:22.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cfb2287-c928-4894-bac5-0529471e5be8 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 18e8dd7b-c72c-42e6-a7c4-e479f5d38f2a 2026-08-11 12:22:22.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cfb2287-c928-4894-bac5-0529471e5be8 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 18e8dd7b-c72c-42e6-a7c4-e479f5d38f2a [pid: 7|app: 0|req: 700/1473] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:21 2026] PUT /v2.0/routers/44e8f0cf-904b-486e-9bdf-59e1e4304d76/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1474] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:22 2026] GET /v2.0/ports?device_id=44e8f0cf-904b-486e-9bdf-59e1e4304d76 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:22.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-e163c7e9-a03a-4fdd-a9cc-871ba585625e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: 5a96883e-2009-41e9-ad9d-7b3340499415 2026-08-11 12:22:22.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e163c7e9-a03a-4fdd-a9cc-871ba585625e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: 5a96883e-2009-41e9-ad9d-7b3340499415 2026-08-11 12:22:23.139 7 INFO neutron.services.segments.plugin [-] Segment 9c476b4b-94ea-4541-83e8-00042b8e33e3 resource provider aggregate not found 2026-08-11 12:22:23.145 7 INFO neutron.services.segments.plugin [-] Segment 9c476b4b-94ea-4541-83e8-00042b8e33e3 resource provider aggregate not found [pid: 8|app: 0|req: 774/1475] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:22:22 2026] PUT /v2.0/routers/ed5427e3-52d8-4595-a5d6-1ccc8206061d/remove_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:23.165 7 INFO neutron.services.segments.plugin [-] Segment 9c476b4b-94ea-4541-83e8-00042b8e33e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c476b4b-94ea-4541-83e8-00042b8e33e3 found for delete ", "request_id": "req-45b8b543-469f-485c-956c-2410ac21b097"}]} 2026-08-11 12:22:23.169 7 INFO neutron.services.segments.plugin [-] Segment 9c476b4b-94ea-4541-83e8-00042b8e33e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c476b4b-94ea-4541-83e8-00042b8e33e3 found for delete ", "request_id": "req-96af52c0-0e89-405d-b68a-93639e88ee59"}]} 2026-08-11 12:22:23.176 7 INFO neutron.db.l3_hamode_db [None req-e163c7e9-a03a-4fdd-a9cc-871ba585625e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] HA network 4efb1ce4-3a45-4207-951f-5e5b41fe246f was deleted as no HA routers are present in tenant 47550db0b9d042a58750867660aba668. [pid: 7|app: 0|req: 702/1476] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:22 2026] DELETE /v2.0/routers/44e8f0cf-904b-486e-9bdf-59e1e4304d76 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1477] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:23 2026] DELETE /v2.0/subnets/0b483bae-035d-4563-b06d-3ad835e6769b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:23.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-726378ae-ed37-423a-b29d-f3d4a40eff14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: dfc26432-611d-4a8d-85f9-528167c83c7c 2026-08-11 12:22:23.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-726378ae-ed37-423a-b29d-f3d4a40eff14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: dfc26432-611d-4a8d-85f9-528167c83c7c [pid: 7|app: 0|req: 704/1478] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:23 2026] DELETE /v2.0/networks/d977fa29-672c-4160-8837-a6c3cfb97d0a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:23.558 7 INFO neutron.db.segments_db [None req-7c7dd90b-8b34-4e55-a14a-b86bd14bfbab a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Added segment bf4d5794-d4c4-494c-adfd-32a816221f00 of type vxlan for network abbf29b5-6002-445f-8911-8ae4127cfff2 2026-08-11 12:22:23.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-726378ae-ed37-423a-b29d-f3d4a40eff14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: fe8dd28f-d8b4-4da2-b865-666a7f77227c 2026-08-11 12:22:23.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-726378ae-ed37-423a-b29d-f3d4a40eff14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: fe8dd28f-d8b4-4da2-b865-666a7f77227c 2026-08-11 12:22:23.858 7 INFO neutron.db.l3_hamode_db [None req-7c7dd90b-8b34-4e55-a14a-b86bd14bfbab a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:24.030 8 INFO neutron.services.segments.plugin [-] Segment c3bfa0c0-8019-47fb-b311-112e823a23ad resource provider aggregate not found 2026-08-11 12:22:24.039 8 INFO neutron.services.segments.plugin [-] Segment c3bfa0c0-8019-47fb-b311-112e823a23ad resource provider aggregate not found 2026-08-11 12:22:24.049 8 INFO neutron.services.segments.plugin [-] Segment c3bfa0c0-8019-47fb-b311-112e823a23ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3bfa0c0-8019-47fb-b311-112e823a23ad found for delete ", "request_id": "req-1c1354f8-96af-4788-a9c0-c6dd35455e33"}]} 2026-08-11 12:22:24.057 8 INFO neutron.services.segments.plugin [-] Segment c3bfa0c0-8019-47fb-b311-112e823a23ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3bfa0c0-8019-47fb-b311-112e823a23ad found for delete ", "request_id": "req-412172b0-952a-4049-8a47-ea3e8c91eb00"}]} 2026-08-11 12:22:24.067 8 INFO neutron.db.l3_hamode_db [None req-726378ae-ed37-423a-b29d-f3d4a40eff14 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network 58347b0f-8ee8-40c1-99be-4e23cc18552f was deleted as no HA routers are present in tenant fab19023e50449fbbe530eab59020216. [pid: 8|app: 0|req: 775/1479] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:23 2026] DELETE /v2.0/routers/ed5427e3-52d8-4595-a5d6-1ccc8206061d => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1480] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:24 2026] DELETE /v2.0/subnets/6a6240b5-7c05-426c-8fcc-6a271aabeba9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:24.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-d925b14d-b981-4d6b-b69d-9f5eb3613223 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 5934cde6-f304-482a-80f6-d82b674092ed 2026-08-11 12:22:24.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d925b14d-b981-4d6b-b69d-9f5eb3613223 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 5934cde6-f304-482a-80f6-d82b674092ed [pid: 8|app: 0|req: 777/1481] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:24 2026] DELETE /v2.0/networks/e4e3485c-120f-4347-915f-5ee2146c065b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:24.673 7 INFO neutron.db.l3_hamode_db [None req-7c7dd90b-8b34-4e55-a14a-b86bd14bfbab a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 778/1482] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:24 2026] GET /v2.0/security-groups?tenant_id=fab19023e50449fbbe530eab59020216&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:25.133 8 INFO neutron.db.segments_db [None req-c65b9707-94ab-439a-b357-3d4e0750107b faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] Added segment cd0cfae7-c519-43e6-bbdc-32f1173506b6 of type vxlan for network 34d81881-be7d-4450-8355-e04ca8122627 2026-08-11 12:22:25.192 7 INFO neutron.services.segments.plugin [-] Segment 71d26d3c-30e9-425d-8f92-589e1421563a resource provider aggregate not found 2026-08-11 12:22:25.195 7 INFO neutron.services.segments.plugin [-] Segment 71d26d3c-30e9-425d-8f92-589e1421563a resource provider aggregate not found 2026-08-11 12:22:25.216 7 INFO neutron.services.segments.plugin [-] Segment 71d26d3c-30e9-425d-8f92-589e1421563a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d26d3c-30e9-425d-8f92-589e1421563a found for delete ", "request_id": "req-359e1cac-8378-4e76-8974-c4c93216ff30"}]} 2026-08-11 12:22:25.220 7 INFO neutron.services.segments.plugin [-] Segment 71d26d3c-30e9-425d-8f92-589e1421563a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d26d3c-30e9-425d-8f92-589e1421563a found for delete ", "request_id": "req-733ee5e2-31bf-437e-8c23-e0bcca9527fd"}]} [pid: 8|app: 0|req: 779/1483] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:24 2026] POST /v2.0/networks => generated 707 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1484] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:25 2026] DELETE /v2.0/security-groups/845b17bf-01af-4ca6-8708-2368cf27a508 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1485] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:25 2026] POST /v2.0/subnets => generated 644 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:25.537 8 WARNING neutron.api.v2.base [None req-d2fce14e-c595-41ca-b49d-69bc5dc36e9f faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-08-11 12:22:25.537 8 INFO neutron.api.v2.resource [None req-d2fce14e-c595-41ca-b49d-69bc5dc36e9f faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 782/1486] 10.0.0.220 () {34 vars in 680 bytes} [Tue Aug 11 12:22:25 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1487] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:23 2026] POST /v2.0/routers => generated 686 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1488] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:22:25 2026] GET /v2.0/routers/bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 692 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1489] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:25 2026] DELETE /v2.0/networks/34d81881-be7d-4450-8355-e04ca8122627 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1490] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:22:25 2026] GET /v2.0/routers => generated 695 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:25.810 8 INFO neutron.db.segments_db [None req-80ca0933-9e1a-4df8-ba88-d4eb0af09325 faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] Added segment 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 of type vxlan for network 2adbae04-69ac-4470-82af-d284c7676c02 [pid: 8|app: 0|req: 784/1491] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:25 2026] POST /v2.0/networks => generated 707 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:26.080 8 INFO neutron.services.segments.plugin [-] Segment 0b42af4f-2572-42d6-965b-de759c913138 resource provider aggregate not found 2026-08-11 12:22:26.085 8 INFO neutron.services.segments.plugin [-] Segment 0b42af4f-2572-42d6-965b-de759c913138 resource provider aggregate not found 2026-08-11 12:22:26.102 8 INFO neutron.services.segments.plugin [-] Segment 0b42af4f-2572-42d6-965b-de759c913138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b42af4f-2572-42d6-965b-de759c913138 found for delete ", "request_id": "req-23e7614e-c1be-4e86-ac83-437a1570275c"}]} 2026-08-11 12:22:26.104 8 INFO neutron.services.segments.plugin [-] Segment 0b42af4f-2572-42d6-965b-de759c913138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b42af4f-2572-42d6-965b-de759c913138 found for delete ", "request_id": "req-98d78e67-cc79-488e-bb7d-e0df4fc048d9"}]} 2026-08-11 12:22:26.123 8 INFO neutron.services.segments.plugin [-] Segment cd0cfae7-c519-43e6-bbdc-32f1173506b6 resource provider aggregate not found 2026-08-11 12:22:26.130 8 INFO neutron.services.segments.plugin [-] Segment cd0cfae7-c519-43e6-bbdc-32f1173506b6 resource provider aggregate not found 2026-08-11 12:22:26.139 8 INFO neutron.services.segments.plugin [-] Segment cd0cfae7-c519-43e6-bbdc-32f1173506b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd0cfae7-c519-43e6-bbdc-32f1173506b6 found for delete ", "request_id": "req-c40b0ea8-3eb2-4030-bc4b-b51440de56ea"}]} 2026-08-11 12:22:26.148 8 INFO neutron.services.segments.plugin [-] Segment cd0cfae7-c519-43e6-bbdc-32f1173506b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd0cfae7-c519-43e6-bbdc-32f1173506b6 found for delete ", "request_id": "req-7ac76552-2609-40c1-a31a-acccd83fb270"}]} [pid: 8|app: 0|req: 785/1492] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:25 2026] POST /v2.0/subnets => generated 647 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:26.189 8 WARNING neutron.api.v2.base [None req-b95b8872-2af7-4a2f-9934-f03e9bb56578 faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-08-11 12:22:26.190 8 INFO neutron.api.v2.resource [None req-b95b8872-2af7-4a2f-9934-f03e9bb56578 faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 786/1493] 10.0.0.220 () {34 vars in 680 bytes} [Tue Aug 11 12:22:26 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1494] 10.0.0.220 () {34 vars in 740 bytes} [Tue Aug 11 12:22:25 2026] PUT /v2.0/routers/bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 699 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1495] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:22:26 2026] GET /v2.0/routers/bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 699 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1496] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:26 2026] GET /v2.0/ports?device_id=bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => 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: 787/1497] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:26 2026] DELETE /v2.0/networks/2adbae04-69ac-4470-82af-d284c7676c02 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:26.468 8 INFO neutron.db.segments_db [None req-6f065d31-d0ac-4ab6-b9b5-4d30585aed88 faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] Added segment c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 of type vxlan for network de077cbf-db3d-489c-a93f-111900394040 2026-08-11 12:22:26.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-cda5d0f0-ad9c-4f76-bf9e-14b85ca639b1 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: f8b15e48-be9b-477f-a12f-306ef2050847 2026-08-11 12:22:26.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda5d0f0-ad9c-4f76-bf9e-14b85ca639b1 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: f8b15e48-be9b-477f-a12f-306ef2050847 [pid: 8|app: 0|req: 788/1498] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:26 2026] POST /v2.0/networks => generated 707 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1499] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:26 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:26.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-cda5d0f0-ad9c-4f76-bf9e-14b85ca639b1 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] TaaS: Handle Delete Port: c04d64ed-79cf-436b-9177-5b707de25671 2026-08-11 12:22:26.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda5d0f0-ad9c-4f76-bf9e-14b85ca639b1 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] Tap Mirror: Handle Delete Port: c04d64ed-79cf-436b-9177-5b707de25671 [pid: 8|app: 0|req: 790/1500] 10.0.0.220 () {34 vars in 680 bytes} [Tue Aug 11 12:22:26 2026] POST /v2.0/rbac-policies => generated 324 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:27.082 7 INFO neutron.db.l3_hamode_db [None req-cda5d0f0-ad9c-4f76-bf9e-14b85ca639b1 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] HA network abbf29b5-6002-445f-8911-8ae4127cfff2 was deleted as no HA routers are present in tenant 47550db0b9d042a58750867660aba668. [pid: 7|app: 0|req: 711/1501] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:26 2026] DELETE /v2.0/routers/bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1502] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/ports?device_id=bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:27.141 7 INFO neutron.api.v2.resource [None req-34699daa-5db9-49b3-a77a-4f2643332edf a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1503] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/routers/bb399b74-2172-4fb7-9eb9-c3dd42ee2651 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1504] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/ports?device_id=44e8f0cf-904b-486e-9bdf-59e1e4304d76 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:27.179 7 INFO neutron.api.v2.resource [None req-d9a07454-ace6-4a88-a63a-42e3627a409a a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1505] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/routers/44e8f0cf-904b-486e-9bdf-59e1e4304d76 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afc58a37-6128-4238-ba09-ea8dd48c58f0 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1506] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/subnets/0b483bae-035d-4563-b06d-3ad835e6769b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.242 7 INFO neutron.services.segments.plugin [-] Segment bf4d5794-d4c4-494c-adfd-32a816221f00 resource provider aggregate not found 2026-08-11 12:22:27.248 7 INFO neutron.services.segments.plugin [-] Segment bf4d5794-d4c4-494c-adfd-32a816221f00 resource provider aggregate not found [pid: 7|app: 0|req: 717/1507] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/ports?device_id=f5d370f6-ea95-4b75-baed-3431685eb9d8 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:27.269 7 INFO neutron.services.segments.plugin [-] Segment bf4d5794-d4c4-494c-adfd-32a816221f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf4d5794-d4c4-494c-adfd-32a816221f00 found for delete ", "request_id": "req-7564c371-59c1-4ad0-b218-d3133390cfa6"}]} 2026-08-11 12:22:27.271 7 INFO neutron.services.segments.plugin [-] Segment bf4d5794-d4c4-494c-adfd-32a816221f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf4d5794-d4c4-494c-adfd-32a816221f00 found for delete ", "request_id": "req-d09c925e-ee77-454a-8b0a-ba69b57f4f23"}]} 2026-08-11 12:22:27.293 7 INFO neutron.api.v2.resource [None req-b29bfa6f-95b7-4a15-a442-29cf2a282265 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1508] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/routers/f5d370f6-ea95-4b75-baed-3431685eb9d8 => generated 135 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b09c87a-1901-4294-9f47-558e2ab7499d a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1509] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/subnets/10721472-b9c2-496c-ac66-cdea3803c890 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.457 8 INFO neutron.db.segments_db [None req-0e5e4348-3f07-4052-ae19-82dae024d9f5 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment d85795a8-103c-4de3-a8b6-8efc4e465088 of type vxlan for network de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 [pid: 7|app: 0|req: 720/1510] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/networks/de077cbf-db3d-489c-a93f-111900394040 => generated 654 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1511] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/ports?device_id=f6b80421-af04-4b04-ab16-3a0f67407818 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:27.514 7 INFO neutron.api.v2.resource [None req-dbdf25d3-91c0-4549-884a-57ee042f510e a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1512] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/routers/f6b80421-af04-4b04-ab16-3a0f67407818 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41c884b5-3930-4b0a-a478-11a8ef03ff45 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1513] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:22:27 2026] POST /v2.0/networks => generated 724 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1514] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/subnets/e712e025-be29-4b3c-88de-7c369b78505f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:27.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68d44006-d21b-4cd4-9480-657745c53d50 a846f38d56524763a6b30f0e97a0d8d4 47550db0b9d042a58750867660aba668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1515] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:27 2026] DELETE /v2.0/subnets/bd374798-9494-42eb-8887-430f22105c7e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1516] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:27 2026] POST /v2.0/subnets => generated 690 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:27.856 8 INFO neutron.db.segments_db [None req-da4a13c4-e992-4ee5-aeeb-28bad8d49f89 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment d133abc7-f387-4d98-9a7b-7268d366c07e of type vxlan for network 5c7187fd-0a2e-4ea4-8429-dcfca7c87abd 2026-08-11 12:22:28.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcb0bff1-e035-49cd-b131-5091a396cdf1 bcddf9d5bcf840cc99ba1bbd5ea25746 258596106e63444e92c7deb8e7d1b9c2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1517] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:22:27 2026] GET /v2.0/networks/de077cbf-db3d-489c-a93f-111900394040 => generated 138 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:28.082 8 INFO neutron.db.l3_hamode_db [None req-da4a13c4-e992-4ee5-aeeb-28bad8d49f89 ec6263290db04c4da58d8efad6829cb1 fa35f2d685e644a5ada268d26c08ebf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:28.167 8 INFO neutron.services.segments.plugin [-] Segment 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 resource provider aggregate not found 2026-08-11 12:22:28.173 8 INFO neutron.services.segments.plugin [-] Segment 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 resource provider aggregate not found 2026-08-11 12:22:28.198 8 INFO neutron.services.segments.plugin [-] Segment 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 found for delete ", "request_id": "req-f7dd093f-1485-4299-bab2-abcc5689b3cb"}]} 2026-08-11 12:22:28.198 8 INFO neutron.services.segments.plugin [-] Segment 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fe0707c-5068-4f0c-aed9-2e10106c3dc4 found for delete ", "request_id": "req-88dce352-79b8-40fe-b1cf-5b07fe2a8d64"}]} [pid: 7|app: 0|req: 726/1518] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:28 2026] DELETE /v2.0/networks/de077cbf-db3d-489c-a93f-111900394040 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1519] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:28 2026] GET /v2.0/security-groups?tenant_id=47550db0b9d042a58750867660aba668&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:28.300 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26a095ec-ab1b-47b3-aebf-39210e87a063 faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1520] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:28 2026] DELETE /v2.0/subnets/b2371294-8f67-4555-a768-a5f2cea729bc => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1521] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:28 2026] DELETE /v2.0/security-groups/721d4551-5593-42ca-b4c7-b91d7389a67d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:28.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-116d1658-5936-4ed3-b1b3-5581c1ca240a faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1522] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:28 2026] DELETE /v2.0/subnets/4975f5ed-9b0c-41f6-878c-b0d620e06921 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:28.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb0c1829-22de-46a4-b13c-c2fb3944ccea faf59a76355d4e6699813b594a7b3648 48c54e99260e42c88801627041d3d910 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1523] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:22:28 2026] DELETE /v2.0/subnets/90ae64b1-30be-4e25-8e9e-d870d7d55e5e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:22:28.909 8 INFO neutron.db.l3_hamode_db [None req-da4a13c4-e992-4ee5-aeeb-28bad8d49f89 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:29.289 7 INFO neutron.services.segments.plugin [-] Segment c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 resource provider aggregate not found 2026-08-11 12:22:29.299 7 INFO neutron.services.segments.plugin [-] Segment c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 resource provider aggregate not found 2026-08-11 12:22:29.311 7 INFO neutron.services.segments.plugin [-] Segment c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 found for delete ", "request_id": "req-b02443de-72d8-44b8-a0ae-71e4c7d1318b"}]} 2026-08-11 12:22:29.321 7 INFO neutron.services.segments.plugin [-] Segment c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c12ba6f1-1f92-4a9e-a7c0-f39a5822bee9 found for delete ", "request_id": "req-851015a3-e8d5-4f61-95ff-68b7e42e9d6c"}]} [pid: 7|app: 0|req: 732/1524] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:29 2026] GET /v2.0/security-groups?tenant_id=48c54e99260e42c88801627041d3d910&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1525] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:29 2026] DELETE /v2.0/security-groups/642c8e89-ac52-4aa9-be06-ee8a40f2a405 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1526] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:27 2026] POST /v2.0/routers => generated 730 bytes in 2049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1527] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:29 2026] GET /v2.0/security-groups?tenant_id=258596106e63444e92c7deb8e7d1b9c2&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1528] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:29 2026] DELETE /v2.0/security-groups/be1bedc1-f10b-4aa4-8b80-725c1b3bfb03 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1529] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:30 2026] GET /v2.0/security-groups?tenant_id=71af119f80c2421fa40db2a8de642d38&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1530] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:30 2026] DELETE /v2.0/security-groups/bb751280-b54b-4ff9-8106-c00edf0bed3a => 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: 738/1531] 10.0.0.220 () {32 vars in 622 bytes} [Tue Aug 11 12:22:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1532] 10.0.0.220 () {32 vars in 632 bytes} [Tue Aug 11 12:22:30 2026] GET /v2.0/ => generated 632 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1533] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:29 2026] PUT /v2.0/routers/a0599553-3a39-4b51-a2cd-67b20f6b815f/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1534] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:31 2026] GET /v2.0/security-groups?tenant_id=96f04fa4526c4f0e94c5fe199314e7c6&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1535] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:31 2026] DELETE /v2.0/security-groups/429eeb3e-43a9-46aa-a6e2-f06a0e454ba2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1536] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:22:31 2026] POST /v2.0/security-groups => generated 1660 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1537] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1538] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1539] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:22:32 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1540] 10.0.0.106 () {34 vars in 1097 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--556115526&fields=id&tenant_id=fa35f2d685e644a5ada268d26c08ebf4 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1541] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/networks?id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1542] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/quotas/fa35f2d685e644a5ada268d26c08ebf4 => 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: 799/1543] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/ports?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1544] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1545] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1546] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:33 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 748/1549] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:34 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1550] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:22:34 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1469 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1551] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:22:34 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:35.073 8 INFO neutron.db.segments_db [None req-1cbd4ebf-a26f-4cfa-92f7-e2ed1d38490e b35a9fb84f524eb3aa437130832acd74 888dbbf28ffb42d0a6adb0288bbdabab - - default default] Added segment 41746d75-4f7c-4bc2-8b24-545dbe023ff5 of type vxlan for network d16b30de-9ee7-4139-95fe-d4e7f1fa0e49 [pid: 8|app: 0|req: 802/1552] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:34 2026] POST /v2.0/networks => generated 612 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:35.240 7 INFO neutron.db.segments_db [None req-27da6aaa-4faf-42d9-8774-4e36d1e0eb6e b35a9fb84f524eb3aa437130832acd74 888dbbf28ffb42d0a6adb0288bbdabab - - default default] Added segment 17e7b533-90cd-41c7-8a4b-ae9740de1f9e of type vxlan for network c7165964-5e28-4863-b72c-f6c86edc0c3b [pid: 7|app: 0|req: 751/1553] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:35 2026] POST /v2.0/networks => generated 612 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:35.462 8 INFO neutron.db.segments_db [None req-24d7d019-779c-4d31-8d57-a3fc3b52a708 b35a9fb84f524eb3aa437130832acd74 888dbbf28ffb42d0a6adb0288bbdabab - - default default] Added segment 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 of type vxlan for network 7e0b731a-0949-4367-871b-d4b2482e97e2 [pid: 8|app: 0|req: 803/1554] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:35 2026] POST /v2.0/networks => generated 613 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:35.639 8 INFO neutron.db.segments_db [None req-a179ec9b-9527-40f1-bdde-c00ceddeebce b35a9fb84f524eb3aa437130832acd74 888dbbf28ffb42d0a6adb0288bbdabab - - default default] Added segment 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b of type vxlan for network a9e028fe-476b-40d4-8a38-254777250994 [pid: 7|app: 0|req: 752/1555] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:35 2026] GET /v2.0/security-groups?tenant_id=70a103557abd4a3bac9fd263f5106f2a&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1556] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:35 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:35.835 8 INFO neutron.db.segments_db [None req-80e678b8-7fd0-499e-a398-50e0a0e58dd2 b35a9fb84f524eb3aa437130832acd74 888dbbf28ffb42d0a6adb0288bbdabab - - default default] Added segment 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 of type vxlan for network dc6b0dd5-e66b-4ba5-911a-8d80e4afd827 [pid: 7|app: 0|req: 753/1557] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:35 2026] DELETE /v2.0/security-groups/3d070949-3fc9-4ade-8f6c-d3b5926438a6 => 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: 754/1558] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:35 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 805/1559] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:35 2026] POST /v2.0/networks => generated 611 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1560] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:35 2026] PUT /v2.0/networks/d16b30de-9ee7-4139-95fe-d4e7f1fa0e49/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1561] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:36 2026] PUT /v2.0/networks/c7165964-5e28-4863-b72c-f6c86edc0c3b/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1562] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:36 2026] PUT /v2.0/networks/7e0b731a-0949-4367-871b-d4b2482e97e2/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1563] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:36 2026] PUT /v2.0/networks/a9e028fe-476b-40d4-8a38-254777250994/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1564] 10.0.0.220 () {32 vars in 665 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1565] 10.0.0.220 () {32 vars in 679 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1566] 10.0.0.220 () {32 vars in 675 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1567] 10.0.0.220 () {32 vars in 687 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1568] 10.0.0.220 () {32 vars in 673 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1569] 10.0.0.220 () {32 vars in 687 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1570] 10.0.0.220 () {32 vars in 683 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1571] 10.0.0.220 () {32 vars in 695 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1572] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:36 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:37.004 7 INFO neutron.services.segments.plugin [-] Segment 41746d75-4f7c-4bc2-8b24-545dbe023ff5 resource provider aggregate not found 2026-08-11 12:22:37.011 7 INFO neutron.services.segments.plugin [-] Segment 41746d75-4f7c-4bc2-8b24-545dbe023ff5 resource provider aggregate not found 2026-08-11 12:22:37.021 7 INFO neutron.services.segments.plugin [-] Segment 41746d75-4f7c-4bc2-8b24-545dbe023ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41746d75-4f7c-4bc2-8b24-545dbe023ff5 found for delete ", "request_id": "req-99a558f1-a364-468b-b13a-c10edf763d5f"}]} 2026-08-11 12:22:37.031 7 INFO neutron.services.segments.plugin [-] Segment 41746d75-4f7c-4bc2-8b24-545dbe023ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41746d75-4f7c-4bc2-8b24-545dbe023ff5 found for delete ", "request_id": "req-395d0ec3-165b-4801-8e73-95c6b18a09f4"}]} [pid: 7|app: 0|req: 761/1573] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:36 2026] DELETE /v2.0/networks/d16b30de-9ee7-4139-95fe-d4e7f1fa0e49 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:37.149 8 INFO neutron.services.segments.plugin [-] Segment 17e7b533-90cd-41c7-8a4b-ae9740de1f9e resource provider aggregate not found 2026-08-11 12:22:37.160 8 INFO neutron.services.segments.plugin [-] Segment 17e7b533-90cd-41c7-8a4b-ae9740de1f9e resource provider aggregate not found 2026-08-11 12:22:37.167 8 INFO neutron.services.segments.plugin [-] Segment 17e7b533-90cd-41c7-8a4b-ae9740de1f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e7b533-90cd-41c7-8a4b-ae9740de1f9e found for delete ", "request_id": "req-f3dfc2eb-727d-4e0f-8f2e-70cfddf02654"}]} 2026-08-11 12:22:37.196 8 INFO neutron.services.segments.plugin [-] Segment 17e7b533-90cd-41c7-8a4b-ae9740de1f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e7b533-90cd-41c7-8a4b-ae9740de1f9e found for delete ", "request_id": "req-32c482c3-b02d-44e8-9e02-8961e5e3b3be"}]} [pid: 8|app: 0|req: 813/1574] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:37 2026] DELETE /v2.0/networks/c7165964-5e28-4863-b72c-f6c86edc0c3b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1575] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:37 2026] DELETE /v2.0/networks/7e0b731a-0949-4367-871b-d4b2482e97e2 => 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: 814/1576] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:37 2026] DELETE /v2.0/networks/a9e028fe-476b-40d4-8a38-254777250994 => 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: 763/1577] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:37 2026] DELETE /v2.0/networks/dc6b0dd5-e66b-4ba5-911a-8d80e4afd827 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1578] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:37 2026] GET /v2.0/networks?id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1579] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:38 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 764/1580] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:22:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa35f2d685e644a5ada268d26c08ebf4 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1581] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:22:38 2026] POST /v2.0/ports => generated 958 bytes in 470 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: 765/1582] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:38 2026] GET /v2.0/security-groups?tenant_id=888dbbf28ffb42d0a6adb0288bbdabab&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1583] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:38 2026] DELETE /v2.0/security-groups/9e6aa185-8d62-4eb7-a7a2-aa8a1fdbc84f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1584] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:22:38 2026] PUT /v2.0/ports/15a680b8-6b9a-4778-a03a-57384d0597b3 => generated 1239 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:38.964 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea24b460-f9e8-4a21-83f2-c49204794c09'] response: {'name': 'network-changed', 'server_uuid': '98cff28f-b0ae-4efc-a2eb-3c3f052276ee', 'tag': '15a680b8-6b9a-4778-a03a-57384d0597b3', 'status': 'completed', 'code': 200} 2026-08-11 12:22:39.051 7 INFO neutron.services.segments.plugin [-] Segment 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 resource provider aggregate not found 2026-08-11 12:22:39.056 7 INFO neutron.services.segments.plugin [-] Segment 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 resource provider aggregate not found 2026-08-11 12:22:39.076 7 INFO neutron.services.segments.plugin [-] Segment 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 found for delete ", "request_id": "req-ef47875b-4e17-4e26-956c-1de777f085fb"}]} 2026-08-11 12:22:39.076 7 INFO neutron.services.segments.plugin [-] Segment 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a12e0b3-e0c5-4ee3-abeb-02d72d7eaf46 found for delete ", "request_id": "req-7e87c1d7-5e39-4441-b6c4-376673262f71"}]} 2026-08-11 12:22:39.103 7 INFO neutron.services.segments.plugin [-] Segment 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 resource provider aggregate not found 2026-08-11 12:22:39.117 7 INFO neutron.services.segments.plugin [-] Segment 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 resource provider aggregate not found 2026-08-11 12:22:39.130 7 INFO neutron.services.segments.plugin [-] Segment 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 found for delete ", "request_id": "req-829dc09e-ce9c-4f66-ab91-12f5b36d5481"}]} 2026-08-11 12:22:39.145 7 INFO neutron.services.segments.plugin [-] Segment 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b9b9529-5983-498b-ae8e-3e5b6d55adc6 found for delete ", "request_id": "req-bea0cadf-f3c5-4124-964d-5e3a5358257c"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:22:39.189 8 INFO neutron.services.segments.plugin [-] Segment 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b resource provider aggregate not found 2026-08-11 12:22:39.209 8 INFO neutron.services.segments.plugin [-] Segment 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b found for delete ", "request_id": "req-5e2fa732-01ab-491e-af08-7b3e8a439f44"}]} [pid: 7|app: 0|req: 767/1585] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/security-groups?tenant_id=3da4be08228b414ab6072ca68b9c593a&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1586] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:39.214 8 INFO neutron.services.segments.plugin [-] Segment 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b resource provider aggregate not found 2026-08-11 12:22:39.234 8 INFO neutron.services.segments.plugin [-] Segment 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3255ba14-b7f6-4f4a-bb3e-1b12fd6e3c4b found for delete ", "request_id": "req-b1f733f5-2897-41bb-b120-8b77ad241def"}]} [pid: 8|app: 0|req: 820/1587] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 768/1588] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:39 2026] DELETE /v2.0/security-groups/912ef694-b719-4724-aba5-2db7adcc47b4 => 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: 821/1589] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/security-groups?tenant_id=1df3581ad32c4aa1b6f461b970286e25&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1590] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/ports?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1591] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:39 2026] DELETE /v2.0/security-groups/df22238a-e528-4e0a-ae11-9a2e47f5085d => 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: 770/1592] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/security-groups?tenant_id=f41d8a114dbb4a4a895b3e49e1ccf70f&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1593] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/networks?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&shared=False => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1594] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:22:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1595] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:39 2026] DELETE /v2.0/security-groups/bf73c12c-225a-4b0b-97c1-fd1d710253cd => 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: 825/1596] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 772/1597] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1598] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/ports?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1599] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=15a680b8-6b9a-4778-a03a-57384d0597b3 => 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: 827/1600] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/subnets?id=427f2876-a9a5-4857-aa34-8ad54ed6a24f => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1601] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/ports?network_id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5&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: 828/1602] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1603] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:40 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?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: 829/1604] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:41 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1605] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:41 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1606] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:42 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1607] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:42 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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-08-11 12:22:42.968 8 INFO neutron.db.segments_db [None req-a359fa89-a9f5-49b3-9d49-9aaa94d6959a 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Added segment 7ba863ac-3b77-4225-85c2-68a7b4b5de22 of type vxlan for network 79a443ec-6d93-4030-8b63-c6964fbc8bf5 [pid: 8|app: 0|req: 830/1608] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:22:42 2026] POST /v2.0/networks => generated 613 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:43.227 7 INFO neutron.db.segments_db [None req-5fe58a08-c755-4d9f-801b-67dcabf0df86 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Added segment 3d240faf-ff86-4420-84e0-d4938e2cb420 of type vxlan for network 6e1533a2-49b3-4faf-9712-d731abfd6b98 2026-08-11 12:22:43.534 7 INFO neutron.db.l3_hamode_db [None req-5fe58a08-c755-4d9f-801b-67dcabf0df86 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 831/1609] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:43 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1610] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:43 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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-08-11 12:22:44.369 7 INFO neutron.db.l3_hamode_db [None req-5fe58a08-c755-4d9f-801b-67dcabf0df86 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:22:44.513 8 INFO neutron.db.segments_db [None req-4d84c2fc-cb74-4668-825f-c774eef4aee5 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Added segment 8081fb6e-ba72-4d49-9799-8b1409b9e29e of type vxlan for network 8345fe95-a440-4b75-8fb9-5b31421e28bd [pid: 8|app: 0|req: 833/1611] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:44 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1612] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:22:44 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 835/1613] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:22:44 2026] POST /v2.0/trunks => generated 407 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1614] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:45 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1615] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:43 2026] POST /v2.0/routers => generated 695 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:45.286 8 INFO neutron.db.segments_db [None req-2c2b0941-bf86-4bff-9dac-41ae3446f305 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Added segment aba0f9d4-64d4-4162-a855-074a04053bc6 of type vxlan for network 8da3cdba-fd02-4330-a1c5-de4acf4e475d [pid: 7|app: 0|req: 780/1616] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:45 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 837/1617] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:45 2026] POST /v2.0/networks => generated 612 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1618] 10.0.0.220 () {32 vars in 775 bytes} [Tue Aug 11 12:22:45 2026] GET /v2.0/subnets?project_id=7b7d59b23c7647689ef2859fe167fcf4&cidr=10.100.0.0%2F28 => generated 14 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1619] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:22:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1620] 10.0.0.220 () {32 vars in 783 bytes} [Tue Aug 11 12:22:45 2026] GET /v2.0/subnets?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec&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: 838/1621] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:22:45 2026] POST /v2.0/ports => generated 743 bytes in 349 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: 784/1622] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:22:45 2026] POST /v2.0/subnets => generated 657 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1623] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:22:45 2026] POST /v2.0/trunks => generated 407 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:22:45.990 8 INFO neutron.db.segments_db [None req-ffa20680-53e0-4920-a896-55bb1b1ffada 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Added segment 09440ca9-6c1c-4061-849a-322928971b86 of type vxlan for network 1c42b542-f826-4812-b37f-5cc775b06421 [pid: 8|app: 0|req: 840/1624] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:45 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1625] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:22:46 2026] POST /v2.0/ports => generated 743 bytes in 372 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: 842/1626] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:46 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1627] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:22:46 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1628] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:46 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:46.781 8 INFO neutron.db.segments_db [None req-d30efa59-e376-4094-b8a3-ad785401494d 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Added segment ad4d8689-cb92-48b4-967e-02965287b2d9 of type vxlan for network f86ebcec-67ae-473a-873a-091f7e7f6889 [pid: 8|app: 0|req: 845/1629] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:46 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1630] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:46 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 785/1631] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:22:45 2026] PUT /v2.0/routers/60b1ec4e-603b-48b0-8bc5-5159f0b85034/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1632] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:22:46 2026] POST /v2.0/ports => generated 743 bytes in 293 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: 848/1633] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:22:47 2026] GET /v2.0/networks => generated 10928 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 12:22:47.334 7 INFO neutron.db.l3_db [None req-b70d7283-6a82-4aaa-9233-28f92c1a0d9b 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] Floating IP a6a0ba5d-9c63-4ca3-b59f-8726d080c69c associated. External IP: 10.96.250.211, port: 15a680b8-6b9a-4778-a03a-57384d0597b3. [pid: 8|app: 0|req: 849/1634] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:22:47 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1635] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:22:47 2026] GET /v2.0/subnets => generated 8723 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:47.611 8 INFO neutron.db.segments_db [None req-02d949ca-5b82-4fb6-b244-d48277334328 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Added segment f271512e-5fa6-4680-8de9-b668afee2f5f of type vxlan for network b5212d73-f3b6-4bac-bf5a-12142d3629d7 [pid: 7|app: 0|req: 786/1636] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:47 2026] PUT /v2.0/floatingips/a6a0ba5d-9c63-4ca3-b59f-8726d080c69c => generated 856 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1637] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:22:47 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1638] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:22:47 2026] POST /v2.0/ports => generated 743 bytes in 311 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: 853/1639] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:22:48 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1640] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:48 2026] PUT /v2.0/trunks/966926ab-63fb-4973-9a3d-c9adad86a144/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1641] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:48 2026] PUT /v2.0/trunks/f0a1ab84-370a-4e59-b66e-a97c16d1c8f7/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1642] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:48 2026] PUT /v2.0/trunks/6a20f246-9737-424e-b325-cab896fb93ab/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:48.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aef9abe-b172-4ef5-b7f6-64f78ffa1bd1'] response: {'name': 'network-changed', 'server_uuid': '98cff28f-b0ae-4efc-a2eb-3c3f052276ee', 'tag': '15a680b8-6b9a-4778-a03a-57384d0597b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 787/1643] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:22:47 2026] GET /v2.0/routers => generated 2178 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1644] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:22:48 2026] PUT /v2.0/trunks/91407708-ec91-470b-9ca9-b4812db1c9c5/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1645] 10.0.0.220 () {32 vars in 661 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1646] 10.0.0.220 () {32 vars in 675 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1647] 10.0.0.220 () {32 vars in 671 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1648] 10.0.0.220 () {32 vars in 683 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1649] 10.0.0.220 () {32 vars in 669 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1650] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:22:48 2026] POST /v2.0/security-groups => generated 1675 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1651] 10.0.0.220 () {32 vars in 683 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1652] 10.0.0.220 () {32 vars in 679 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1653] 10.0.0.220 () {32 vars in 691 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1654] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks/966926ab-63fb-4973-9a3d-c9adad86a144 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1655] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:48 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: 7|app: 0|req: 797/1656] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/ports/bd1c36cb-9e5d-4db3-8119-2e8328ddbe64 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1657] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:22:48 2026] DELETE /v2.0/trunks/966926ab-63fb-4973-9a3d-c9adad86a144 => 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: 799/1658] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/trunks/f0a1ab84-370a-4e59-b66e-a97c16d1c8f7 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1659] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1660] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/ports/1d30e47b-aa1a-40f5-a5d1-43f20efc9077 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1661] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/ports?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 861/1662] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1663] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:22:48 2026] DELETE /v2.0/trunks/f0a1ab84-370a-4e59-b66e-a97c16d1c8f7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1666] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:48 2026] GET /v2.0/networks?id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1667] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/trunks/6a20f246-9737-424e-b325-cab896fb93ab => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1668] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=15a680b8-6b9a-4778-a03a-57384d0597b3 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1669] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:48 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: 806/1670] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/subnets?id=427f2876-a9a5-4857-aa34-8ad54ed6a24f => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1671] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/ports/11539d6a-be94-4104-85bf-4cada89de7de => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1672] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/ports?network_id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:49.172 7 INFO neutron.db.securitygroups_db [None req-6f2aa8a7-0503-476c-9414-03d6f27ed04c 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Project 7b7d59b23c7647689ef2859fe167fcf4 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: 867/1673] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:22:49 2026] DELETE /v2.0/trunks/6a20f246-9737-424e-b325-cab896fb93ab => 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: 807/1674] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1675] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/trunks/91407708-ec91-470b-9ca9-b4812db1c9c5 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:49.328 7 INFO neutron.db.securitygroups_db [None req-b52210c4-3e5d-461a-a1be-461bc89a66de 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Project 7b7d59b23c7647689ef2859fe167fcf4 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: 868/1676] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?fields=segments => generated 14 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1677] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/ports/cdc3f315-60a0-4db8-a450-a3dd6db8f784 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1678] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:22:49 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: 870/1679] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?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: 810/1680] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:22:49 2026] DELETE /v2.0/trunks/91407708-ec91-470b-9ca9-b4812db1c9c5 => 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: 871/1681] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/trunks/131da343-731b-4f6e-9dac-919b41ae9095 => generated 407 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1682] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/ports/59d2d611-6991-43df-b259-426525d29269 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1683] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:22:49 2026] DELETE /v2.0/trunks/131da343-731b-4f6e-9dac-919b41ae9095 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:49.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-c368b0d7-6360-4f4d-b128-bc30ff2e5c08 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] TaaS: Handle Delete Port: bd1c36cb-9e5d-4db3-8119-2e8328ddbe64 2026-08-11 12:22:49.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c368b0d7-6360-4f4d-b128-bc30ff2e5c08 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Tap Mirror: Handle Delete Port: bd1c36cb-9e5d-4db3-8119-2e8328ddbe64 [pid: 8|app: 0|req: 873/1684] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:22:49 2026] GET /v2.0/networks => generated 1297 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1685] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:22:49 2026] DELETE /v2.0/ports/bd1c36cb-9e5d-4db3-8119-2e8328ddbe64 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:50.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf7cc5b0-143b-4790-bdac-29cb6e3b72bd 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] TaaS: Handle Delete Port: 1d30e47b-aa1a-40f5-a5d1-43f20efc9077 2026-08-11 12:22:50.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7cc5b0-143b-4790-bdac-29cb6e3b72bd 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Tap Mirror: Handle Delete Port: 1d30e47b-aa1a-40f5-a5d1-43f20efc9077 [pid: 7|app: 0|req: 813/1686] 10.0.0.106 () {34 vars in 1099 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1694301644&fields=id&tenant_id=7b7d59b23c7647689ef2859fe167fcf4 => 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: 814/1687] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1688] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1689] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/quotas/7b7d59b23c7647689ef2859fe167fcf4 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1690] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:22:49 2026] DELETE /v2.0/ports/1d30e47b-aa1a-40f5-a5d1-43f20efc9077 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1691] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&fields=id => generated 57 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1692] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:50.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-b60a7815-748c-4f70-ae95-a073c543d21b 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] TaaS: Handle Delete Port: 11539d6a-be94-4104-85bf-4cada89de7de 2026-08-11 12:22:50.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60a7815-748c-4f70-ae95-a073c543d21b 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Tap Mirror: Handle Delete Port: 11539d6a-be94-4104-85bf-4cada89de7de [pid: 7|app: 0|req: 819/1693] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 875/1694] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:22:50 2026] DELETE /v2.0/ports/11539d6a-be94-4104-85bf-4cada89de7de => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1695] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:50 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:50.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3dd4f75-5850-4acd-a41c-d36f29920216 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] TaaS: Handle Delete Port: cdc3f315-60a0-4db8-a450-a3dd6db8f784 2026-08-11 12:22:50.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3dd4f75-5850-4acd-a41c-d36f29920216 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Tap Mirror: Handle Delete Port: cdc3f315-60a0-4db8-a450-a3dd6db8f784 [pid: 7|app: 0|req: 820/1696] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:22:50 2026] DELETE /v2.0/ports/cdc3f315-60a0-4db8-a450-a3dd6db8f784 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:50.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-95dd5357-184d-435c-8e6e-ea11a11584bb 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] TaaS: Handle Delete Port: 59d2d611-6991-43df-b259-426525d29269 2026-08-11 12:22:50.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95dd5357-184d-435c-8e6e-ea11a11584bb 8deeedee74f24396afe69f28200235d0 2bdc66f8513a41a79e56aa73c4372474 - - default default] Tap Mirror: Handle Delete Port: 59d2d611-6991-43df-b259-426525d29269 [pid: 8|app: 0|req: 877/1697] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:22:50 2026] DELETE /v2.0/ports/59d2d611-6991-43df-b259-426525d29269 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:50.901 7 INFO neutron.services.segments.plugin [-] Segment 8081fb6e-ba72-4d49-9799-8b1409b9e29e resource provider aggregate not found 2026-08-11 12:22:50.915 7 INFO neutron.services.segments.plugin [-] Segment 8081fb6e-ba72-4d49-9799-8b1409b9e29e resource provider aggregate not found 2026-08-11 12:22:50.918 7 INFO neutron.services.segments.plugin [-] Segment 8081fb6e-ba72-4d49-9799-8b1409b9e29e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8081fb6e-ba72-4d49-9799-8b1409b9e29e found for delete ", "request_id": "req-cec34413-a531-439d-a1c3-8f7e2689536a"}]} [pid: 7|app: 0|req: 821/1698] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:50 2026] DELETE /v2.0/networks/8345fe95-a440-4b75-8fb9-5b31421e28bd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:22:50.935 7 INFO neutron.services.segments.plugin [-] Segment 8081fb6e-ba72-4d49-9799-8b1409b9e29e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8081fb6e-ba72-4d49-9799-8b1409b9e29e found for delete ", "request_id": "req-9a1b54fe-d5e0-4784-afb6-e5d8f627ca86"}]} 2026-08-11 12:22:51.071 8 INFO neutron.services.segments.plugin [-] Segment aba0f9d4-64d4-4162-a855-074a04053bc6 resource provider aggregate not found 2026-08-11 12:22:51.073 8 INFO neutron.services.segments.plugin [-] Segment aba0f9d4-64d4-4162-a855-074a04053bc6 resource provider aggregate not found 2026-08-11 12:22:51.092 8 INFO neutron.services.segments.plugin [-] Segment aba0f9d4-64d4-4162-a855-074a04053bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba0f9d4-64d4-4162-a855-074a04053bc6 found for delete ", "request_id": "req-f948400b-9925-4d6c-bfa0-fafd90afd598"}]} 2026-08-11 12:22:51.096 8 INFO neutron.services.segments.plugin [-] Segment aba0f9d4-64d4-4162-a855-074a04053bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba0f9d4-64d4-4162-a855-074a04053bc6 found for delete ", "request_id": "req-37b249ba-8651-417f-a7f3-f1252d02205b"}]} [pid: 8|app: 0|req: 878/1699] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:50 2026] DELETE /v2.0/networks/8da3cdba-fd02-4330-a1c5-de4acf4e475d => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1700] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:51 2026] DELETE /v2.0/networks/1c42b542-f826-4812-b37f-5cc775b06421 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1701] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:51 2026] DELETE /v2.0/networks/f86ebcec-67ae-473a-873a-091f7e7f6889 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1702] 10.0.0.229 () {30 vars in 689 bytes} [Tue Aug 11 12:22:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1703] 10.0.0.229 () {30 vars in 691 bytes} [Tue Aug 11 12:22:51 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: 882/1704] 10.0.0.229 () {30 vars in 667 bytes} [Tue Aug 11 12:22:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1705] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:22:51 2026] DELETE /v2.0/networks/b5212d73-f3b6-4bac-bf5a-12142d3629d7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1706] 10.0.0.229 () {30 vars in 703 bytes} [Tue Aug 11 12:22:51 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: 7|app: 0|req: 824/1707] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:51 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 884/1708] 10.0.0.229 () {28 vars in 438 bytes} [Tue Aug 11 12:22:52 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1709] 10.0.0.229 () {30 vars in 727 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 658 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1710] 10.0.0.229 () {30 vars in 689 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1711] 10.0.0.229 () {30 vars in 691 bytes} [Tue Aug 11 12:22:52 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: 886/1712] 10.0.0.229 () {30 vars in 667 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1713] 10.0.0.229 () {30 vars in 703 bytes} [Tue Aug 11 12:22:52 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: 887/1714] 10.0.0.229 () {30 vars in 727 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 828/1715] 10.0.0.229 () {30 vars in 689 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1716] 10.0.0.229 () {30 vars in 691 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1717] 10.0.0.229 () {30 vars in 667 bytes} [Tue Aug 11 12:22:52 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: 831/1718] 10.0.0.229 () {30 vars in 703 bytes} [Tue Aug 11 12:22:52 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: 7|app: 0|req: 832/1719] 10.0.0.229 () {30 vars in 729 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1720] 10.0.0.229 () {30 vars in 681 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1721] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/security-groups?tenant_id=2bdc66f8513a41a79e56aa73c4372474&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: 889/1722] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:52 2026] DELETE /v2.0/security-groups/1d09c251-d9e8-4411-bad7-630cbe024279 => 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: 890/1723] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 834/1724] 10.0.0.229 () {34 vars in 703 bytes} [Tue Aug 11 12:22:52 2026] POST /v2.0/ports => generated 1124 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:22:52.942 7 INFO neutron.services.segments.plugin [-] Segment 09440ca9-6c1c-4061-849a-322928971b86 resource provider aggregate not found 2026-08-11 12:22:52.955 7 INFO neutron.services.segments.plugin [-] Segment 09440ca9-6c1c-4061-849a-322928971b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09440ca9-6c1c-4061-849a-322928971b86 found for delete ", "request_id": "req-19d7152a-ae72-4e8e-a151-568f5ed288c8"}]} [pid: 8|app: 0|req: 891/1725] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:52 2026] GET /v2.0/security-groups?tenant_id=a9eb45521f8949c8b700450dee6bdcfa&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:22:52.962 7 INFO neutron.services.segments.plugin [-] Segment 09440ca9-6c1c-4061-849a-322928971b86 resource provider aggregate not found 2026-08-11 12:22:52.970 7 INFO neutron.services.segments.plugin [-] Segment f271512e-5fa6-4680-8de9-b668afee2f5f resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:22:52.988 7 INFO neutron.services.segments.plugin [-] Segment f271512e-5fa6-4680-8de9-b668afee2f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f271512e-5fa6-4680-8de9-b668afee2f5f found for delete ", "request_id": "req-b724078d-f8a9-4f37-a551-e12f4988195b"}]} 2026-08-11 12:22:52.989 7 INFO neutron.services.segments.plugin [-] Segment 09440ca9-6c1c-4061-849a-322928971b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09440ca9-6c1c-4061-849a-322928971b86 found for delete ", "request_id": "req-c4e8985b-75e1-4328-ad1d-5d48e8c99d4c"}]} 2026-08-11 12:22:53.005 7 INFO neutron.services.segments.plugin [-] Segment f271512e-5fa6-4680-8de9-b668afee2f5f resource provider aggregate not found 2026-08-11 12:22:53.032 7 INFO neutron.services.segments.plugin [-] Segment f271512e-5fa6-4680-8de9-b668afee2f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f271512e-5fa6-4680-8de9-b668afee2f5f found for delete ", "request_id": "req-d741064a-f949-4664-8c6e-397f633c7ba5"}]} [pid: 7|app: 0|req: 835/1726] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:52 2026] DELETE /v2.0/security-groups/52dcc853-005c-49ca-bd7b-ce7a2e18626f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:53.122 8 INFO neutron.services.segments.plugin [-] Segment ad4d8689-cb92-48b4-967e-02965287b2d9 resource provider aggregate not found 2026-08-11 12:22:53.125 8 INFO neutron.services.segments.plugin [-] Segment ad4d8689-cb92-48b4-967e-02965287b2d9 resource provider aggregate not found 2026-08-11 12:22:53.135 8 INFO neutron.services.segments.plugin [-] Segment ad4d8689-cb92-48b4-967e-02965287b2d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad4d8689-cb92-48b4-967e-02965287b2d9 found for delete ", "request_id": "req-17fcad22-abc5-4a82-88bb-0c5d29015750"}]} 2026-08-11 12:22:53.137 8 INFO neutron.services.segments.plugin [-] Segment ad4d8689-cb92-48b4-967e-02965287b2d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad4d8689-cb92-48b4-967e-02965287b2d9 found for delete ", "request_id": "req-4e57676b-bc9c-4925-bf3d-c5d452a97e96"}]} [pid: 8|app: 0|req: 892/1727] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:53 2026] GET /v2.0/security-groups?tenant_id=f9b3b321da9f464ca81829ca3c0f4567&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1728] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:53 2026] DELETE /v2.0/security-groups/2c1db2c1-ab85-41b3-9353-3601f94bf4f2 => 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: 893/1729] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:53 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 837/1730] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:54 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 894/1731] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:22:54 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1732] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:22:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b7d59b23c7647689ef2859fe167fcf4 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1733] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:22:54 2026] POST /v2.0/ports => generated 958 bytes in 464 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: 896/1734] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1735] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1736] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:22:55 2026] PUT /v2.0/ports/c8f5ff56-f92a-4e32-ae80-9511f00c9d82 => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1737] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 840/1738] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:55.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6887ba0a-ec1a-4b7d-9e54-e0a6792f404e'] response: {'name': 'network-changed', 'server_uuid': '0b56b9d5-32cf-4f42-a940-43876afd219e', 'tag': 'c8f5ff56-f92a-4e32-ae80-9511f00c9d82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 899/1739] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1740] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:55 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1741] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&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: 842/1742] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:22:56 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: 901/1743] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:22:56 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: 843/1744] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1745] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:22:56.206 7 INFO neutron.api.v2.resource [None req-700d873a-95e1-430e-bd38-191c405704ac ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 844/1746] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1747] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1748] 199.204.45.227 () {34 vars in 735 bytes} [Tue Aug 11 12:22:56 2026] POST /v2.0/security-groups => generated 1636 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1749] 199.204.45.227 () {30 vars in 814 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/security-group-rules?security_group_id=cd4c77cf-21a7-4e2a-ace4-88f77c1f0d93 => generated 1182 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1750] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1751] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/networks?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&shared=False => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1752] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1753] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:22:56 2026] PUT /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 236 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: 906/1754] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:22:56 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: 907/1755] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1756] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:22:56 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: 909/1757] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:22:56 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: 910/1758] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1759] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 849/1760] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:22:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1761] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:22:56 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 850/1762] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:56 2026] PUT /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/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: 913/1763] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1764] 10.0.0.220 () {34 vars in 763 bytes} [Tue Aug 11 12:22:57 2026] PUT /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1765] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1766] 10.0.0.220 () {34 vars in 759 bytes} [Tue Aug 11 12:22:57 2026] PUT /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1767] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1768] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1769] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1770] 10.0.0.220 () {34 vars in 781 bytes} [Tue Aug 11 12:22:57 2026] PUT /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1771] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1772] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:22:57 2026] PUT /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/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: 856/1773] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1774] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c8f5ff56-f92a-4e32-ae80-9511f00c9d82 => 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: 858/1775] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/subnets?id=dfe5767e-7c08-48fa-9786-505170e055ff => 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: 859/1776] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/ports?network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1777] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 861/1778] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 918/1779] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:57 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 37 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1780] 10.0.0.220 () {32 vars in 740 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:22:58.157 8 INFO neutron.api.v2.resource [None req-e7fafeaa-5e26-4a1e-ac09-70346c7d80b5 dcdb314174724080ba1422497dcb383b 441ed521d92341fda45e4676e406cffc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1781] 10.0.0.220 () {32 vars in 744 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/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: 863/1782] 10.0.0.220 () {32 vars in 743 bytes} [Tue Aug 11 12:22:58 2026] DELETE /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1783] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:22:58.345 7 INFO neutron.api.v2.resource [None req-53d46cda-83f4-4d44-8b09-12d5338e2677 dcdb314174724080ba1422497dcb383b 441ed521d92341fda45e4676e406cffc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1784] 10.0.0.220 () {32 vars in 747 bytes} [Tue Aug 11 12:22:58 2026] DELETE /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1785] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:22:58 2026] DELETE /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1786] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1787] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1788] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:58 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1789] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:22:58 2026] DELETE /v2.0/qos/policies/41f877ac-11d5-42a5-a1b6-d3b301bf1b7e => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1790] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:59 2026] GET /v2.0/security-groups?tenant_id=d7e78fc83d784a488ea7f5f7a516a241&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1791] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:59 2026] DELETE /v2.0/security-groups/54aff934-8a5c-4e2d-ac24-23b413774ff2 => 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: 868/1792] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:22:59 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1793] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:22:59 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&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: 869/1794] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:22:59 2026] GET /v2.0/security-groups?tenant_id=441ed521d92341fda45e4676e406cffc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1795] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:22:59 2026] DELETE /v2.0/security-groups/891e269a-8daf-4ef6-8a2a-e09b066bcd44 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1796] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:00 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1797] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:00 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&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: 871/1798] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:01 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1799] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:02 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1800] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:03 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 929/1801] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:03 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1802] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:03 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1803] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:03 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1804] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:23:03 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:23:03.551 7 INFO neutron.db.segments_db [None req-6f43ca90-ba84-44f3-9f7b-94ddbdec84a8 d87b3147cb72457895273ac0fb0b9590 6cb543e498d34a9a99471f80c6c4e3f5 - - default default] Added segment 473e63dd-48be-4297-ae59-6abfeb445f2e of type vxlan for network 7fe7f577-7672-4f6d-9e4c-d37afe67c7a6 [pid: 7|app: 0|req: 873/1805] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:23:03 2026] POST /v2.0/networks => generated 612 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1806] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:23:03 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1807] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:23:03 2026] PUT /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1810] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1811] 10.0.0.220 () {34 vars in 761 bytes} [Tue Aug 11 12:23:04 2026] PUT /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-11 12:23:04.172 8 INFO neutron.db.l3_db [None req-58a64038-cf2b-4658-b3ed-d68446a0bcb9 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Floating IP fff82668-29de-4ae6-872e-38474639aa39 associated. External IP: 10.96.250.208, port: c8f5ff56-f92a-4e32-ae80-9511f00c9d82. [pid: 7|app: 0|req: 880/1812] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/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: 881/1813] 10.0.0.220 () {34 vars in 757 bytes} [Tue Aug 11 12:23:04 2026] PUT /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1814] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1815] 10.0.0.220 () {34 vars in 779 bytes} [Tue Aug 11 12:23:04 2026] PUT /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/black.or.white => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1816] 10.0.0.106 () {34 vars in 1015 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&fields=id => 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: 885/1817] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1818] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:23:03 2026] POST /v2.0/floatingips => generated 856 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1819] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/networks?id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1820] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1821] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/quotas/eae2442f714c44e9a540748045744437 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:04.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa315f45-6853-45f1-bf22-f3c3c71de27f'] response: {'name': 'network-changed', 'server_uuid': '0b56b9d5-32cf-4f42-a940-43876afd219e', 'tag': 'c8f5ff56-f92a-4e32-ae80-9511f00c9d82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 934/1822] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:23:04 2026] PUT /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1823] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&fields=id => generated 149 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1824] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1825] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1826] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1827] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:23:04.801 8 INFO neutron.api.v2.resource [None req-be4d12f7-5eaa-4ece-90e4-64d8f2ae571a d87b3147cb72457895273ac0fb0b9590 6cb543e498d34a9a99471f80c6c4e3f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 937/1828] 10.0.0.220 () {32 vars in 742 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1829] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:23:04 2026] DELETE /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1830] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:04 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:23:04.984 7 INFO neutron.api.v2.resource [None req-100846fd-a74e-441d-a47c-f208e867ea76 d87b3147cb72457895273ac0fb0b9590 6cb543e498d34a9a99471f80c6c4e3f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1831] 10.0.0.220 () {32 vars in 745 bytes} [Tue Aug 11 12:23:04 2026] DELETE /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1832] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:23:04 2026] DELETE /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1833] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/subnets/3aff1741-466c-486d-b215-359339489629/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1834] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 896/1835] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1836] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c8f5ff56-f92a-4e32-ae80-9511f00c9d82 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1837] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:23:05 2026] DELETE /v2.0/subnets/3aff1741-466c-486d-b215-359339489629 => 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: 898/1838] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/subnets?id=dfe5767e-7c08-48fa-9786-505170e055ff => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1839] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/ports?network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:23:05.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c1f410a-107f-4b39-a857-fa77594b7054 d87b3147cb72457895273ac0fb0b9590 6cb543e498d34a9a99471f80c6c4e3f5 - - default default] TaaS: Handle Delete Port: 03a6d948-0283-4357-ab6e-b46959ff8ccc 2026-08-11 12:23:05.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c1f410a-107f-4b39-a857-fa77594b7054 d87b3147cb72457895273ac0fb0b9590 6cb543e498d34a9a99471f80c6c4e3f5 - - default default] Tap Mirror: Handle Delete Port: 03a6d948-0283-4357-ab6e-b46959ff8ccc [pid: 7|app: 0|req: 900/1840] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 901/1841] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 902/1842] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1843] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:23:05.735 8 INFO neutron.services.segments.plugin [-] Segment 473e63dd-48be-4297-ae59-6abfeb445f2e resource provider aggregate not found 2026-08-11 12:23:05.738 8 INFO neutron.services.segments.plugin [-] Segment 473e63dd-48be-4297-ae59-6abfeb445f2e resource provider aggregate not found 2026-08-11 12:23:05.754 8 INFO neutron.services.segments.plugin [-] Segment 473e63dd-48be-4297-ae59-6abfeb445f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473e63dd-48be-4297-ae59-6abfeb445f2e found for delete ", "request_id": "req-3b5c2090-9997-4c62-ac45-4c9438c873a0"}]} 2026-08-11 12:23:05.757 8 INFO neutron.services.segments.plugin [-] Segment 473e63dd-48be-4297-ae59-6abfeb445f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473e63dd-48be-4297-ae59-6abfeb445f2e found for delete ", "request_id": "req-16b8c05d-0f89-49ed-891a-0e988617ed60"}]} [pid: 8|app: 0|req: 941/1844] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:23:05 2026] DELETE /v2.0/networks/7fe7f577-7672-4f6d-9e4c-d37afe67c7a6 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1845] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:05 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => 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: 942/1846] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:23:06 2026] GET /v2.0/security-groups?tenant_id=ba1ae893247c41abb77970f23f8cafd3&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1847] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:06 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1848] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:06 2026] DELETE /v2.0/security-groups/6a69c1a3-9800-4604-841d-406530b1fc37 => 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: 906/1849] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:23:06 2026] GET /v2.0/security-groups?tenant_id=6cb543e498d34a9a99471f80c6c4e3f5&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1850] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:06 2026] DELETE /v2.0/security-groups/c8a6adb8-5c6e-4389-a18e-77ac7e323edf => 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: 907/1851] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:08 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1852] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:08 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => 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: 908/1853] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1854] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 909/1855] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 947/1856] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 910/1857] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/networks?id=96c013d9-8163-4c3d-9e95-f78e5882d8a0 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1858] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1859] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eae2442f714c44e9a540748045744437 => generated 343 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1860] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:09 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 912/1861] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:23:09 2026] POST /v2.0/ports => generated 1082 bytes in 320 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: 950/1862] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:23:10 2026] PUT /v2.0/ports/db9d3f06-951c-40f3-b344-d1111d1c9037 => generated 1243 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:23:10.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72e0355f-685e-4d95-a45a-d232da054753'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': 'db9d3f06-951c-40f3-b344-d1111d1c9037', 'status': 'completed', 'code': 200} 2026-08-11 12:23:10.642 7 INFO neutron.db.segments_db [None req-4c040a03-b4a7-444d-9fd4-4751e5e4d282 404fe60c8bee4d69baac48ddfd6440f8 7d30f85bad84489d81b6ff9ffbef54b8 - - default default] Added segment be054a42-5816-4033-a376-3f476f796238 of type vxlan for network eda3704d-932a-400c-bf4c-a8fe681a9e0b [pid: 7|app: 0|req: 913/1863] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:23:10 2026] POST /v2.0/networks => generated 613 bytes in 440 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: 951/1864] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:23:10 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 952/1865] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1866] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/networks?tenant_id=eae2442f714c44e9a540748045744437&shared=False => generated 735 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1867] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1868] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1869] 10.0.0.220 () {34 vars in 665 bytes} [Tue Aug 11 12:23:11 2026] POST /v2.0/trunks => generated 407 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1870] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1871] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 957/1872] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/networks?id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1873] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:23:11 2026] PUT /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1874] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1875] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=15a680b8-6b9a-4778-a03a-57384d0597b3 => 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: 918/1876] 10.0.0.220 () {34 vars in 759 bytes} [Tue Aug 11 12:23:11 2026] PUT /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1877] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/subnets?id=427f2876-a9a5-4857-aa34-8ad54ed6a24f => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1878] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1879] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?network_id=de9e0c82-01f9-4e8a-bc65-35fc6e1195a5&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: 920/1880] 10.0.0.220 () {34 vars in 755 bytes} [Tue Aug 11 12:23:11 2026] PUT /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1881] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/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: 961/1882] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?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: 922/1883] 10.0.0.220 () {34 vars in 777 bytes} [Tue Aug 11 12:23:11 2026] PUT /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1884] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1885] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1886] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:23:11 2026] PUT /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1887] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1888] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1889] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:23:11.780 8 INFO neutron.api.v2.resource [None req-9a2c6508-6307-4451-b84e-a0309fdb630d 404fe60c8bee4d69baac48ddfd6440f8 7d30f85bad84489d81b6ff9ffbef54b8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1890] 10.0.0.220 () {32 vars in 740 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1891] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&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: 8|app: 0|req: 967/1892] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:11 2026] DELETE /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1893] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:23:11.875 7 INFO neutron.api.v2.resource [None req-3485c045-c661-44d4-b7e8-30d07f21b483 404fe60c8bee4d69baac48ddfd6440f8 7d30f85bad84489d81b6ff9ffbef54b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1894] 10.0.0.220 () {32 vars in 743 bytes} [Tue Aug 11 12:23:11 2026] DELETE /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1895] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1896] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:23:11 2026] DELETE /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1897] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878/tags => 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: 929/1898] 10.0.0.220 () {32 vars in 718 bytes} [Tue Aug 11 12:23:11 2026] GET /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1899] 10.0.0.220 () {32 vars in 716 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/ports/39cef1a4-70cd-430e-bb65-24d63c697376 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1900] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 930/1901] 10.0.0.220 () {32 vars in 721 bytes} [Tue Aug 11 12:23:12 2026] DELETE /v2.0/trunks/b7a26c12-c526-4223-8207-b94b6182e878 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1902] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:12.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-99f8ddaa-4a82-4839-81c7-78dd3505aa20 404fe60c8bee4d69baac48ddfd6440f8 7d30f85bad84489d81b6ff9ffbef54b8 - - default default] TaaS: Handle Delete Port: 39cef1a4-70cd-430e-bb65-24d63c697376 2026-08-11 12:23:12.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f8ddaa-4a82-4839-81c7-78dd3505aa20 404fe60c8bee4d69baac48ddfd6440f8 7d30f85bad84489d81b6ff9ffbef54b8 - - default default] Tap Mirror: Handle Delete Port: 39cef1a4-70cd-430e-bb65-24d63c697376 [pid: 7|app: 0|req: 931/1903] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:23:12 2026] DELETE /v2.0/ports/39cef1a4-70cd-430e-bb65-24d63c697376 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1904] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1905] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => 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: 975/1906] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:12.547 7 INFO neutron.services.segments.plugin [-] Segment be054a42-5816-4033-a376-3f476f796238 resource provider aggregate not found [pid: 8|app: 0|req: 976/1907] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:12.552 7 INFO neutron.services.segments.plugin [-] Segment be054a42-5816-4033-a376-3f476f796238 resource provider aggregate not found 2026-08-11 12:23:12.568 7 INFO neutron.services.segments.plugin [-] Segment be054a42-5816-4033-a376-3f476f796238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be054a42-5816-4033-a376-3f476f796238 found for delete ", "request_id": "req-f6ea9bb0-60cd-4c3f-8e48-eabd622f2a9f"}]} 2026-08-11 12:23:12.569 7 INFO neutron.services.segments.plugin [-] Segment be054a42-5816-4033-a376-3f476f796238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be054a42-5816-4033-a376-3f476f796238 found for delete ", "request_id": "req-5857f4a3-0905-4072-aecc-ea0893dc0be9"}]} [pid: 8|app: 0|req: 977/1908] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 932/1909] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:23:12 2026] DELETE /v2.0/networks/eda3704d-932a-400c-bf4c-a8fe681a9e0b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1910] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1911] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 979/1912] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:12 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 934/1913] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:23:13 2026] GET /v2.0/security-groups?tenant_id=7d30f85bad84489d81b6ff9ffbef54b8&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1914] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:13 2026] DELETE /v2.0/security-groups/ca8e1325-dc92-4b81-ad39-6e0bf2d9b2b0 => 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: 981/1915] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:13 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1916] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:13 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1917] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:23:13 2026] GET /v2.0/security-groups?tenant_id=c47bff348ad54a249096ef78b0894c0e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1918] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:13 2026] DELETE /v2.0/security-groups/38c8b170-7798-4583-a871-1ef0f97193d4 => 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: 936/1919] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:14 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1920] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:14 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1921] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:14 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1922] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:14 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1923] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:14 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1924] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:16 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1925] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:16 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 987/1926] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:23:16 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1927] 199.204.45.227 () {34 vars in 1043 bytes} [Tue Aug 11 12:23:16 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1928] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:17 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 941/1929] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:17 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 989/1930] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:18 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1931] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:18 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1932] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:18 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1933] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:18 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1934] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:18 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1937] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:19 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1938] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:19 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1939] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:20 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1940] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:20 2026] GET /v2.0/security-groups?id=c4c2a658-9c1b-4a16-b7c1-b0c42d9c6a80&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1941] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:21 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1942] 10.0.0.220 () {32 vars in 825 bytes} [Tue Aug 11 12:23:22 2026] GET /v2.0/ports?project_id=7b7d59b23c7647689ef2859fe167fcf4&network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 3695 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1943] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:23:22 2026] GET /v2.0/subnets?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:23.257 8 INFO neutron.db.l3_db [None req-5fa01ca2-497e-40f3-ae95-594376032238 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Floating IP fff82668-29de-4ae6-872e-38474639aa39 disassociated. External IP: 10.96.250.208, port: c8f5ff56-f92a-4e32-ae80-9511f00c9d82. [pid: 8|app: 0|req: 996/1944] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:23:23 2026] PUT /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 554 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:23.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-989ac1bd-9e03-4099-ab3b-c63593bde55b'] response: {'name': 'network-changed', 'server_uuid': '0b56b9d5-32cf-4f42-a940-43876afd219e', 'tag': 'c8f5ff56-f92a-4e32-ae80-9511f00c9d82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 949/1945] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:23 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1946] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 950/1947] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1948] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c8f5ff56-f92a-4e32-ae80-9511f00c9d82 => 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: 951/1949] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/subnets?id=dfe5767e-7c08-48fa-9786-505170e055ff => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1950] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/ports?network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1951] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 1000/1952] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 953/1953] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:24 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 554 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1954] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:25 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1955] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:23:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1956] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:26 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: 955/1957] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1958] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1959] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:23:27.420 8 INFO neutron.db.securitygroups_db [None req-28b26a3f-3e5b-4b98-86ab-b81aa6fbe03b 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Project 7b7d59b23c7647689ef2859fe167fcf4 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: 1004/1960] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:23:27.559 7 INFO neutron.db.securitygroups_db [None req-d1785b5f-1354-4481-ab69-fe86f00ea001 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Project 7b7d59b23c7647689ef2859fe167fcf4 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: 957/1961] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:23:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1962] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/networks => generated 1297 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1963] 10.0.0.106 () {34 vars in 1097 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-726915617&fields=id&tenant_id=7b7d59b23c7647689ef2859fe167fcf4 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1964] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1965] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/quotas/7b7d59b23c7647689ef2859fe167fcf4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1966] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1967] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1968] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 961/1969] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:28 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1009/1970] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:29 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 962/1971] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:31 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1010/1972] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:23:31 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 1244 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1973] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:23:31 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1974] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:32 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1012/1975] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:33 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 964/1976] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:33 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 660 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1977] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:23:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b7d59b23c7647689ef2859fe167fcf4 => generated 273 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1978] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:23:33 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1981] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:23:33 2026] PUT /v2.0/ports/756245fb-127b-4a63-b0bf-735a44c453f0 => generated 1235 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:23:34.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a3f7143-6c9e-48c2-883e-607ae6c15675'] response: {'name': 'network-changed', 'server_uuid': '48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b', 'tag': '756245fb-127b-4a63-b0bf-735a44c453f0', '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: 968/1982] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:34 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1015/1983] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:34 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1984] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:34 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1016/1985] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:23:34 2026] GET /v2.0/networks?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1986] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:23:34 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: 1017/1987] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:35 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1988] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:35 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1989] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:35 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1990] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=756245fb-127b-4a63-b0bf-735a44c453f0 => 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: 1019/1991] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:35 2026] GET /v2.0/subnets?id=dfe5767e-7c08-48fa-9786-505170e055ff => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1992] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:36 2026] GET /v2.0/ports?network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5&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: 1020/1993] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:36 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 974/1994] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:36 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 1021/1995] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:36 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1996] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:36 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&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: 1022/1997] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:37 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1998] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:37 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1999] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:39 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 977/2000] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:39 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2001] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:40 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 978/2002] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:40 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2003] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2004] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2005] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2006] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2007] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 1028/2008] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&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: 981/2009] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2010] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2011] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:23:41 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:23:42.094 8 INFO neutron.db.l3_db [None req-e5b13afe-f5d9-493f-91c8-b9fd35234868 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Floating IP fff82668-29de-4ae6-872e-38474639aa39 associated. External IP: 10.96.250.208, port: 756245fb-127b-4a63-b0bf-735a44c453f0. [pid: 8|app: 0|req: 1030/2012] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:23:41 2026] PUT /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 855 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2013] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:42 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:42.478 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c658d3f-7940-46b5-af9c-083a26462544'] response: {'name': 'network-changed', 'server_uuid': '48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b', 'tag': '756245fb-127b-4a63-b0bf-735a44c453f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1031/2014] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:42 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 984/2015] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:42 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2016] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:23:42 2026] GET /v2.0/ports?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 985/2017] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/networks?id=79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2018] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=756245fb-127b-4a63-b0bf-735a44c453f0 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2019] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/subnets?id=dfe5767e-7c08-48fa-9786-505170e055ff => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2020] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/ports?network_id=79a443ec-6d93-4030-8b63-c6964fbc8bf5&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: 987/2021] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2022] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5?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: 988/2023] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2024] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2025] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:23:43 2026] GET /v2.0/security-groups?id=12dc0443-faa1-4119-9b41-284a7556e6f3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2026] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:23:44 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:44.252 7 INFO neutron_taas.services.taas.taas_plugin [req-03abc552-a388-4bc2-b524-8620a79e41f4 req-60b2aa13-4e1d-451a-bc13-288a02958d65 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] TaaS: Handle Delete Port: 15a680b8-6b9a-4778-a03a-57384d0597b3 2026-08-11 12:23:44.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-03abc552-a388-4bc2-b524-8620a79e41f4 req-60b2aa13-4e1d-451a-bc13-288a02958d65 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] Tap Mirror: Handle Delete Port: 15a680b8-6b9a-4778-a03a-57384d0597b3 2026-08-11 12:23:44.386 7 INFO neutron.db.l3_db [req-03abc552-a388-4bc2-b524-8620a79e41f4 req-60b2aa13-4e1d-451a-bc13-288a02958d65 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] Floating IP a6a0ba5d-9c63-4ca3-b59f-8726d080c69c disassociated. External IP: 10.96.250.211, port: 15a680b8-6b9a-4778-a03a-57384d0597b3. [pid: 8|app: 0|req: 1038/2027] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:23:44 2026] GET /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2028] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:23:44 2026] DELETE /v2.0/ports/15a680b8-6b9a-4778-a03a-57384d0597b3 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:23:44.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94b38f49-a33d-4bdf-9094-6c7a9b3ec850'] response: {'server_uuid': '98cff28f-b0ae-4efc-a2eb-3c3f052276ee', 'name': 'network-vif-deleted', 'tag': '15a680b8-6b9a-4778-a03a-57384d0597b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1039/2029] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:45 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 991/2030] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:46 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => 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: 1040/2031] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:47 2026] GET /v2.0/ports?device_id=98cff28f-b0ae-4efc-a2eb-3c3f052276ee => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2032] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:48 2026] DELETE /v2.0/security-groups/12dc0443-faa1-4119-9b41-284a7556e6f3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:23:48.612 8 INFO neutron.api.v2.resource [None req-a0aee80c-7a60-4f96-9fde-138fee0a9fef 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2033] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:23:48 2026] GET /v2.0/security-groups/12dc0443-faa1-4119-9b41-284a7556e6f3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:23:48.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f716b94-9d92-4e2b-b12c-9aeb91b63454 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] TaaS: Handle Delete Port: cde6ac23-15e6-4110-a857-77cb0b29fe1b 2026-08-11 12:23:48.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f716b94-9d92-4e2b-b12c-9aeb91b63454 76e73dbb6d1742418276911a3deec7ff fa35f2d685e644a5ada268d26c08ebf4 - - default default] Tap Mirror: Handle Delete Port: cde6ac23-15e6-4110-a857-77cb0b29fe1b [pid: 7|app: 0|req: 993/2034] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:23:48 2026] DELETE /v2.0/floatingips/a6a0ba5d-9c63-4ca3-b59f-8726d080c69c => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:23:49.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-08468cdd-2ba4-4833-93b0-bd7c5fe1dc0f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 650d922f-3f37-4fc9-8742-fa46f63c30ec 2026-08-11 12:23:49.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08468cdd-2ba4-4833-93b0-bd7c5fe1dc0f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 650d922f-3f37-4fc9-8742-fa46f63c30ec [pid: 8|app: 0|req: 1042/2037] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:23:48 2026] PUT /v2.0/routers/a0599553-3a39-4b51-a2cd-67b20f6b815f/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:50.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd5dafc-a2e8-43d3-ae8b-4641134bab12 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 819089f6-4c40-4d1b-ae86-fba22fa31673 2026-08-11 12:23:50.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd5dafc-a2e8-43d3-ae8b-4641134bab12 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 819089f6-4c40-4d1b-ae86-fba22fa31673 2026-08-11 12:23:50.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd5dafc-a2e8-43d3-ae8b-4641134bab12 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 6acc2884-33b2-4ad7-b4f5-6928c1902ed6 2026-08-11 12:23:50.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd5dafc-a2e8-43d3-ae8b-4641134bab12 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 6acc2884-33b2-4ad7-b4f5-6928c1902ed6 [pid: 8|app: 0|req: 1043/2038] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:23:50 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2039] 10.0.0.15 () {34 vars in 1038 bytes} [Tue Aug 11 12:23:50 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:23:50.859 7 INFO neutron.services.segments.plugin [-] Segment d133abc7-f387-4d98-9a7b-7268d366c07e resource provider aggregate not found 2026-08-11 12:23:50.865 7 INFO neutron.services.segments.plugin [-] Segment d133abc7-f387-4d98-9a7b-7268d366c07e resource provider aggregate not found 2026-08-11 12:23:50.880 7 INFO neutron.db.l3_hamode_db [None req-cbd5dafc-a2e8-43d3-ae8b-4641134bab12 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network 5c7187fd-0a2e-4ea4-8429-dcfca7c87abd was deleted as no HA routers are present in tenant fa35f2d685e644a5ada268d26c08ebf4. 2026-08-11 12:23:50.882 7 INFO neutron.services.segments.plugin [-] Segment d133abc7-f387-4d98-9a7b-7268d366c07e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d133abc7-f387-4d98-9a7b-7268d366c07e found for delete ", "request_id": "req-10bf3da3-c359-4bda-891e-42f32f151ea1"}]} 2026-08-11 12:23:50.887 7 INFO neutron.services.segments.plugin [-] Segment d133abc7-f387-4d98-9a7b-7268d366c07e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d133abc7-f387-4d98-9a7b-7268d366c07e found for delete ", "request_id": "req-bde54c82-77b8-433b-97b0-1bdbc56aa26c"}]} [pid: 7|app: 0|req: 996/2040] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:23:49 2026] DELETE /v2.0/routers/a0599553-3a39-4b51-a2cd-67b20f6b815f => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2041] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:23:50 2026] DELETE /v2.0/subnets/427f2876-a9a5-4857-aa34-8ad54ed6a24f => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:23:51.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f7e7e86-69d8-465b-a5c5-42b8d82cd55d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: f6ab4510-d666-4b7e-9395-d9b9093a9dcd 2026-08-11 12:23:51.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f7e7e86-69d8-465b-a5c5-42b8d82cd55d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: f6ab4510-d666-4b7e-9395-d9b9093a9dcd [pid: 7|app: 0|req: 997/2042] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:23:51 2026] DELETE /v2.0/networks/de9e0c82-01f9-4e8a-bc65-35fc6e1195a5 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2043] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:23:51 2026] GET /v2.0/security-groups?tenant_id=fa35f2d685e644a5ada268d26c08ebf4&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2044] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:23:51 2026] DELETE /v2.0/security-groups/8c396e8f-a0af-4a5a-8800-bee277943a08 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:23:52.908 7 INFO neutron.services.segments.plugin [-] Segment d85795a8-103c-4de3-a8b6-8efc4e465088 resource provider aggregate not found 2026-08-11 12:23:52.914 7 INFO neutron.services.segments.plugin [-] Segment d85795a8-103c-4de3-a8b6-8efc4e465088 resource provider aggregate not found 2026-08-11 12:23:52.926 7 INFO neutron.services.segments.plugin [-] Segment d85795a8-103c-4de3-a8b6-8efc4e465088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d85795a8-103c-4de3-a8b6-8efc4e465088 found for delete ", "request_id": "req-97b52c51-aef5-46a9-9da1-311f97635e31"}]} 2026-08-11 12:23:52.934 7 INFO neutron.services.segments.plugin [-] Segment d85795a8-103c-4de3-a8b6-8efc4e465088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d85795a8-103c-4de3-a8b6-8efc4e465088 found for delete ", "request_id": "req-436077b9-f69d-4fa6-bf17-23633d8226e0"}]} 2026-08-11 12:23:53.928 8 INFO neutron.db.segments_db [None req-24072870-e14e-4c66-bf70-5c15bbb6b478 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 092d4a3b-fa9a-4b92-b079-514c52f91a93 of type vxlan for network fbae03a8-f702-446c-89d0-ec6be7e9e60a [pid: 8|app: 0|req: 1047/2045] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:23:53 2026] POST /v2.0/networks => generated 727 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2046] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:23:54 2026] POST /v2.0/subnets => generated 693 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:23:54.222 8 INFO neutron.db.segments_db [None req-bf3d76cc-02b6-404a-8c63-6c5b7f199315 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment f9a44648-462c-44b7-8955-075179f4d8ce of type vxlan for network f5c35909-5726-4ad1-99eb-7b18a3b98dff 2026-08-11 12:23:54.527 8 INFO neutron.db.l3_hamode_db [None req-bf3d76cc-02b6-404a-8c63-6c5b7f199315 ec6263290db04c4da58d8efad6829cb1 e6d9f2e1476a4495bf457a3a1d11e877 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:23:55.350 8 INFO neutron.db.l3_hamode_db [None req-bf3d76cc-02b6-404a-8c63-6c5b7f199315 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1048/2047] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:23:54 2026] POST /v2.0/routers => generated 733 bytes in 1928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2048] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:23:56 2026] PUT /v2.0/routers/2be4f8d7-cf28-4e1a-8437-37a8a081252b/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2049] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/networks?id=fbae03a8-f702-446c-89d0-ec6be7e9e60a => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2050] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/quotas/e6d9f2e1476a4495bf457a3a1d11e877 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2051] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/ports?tenant_id=e6d9f2e1476a4495bf457a3a1d11e877&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2052] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/networks/fbae03a8-f702-446c-89d0-ec6be7e9e60a?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: 1051/2053] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/networks/fbae03a8-f702-446c-89d0-ec6be7e9e60a?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: 1003/2054] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:58 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1052/2055] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:23:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2056] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:23:59 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: 1053/2057] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:23:59 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: 1005/2058] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:23:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2059] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:23:59 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1006/2060] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:23:59 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2061] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:23:59 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1055/2062] 199.204.45.227 () {34 vars in 716 bytes} [Tue Aug 11 12:23:59 2026] POST /v2.0/ports => generated 1055 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2063] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:24:00 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2064] 10.0.0.106 () {34 vars in 906 bytes} [Tue Aug 11 12:24:00 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: 1009/2065] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:00 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1057/2066] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:00 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2067] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:00 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1058/2068] 199.204.45.227 () {34 vars in 1261 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2069] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2070] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2071] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1060/2072] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2073] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:24:01 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1055 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2074] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:02 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1061/2075] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:02 2026] GET /v2.0/networks?id=2f57ffed-55e1-40a4-9365-3d7371081135 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2076] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:24:02 2026] PUT /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1245 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:02.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8262c58f-d518-48dd-a8ee-0fdc50316952'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '41dbe3f5-5d70-42db-8ee6-86dce42f465b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1062/2077] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:02 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2078] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2079] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/security-groups?id=9c5549be-35ef-4378-9125-ce57fd82200d&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: 1064/2080] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2081] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1066/2082] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/networks?id=2f57ffed-55e1-40a4-9365-3d7371081135 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:03.224 7 INFO neutron_taas.services.taas.taas_plugin [req-1ce38cd7-e85e-4dff-a09d-ab21e0257946 req-7a8a37e6-9da2-43f3-bd57-b7e9bcbd4f24 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: 756245fb-127b-4a63-b0bf-735a44c453f0 2026-08-11 12:24:03.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1ce38cd7-e85e-4dff-a09d-ab21e0257946 req-7a8a37e6-9da2-43f3-bd57-b7e9bcbd4f24 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: 756245fb-127b-4a63-b0bf-735a44c453f0 [pid: 8|app: 0|req: 1067/2083] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/networks?id=fbae03a8-f702-446c-89d0-ec6be7e9e60a => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2084] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:24:03.369 7 INFO neutron.db.l3_db [req-1ce38cd7-e85e-4dff-a09d-ab21e0257946 req-7a8a37e6-9da2-43f3-bd57-b7e9bcbd4f24 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Floating IP fff82668-29de-4ae6-872e-38474639aa39 disassociated. External IP: 10.96.250.208, port: 756245fb-127b-4a63-b0bf-735a44c453f0. [pid: 7|app: 0|req: 1017/2085] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:24:03 2026] DELETE /v2.0/ports/756245fb-127b-4a63-b0bf-735a44c453f0 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2086] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:24:03 2026] POST /v2.0/ports => generated 954 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1018/2087] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2088] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&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: 1020/2089] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1021/2090] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:03 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1070/2093] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:24:03 2026] PUT /v2.0/ports/709dff70-dbd8-4e63-9070-d62a0feb831f => generated 1235 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:04.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7a4e673-17b5-47ec-9e73-3b9f19d6c9a2'] response: {'name': 'network-changed', 'server_uuid': '632a216f-0383-400e-9b37-931d75b280db', 'tag': '709dff70-dbd8-4e63-9070-d62a0feb831f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1024/2094] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => generated 12 bytes in 24 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: 1071/2095] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2096] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:24:04.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-332d4a50-a299-4dce-b1c7-e4210623536d'] response: {'server_uuid': '48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b', 'name': 'network-vif-deleted', 'tag': '756245fb-127b-4a63-b0bf-735a44c453f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1072/2097] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/ports?tenant_id=e6d9f2e1476a4495bf457a3a1d11e877&device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1026/2098] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/networks?tenant_id=e6d9f2e1476a4495bf457a3a1d11e877&shared=False => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2099] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2100] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2101] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2102] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:04 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2103] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&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: 1029/2104] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 1076/2105] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 1030/2106] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => 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: 1077/2107] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1031/2108] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&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: 1032/2109] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1078/2110] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2111] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2112] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2113] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2114] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?tenant_id=e6d9f2e1476a4495bf457a3a1d11e877&device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1035/2115] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=709dff70-dbd8-4e63-9070-d62a0feb831f => 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: 1081/2116] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/subnets?id=6e4a51e3-4d71-4ea1-8bfd-0b7a2bb99ae0 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2117] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:05 2026] GET /v2.0/ports?network_id=fbae03a8-f702-446c-89d0-ec6be7e9e60a&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2118] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:06 2026] GET /v2.0/networks/fbae03a8-f702-446c-89d0-ec6be7e9e60a?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: 1037/2119] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:06 2026] GET /v2.0/networks/fbae03a8-f702-446c-89d0-ec6be7e9e60a?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: 1083/2120] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:06 2026] GET /v2.0/ports?device_id=48e3cf87-fec2-4bb7-b401-5cfaf97d8c0b => 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: 1038/2121] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:06 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2122] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:06 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2123] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:07 2026] DELETE /v2.0/security-groups/9c5549be-35ef-4378-9125-ce57fd82200d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:24:07.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-36feb4fd-5b29-4a2e-8224-0e3a432bb60e 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: 28c5bbc5-9228-4ca8-9ef6-b01a52314e39 2026-08-11 12:24:07.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36feb4fd-5b29-4a2e-8224-0e3a432bb60e 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: 28c5bbc5-9228-4ca8-9ef6-b01a52314e39 [pid: 7|app: 0|req: 1040/2124] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:07 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1041/2125] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:07 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2126] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:24:07 2026] DELETE /v2.0/floatingips/fff82668-29de-4ae6-872e-38474639aa39 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2127] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:08 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2128] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:08 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&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: 1043/2129] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:08 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2130] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&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: 1044/2131] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1247 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2132] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2133] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&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: 1045/2134] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:24:09 2026] PUT /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1270 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:09.638 8 INFO neutron.api.v2.resource [None req-19976a36-c0ca-43b3-915e-06157f23f90a ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1090/2135] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:24:09.656 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c9ca389-1e36-4f02-b79d-ecba565139b0'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '41dbe3f5-5d70-42db-8ee6-86dce42f465b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1046/2136] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:24:09 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2137] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:24:09 2026] PUT /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1308 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:10.000 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-977ccf6b-c72d-404d-8e34-15002b3a0e41'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '41dbe3f5-5d70-42db-8ee6-86dce42f465b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1047/2138] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2139] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:10 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: 1093/2140] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:10 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: 1048/2141] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2142] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2143] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2144] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2145] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2146] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/networks?id=2f57ffed-55e1-40a4-9365-3d7371081135 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2147] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2148] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => 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: 1097/2149] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2150] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2151] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2152] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2153] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2154] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1100/2155] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2156] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1101/2157] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1057/2158] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 1102/2159] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 1058/2160] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:10 2026] GET /v2.0/security-groups?id=945ecf3f-9d3b-457e-b33b-9796b795958b&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:10.685 8 INFO neutron_taas.services.taas.taas_plugin [req-a89bd7f3-3591-4513-afd5-7b49d413f756 req-0b87b382-e404-48a0-8fb2-2ebcca95928c 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: c8f5ff56-f92a-4e32-ae80-9511f00c9d82 2026-08-11 12:24:10.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a89bd7f3-3591-4513-afd5-7b49d413f756 req-0b87b382-e404-48a0-8fb2-2ebcca95928c 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: c8f5ff56-f92a-4e32-ae80-9511f00c9d82 [pid: 8|app: 0|req: 1103/2161] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:24:10 2026] DELETE /v2.0/ports/c8f5ff56-f92a-4e32-ae80-9511f00c9d82 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2162] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2163] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2164] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2165] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/networks?id=2f57ffed-55e1-40a4-9365-3d7371081135 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2166] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => 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: 1062/2167] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 1106/2168] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2169] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2170] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2171] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:11 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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) 2026-08-11 12:24:12.043 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac7cbfd4-dfd4-4385-bd1a-5d654594e26c'] response: {'server_uuid': '0b56b9d5-32cf-4f42-a940-43876afd219e', 'name': 'network-vif-deleted', 'tag': 'c8f5ff56-f92a-4e32-ae80-9511f00c9d82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1108/2172] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:12 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2173] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:12 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2174] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:12 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 1066/2175] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:12 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2176] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:13 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2177] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:13 2026] GET /v2.0/ports?device_id=0b56b9d5-32cf-4f42-a940-43876afd219e => 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: 1112/2178] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:14 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:14.239 7 INFO neutron.db.l3_db [None req-d9504ac6-1022-4d1f-b432-5e443de825d8 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP b69057a4-6eea-4387-8e0c-4a71101e51a0 associated. External IP: 10.96.250.220, port: 7eb1bf00-134e-4684-afaf-72a501ec842e. [pid: 8|app: 0|req: 1113/2179] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:14 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2180] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:24:13 2026] POST /v2.0/floatingips => generated 897 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2181] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:14 2026] DELETE /v2.0/security-groups/945ecf3f-9d3b-457e-b33b-9796b795958b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2182] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:15 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2183] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:24:15 2026] GET /v2.0/security-groups?id=2f21d88a-7163-4388-9dd3-fb92593d2c54&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2184] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:24:15 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:15.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-07939e39-b4e6-4e7c-9bcf-556249bd805d 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: f81e98ff-02c1-4d66-aba1-6b7071775994 2026-08-11 12:24:15.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07939e39-b4e6-4e7c-9bcf-556249bd805d 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: f81e98ff-02c1-4d66-aba1-6b7071775994 2026-08-11 12:24:15.614 8 INFO neutron_taas.services.taas.taas_plugin [req-557ba323-6764-4d2d-af0c-0f6d03b6392d req-1c0da00f-9431-4726-b039-9147830cce6a 76e0b236c2904b94877ee349a348c5c9 e6d9f2e1476a4495bf457a3a1d11e877 - - default default] TaaS: Handle Delete Port: 709dff70-dbd8-4e63-9070-d62a0feb831f 2026-08-11 12:24:15.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-557ba323-6764-4d2d-af0c-0f6d03b6392d req-1c0da00f-9431-4726-b039-9147830cce6a 76e0b236c2904b94877ee349a348c5c9 e6d9f2e1476a4495bf457a3a1d11e877 - - default default] Tap Mirror: Handle Delete Port: 709dff70-dbd8-4e63-9070-d62a0feb831f [pid: 8|app: 0|req: 1118/2185] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:24:15 2026] DELETE /v2.0/ports/709dff70-dbd8-4e63-9070-d62a0feb831f => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:24:15.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db76b276-cd16-4f4d-aac8-cf75e72d8528'] response: {'server_uuid': '632a216f-0383-400e-9b37-931d75b280db', 'name': 'network-vif-deleted', 'tag': '709dff70-dbd8-4e63-9070-d62a0feb831f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1068/2186] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:24:15 2026] PUT /v2.0/routers/60b1ec4e-603b-48b0-8bc5-5159f0b85034/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2187] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:16 2026] DELETE /v2.0/subnets/dfe5767e-7c08-48fa-9786-505170e055ff => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2188] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:16 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:24:16.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-7284081b-e018-4c40-9064-d24be98dd62f 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: 82b8f3ae-8196-4ac7-9166-6766b7db6efe 2026-08-11 12:24:16.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7284081b-e018-4c40-9064-d24be98dd62f 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: 82b8f3ae-8196-4ac7-9166-6766b7db6efe 2026-08-11 12:24:16.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-7284081b-e018-4c40-9064-d24be98dd62f 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: f74455e3-b21c-4847-8a72-2cf4d5ec2078 2026-08-11 12:24:16.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7284081b-e018-4c40-9064-d24be98dd62f 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: f74455e3-b21c-4847-8a72-2cf4d5ec2078 2026-08-11 12:24:17.258 7 INFO neutron.services.segments.plugin [-] Segment 3d240faf-ff86-4420-84e0-d4938e2cb420 resource provider aggregate not found 2026-08-11 12:24:17.263 7 INFO neutron.services.segments.plugin [-] Segment 3d240faf-ff86-4420-84e0-d4938e2cb420 resource provider aggregate not found 2026-08-11 12:24:17.277 7 INFO neutron.services.segments.plugin [-] Segment 3d240faf-ff86-4420-84e0-d4938e2cb420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d240faf-ff86-4420-84e0-d4938e2cb420 found for delete ", "request_id": "req-0f687592-1acf-4245-a6a7-a56c9a4a215a"}]} 2026-08-11 12:24:17.278 7 INFO neutron.db.l3_hamode_db [None req-7284081b-e018-4c40-9064-d24be98dd62f 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] HA network 6e1533a2-49b3-4faf-9712-d731abfd6b98 was deleted as no HA routers are present in tenant 7b7d59b23c7647689ef2859fe167fcf4. [pid: 7|app: 0|req: 1069/2189] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:16 2026] DELETE /v2.0/routers/60b1ec4e-603b-48b0-8bc5-5159f0b85034 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:24:17.294 7 INFO neutron.services.segments.plugin [-] Segment 3d240faf-ff86-4420-84e0-d4938e2cb420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d240faf-ff86-4420-84e0-d4938e2cb420 found for delete ", "request_id": "req-a9a10ce5-35ba-48a5-a4e1-2e3635c8442b"}]} 2026-08-11 12:24:17.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee85418d-1c28-42b8-beae-82c2296f97df 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] TaaS: Handle Delete Port: 81e348e3-62b1-404c-bb51-26078febac24 [pid: 7|app: 0|req: 1070/2190] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:17 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) 2026-08-11 12:24:17.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee85418d-1c28-42b8-beae-82c2296f97df 7bfd912c88c846a3abe6ff5fa5ec89fb 7b7d59b23c7647689ef2859fe167fcf4 - - default default] Tap Mirror: Handle Delete Port: 81e348e3-62b1-404c-bb51-26078febac24 [pid: 7|app: 0|req: 1071/2191] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:17 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: 1072/2192] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:17 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: 1073/2193] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:17.501 7 INFO neutron.api.v2.resource [None req-909e9653-8911-41b9-b889-8798d837ef54 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/2194] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:24:17 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2195] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:24:17 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 1637 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2196] 199.204.45.227 () {30 vars in 814 bytes} [Tue Aug 11 12:24:17 2026] GET /v2.0/security-group-rules?security_group_id=cd4c77cf-21a7-4e2a-ace4-88f77c1f0d93 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:17.646 8 INFO neutron.services.segments.plugin [-] Segment 7ba863ac-3b77-4225-85c2-68a7b4b5de22 resource provider aggregate not found 2026-08-11 12:24:17.656 8 INFO neutron.services.segments.plugin [-] Segment 7ba863ac-3b77-4225-85c2-68a7b4b5de22 resource provider aggregate not found 2026-08-11 12:24:17.668 8 INFO neutron.services.segments.plugin [-] Segment 7ba863ac-3b77-4225-85c2-68a7b4b5de22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba863ac-3b77-4225-85c2-68a7b4b5de22 found for delete ", "request_id": "req-0cf5ec50-b841-490d-b8c6-41fbe399e1f6"}]} 2026-08-11 12:24:17.678 8 INFO neutron.services.segments.plugin [-] Segment 7ba863ac-3b77-4225-85c2-68a7b4b5de22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba863ac-3b77-4225-85c2-68a7b4b5de22 found for delete ", "request_id": "req-7e4b7696-d13e-403d-abe7-1a0e78c620ca"}]} [pid: 8|app: 0|req: 1121/2197] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:17 2026] DELETE /v2.0/networks/79a443ec-6d93-4030-8b63-c6964fbc8bf5 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2198] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:17 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1077/2199] 199.204.45.227 () {34 vars in 746 bytes} [Tue Aug 11 12:24:17 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: 8|app: 0|req: 1123/2200] 199.204.45.227 () {34 vars in 746 bytes} [Tue Aug 11 12:24:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2201] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:18 2026] GET /v2.0/security-groups?tenant_id=7b7d59b23c7647689ef2859fe167fcf4&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2202] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:18 2026] DELETE /v2.0/security-groups/f4806b60-ae56-4309-bc48-580de526979b => 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: 1125/2203] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:18 2026] GET /v2.0/ports?device_id=632a216f-0383-400e-9b37-931d75b280db => 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: 1079/2204] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:18 2026] GET /v2.0/security-groups?tenant_id=c2ffbdaff97c473eb8fd29e37f7b4bb0&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/2207] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:18 2026] DELETE /v2.0/security-groups/52e6aa6e-dfa6-4774-ab9d-3eecb978db1c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:24:20.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-a77fdc48-222c-4b13-b22a-a308670c5616 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 44812a84-0d70-4345-aaeb-8e322ef9a86c 2026-08-11 12:24:20.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a77fdc48-222c-4b13-b22a-a308670c5616 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 44812a84-0d70-4345-aaeb-8e322ef9a86c [pid: 7|app: 0|req: 1082/2208] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:24:19 2026] PUT /v2.0/routers/2be4f8d7-cf28-4e1a-8437-37a8a081252b/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:20.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c564240-5674-46da-bf53-4b5f9d9ba9f2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 981d8892-2bc7-45ea-9bbc-8f3c4fc1ad3f 2026-08-11 12:24:20.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c564240-5674-46da-bf53-4b5f9d9ba9f2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 981d8892-2bc7-45ea-9bbc-8f3c4fc1ad3f 2026-08-11 12:24:21.109 7 INFO neutron.db.segments_db [None req-4039016c-bf8c-4874-8351-3b8e40fd9a7e ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 72375a44-9bd8-418b-898f-58cbd0d25185 of type vxlan for network c2954c81-77e4-4a5a-9964-2679ae70fff1 2026-08-11 12:24:21.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c564240-5674-46da-bf53-4b5f9d9ba9f2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 6e89306e-615a-477c-a7d9-fef41a837f0a 2026-08-11 12:24:21.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c564240-5674-46da-bf53-4b5f9d9ba9f2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 6e89306e-615a-477c-a7d9-fef41a837f0a [pid: 7|app: 0|req: 1083/2209] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:24:20 2026] POST /v2.0/networks => generated 721 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2210] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:21 2026] POST /v2.0/subnets => generated 687 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:24:21.553 8 INFO neutron.services.segments.plugin [-] Segment f9a44648-462c-44b7-8955-075179f4d8ce resource provider aggregate not found 2026-08-11 12:24:21.556 8 INFO neutron.services.segments.plugin [-] Segment f9a44648-462c-44b7-8955-075179f4d8ce resource provider aggregate not found 2026-08-11 12:24:21.559 7 INFO neutron.db.segments_db [None req-443526f9-770e-4985-a907-c3ae518f8994 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment fa55a7c3-4d73-4167-a51d-8b1eca7affaa of type vxlan for network 0c1f4eab-1da8-49f7-9a0f-7a991d23b4ff 2026-08-11 12:24:21.572 8 INFO neutron.services.segments.plugin [-] Segment f9a44648-462c-44b7-8955-075179f4d8ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9a44648-462c-44b7-8955-075179f4d8ce found for delete ", "request_id": "req-34a79ba2-a89b-4892-a3fa-67e63a42c30b"}]} 2026-08-11 12:24:21.574 8 INFO neutron.services.segments.plugin [-] Segment f9a44648-462c-44b7-8955-075179f4d8ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9a44648-462c-44b7-8955-075179f4d8ce found for delete ", "request_id": "req-693a824a-5882-4759-bda2-931ca16ee8db"}]} 2026-08-11 12:24:21.581 8 INFO neutron.db.l3_hamode_db [None req-1c564240-5674-46da-bf53-4b5f9d9ba9f2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network f5c35909-5726-4ad1-99eb-7b18a3b98dff was deleted as no HA routers are present in tenant e6d9f2e1476a4495bf457a3a1d11e877. [pid: 8|app: 0|req: 1127/2211] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:20 2026] DELETE /v2.0/routers/2be4f8d7-cf28-4e1a-8437-37a8a081252b => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2212] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:21 2026] DELETE /v2.0/subnets/6e4a51e3-4d71-4ea1-8bfd-0b7a2bb99ae0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:24:21.778 7 INFO neutron.db.l3_hamode_db [None req-443526f9-770e-4985-a907-c3ae518f8994 ec6263290db04c4da58d8efad6829cb1 770e9546462542769d0a79157c884fec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:24:21.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-4714cf74-f7f0-4faa-b2be-258d8e962217 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 7bc885f2-bd2f-4d06-83a3-960ecada8bde 2026-08-11 12:24:21.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4714cf74-f7f0-4faa-b2be-258d8e962217 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 7bc885f2-bd2f-4d06-83a3-960ecada8bde [pid: 8|app: 0|req: 1129/2213] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:21 2026] DELETE /v2.0/networks/fbae03a8-f702-446c-89d0-ec6be7e9e60a => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2214] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:22 2026] GET /v2.0/security-groups?tenant_id=e6d9f2e1476a4495bf457a3a1d11e877&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2215] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:22 2026] DELETE /v2.0/security-groups/2f21d88a-7163-4388-9dd3-fb92593d2c54 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:24:22.618 7 INFO neutron.db.l3_hamode_db [None req-443526f9-770e-4985-a907-c3ae518f8994 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:24:23.606 8 INFO neutron.services.segments.plugin [-] Segment 092d4a3b-fa9a-4b92-b079-514c52f91a93 resource provider aggregate not found 2026-08-11 12:24:23.619 8 INFO neutron.services.segments.plugin [-] Segment 092d4a3b-fa9a-4b92-b079-514c52f91a93 resource provider aggregate not found 2026-08-11 12:24:23.634 8 INFO neutron.services.segments.plugin [-] Segment 092d4a3b-fa9a-4b92-b079-514c52f91a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092d4a3b-fa9a-4b92-b079-514c52f91a93 found for delete ", "request_id": "req-ce30f7ad-d51b-4f30-81b5-1555fd8b66e2"}]} 2026-08-11 12:24:23.638 8 INFO neutron.services.segments.plugin [-] Segment 092d4a3b-fa9a-4b92-b079-514c52f91a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092d4a3b-fa9a-4b92-b079-514c52f91a93 found for delete ", "request_id": "req-a1d4b1aa-46a6-4705-8a40-01acb64574a8"}]} [pid: 7|app: 0|req: 1085/2216] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:21 2026] POST /v2.0/routers => generated 727 bytes in 2673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2217] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:24:24 2026] PUT /v2.0/routers/fb987e11-8c0a-4542-a753-ddd367d1eb95/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2218] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:25 2026] GET /v2.0/security-groups?tenant_id=d1fe1fe0d9c344c1972d5e6a40074efb&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2219] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:25 2026] DELETE /v2.0/security-groups/df2edf1d-988c-4638-8898-be38664b48cc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:24:26.454 7 INFO neutron.db.segments_db [None req-2891a1c2-8d82-482b-8de3-5161bfd29201 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 51efbf7c-997d-4944-82d5-af79f5aaad23 of type vxlan for network 86ce70cc-cf28-4697-9d63-74ffcee78c7e [pid: 7|app: 0|req: 1087/2220] 10.0.0.220 () {34 vars in 670 bytes} [Tue Aug 11 12:24:26 2026] POST /v2.0/networks => generated 722 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2221] 10.0.0.229 () {30 vars in 689 bytes} [Tue Aug 11 12:24:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2222] 10.0.0.229 () {30 vars in 691 bytes} [Tue Aug 11 12:24:26 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: 1136/2223] 10.0.0.229 () {30 vars in 667 bytes} [Tue Aug 11 12:24:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2224] 10.0.0.229 () {30 vars in 703 bytes} [Tue Aug 11 12:24:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2225] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:26 2026] POST /v2.0/subnets => generated 688 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:24:26.853 8 INFO neutron.db.segments_db [None req-7fea121e-d0ca-4aa5-ae2a-be4b1dbf2a5d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Added segment 97197a59-fd7c-4413-999b-9caa1b6e74e4 of type vxlan for network c12914cf-c2b1-49de-b3cb-ab686887ef90 2026-08-11 12:24:27.109 8 INFO neutron.db.l3_hamode_db [None req-7fea121e-d0ca-4aa5-ae2a-be4b1dbf2a5d ec6263290db04c4da58d8efad6829cb1 57ef3f8038904e939e38cfa49acf8506 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1089/2226] 10.0.0.229 () {28 vars in 438 bytes} [Tue Aug 11 12:24:27 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2227] 10.0.0.229 () {30 vars in 727 bytes} [Tue Aug 11 12:24:27 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 655 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:28.003 8 INFO neutron.db.l3_hamode_db [None req-7fea121e-d0ca-4aa5-ae2a-be4b1dbf2a5d ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2228] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:26 2026] POST /v2.0/routers => generated 728 bytes in 1987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2229] 10.0.0.220 () {34 vars in 782 bytes} [Tue Aug 11 12:24:28 2026] PUT /v2.0/routers/a5c32fdd-72e8-4dc0-9d10-1af44ee8b581/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2230] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2231] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:30 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: 1140/2232] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2233] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24: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: 8|app: 0|req: 1141/2234] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2235] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2236] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24: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: 7|app: 0|req: 1095/2237] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2238] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:30 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: 1144/2239] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2240] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:24:30 2026] POST /v2.0/security-groups => generated 1675 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2241] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2242] 199.204.45.227 () {34 vars in 716 bytes} [Tue Aug 11 12:24:30 2026] POST /v2.0/ports => generated 1328 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2243] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 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: 1146/2244] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2245] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:24:31.530 8 INFO neutron.db.securitygroups_db [None req-ae0b4f00-dbaa-4579-b8f7-5db46730cea2 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Project 770e9546462542769d0a79157c884fec 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: 1147/2246] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:24:31.685 7 INFO neutron.db.securitygroups_db [None req-0c022944-6c8e-4533-b1e2-50575d2e91c8 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Project 770e9546462542769d0a79157c884fec 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: 1100/2247] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2248] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:24:31 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1328 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2249] 10.0.0.106 () {34 vars in 906 bytes} [Tue Aug 11 12:24:32 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: 1149/2250] 10.0.0.220 () {34 vars in 684 bytes} [Tue Aug 11 12:24:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2251] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2252] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2253] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:32 2026] GET /v2.0/security-groups?tenant_id=e38bea8c981744cf80a212f276ce4f6c&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2254] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:32 2026] DELETE /v2.0/security-groups/4d13971c-d925-4541-a7ff-c496cd6e5241 => 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: 1152/2255] 199.204.45.227 () {34 vars in 1261 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2256] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1104/2257] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:24:32 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2258] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/security-groups?tenant_id=189174f9625a43dbb0faa9b8eaefa9b2&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2259] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1106/2260] 10.0.0.106 () {34 vars in 1099 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1137123788&fields=id&tenant_id=770e9546462542769d0a79157c884fec => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2261] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:33 2026] DELETE /v2.0/security-groups/8f0a0d62-05ba-40ca-bc39-bc5583d9399b => 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: 1107/2262] 10.0.0.106 () {34 vars in 1099 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1769853158&fields=id&tenant_id=770e9546462542769d0a79157c884fec => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2263] 10.0.0.106 () {34 vars in 981 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks?id=c2954c81-77e4-4a5a-9964-2679ae70fff1 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2264] 10.0.0.106 () {34 vars in 964 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/quotas/770e9546462542769d0a79157c884fec => 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: 1157/2265] 10.0.0.106 () {34 vars in 1001 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/ports?tenant_id=770e9546462542769d0a79157c884fec&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2266] 10.0.0.106 () {34 vars in 1007 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2267] 10.0.0.106 () {34 vars in 1107 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2268] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1328 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2269] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1111/2272] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:33 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2273] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:24:33 2026] PUT /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1518 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:34.550 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d52509a-c511-4325-9ee7-cda609c5a16c'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': 'e54c83cf-e0a8-4019-ad50-056a7b62a19b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1112/2274] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1163/2275] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2276] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2277] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2278] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23a&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1165/2279] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2280] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2281] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&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: 1116/2282] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2283] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:35 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1117/2284] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:36 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1168/2285] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:36 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2286] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:24:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2287] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1169/2288] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:36 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2289] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2290] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2291] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2292] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2293] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2294] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2295] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2296] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2297] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1174/2298] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23a&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1125/2299] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2300] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&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: 7|app: 0|req: 1126/2301] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&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: 1176/2302] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:37 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2303] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2304] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/networks?id=c2954c81-77e4-4a5a-9964-2679ae70fff1 => 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: 1128/2305] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1178/2306] 199.204.45.227 () {34 vars in 1049 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=770e9546462542769d0a79157c884fec => generated 274 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2307] 199.204.45.227 () {38 vars in 954 bytes} [Tue Aug 11 12:24:38 2026] POST /v2.0/ports => generated 993 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2308] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:24:38 2026] PUT /v2.0/ports/cf778a90-6a83-4bd6-9e15-080aa312523c => generated 1274 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:39.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22020101-bb4d-481d-9d0c-5b76620157ad'] response: {'name': 'network-changed', 'server_uuid': '2ad413e2-cd6f-46b3-94fa-d41f65beea1d', 'tag': 'cf778a90-6a83-4bd6-9e15-080aa312523c', '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: 1130/2309] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1180/2310] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&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: 1181/2311] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/ports?tenant_id=770e9546462542769d0a79157c884fec&device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2312] 199.204.45.227 () {34 vars in 1017 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/networks?tenant_id=770e9546462542769d0a79157c884fec&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2313] 199.204.45.227 () {34 vars in 929 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2314] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/security-groups?tenant_id=ce829472ff6f49859491635f73f7cbd7&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2315] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:39 2026] DELETE /v2.0/security-groups/515e4bdf-9093-4ac9-b7ec-7ce4ef5eb85b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2316] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/security-groups?tenant_id=3a43e67160d445b8850da2c5a84b7a3b&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2317] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:40 2026] DELETE /v2.0/security-groups/b697859a-093a-4798-a847-7f6d49f70703 => 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: 1133/2318] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2319] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2320] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/ports?tenant_id=770e9546462542769d0a79157c884fec&device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2321] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cf778a90-6a83-4bd6-9e15-080aa312523c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2322] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/subnets?id=d908069f-78c7-41cf-8240-50fa268c92e1 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2323] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:40 2026] GET /v2.0/ports?network_id=c2954c81-77e4-4a5a-9964-2679ae70fff1&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: 1136/2324] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:41 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2325] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:41 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2326] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:41 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2327] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:41 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&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: 1138/2328] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2329] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2330] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2331] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/subnets/60fb4695-0ded-4666-988e-101d5aac30c8 => generated 744 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2332] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2333] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2334] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2335] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2336] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2337] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2338] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2339] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1144/2340] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2341] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2342] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1146/2343] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1008 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2344] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:43 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&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: 1198/2345] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:42 2026] GET /v2.0/security-groups?tenant_id=265500169e614be985f29e01fa944881&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2346] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:43 2026] DELETE /v2.0/security-groups/6c0fc670-2a2e-4bce-a724-fc7d841ab007 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2347] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:44 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1008 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2348] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:44 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2349] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:24:44 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1277 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2350] 199.204.45.227 () {34 vars in 1123 bytes} [Tue Aug 11 12:24:44 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&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: 1201/2351] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:45 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2352] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:45 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&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: 1202/2353] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:45 2026] GET /v2.0/security-groups?tenant_id=eb2bbe6952264887b579e5825560e3c9&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2354] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:46 2026] DELETE /v2.0/security-groups/9d40f6b0-3329-4421-b1a0-1ec319a1f9e8 => 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: 1203/2355] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:46 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2356] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:46 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2357] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:47 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2358] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:47 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2359] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:47 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2360] 10.0.0.229 () {30 vars in 689 bytes} [Tue Aug 11 12:24:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2361] 10.0.0.229 () {30 vars in 691 bytes} [Tue Aug 11 12:24:48 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: 1208/2362] 10.0.0.229 () {30 vars in 667 bytes} [Tue Aug 11 12:24:48 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: 1209/2363] 10.0.0.229 () {30 vars in 703 bytes} [Tue Aug 11 12:24:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:48.379 7 INFO neutron.db.l3_db [None req-10ee8428-e1df-41fc-8e77-b1c721009a3b 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Floating IP 807577ef-6f88-46ca-b618-7190def28b36 associated. External IP: 10.96.250.210, port: cf778a90-6a83-4bd6-9e15-080aa312523c. [pid: 8|app: 0|req: 1210/2364] 10.0.0.229 () {28 vars in 438 bytes} [Tue Aug 11 12:24:48 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: 1211/2365] 10.0.0.229 () {30 vars in 727 bytes} [Tue Aug 11 12:24:48 2026] GET /v2.0/subnets/3e087fb2-368a-4516-baf3-c44a6d4ecf25 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2366] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:24:48 2026] PUT /v2.0/floatingips/807577ef-6f88-46ca-b618-7190def28b36 => generated 855 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:48.777 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-840730bd-971e-4641-9dd8-6c0f1548e2f0'] response: {'name': 'network-changed', 'server_uuid': '2ad413e2-cd6f-46b3-94fa-d41f65beea1d', 'tag': 'cf778a90-6a83-4bd6-9e15-080aa312523c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1212/2367] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:48 2026] GET /v2.0/security-groups?tenant_id=ff47dfa5f09b4a51bd24c7be8c14ae4d&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2370] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:48 2026] DELETE /v2.0/security-groups/3420088a-5b62-4dce-ac61-136f5415ed30 => 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: 1215/2371] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/ports?tenant_id=770e9546462542769d0a79157c884fec&device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1279 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2372] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/networks?id=c2954c81-77e4-4a5a-9964-2679ae70fff1 => generated 768 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2373] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cf778a90-6a83-4bd6-9e15-080aa312523c => 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: 1158/2374] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/subnets?id=d908069f-78c7-41cf-8240-50fa268c92e1 => 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: 1217/2375] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/ports?network_id=c2954c81-77e4-4a5a-9964-2679ae70fff1&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2376] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?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: 1218/2377] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2378] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2379] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2380] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:49 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: 1220/2381] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2382] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2383] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/subnets/3e087fb2-368a-4516-baf3-c44a6d4ecf25 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2384] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:24:49 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4096 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2385] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:24:50 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: 1164/2386] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:24:50 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: 1223/2387] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:24:50 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: 1165/2388] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:24:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:51.092 7 INFO neutron.db.segments_db [None req-7f50a3b6-9b55-4bb0-8def-9501cf79ebef ed8c5f16b8234bd9b363301bd7a0bf20 4a11fd957c484cc1864c657395447b84 - - default default] Added segment 2d31285b-f4f4-4815-ac07-8d1f3f7e70de of type vxlan for network f4bf586b-2bbe-46f8-9d26-e4c796e6ebd2 [pid: 8|app: 0|req: 1224/2389] 199.204.45.227 () {34 vars in 716 bytes} [Tue Aug 11 12:24:50 2026] POST /v2.0/ports => generated 1332 bytes in 372 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: 1166/2390] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:24:50 2026] POST /v2.0/networks => generated 624 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2391] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:24:51 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2392] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:51 2026] POST /v2.0/subnets => generated 641 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:24:51.491 8 INFO neutron.db.segments_db [None req-95d51e5e-4296-402b-ab2d-5c58c68019c2 ed8c5f16b8234bd9b363301bd7a0bf20 4a11fd957c484cc1864c657395447b84 - - default default] Added segment 2c01659b-f6cf-4473-88fe-e5f45c27bf01 of type vxlan for network 7b0e7c2e-fa30-4316-a2f2-0cd64e5f70a9 [pid: 8|app: 0|req: 1226/2393] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:24:51 2026] POST /v2.0/networks => generated 624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2394] 10.0.0.220 () {34 vars in 742 bytes} [Tue Aug 11 12:24:51 2026] PUT /v2.0/networks/7b0e7c2e-fa30-4316-a2f2-0cd64e5f70a9 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2395] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:24:51 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2396] 10.0.0.220 () {34 vars in 740 bytes} [Tue Aug 11 12:24:51 2026] PUT /v2.0/subnets/c5472014-f3a3-438e-a0fa-40063a548300 => generated 636 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2397] 199.204.45.227 () {34 vars in 1261 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2398] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:24:52.334 8 INFO neutron.services.segments.plugin [-] Segment 2c01659b-f6cf-4473-88fe-e5f45c27bf01 resource provider aggregate not found 2026-08-11 12:24:52.335 8 INFO neutron.services.segments.plugin [-] Segment 2c01659b-f6cf-4473-88fe-e5f45c27bf01 resource provider aggregate not found 2026-08-11 12:24:52.361 8 INFO neutron.services.segments.plugin [-] Segment 2c01659b-f6cf-4473-88fe-e5f45c27bf01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c01659b-f6cf-4473-88fe-e5f45c27bf01 found for delete ", "request_id": "req-7c399e5d-45ed-4fa9-be5f-262c2fd3daa1"}]} 2026-08-11 12:24:52.362 8 INFO neutron.services.segments.plugin [-] Segment 2c01659b-f6cf-4473-88fe-e5f45c27bf01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c01659b-f6cf-4473-88fe-e5f45c27bf01 found for delete ", "request_id": "req-8f7ea8c8-475c-4de9-9dfe-fbeef37833ea"}]} [pid: 7|app: 0|req: 1172/2399] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1228/2400] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/networks/7b0e7c2e-fa30-4316-a2f2-0cd64e5f70a9 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:24:52.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8cda62c8-1b53-4641-9c3e-f22de8091cb0 ed8c5f16b8234bd9b363301bd7a0bf20 4a11fd957c484cc1864c657395447b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2401] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/networks/7b0e7c2e-fa30-4316-a2f2-0cd64e5f70a9 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2402] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2403] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/subnets?network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2404] 10.0.0.220 () {32 vars in 652 bytes} [Tue Aug 11 12:24:52 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: 7|app: 0|req: 1175/2405] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2406] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2407] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks/f4bf586b-2bbe-46f8-9d26-e4c796e6ebd2 => generated 668 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2408] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/subnets/5ad351ee-1ab9-455e-aa19-048cf7aebd8d => generated 641 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:52.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9129c9ae-bacf-4cf6-85de-ee5071c764c3 ed8c5f16b8234bd9b363301bd7a0bf20 4a11fd957c484cc1864c657395447b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1177/2409] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/subnets/c5472014-f3a3-438e-a0fa-40063a548300 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:24:52.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-539a336b-da6d-4c8b-b2ca-d26b67d4d61d ed8c5f16b8234bd9b363301bd7a0bf20 4a11fd957c484cc1864c657395447b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2410] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/networks/7b0e7c2e-fa30-4316-a2f2-0cd64e5f70a9 => 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: 1178/2411] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/subnets/5ad351ee-1ab9-455e-aa19-048cf7aebd8d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2412] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1332 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2413] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:52 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:53.029 7 INFO neutron.services.segments.plugin [-] Segment 2d31285b-f4f4-4815-ac07-8d1f3f7e70de resource provider aggregate not found 2026-08-11 12:24:53.030 7 INFO neutron.services.segments.plugin [-] Segment 2d31285b-f4f4-4815-ac07-8d1f3f7e70de resource provider aggregate not found 2026-08-11 12:24:53.050 7 INFO neutron.services.segments.plugin [-] Segment 2d31285b-f4f4-4815-ac07-8d1f3f7e70de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d31285b-f4f4-4815-ac07-8d1f3f7e70de found for delete ", "request_id": "req-be471928-325a-408a-904d-4707a8022ac8"}]} 2026-08-11 12:24:53.052 7 INFO neutron.services.segments.plugin [-] Segment 2d31285b-f4f4-4815-ac07-8d1f3f7e70de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d31285b-f4f4-4815-ac07-8d1f3f7e70de found for delete ", "request_id": "req-fe4a5582-35c3-4e00-bbaa-e53d723f01bc"}]} [pid: 7|app: 0|req: 1179/2414] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:24:52 2026] DELETE /v2.0/networks/f4bf586b-2bbe-46f8-9d26-e4c796e6ebd2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2415] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:24:52 2026] PUT /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1522 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:53.506 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6362edb4-39d6-41e0-b7e0-3b16be9db5fc'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '026a7ec9-d4eb-4f5f-bd2d-691f667b3e03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1180/2416] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:53 2026] GET /v2.0/security-groups?tenant_id=4a11fd957c484cc1864c657395447b84&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1237/2417] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:53 2026] DELETE /v2.0/security-groups/fec89c43-25d9-4c86-9a38-21231c143262 => 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: 1181/2418] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 5610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2419] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2420] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.110&port_id=026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => 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: 1239/2421] 199.204.45.227 () {34 vars in 1105 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26a&port_id=026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => 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: 1183/2422] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/subnets?id=3e087fb2-368a-4516-baf3-c44a6d4ecf25&id=eed74311-b526-4bce-a438-8a2a9b113006 => generated 1414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2423] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&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: 1184/2424] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&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: 1241/2425] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1185/2426] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:54 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1242/2427] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 5610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2428] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => 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: 1243/2429] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2430] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2431] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 1189/2432] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 7|app: 0|req: 1190/2433] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => 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: 1191/2434] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2435] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&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: 1193/2436] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2437] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1195/2438] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1244/2439] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:24:55 2026] POST /v2.0/security-groups => generated 1625 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2440] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23a&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1197/2441] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2442] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2443] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:55 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2444] 10.0.0.220 () {34 vars in 757 bytes} [Tue Aug 11 12:24:55 2026] PUT /v2.0/security-groups/13e41b03-49d1-447e-a205-a0318da202ef => generated 1663 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2445] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2446] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-groups/13e41b03-49d1-447e-a205-a0318da202ef => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2447] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1248/2448] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:56 2026] DELETE /v2.0/security-groups/13e41b03-49d1-447e-a205-a0318da202ef => 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: 1201/2449] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2450] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.110&port_id=026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => 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: 1249/2451] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2452] 199.204.45.227 () {34 vars in 1105 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26a&port_id=026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:24:56.189 8 INFO neutron.api.v2.resource [None req-276e8bb5-6ba7-4983-b9b2-b1e159558139 3874f0c228ba4824b0b13858da0ee0da 10a3434db0ab46b986f03089e91a6611 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1250/2453] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:56 2026] DELETE /v2.0/security-groups/13e41b03-49d1-447e-a205-a0318da202ef => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2454] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/subnets?id=3e087fb2-368a-4516-baf3-c44a6d4ecf25&id=eed74311-b526-4bce-a438-8a2a9b113006 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2455] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2456] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2457] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:24:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2458] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2459] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1252/2460] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2461] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-group-rules/5f8bdf8b-5571-45e7-8ab0-e390e8c2fb42 => generated 601 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2462] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2463] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:24:56 2026] DELETE /v2.0/security-group-rules/5f8bdf8b-5571-45e7-8ab0-e390e8c2fb42 => 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: 1254/2464] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:56 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: 7|app: 0|req: 1211/2465] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2466] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-group-rules/621f3bc4-a829-466b-8fc0-fd47ce528104 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2467] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2468] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:24:56 2026] DELETE /v2.0/security-group-rules/621f3bc4-a829-466b-8fc0-fd47ce528104 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2469] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:24:57.196 8 INFO neutron.db.securitygroups_db [None req-a1ed92fe-b820-481a-8f17-151a75ec7ffe 3874f0c228ba4824b0b13858da0ee0da 10a3434db0ab46b986f03089e91a6611 - - default default] Project 10a3434db0ab46b986f03089e91a6611 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: 1257/2470] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:24:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2471] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/security-group-rules/89115533-ea00-4828-bff2-ad4b20e9d48a => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2472] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2473] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:24:57 2026] DELETE /v2.0/security-group-rules/89115533-ea00-4828-bff2-ad4b20e9d48a => 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: 1259/2474] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:24:57 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: 7|app: 0|req: 1216/2475] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:57 2026] DELETE /v2.0/security-groups/d26757f1-fd4a-46bf-a85d-f44adfc9605d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2476] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2477] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2478] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:24:57 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2479] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:24:58 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2480] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:24:58 2026] GET /v2.0/security-groups?tenant_id=10a3434db0ab46b986f03089e91a6611&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2481] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:24:58 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1279 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2482] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:24:58 2026] DELETE /v2.0/security-groups/9507fd34-ee40-420b-ab3f-d4ebbf81e186 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2483] 10.0.0.220 () {32 vars in 857 bytes} [Tue Aug 11 12:24:58 2026] GET /v2.0/floatingips?floating_network_id=fe7e4e99-e65b-4c99-bcbb-92cd35de22ec&port_id=cf778a90-6a83-4bd6-9e15-080aa312523c => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2484] 10.0.0.15 () {34 vars in 988 bytes} [Tue Aug 11 12:24:59 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2485] 10.0.0.15 () {34 vars in 1118 bytes} [Tue Aug 11 12:24:59 2026] GET /v2.0/security-groups?id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&id=7f0915eb-e735-48be-bb17-61a3e58acee9&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2486] 10.0.0.106 () {34 vars in 970 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1524 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2487] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 796 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2488] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/subnets/3e087fb2-368a-4516-baf3-c44a6d4ecf25 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2489] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/subnets/eed74311-b526-4bce-a438-8a2a9b113006 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2490] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1520 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2491] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:25:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2492] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2493] 10.0.0.220 () {34 vars in 757 bytes} [Tue Aug 11 12:25:00 2026] PUT /v2.0/security-groups/135c9e50-442a-434f-971e-ab3db9a206e1 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2494] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/security-groups/135c9e50-442a-434f-971e-ab3db9a206e1 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2495] 199.204.45.227 () {34 vars in 789 bytes} [Tue Aug 11 12:25:00 2026] PUT /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1255 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2496] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:00 2026] DELETE /v2.0/security-groups/135c9e50-442a-434f-971e-ab3db9a206e1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:25:00.996 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36ea2adf-f0b7-4073-9ac4-8abf2e8c691e'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': 'e54c83cf-e0a8-4019-ad50-056a7b62a19b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1227/2497] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2498] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:00 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 798 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:01.037 7 INFO neutron.api.v2.resource [None req-b61c1d5f-7040-40b3-8d56-416e00639d73 221059dac0bf49b3a109c1b18f943e35 83c7002a81f44762b15102f94ad84670 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1228/2499] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:01 2026] DELETE /v2.0/security-groups/135c9e50-442a-434f-971e-ab3db9a206e1 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2500] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => 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: 1273/2501] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25: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: 1274/2502] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2503] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:25:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2504] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2505] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:01 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: 1277/2506] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2507] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2508] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:25:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2509] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-group-rules/abfc575a-2bce-4644-8fac-cb6f16e10bd0 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2510] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2511] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1232/2512] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2513] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2514] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2515] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:25:01 2026] DELETE /v2.0/security-group-rules/abfc575a-2bce-4644-8fac-cb6f16e10bd0 => 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: 1234/2516] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2517] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 5383 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2518] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2519] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => 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: 1285/2520] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2521] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2522] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&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: 1288/2523] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2524] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:25:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2525] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1237/2526] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2527] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-group-rules/dc638eda-9554-4f31-9c98-ae30d0c345f3 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2528] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2529] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2530] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:25:01 2026] DELETE /v2.0/security-group-rules/dc638eda-9554-4f31-9c98-ae30d0c345f3 => 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: 1292/2531] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2532] 10.0.0.220 () {34 vars in 694 bytes} [Tue Aug 11 12:25:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2533] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-group-rules/6802b14d-765f-4ee6-bc21-e15773d37751 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2534] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2535] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:25:02 2026] DELETE /v2.0/security-group-rules/6802b14d-765f-4ee6-bc21-e15773d37751 => 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: 1242/2536] 10.0.0.220 () {32 vars in 672 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2537] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:02 2026] DELETE /v2.0/security-groups/04a8f482-b308-4ee1-9246-c7291b6c69dc => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2538] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2539] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2540] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:02 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2541] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:25:03 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2542] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:03 2026] GET /v2.0/security-groups?tenant_id=83c7002a81f44762b15102f94ad84670&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2543] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:03 2026] DELETE /v2.0/security-groups/defb9fb2-0121-4865-b0c0-0e1518fe6059 => 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: 1247/2546] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:04 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2547] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:25:04 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => generated 1010 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2548] 10.0.0.106 () {34 vars in 1119 bytes} [Tue Aug 11 12:25:04 2026] GET /v2.0/security-groups?id=7f0915eb-e735-48be-bb17-61a3e58acee9&id=2475cdb1-ebe4-41ae-a35d-9716cc185ad8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:04.466 8 INFO neutron_taas.services.taas.taas_plugin [req-b82f3573-3bd4-473a-988e-9303030dd6f7 req-bf7dc617-16d6-4561-b04a-985cc929b895 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] TaaS: Handle Delete Port: cf778a90-6a83-4bd6-9e15-080aa312523c 2026-08-11 12:25:04.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b82f3573-3bd4-473a-988e-9303030dd6f7 req-bf7dc617-16d6-4561-b04a-985cc929b895 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Tap Mirror: Handle Delete Port: cf778a90-6a83-4bd6-9e15-080aa312523c 2026-08-11 12:25:04.591 8 INFO neutron.db.l3_db [req-b82f3573-3bd4-473a-988e-9303030dd6f7 req-bf7dc617-16d6-4561-b04a-985cc929b895 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Floating IP 807577ef-6f88-46ca-b618-7190def28b36 disassociated. External IP: 10.96.250.210, port: cf778a90-6a83-4bd6-9e15-080aa312523c. [pid: 8|app: 0|req: 1301/2549] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:25:04 2026] DELETE /v2.0/ports/cf778a90-6a83-4bd6-9e15-080aa312523c => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:04.998 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e869f0cd-caee-40fe-94e1-b34bf3408410'] response: {'server_uuid': '2ad413e2-cd6f-46b3-94fa-d41f65beea1d', 'name': 'network-vif-deleted', 'tag': 'cf778a90-6a83-4bd6-9e15-080aa312523c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2550] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:05 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1249/2551] 10.0.0.220 () {34 vars in 676 bytes} [Tue Aug 11 12:25:05 2026] POST /v2.0/subnetpools => generated 549 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2552] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:25:05 2026] GET /v2.0/subnetpools/e76144d2-3229-49dd-abde-3957a7dc1570 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2553] 10.0.0.220 () {34 vars in 748 bytes} [Tue Aug 11 12:25:05 2026] PUT /v2.0/subnetpools/e76144d2-3229-49dd-abde-3957a7dc1570 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2554] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:05 2026] DELETE /v2.0/subnetpools/e76144d2-3229-49dd-abde-3957a7dc1570 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:05.651 7 INFO neutron.api.v2.resource [None req-2dbcccfe-1428-47dc-92ac-60a4ba9c497c 83134dccbba142908a67b5dda25ab43b cde2461e46394c4ebd024bb436769030 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2555] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:25:05 2026] GET /v2.0/subnetpools/e76144d2-3229-49dd-abde-3957a7dc1570 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:25:05.669 8 INFO neutron.api.v2.resource [None req-afb5e419-f4ea-439d-b7df-e2e292c27677 83134dccbba142908a67b5dda25ab43b cde2461e46394c4ebd024bb436769030 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2556] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:05 2026] DELETE /v2.0/subnetpools/e76144d2-3229-49dd-abde-3957a7dc1570 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2557] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:06 2026] GET /v2.0/security-groups?tenant_id=cde2461e46394c4ebd024bb436769030&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2558] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:06 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1306/2559] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:06 2026] DELETE /v2.0/security-groups/43611625-d4c9-4082-b550-29fac51ce252 => 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: 1254/2560] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:07 2026] GET /v2.0/ports?device_id=2ad413e2-cd6f-46b3-94fa-d41f65beea1d => 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: 1307/2561] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:08 2026] DELETE /v2.0/security-groups/2475cdb1-ebe4-41ae-a35d-9716cc185ad8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:08.912 7 INFO neutron.api.v2.resource [None req-7e60f9ae-db02-4b1d-99f8-2d2eb648d052 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2562] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:25:08 2026] GET /v2.0/security-groups/2475cdb1-ebe4-41ae-a35d-9716cc185ad8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:25:09.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-c976092e-da7b-40e9-ad5b-92b0b0ab2d8c 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] TaaS: Handle Delete Port: 02ae0fa1-482b-41a5-874d-6bcbfe559b20 2026-08-11 12:25:09.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c976092e-da7b-40e9-ad5b-92b0b0ab2d8c 7d08258c941148de935cb45d87783979 770e9546462542769d0a79157c884fec - - default default] Tap Mirror: Handle Delete Port: 02ae0fa1-482b-41a5-874d-6bcbfe559b20 [pid: 8|app: 0|req: 1308/2563] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:08 2026] DELETE /v2.0/floatingips/807577ef-6f88-46ca-b618-7190def28b36 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2564] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:09 2026] DELETE /v2.0/security-groups/7f0915eb-e735-48be-bb17-61a3e58acee9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:09.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac95b3b2-f804-4ff5-9645-325f617c2269 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 76f8d1f7-a44c-43a9-9cc6-29ee030877da 2026-08-11 12:25:09.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac95b3b2-f804-4ff5-9645-325f617c2269 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 76f8d1f7-a44c-43a9-9cc6-29ee030877da [pid: 7|app: 0|req: 1257/2565] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:09 2026] GET /v2.0/security-groups?tenant_id=391fadfef76d4b6eb0591d2a2bc260f4&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: 1258/2566] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:10 2026] DELETE /v2.0/security-groups/08a9093d-0b54-4042-a32e-64722f09972a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2567] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:25:09 2026] PUT /v2.0/routers/fb987e11-8c0a-4542-a753-ddd367d1eb95/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:10.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-8729967b-b772-45ae-b1d9-54c721daa507 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: c4bedecc-ac70-437f-b013-33efcd759d12 2026-08-11 12:25:10.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8729967b-b772-45ae-b1d9-54c721daa507 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: c4bedecc-ac70-437f-b013-33efcd759d12 2026-08-11 12:25:10.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-8729967b-b772-45ae-b1d9-54c721daa507 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: f1f996c5-1889-4f7f-942b-ebb552f10b1e 2026-08-11 12:25:10.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8729967b-b772-45ae-b1d9-54c721daa507 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: f1f996c5-1889-4f7f-942b-ebb552f10b1e 2026-08-11 12:25:11.401 7 INFO neutron.services.segments.plugin [-] Segment fa55a7c3-4d73-4167-a51d-8b1eca7affaa resource provider aggregate not found 2026-08-11 12:25:11.406 7 INFO neutron.services.segments.plugin [-] Segment fa55a7c3-4d73-4167-a51d-8b1eca7affaa resource provider aggregate not found 2026-08-11 12:25:11.425 7 INFO neutron.services.segments.plugin [-] Segment fa55a7c3-4d73-4167-a51d-8b1eca7affaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa55a7c3-4d73-4167-a51d-8b1eca7affaa found for delete ", "request_id": "req-c81e3854-bb03-43d2-84a9-55cf2b031c8a"}]} 2026-08-11 12:25:11.426 7 INFO neutron.db.l3_hamode_db [None req-8729967b-b772-45ae-b1d9-54c721daa507 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network 0c1f4eab-1da8-49f7-9a0f-7a991d23b4ff was deleted as no HA routers are present in tenant 770e9546462542769d0a79157c884fec. [pid: 7|app: 0|req: 1259/2568] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:25:10 2026] DELETE /v2.0/routers/fb987e11-8c0a-4542-a753-ddd367d1eb95 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:11.440 7 INFO neutron.services.segments.plugin [-] Segment fa55a7c3-4d73-4167-a51d-8b1eca7affaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa55a7c3-4d73-4167-a51d-8b1eca7affaa found for delete ", "request_id": "req-fd02133c-bae7-44ec-90b0-840a0cf4cf82"}]} [pid: 8|app: 0|req: 1310/2569] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:25:11 2026] DELETE /v2.0/subnets/d908069f-78c7-41cf-8240-50fa268c92e1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:11.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-53fc39a0-1fdd-4206-8d5b-893b58e026d3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 8422099b-bf27-40bc-99d1-1f3d7f31f942 2026-08-11 12:25:11.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53fc39a0-1fdd-4206-8d5b-893b58e026d3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 8422099b-bf27-40bc-99d1-1f3d7f31f942 [pid: 7|app: 0|req: 1260/2570] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:25:11 2026] DELETE /v2.0/networks/c2954c81-77e4-4a5a-9964-2679ae70fff1 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:12.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d586add-71f2-4eba-8ee1-3e82d5010958 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 4c9763c2-232a-4282-89b2-de6ceb59af70 2026-08-11 12:25:12.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d586add-71f2-4eba-8ee1-3e82d5010958 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 4c9763c2-232a-4282-89b2-de6ceb59af70 [pid: 8|app: 0|req: 1311/2571] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:25:11 2026] PUT /v2.0/routers/a5c32fdd-72e8-4dc0-9d10-1af44ee8b581/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2572] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2573] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:13 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: 1314/2574] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2575] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:13 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: 1316/2576] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2577] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 5383 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:13.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-aef03ff4-56f1-4a7a-b7ae-b5f1f29042b3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: b7ee7481-ac4f-4cb2-906e-fabb5bde3c9f 2026-08-11 12:25:13.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef03ff4-56f1-4a7a-b7ae-b5f1f29042b3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: b7ee7481-ac4f-4cb2-906e-fabb5bde3c9f [pid: 8|app: 0|req: 1318/2578] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:13 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) 2026-08-11 12:25:13.461 7 INFO neutron.services.segments.plugin [-] Segment 72375a44-9bd8-418b-898f-58cbd0d25185 resource provider aggregate not found [pid: 8|app: 0|req: 1319/2579] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:13 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) 2026-08-11 12:25:13.469 7 INFO neutron.services.segments.plugin [-] Segment 72375a44-9bd8-418b-898f-58cbd0d25185 resource provider aggregate not found [pid: 8|app: 0|req: 1320/2580] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:13 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) 2026-08-11 12:25:13.485 7 INFO neutron.services.segments.plugin [-] Segment 72375a44-9bd8-418b-898f-58cbd0d25185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72375a44-9bd8-418b-898f-58cbd0d25185 found for delete ", "request_id": "req-42d51eda-22ab-4124-8a2e-8a9c5d917f8a"}]} [pid: 8|app: 0|req: 1321/2581] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:13.496 7 INFO neutron.services.segments.plugin [-] Segment 72375a44-9bd8-418b-898f-58cbd0d25185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72375a44-9bd8-418b-898f-58cbd0d25185 found for delete ", "request_id": "req-f5f0beb4-4423-499a-80f6-261c9e659fca"}]} [pid: 8|app: 0|req: 1322/2582] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:13.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-aef03ff4-56f1-4a7a-b7ae-b5f1f29042b3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 13b407d4-457a-4b40-8da1-1121c22ac378 2026-08-11 12:25:13.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef03ff4-56f1-4a7a-b7ae-b5f1f29042b3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 13b407d4-457a-4b40-8da1-1121c22ac378 [pid: 8|app: 0|req: 1323/2583] 199.204.45.227 () {34 vars in 789 bytes} [Tue Aug 11 12:25:13 2026] PUT /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1311 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:25:13.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87466ea2-cf91-4a0c-b949-c585f15d68a4'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '026a7ec9-d4eb-4f5f-bd2d-691f667b3e03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1324/2584] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 796 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:13.968 7 INFO neutron.db.l3_hamode_db [None req-aef03ff4-56f1-4a7a-b7ae-b5f1f29042b3 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] HA network c12914cf-c2b1-49de-b3cb-ab686887ef90 was deleted as no HA routers are present in tenant 57ef3f8038904e939e38cfa49acf8506. [pid: 7|app: 0|req: 1261/2585] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:25:12 2026] DELETE /v2.0/routers/a5c32fdd-72e8-4dc0-9d10-1af44ee8b581 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2586] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/subnets/eed74311-b526-4bce-a438-8a2a9b113006 => generated 748 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2587] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2588] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:25:13 2026] DELETE /v2.0/subnets/b84dbd1e-3274-4588-b599-bf06fe9ed1ca => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:14.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bfd6f8e-822a-43c8-bc5d-d8413647ef19 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 11342c35-62ac-49b2-bdc7-d182841ca7b0 2026-08-11 12:25:14.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bfd6f8e-822a-43c8-bc5d-d8413647ef19 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 11342c35-62ac-49b2-bdc7-d182841ca7b0 [pid: 8|app: 0|req: 1327/2589] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:25:14 2026] PUT /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1080 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2590] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2591] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:25:14 2026] DELETE /v2.0/networks/86ce70cc-cf28-4697-9d63-74ffcee78c7e => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2592] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 796 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2593] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2594] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1330/2595] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2596] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1331/2597] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2598] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/security-groups?tenant_id=770e9546462542769d0a79157c884fec&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2599] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:14 2026] DELETE /v2.0/security-groups/b44bd701-8514-4498-9950-a645fb22bcb7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2600] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:15 2026] GET /v2.0/security-groups?tenant_id=57ef3f8038904e939e38cfa49acf8506&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2601] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:15 2026] DELETE /v2.0/security-groups/9eaa65df-4837-45c4-b5e7-f45fb53c56e9 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:15.508 7 INFO neutron.services.segments.plugin [-] Segment 97197a59-fd7c-4413-999b-9caa1b6e74e4 resource provider aggregate not found 2026-08-11 12:25:15.521 7 INFO neutron.services.segments.plugin [-] Segment 97197a59-fd7c-4413-999b-9caa1b6e74e4 resource provider aggregate not found 2026-08-11 12:25:15.535 7 INFO neutron.services.segments.plugin [-] Segment 97197a59-fd7c-4413-999b-9caa1b6e74e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97197a59-fd7c-4413-999b-9caa1b6e74e4 found for delete ", "request_id": "req-9bf7661c-6c49-4a67-90fb-b32babbef24a"}]} 2026-08-11 12:25:15.546 7 INFO neutron.services.segments.plugin [-] Segment 97197a59-fd7c-4413-999b-9caa1b6e74e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97197a59-fd7c-4413-999b-9caa1b6e74e4 found for delete ", "request_id": "req-7b16dd35-eeea-4be5-909b-54d7bff37a70"}]} 2026-08-11 12:25:15.553 7 INFO neutron.services.segments.plugin [-] Segment 51efbf7c-997d-4944-82d5-af79f5aaad23 resource provider aggregate not found 2026-08-11 12:25:15.573 7 INFO neutron.services.segments.plugin [-] Segment 51efbf7c-997d-4944-82d5-af79f5aaad23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51efbf7c-997d-4944-82d5-af79f5aaad23 found for delete ", "request_id": "req-07d3cc5c-f3f9-4329-8c44-c9dea8e07471"}]} 2026-08-11 12:25:15.573 7 INFO neutron.services.segments.plugin [-] Segment 51efbf7c-997d-4944-82d5-af79f5aaad23 resource provider aggregate not found 2026-08-11 12:25:15.594 7 INFO neutron.services.segments.plugin [-] Segment 51efbf7c-997d-4944-82d5-af79f5aaad23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51efbf7c-997d-4944-82d5-af79f5aaad23 found for delete ", "request_id": "req-1a55471a-658f-4997-8b10-b59f93637141"}]} [pid: 7|app: 0|req: 1267/2602] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:14 2026] POST /v2.0/floatingips => generated 552 bytes in 871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2603] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:15 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:15.993 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7503fd0-3a61-4460-98fc-a4064aec78e2'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': '026a7ec9-d4eb-4f5f-bd2d-691f667b3e03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1336/2604] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:15 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2605] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2606] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2607] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1340/2608] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2609] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:16 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2610] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 4975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2611] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:25:17 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2612] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:25:17 2026] GET /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2613] 199.204.45.227 () {34 vars in 1015 bytes} [Tue Aug 11 12:25:17 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2614] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:16 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2615] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:25:17 2026] PUT /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 917 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2616] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:17 2026] POST /v2.0/floatingips => generated 552 bytes in 493 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: 1343/2617] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:17 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3867 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2618] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:17 2026] PUT /v2.0/floatingips/e8816425-d8e2-4165-859b-80923f3809da/tags => generated 17 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2619] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:18 2026] PUT /v2.0/floatingips/bcd7ce38-1928-4a01-95d5-994faa66784d/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:18.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a937eaf-41f6-4f03-94e0-77272f7321d1 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 2026-08-11 12:25:18.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a937eaf-41f6-4f03-94e0-77272f7321d1 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 [pid: 7|app: 0|req: 1277/2620] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:18 2026] PUT /v2.0/floatingips/54586201-c3cc-4cf7-9233-2605418c2faa/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2621] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:18 2026] PUT /v2.0/floatingips/33dcefad-ce29-413e-b0ff-bc7077ae6a86/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2622] 199.204.45.227 () {32 vars in 758 bytes} [Tue Aug 11 12:25:17 2026] DELETE /v2.0/ports/026a7ec9-d4eb-4f5f-bd2d-691f667b3e03 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2623] 10.0.0.220 () {32 vars in 671 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2624] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:18 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: 1281/2625] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:18 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: 1345/2626] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2627] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:18 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: 1283/2628] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:18 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: 1346/2629] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2630] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2631] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2632] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2633] 10.0.0.220 () {32 vars in 679 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2634] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2635] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => 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: 1349/2636] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2637] 10.0.0.220 () {32 vars in 689 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2638] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2639] 10.0.0.220 () {32 vars in 701 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2640] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:18.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-67efebf4-2fbd-4c83-8f42-0637f749ae13 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] TaaS: Handle Delete Port: 66283a70-6586-47fa-bb38-5276c83abc9e 2026-08-11 12:25:18.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67efebf4-2fbd-4c83-8f42-0637f749ae13 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] Tap Mirror: Handle Delete Port: 66283a70-6586-47fa-bb38-5276c83abc9e [pid: 8|app: 0|req: 1354/2641] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:18 2026] DELETE /v2.0/floatingips/e8816425-d8e2-4165-859b-80923f3809da => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2642] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:18 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:19.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6264a5e-8ceb-4fd4-81ae-64d79e3266f4 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] TaaS: Handle Delete Port: 7ab4a6e5-5eeb-4045-90b2-c1da13c380cd 2026-08-11 12:25:19.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6264a5e-8ceb-4fd4-81ae-64d79e3266f4 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] Tap Mirror: Handle Delete Port: 7ab4a6e5-5eeb-4045-90b2-c1da13c380cd [pid: 7|app: 0|req: 1288/2645] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:25:18 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2646] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:18 2026] DELETE /v2.0/floatingips/bcd7ce38-1928-4a01-95d5-994faa66784d => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2647] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3867 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2648] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:19 2026] PUT /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2649] 199.204.45.227 () {34 vars in 1225 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/networks?id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&id=2f57ffed-55e1-40a4-9365-3d7371081135&id=777dcba0-30f0-4b69-87ef-cb16c28abae6&id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 3094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:19.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-171f94a3-0aa9-4467-8f42-a32f73aa0bca 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] TaaS: Handle Delete Port: 62b2e791-f556-4b10-987c-a47669294cf9 2026-08-11 12:25:19.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-171f94a3-0aa9-4467-8f42-a32f73aa0bca 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] Tap Mirror: Handle Delete Port: 62b2e791-f556-4b10-987c-a47669294cf9 [pid: 8|app: 0|req: 1361/2650] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2651] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2652] 10.0.0.220 () {34 vars in 769 bytes} [Tue Aug 11 12:25:19 2026] PUT /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2653] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2654] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2655] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:19 2026] DELETE /v2.0/floatingips/54586201-c3cc-4cf7-9233-2605418c2faa => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2656] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&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: 1291/2657] 10.0.0.220 () {34 vars in 765 bytes} [Tue Aug 11 12:25:19 2026] PUT /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/red => 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: 1292/2658] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:19.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-5be761e8-699b-4267-b600-3a085d6c5948 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] TaaS: Handle Delete Port: 2d27d4ff-0b78-4b2d-8e23-51c68a81a866 2026-08-11 12:25:19.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5be761e8-699b-4267-b600-3a085d6c5948 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] Tap Mirror: Handle Delete Port: 2d27d4ff-0b78-4b2d-8e23-51c68a81a866 [pid: 7|app: 0|req: 1293/2659] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2660] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 1295/2661] 10.0.0.220 () {34 vars in 787 bytes} [Tue Aug 11 12:25:19 2026] PUT /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2662] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2663] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2664] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:19 2026] DELETE /v2.0/floatingips/33dcefad-ce29-413e-b0ff-bc7077ae6a86 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2665] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:19 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2666] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:25:19 2026] PUT /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2667] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&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: 1370/2668] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:20.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-5121e2a7-a326-436c-9e26-3b22f6bbba4d 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] TaaS: Handle Delete Port: 12d416ea-c1af-4ea3-a8b1-9ce590c53fd1 2026-08-11 12:25:20.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5121e2a7-a326-436c-9e26-3b22f6bbba4d 404e77001673499cac99b237f4e29d90 1555915230374f4c9b781035dd1d4037 - - default default] Tap Mirror: Handle Delete Port: 12d416ea-c1af-4ea3-a8b1-9ce590c53fd1 [pid: 8|app: 0|req: 1371/2669] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1372/2670] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2671] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:20.233 8 INFO neutron.api.v2.resource [None req-26a8660d-1c7d-4d67-be96-433b032eb5cf fb22156977c1469e8fbaa9269366445f 9ebaa208bc324d8885ca4f3aed026f85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1374/2672] 10.0.0.220 () {32 vars in 750 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2673] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=e54c83cf-e0a8-4019-ad50-056a7b62a19b => 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: 1376/2674] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:25:20 2026] DELETE /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2675] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:19 2026] DELETE /v2.0/floatingips/5ece12fb-99da-4a08-b1a4-4ff119d95853 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2676] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2677] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2678] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:20.427 7 INFO neutron.api.v2.resource [None req-1fe78570-7577-4572-848c-efe196f6d884 fb22156977c1469e8fbaa9269366445f 9ebaa208bc324d8885ca4f3aed026f85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1301/2679] 10.0.0.220 () {32 vars in 753 bytes} [Tue Aug 11 12:25:20 2026] DELETE /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2680] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2681] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:25:20 2026] DELETE /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2682] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1303/2683] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:25:20 2026] GET /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:20.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-b63f2bdd-c014-4759-87c1-0c126b8e24a9 fb22156977c1469e8fbaa9269366445f 9ebaa208bc324d8885ca4f3aed026f85 - - default default] TaaS: Handle Delete Port: 7ffc08ad-3af6-43b0-b258-e618ce8d9e65 2026-08-11 12:25:20.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b63f2bdd-c014-4759-87c1-0c126b8e24a9 fb22156977c1469e8fbaa9269366445f 9ebaa208bc324d8885ca4f3aed026f85 - - default default] Tap Mirror: Handle Delete Port: 7ffc08ad-3af6-43b0-b258-e618ce8d9e65 [pid: 8|app: 0|req: 1381/2684] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:20 2026] DELETE /v2.0/floatingips/96b81df8-8641-4509-9a62-8c9e254e646d => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2685] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:21 2026] GET /v2.0/security-groups?tenant_id=1555915230374f4c9b781035dd1d4037&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2686] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:21 2026] DELETE /v2.0/security-groups/8f9accca-1cfe-4f32-969a-9a6ad3c9fade => 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: 1382/2687] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:21 2026] GET /v2.0/security-groups?tenant_id=9a4764d6d99146809faf553d75e27475&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2688] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:21 2026] DELETE /v2.0/security-groups/7c6fa483-ded9-429e-b27c-4d1e823e69e8 => 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: 1383/2689] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:21 2026] GET /v2.0/security-groups?tenant_id=4ad8066f9ae94c55b5f089ec7da36dc4&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2690] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:21 2026] DELETE /v2.0/security-groups/8745045c-c8e7-40b6-bc57-ab14898f5798 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2691] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:21 2026] GET /v2.0/security-groups?tenant_id=9ebaa208bc324d8885ca4f3aed026f85&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2692] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:21 2026] DELETE /v2.0/security-groups/75312f10-bcd1-4cba-9533-4eec433b22e6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2693] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:21 2026] GET /v2.0/security-groups?tenant_id=371318dd0b494307a211e151005acc05&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2694] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:22 2026] DELETE /v2.0/security-groups/3f8c3ece-26b0-42b4-aa2c-a5243ae41b88 => 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: 1386/2695] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:23 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: 1310/2696] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2697] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:23 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: 1311/2698] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2699] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:23 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3867 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2700] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:24 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: 1389/2701] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:24 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: 1313/2702] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:24 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: 1390/2703] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:24 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: 1314/2704] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2705] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:25:24 2026] PUT /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1080 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2706] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 798 bytes in 38 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: 1392/2707] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3692 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:24.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-defb1110-3ef9-4686-ac12-d9a728b1d716'] response: {'name': 'network-changed', 'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'tag': 'e54c83cf-e0a8-4019-ad50-056a7b62a19b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1316/2708] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3692 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2709] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3692 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:25.503 7 INFO neutron.db.segments_db [None req-80b49d1c-9f56-4a3d-904a-1cc255a234b7 ba4ed40cf2dc4f43a8d46da58e005266 917316ae862f42589a2ca19c950cff45 - - default default] Added segment 492c3907-6e86-4008-aba9-ef9146e21d26 of type vxlan for network dd716f30-0298-4e2d-85ca-dc9738a47ae3 [pid: 8|app: 0|req: 1394/2710] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2711] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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: 1317/2712] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:25:25 2026] POST /v2.0/networks => generated 613 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2713] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?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) 2026-08-11 12:25:25.687 8 INFO neutron.db.segments_db [None req-3bf6b19a-9daa-4212-a227-02fe0db11dba ba4ed40cf2dc4f43a8d46da58e005266 917316ae862f42589a2ca19c950cff45 - - default default] Added segment daa1d7a3-6edb-444b-be05-c71a2602a75c of type vxlan for network 85df2f10-40c4-4197-bfb2-6f4bf03b26f0 [pid: 8|app: 0|req: 1397/2714] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:25:25 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2715] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3692 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2716] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:25:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2717] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:25:25 2026] PUT /v2.0/networks/dd716f30-0298-4e2d-85ca-dc9738a47ae3/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2718] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:25:25 2026] PUT /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/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: 1400/2719] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/networks/dd716f30-0298-4e2d-85ca-dc9738a47ae3/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2720] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2721] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:25:25 2026] PUT /v2.0/networks/85df2f10-40c4-4197-bfb2-6f4bf03b26f0/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2722] 10.0.0.220 () {34 vars in 777 bytes} [Tue Aug 11 12:25:25 2026] PUT /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2723] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:25:25 2026] GET /v2.0/networks/85df2f10-40c4-4197-bfb2-6f4bf03b26f0/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2724] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2725] 10.0.0.220 () {34 vars in 773 bytes} [Tue Aug 11 12:25:26 2026] PUT /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/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: 1403/2726] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:25:26 2026] PUT /v2.0/networks/85df2f10-40c4-4197-bfb2-6f4bf03b26f0/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2727] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2728] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/networks/85df2f10-40c4-4197-bfb2-6f4bf03b26f0/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2729] 10.0.0.220 () {34 vars in 795 bytes} [Tue Aug 11 12:25:26 2026] PUT /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2730] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/networks/dd716f30-0298-4e2d-85ca-dc9738a47ae3/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2731] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2732] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:25:26 2026] PUT /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2733] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2734] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/networks/dd716f30-0298-4e2d-85ca-dc9738a47ae3 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2735] 10.0.0.220 () {32 vars in 754 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:26.429 7 INFO neutron.api.v2.resource [None req-08c97809-509d-452e-8a2e-bc2aec8c5daa c2263877a3674b4ba1276094e1e0e6e0 a0b663681b2f4d63be195af88cb579d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1330/2736] 10.0.0.220 () {32 vars in 758 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:25:26.463 8 INFO neutron.services.segments.plugin [-] Segment 492c3907-6e86-4008-aba9-ef9146e21d26 resource provider aggregate not found 2026-08-11 12:25:26.481 8 INFO neutron.services.segments.plugin [-] Segment 492c3907-6e86-4008-aba9-ef9146e21d26 resource provider aggregate not found [pid: 7|app: 0|req: 1331/2737] 10.0.0.220 () {32 vars in 757 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:26.491 8 INFO neutron.services.segments.plugin [-] Segment 492c3907-6e86-4008-aba9-ef9146e21d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492c3907-6e86-4008-aba9-ef9146e21d26 found for delete ", "request_id": "req-3eaf3311-4729-4e43-ac57-c43010f4ea65"}]} 2026-08-11 12:25:26.504 8 INFO neutron.services.segments.plugin [-] Segment 492c3907-6e86-4008-aba9-ef9146e21d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492c3907-6e86-4008-aba9-ef9146e21d26 found for delete ", "request_id": "req-7c6777ae-d546-4cec-82fa-11bfeaa07f9d"}]} [pid: 7|app: 0|req: 1332/2738] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:25:26.563 7 INFO neutron.api.v2.resource [None req-212ec8d5-7d8a-40e9-b43b-eb043405fae6 c2263877a3674b4ba1276094e1e0e6e0 a0b663681b2f4d63be195af88cb579d7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1333/2739] 10.0.0.220 () {32 vars in 761 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2740] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/networks/85df2f10-40c4-4197-bfb2-6f4bf03b26f0 => 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: 1334/2741] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2742] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2743] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2744] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:26 2026] DELETE /v2.0/security-groups/a6a51910-11e3-4677-b3aa-a182a3dd8370 => 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: 1410/2745] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2746] 199.204.45.227 () {34 vars in 1015 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2747] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 3692 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2748] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:25:26 2026] PUT /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 917 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2749] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups?tenant_id=917316ae862f42589a2ca19c950cff45&name=default => generated 2929 bytes in 199 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: 1413/2750] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:27 2026] DELETE /v2.0/security-groups/79b2ff32-960a-4d35-9b0d-20afdbb6bf30 => 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: 1338/2751] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups?tenant_id=3ec7486439be4d7d987cc71859f9988b&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2752] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:27 2026] DELETE /v2.0/security-groups/9d0f489b-cd61-4d8b-bf18-e167a633f166 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2753] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups?tenant_id=22dc37af11c84b60a13770046a9938a9&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: 1340/2754] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups?tenant_id=a0b663681b2f4d63be195af88cb579d7&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: 1415/2755] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:27 2026] DELETE /v2.0/security-groups/21578ec5-6f61-4757-9d87-5cb1155c7529 => 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: 1416/2756] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2757] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:25:27 2026] DELETE /v2.0/security-groups/4e508898-a68f-4f4f-942f-18ace818e4bc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:28.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-00103b06-d583-4eb1-9887-f58e8744ddbd ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: e54c83cf-e0a8-4019-ad50-056a7b62a19b 2026-08-11 12:25:28.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00103b06-d583-4eb1-9887-f58e8744ddbd ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: e54c83cf-e0a8-4019-ad50-056a7b62a19b [pid: 8|app: 0|req: 1417/2758] 199.204.45.227 () {32 vars in 758 bytes} [Tue Aug 11 12:25:27 2026] DELETE /v2.0/ports/e54c83cf-e0a8-4019-ad50-056a7b62a19b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2759] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2760] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:28 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: 1343/2761] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2762] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2763] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2764] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2765] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2766] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:28.517 8 INFO neutron.services.segments.plugin [-] Segment daa1d7a3-6edb-444b-be05-c71a2602a75c resource provider aggregate not found 2026-08-11 12:25:28.531 8 INFO neutron.services.segments.plugin [-] Segment daa1d7a3-6edb-444b-be05-c71a2602a75c resource provider aggregate not found 2026-08-11 12:25:28.544 8 INFO neutron.services.segments.plugin [-] Segment daa1d7a3-6edb-444b-be05-c71a2602a75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa1d7a3-6edb-444b-be05-c71a2602a75c found for delete ", "request_id": "req-87d87bc5-862b-42b0-8667-d8728bb58d5b"}]} 2026-08-11 12:25:28.547 8 INFO neutron.services.segments.plugin [-] Segment daa1d7a3-6edb-444b-be05-c71a2602a75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa1d7a3-6edb-444b-be05-c71a2602a75c found for delete ", "request_id": "req-c880608b-3d4b-4182-bcb8-8fa1aa2ce484"}]} [pid: 7|app: 0|req: 1346/2767] 199.204.45.227 () {30 vars in 742 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 798 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2768] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2769] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2770] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2771] 199.204.45.227 () {34 vars in 1145 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/networks?id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&id=2f57ffed-55e1-40a4-9365-3d7371081135&id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 2309 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2772] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => 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: 1424/2773] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2774] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2775] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2776] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2777] 199.204.45.227 () {34 vars in 1055 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2778] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/subnets?id=ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2779] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/ports?network_id=2f57ffed-55e1-40a4-9365-3d7371081135&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: 1353/2780] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:29 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1428/2781] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:29 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?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: 1430/2784] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2785] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25: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: 1431/2786] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:40 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: 1356/2787] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25: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) 2026-08-11 12:25:40.147 8 INFO neutron.api.v2.resource [None req-89b89544-c4df-47a9-993c-e2b49d36ce8f ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1432/2788] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:25:40 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => 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: 1357/2789] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:25:40 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 2861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2790] 199.204.45.227 () {30 vars in 814 bytes} [Tue Aug 11 12:25:40 2026] GET /v2.0/security-group-rules?security_group_id=cd4c77cf-21a7-4e2a-ace4-88f77c1f0d93 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2791] 199.204.45.227 () {32 vars in 788 bytes} [Tue Aug 11 12:25:40 2026] DELETE /v2.0/security-group-rules/2f1cef16-6da2-43a8-89d6-fe41387ebf36 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2792] 199.204.45.227 () {32 vars in 788 bytes} [Tue Aug 11 12:25:40 2026] DELETE /v2.0/security-group-rules/536df042-d65d-4fd2-901e-fb238a6f7a8b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:43.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-36d73b4d-5125-40b0-9e15-197a64bb347b b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 493d4ad9-7ade-4fc7-8b55-2450ecf66271 2026-08-11 12:25:43.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36d73b4d-5125-40b0-9e15-197a64bb347b b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 493d4ad9-7ade-4fc7-8b55-2450ecf66271 2026-08-11 12:25:44.075 7 INFO neutron.db.l3_db [None req-36d73b4d-5125-40b0-9e15-197a64bb347b b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP b69057a4-6eea-4387-8e0c-4a71101e51a0 disassociated (deleted). External IP: 10.96.250.220, port: 7eb1bf00-134e-4684-afaf-72a501ec842e. [pid: 7|app: 0|req: 1359/2793] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:43 2026] DELETE /v2.0/floatingips/b69057a4-6eea-4387-8e0c-4a71101e51a0 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:44.407 8 INFO neutron.api.v2.resource [None req-79c8178d-361a-470d-88f8-b995eff69ecb b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1435/2794] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:25:44 2026] GET /v2.0/floatingips/b69057a4-6eea-4387-8e0c-4a71101e51a0 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2795] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:45 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: 1436/2796] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2797] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2798] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:45.507 7 INFO neutron.api.v2.resource [None req-9c685ec5-28fb-4a85-a5f4-1c7f44cc41c2 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1362/2799] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => 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: 1438/2800] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2801] 199.204.45.227 () {30 vars in 814 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/security-group-rules?security_group_id=cd4c77cf-21a7-4e2a-ace4-88f77c1f0d93 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2802] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:45 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: 1364/2803] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25: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: 1440/2804] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25: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: 1365/2805] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25: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: 1441/2806] 199.204.45.227 () {30 vars in 740 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2807] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2808] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2809] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:45 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2810] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:46 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2811] 199.204.45.227 () {34 vars in 974 bytes} [Tue Aug 11 12:25:48 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1344 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2812] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:48 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 2584 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2813] 199.204.45.227 () {34 vars in 1059 bytes} [Tue Aug 11 12:25:48 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2814] 199.204.45.227 () {34 vars in 1015 bytes} [Tue Aug 11 12:25:48 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2815] 199.204.45.227 () {38 vars in 1027 bytes} [Tue Aug 11 12:25:48 2026] PUT /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1145 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2818] 199.204.45.227 () {30 vars in 768 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1372/2819] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:25:49 2026] PUT /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1086 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2820] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 1086 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:25:49.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-a590a245-47c7-458f-bce6-e13c28a26bd1 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 41dbe3f5-5d70-42db-8ee6-86dce42f465b 2026-08-11 12:25:49.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a590a245-47c7-458f-bce6-e13c28a26bd1 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 41dbe3f5-5d70-42db-8ee6-86dce42f465b [pid: 7|app: 0|req: 1373/2821] 199.204.45.227 () {32 vars in 758 bytes} [Tue Aug 11 12:25:49 2026] DELETE /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2822] 199.204.45.227 () {30 vars in 702 bytes} [Tue Aug 11 12:25:49 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: 1374/2823] 199.204.45.227 () {30 vars in 704 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2824] 199.204.45.227 () {30 vars in 680 bytes} [Tue Aug 11 12:25:49 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: 1375/2825] 199.204.45.227 () {30 vars in 716 bytes} [Tue Aug 11 12:25:49 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-08-11 12:25:49.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd976cff-9158-4b02-b568-a2e11bbd6ce9 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1451/2826] 199.204.45.227 () {32 vars in 758 bytes} [Tue Aug 11 12:25:49 2026] DELETE /v2.0/ports/41dbe3f5-5d70-42db-8ee6-86dce42f465b => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2827] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:49.955 8 INFO neutron.api.v2.resource [None req-c79b112f-96cf-43ae-b9c1-ec84d426934c ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1452/2828] 199.204.45.227 () {30 vars in 762 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/security-groups/lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2829] 199.204.45.227 () {30 vars in 784 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/security-groups?name=lb-7975bffd-9ad7-4331-a661-56928ecc3148 => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2830] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:49 2026] GET /v2.0/ports?tenant_id=eae2442f714c44e9a540748045744437&device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2831] 199.204.45.227 () {30 vars in 736 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2832] 199.204.45.227 () {34 vars in 1065 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/networks?id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&id=2f57ffed-55e1-40a4-9365-3d7371081135 => generated 1522 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2833] 199.204.45.227 () {34 vars in 1061 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.196&port_id=db9d3f06-951c-40f3-b344-d1111d1c9037 => 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: 1456/2834] 199.204.45.227 () {34 vars in 983 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/subnets?id=ff8ea26c-e82e-407e-8574-740a360c09ae => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2835] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/ports?network_id=96c013d9-8163-4c3d-9e95-f78e5882d8a0&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2836] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?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: 1459/2837] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:50 2026] GET /v2.0/networks/96c013d9-8163-4c3d-9e95-f78e5882d8a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2838] 199.204.45.227 () {34 vars in 788 bytes} [Tue Aug 11 12:25:50 2026] PUT /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 1086 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2839] 199.204.45.227 () {32 vars in 778 bytes} [Tue Aug 11 12:25:50 2026] DELETE /v2.0/security-groups/cd4c77cf-21a7-4e2a-ace4-88f77c1f0d93 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:50.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd6c076a-9f6e-4cd3-b84f-e7238c4b95b6 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: 7eb1bf00-134e-4684-afaf-72a501ec842e 2026-08-11 12:25:50.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd6c076a-9f6e-4cd3-b84f-e7238c4b95b6 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: 7eb1bf00-134e-4684-afaf-72a501ec842e [pid: 7|app: 0|req: 1380/2840] 199.204.45.227 () {32 vars in 758 bytes} [Tue Aug 11 12:25:50 2026] DELETE /v2.0/ports/7eb1bf00-134e-4684-afaf-72a501ec842e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2841] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:25:53 2026] GET /v2.0/ports?device_id=147b43af-f3ce-4d9f-855e-c4471ec984a3 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:53.617 7 INFO neutron_taas.services.taas.taas_plugin [req-0bb28e70-95cb-4ce2-9bb2-b3a2c66d404b req-95e28c9c-8705-43c2-8c37-76ae549685f4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] TaaS: Handle Delete Port: db9d3f06-951c-40f3-b344-d1111d1c9037 2026-08-11 12:25:53.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0bb28e70-95cb-4ce2-9bb2-b3a2c66d404b req-95e28c9c-8705-43c2-8c37-76ae549685f4 ec6263290db04c4da58d8efad6829cb1 eae2442f714c44e9a540748045744437 - - default default] Tap Mirror: Handle Delete Port: db9d3f06-951c-40f3-b344-d1111d1c9037 [pid: 7|app: 0|req: 1381/2842] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:25:53 2026] DELETE /v2.0/ports/db9d3f06-951c-40f3-b344-d1111d1c9037 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:53.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-734cbb61-12e7-4f45-882a-cfd3fc5c1258'] response: {'server_uuid': '147b43af-f3ce-4d9f-855e-c4471ec984a3', 'name': 'network-vif-deleted', 'tag': 'db9d3f06-951c-40f3-b344-d1111d1c9037', 'status': 'completed', 'code': 200} 2026-08-11 12:25:54.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-484127c6-1c72-401c-bcfe-56d1f4d47c47 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: a1054760-6dff-4dbb-bc9b-157a6e1c3b89 2026-08-11 12:25:54.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484127c6-1c72-401c-bcfe-56d1f4d47c47 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: a1054760-6dff-4dbb-bc9b-157a6e1c3b89 2026-08-11 12:25:54.930 8 INFO neutron.db.l3_db [None req-484127c6-1c72-401c-bcfe-56d1f4d47c47 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP cafbf834-e87e-4ae7-84bd-e13305449989 disassociated (deleted). External IP: 10.96.250.215, port: 8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6. [pid: 8|app: 0|req: 1462/2843] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:25:54 2026] DELETE /v2.0/floatingips/cafbf834-e87e-4ae7-84bd-e13305449989 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:25:55.217 7 INFO neutron.api.v2.resource [None req-44079ff7-9fdd-4318-a05e-d606e9eb233c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2844] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/floatingips/cafbf834-e87e-4ae7-84bd-e13305449989 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:25:55.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a685a6f-9ab8-4581-9c59-5700bb3bffb9'] response: {'name': 'network-changed', 'server_uuid': 'f65aff99-1214-462c-b32a-6b4b791ae9b8', 'tag': '8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1463/2845] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1200 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2846] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&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: 1464/2847] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2848] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/networks?id=6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2849] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => 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: 1385/2850] 199.204.45.227 () {34 vars in 1103 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => 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: 1466/2851] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/subnets?id=3e087fb2-368a-4516-baf3-c44a6d4ecf25&id=eed74311-b526-4bce-a438-8a2a9b113006 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2852] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2853] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:25:55 2026] GET /v2.0/ports?network_id=6e530e5f-9632-45f2-8569-fda0ed1f5157&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: 1387/2854] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:25:56 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1468/2855] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:25:56 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157?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: 1388/2856] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:25:57 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:58.028 8 INFO neutron_taas.services.taas.taas_plugin [req-5f855d3c-d336-4259-bdf8-482f396568b7 req-02af4a04-8837-495a-816a-67c3af480f76 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 2026-08-11 12:25:58.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f855d3c-d336-4259-bdf8-482f396568b7 req-02af4a04-8837-495a-816a-67c3af480f76 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 [pid: 8|app: 0|req: 1469/2857] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:25:57 2026] DELETE /v2.0/ports/8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:25:58.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a708ad5-d751-49a5-ba01-c808cf92832c'] response: {'server_uuid': 'f65aff99-1214-462c-b32a-6b4b791ae9b8', 'name': 'network-vif-deleted', 'tag': '8b8256e0-8d52-4883-8a2b-0bfa0a4d59f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1389/2858] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:26:00 2026] GET /v2.0/ports?device_id=f65aff99-1214-462c-b32a-6b4b791ae9b8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:26:05.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-920a98ff-3a12-4c56-bef0-7d55eac03a39 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: a63b1406-3d76-412c-b0e0-d0fdc2bf267e 2026-08-11 12:26:05.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920a98ff-3a12-4c56-bef0-7d55eac03a39 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: a63b1406-3d76-412c-b0e0-d0fdc2bf267e 2026-08-11 12:26:06.073 8 INFO neutron.db.l3_db [None req-920a98ff-3a12-4c56-bef0-7d55eac03a39 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Floating IP cd3db465-129f-4ee6-a185-23d9540a4a5c disassociated (deleted). External IP: 10.96.250.209, port: bfefe12b-508e-4413-bd1c-f47050df1ee6. [pid: 8|app: 0|req: 1471/2861] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:26:05 2026] DELETE /v2.0/floatingips/cd3db465-129f-4ee6-a185-23d9540a4a5c => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:06.457 7 INFO neutron.api.v2.resource [None req-a1edac41-eefd-4513-b0cd-78ca2fd70957 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/2862] 10.0.0.220 () {32 vars in 728 bytes} [Tue Aug 11 12:26:06 2026] GET /v2.0/floatingips/cd3db465-129f-4ee6-a185-23d9540a4a5c => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:06.476 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-103ca525-aafb-4323-846b-67b1f4713c32'] response: {'name': 'network-changed', 'server_uuid': 'e41c028a-cd29-4f50-a6ca-fe5f2788097c', 'tag': 'bfefe12b-508e-4413-bd1c-f47050df1ee6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1472/2863] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:26:06 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2864] 10.0.0.106 () {34 vars in 1039 bytes} [Tue Aug 11 12:26:06 2026] GET /v2.0/security-groups?id=c71ce033-29ee-4691-9393-42307ad36c5e&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2865] 199.204.45.227 () {34 vars in 1079 bytes} [Tue Aug 11 12:26:06 2026] GET /v2.0/ports?tenant_id=5900cef9f7c64a7db66576f4e48d4817&device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2866] 199.204.45.227 () {34 vars in 985 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/networks?id=777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2867] 199.204.45.227 () {34 vars in 1057 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.149&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2868] 199.204.45.227 () {34 vars in 1101 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aa3&port_id=bfefe12b-508e-4413-bd1c-f47050df1ee6 => 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: 1475/2869] 199.204.45.227 () {34 vars in 1063 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/subnets?id=fc190f0e-291d-45d5-bf1e-44e14d138f41&id=60fb4695-0ded-4666-988e-101d5aac30c8 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2870] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2871] 199.204.45.227 () {34 vars in 1051 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/ports?network_id=777dcba0-30f0-4b69-87ef-cb16c28abae6&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: 1396/2872] 199.204.45.227 () {34 vars in 1011 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2873] 199.204.45.227 () {34 vars in 1111 bytes} [Tue Aug 11 12:26:07 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2874] 199.204.45.227 () {34 vars in 993 bytes} [Tue Aug 11 12:26:09 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:26:09.234 8 INFO neutron_taas.services.taas.taas_plugin [req-633562b8-2503-4440-88c3-984ce19032ae req-f02d70fd-3535-41b0-ba5c-bd95c7d08392 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: bfefe12b-508e-4413-bd1c-f47050df1ee6 2026-08-11 12:26:09.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-633562b8-2503-4440-88c3-984ce19032ae req-f02d70fd-3535-41b0-ba5c-bd95c7d08392 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: bfefe12b-508e-4413-bd1c-f47050df1ee6 [pid: 8|app: 0|req: 1478/2875] 199.204.45.227 () {36 vars in 996 bytes} [Tue Aug 11 12:26:09 2026] DELETE /v2.0/ports/bfefe12b-508e-4413-bd1c-f47050df1ee6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:09.477 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41c45229-ae9d-490f-85df-5c4936cf598a'] response: {'server_uuid': 'e41c028a-cd29-4f50-a6ca-fe5f2788097c', 'name': 'network-vif-deleted', 'tag': 'bfefe12b-508e-4413-bd1c-f47050df1ee6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1398/2876] 10.0.0.106 () {34 vars in 989 bytes} [Tue Aug 11 12:26:11 2026] GET /v2.0/ports?device_id=e41c028a-cd29-4f50-a6ca-fe5f2788097c => 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: 1479/2877] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:16 2026] DELETE /v2.0/security-group-rules/4e7ebc76-864b-4dc1-8b33-ff79738fdec9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.014 7 INFO neutron.api.v2.resource [None req-4b61da59-689f-4de3-9cbe-3f7c26c9cbdd b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1399/2878] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/4e7ebc76-864b-4dc1-8b33-ff79738fdec9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2879] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/5ba7baa6-89ef-434b-af33-199f1921c3c5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.097 7 INFO neutron.api.v2.resource [None req-8604bed3-9f62-4fd1-890f-233aea723e62 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1400/2880] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/5ba7baa6-89ef-434b-af33-199f1921c3c5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2881] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/6847b98b-8595-4c39-8ac3-97f322a7b1d1 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.177 7 INFO neutron.api.v2.resource [None req-ecf80b6a-8637-4bf0-899a-736eb57c3c67 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2882] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/6847b98b-8595-4c39-8ac3-97f322a7b1d1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2883] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/e3be4cf7-dd92-4bd9-8e00-6ac77061a2af => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.263 7 INFO neutron.api.v2.resource [None req-d3c2d4e3-1fc0-4047-8e8e-2ca32bf6a569 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2884] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/e3be4cf7-dd92-4bd9-8e00-6ac77061a2af => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2885] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/472fe2a8-3ed6-4b3e-b7a9-7a81c1643109 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.345 7 INFO neutron.api.v2.resource [None req-32683422-433a-428f-a4ad-360797c6292c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1403/2886] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/472fe2a8-3ed6-4b3e-b7a9-7a81c1643109 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2887] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/d3854bcd-e492-4013-aa4f-8be7a2412837 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.425 7 INFO neutron.api.v2.resource [None req-eaf59f8f-2eba-479a-a2b1-f910d527b4d1 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2888] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/d3854bcd-e492-4013-aa4f-8be7a2412837 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2889] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/6670167a-5f99-40cc-8d51-8903771990fa => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.510 7 INFO neutron.api.v2.resource [None req-138bb946-39ec-4ea3-a678-7523333d1af0 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1405/2890] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/6670167a-5f99-40cc-8d51-8903771990fa => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2891] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/ed28ec85-0b7f-47d0-910e-767db287cde1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.600 7 INFO neutron.api.v2.resource [None req-4571d96f-f709-409a-9bdf-d8d413fccd9a b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1406/2892] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/ed28ec85-0b7f-47d0-910e-767db287cde1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2893] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/3b925320-bc46-4030-acf9-aebe34e6c79f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.694 7 INFO neutron.api.v2.resource [None req-60c1ec7a-e166-4b97-8a4f-d9af3b784197 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1407/2894] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/3b925320-bc46-4030-acf9-aebe34e6c79f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2895] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/73617a8b-d823-4245-bf7c-00ceb504af52 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.776 7 INFO neutron.api.v2.resource [None req-bae0dc4c-711c-421f-90bd-89b99a9a5526 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1408/2896] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/73617a8b-d823-4245-bf7c-00ceb504af52 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2897] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-group-rules/ee7862c3-a8d9-4e2b-99c8-1ef0c6858371 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.857 7 INFO neutron.api.v2.resource [None req-4f5bfd99-ab7b-4c8a-b1d1-4c8ec6ce92cc b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1409/2898] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-group-rules/ee7862c3-a8d9-4e2b-99c8-1ef0c6858371 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2899] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:17 2026] DELETE /v2.0/security-groups/c71ce033-29ee-4691-9393-42307ad36c5e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:17.947 7 INFO neutron.api.v2.resource [None req-ed56c5cc-a4d1-43bc-af32-5df881d42f64 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/2900] 10.0.0.220 () {32 vars in 736 bytes} [Tue Aug 11 12:26:17 2026] GET /v2.0/security-groups/c71ce033-29ee-4691-9393-42307ad36c5e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:18.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf221bc3-b236-43f9-8ae0-772433915bc6 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: ab68c78f-d4d8-44af-9a08-c5b863d69d61 2026-08-11 12:26:18.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf221bc3-b236-43f9-8ae0-772433915bc6 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: ab68c78f-d4d8-44af-9a08-c5b863d69d61 [pid: 8|app: 0|req: 1491/2902] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:17 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:26:19.687 8 INFO neutron.api.v2.resource [None req-be81fc92-6c8d-4966-b5cc-426963b36b50 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1492/2904] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:18 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 198 bytes in 722 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:20.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-de2fcb67-4492-4665-8790-df9c37c1e910 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 42437fe3-0fe5-4856-97df-062380d5aa4f 2026-08-11 12:26:20.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de2fcb67-4492-4665-8790-df9c37c1e910 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 42437fe3-0fe5-4856-97df-062380d5aa4f [pid: 7|app: 0|req: 1413/2905] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:19 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:26:20.744 8 INFO neutron.api.v2.resource [None req-21754e72-9a6d-49b5-9b54-7076a85097cf b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1493/2906] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:20 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:21.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e90c15-df7e-471a-a9b8-e9cee2336114 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 932cac50-b179-4759-97a7-f42b021982dd 2026-08-11 12:26:21.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e90c15-df7e-471a-a9b8-e9cee2336114 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 932cac50-b179-4759-97a7-f42b021982dd [pid: 7|app: 0|req: 1414/2907] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:20 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:26:21.806 8 INFO neutron.api.v2.resource [None req-2fecfb6b-4377-4eb9-ae62-f3e0510e21b5 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/2908] 10.0.0.220 () {34 vars in 788 bytes} [Tue Aug 11 12:26:21 2026] PUT /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:22.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-100d6303-b93f-4908-abd3-1127daf1c23d b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 6d3599f1-e384-4ef3-b01a-a624ad0cc0a0 2026-08-11 12:26:22.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-100d6303-b93f-4908-abd3-1127daf1c23d b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 6d3599f1-e384-4ef3-b01a-a624ad0cc0a0 2026-08-11 12:26:22.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-100d6303-b93f-4908-abd3-1127daf1c23d b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 05a424a0-799f-4d58-84cd-80e4ff52de8e 2026-08-11 12:26:22.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-100d6303-b93f-4908-abd3-1127daf1c23d b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 05a424a0-799f-4d58-84cd-80e4ff52de8e 2026-08-11 12:26:23.338 7 INFO neutron.db.l3_hamode_db [None req-100d6303-b93f-4908-abd3-1127daf1c23d b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] HA network 82a755c5-1976-4eec-99c8-4c91fdd68da7 was deleted as no HA routers are present in tenant 5900cef9f7c64a7db66576f4e48d4817. [pid: 7|app: 0|req: 1415/2909] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:21 2026] DELETE /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473 => generated 0 bytes in 1532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:23.379 8 INFO neutron.api.v2.resource [None req-b117d5b3-d824-498f-bd48-492ebe4f9f11 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/2910] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:23 2026] GET /v2.0/routers/f3575c74-05e7-49df-82f4-d9dc1b64a473 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:23.444 7 INFO neutron.services.segments.plugin [-] Segment 43a52d45-90df-498f-be83-22995215dfd3 resource provider aggregate not found 2026-08-11 12:26:23.450 7 INFO neutron.services.segments.plugin [-] Segment 43a52d45-90df-498f-be83-22995215dfd3 resource provider aggregate not found 2026-08-11 12:26:23.471 7 INFO neutron.services.segments.plugin [-] Segment 43a52d45-90df-498f-be83-22995215dfd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a52d45-90df-498f-be83-22995215dfd3 found for delete ", "request_id": "req-f24735d8-1af0-40b4-8f3f-ce3708bd64aa"}]} 2026-08-11 12:26:23.471 7 INFO neutron.services.segments.plugin [-] Segment 43a52d45-90df-498f-be83-22995215dfd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a52d45-90df-498f-be83-22995215dfd3 found for delete ", "request_id": "req-15ad17d7-3b96-4f85-ae54-c92ca872d737"}]} [pid: 7|app: 0|req: 1416/2911] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:23 2026] DELETE /v2.0/subnets/eed74311-b526-4bce-a438-8a2a9b113006 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:23.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0326168c-6930-4e16-bd17-2969146a93d0 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/2912] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:23 2026] GET /v2.0/subnets/eed74311-b526-4bce-a438-8a2a9b113006 => 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: 1417/2913] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:23 2026] DELETE /v2.0/subnets/3e087fb2-368a-4516-baf3-c44a6d4ecf25 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:23.835 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a25d2e91-a7af-4338-9cbe-2f83e45a596f b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/2914] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:23 2026] GET /v2.0/subnets/3e087fb2-368a-4516-baf3-c44a6d4ecf25 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:23.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3cd639c-220e-42de-b366-f21465107716 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 4974d856-4ab2-49f3-917e-b1a1a813a2cb 2026-08-11 12:26:23.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3cd639c-220e-42de-b366-f21465107716 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 4974d856-4ab2-49f3-917e-b1a1a813a2cb [pid: 7|app: 0|req: 1418/2915] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:23 2026] DELETE /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:24.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3e07674-46ba-4aba-9cfd-075667ba4edc b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/2916] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:26:24 2026] GET /v2.0/networks/6e530e5f-9632-45f2-8569-fda0ed1f5157 => 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: 1419/2917] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:24 2026] DELETE /v2.0/subnets/60fb4695-0ded-4666-988e-101d5aac30c8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:24.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e99de16-1cdb-4378-b0e0-5bbd0b81dfed b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/2918] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:24 2026] GET /v2.0/subnets/60fb4695-0ded-4666-988e-101d5aac30c8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2919] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:24 2026] DELETE /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:24.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d712e468-4284-445b-a7c8-d0d86fcec221 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/2920] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:24 2026] GET /v2.0/subnets/fc190f0e-291d-45d5-bf1e-44e14d138f41 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:24.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ff5dbf5-1af6-4717-84a7-40269659572c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: a04da94b-2c94-4902-b729-30cc4445a160 2026-08-11 12:26:24.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ff5dbf5-1af6-4717-84a7-40269659572c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: a04da94b-2c94-4902-b729-30cc4445a160 [pid: 7|app: 0|req: 1421/2921] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:24 2026] DELETE /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:24.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ee8567a-4cb1-4343-9a5a-11425e2b567c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1501/2922] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:26:24 2026] GET /v2.0/networks/777dcba0-30f0-4b69-87ef-cb16c28abae6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2923] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:24 2026] DELETE /v2.0/subnets/bcd3a34e-bc77-49ef-a76b-8afb19b8f481 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:24.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e3a0a89-f857-44e3-8443-a76765664ac1 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1502/2924] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:24 2026] GET /v2.0/subnets/bcd3a34e-bc77-49ef-a76b-8afb19b8f481 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2925] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:24 2026] DELETE /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:25.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5207760a-16c1-48f3-a14a-18cf3ca16920 b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/2926] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:25 2026] GET /v2.0/subnets/ec8b39c0-e932-45d0-aeb6-ee332a2ad607 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:25.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-81bda88d-eae2-4d84-972d-579c67bf1a1f b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] TaaS: Handle Delete Port: 1d91fd80-e63d-4eac-830f-2190a2ee55a3 2026-08-11 12:26:25.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bda88d-eae2-4d84-972d-579c67bf1a1f b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] Tap Mirror: Handle Delete Port: 1d91fd80-e63d-4eac-830f-2190a2ee55a3 [pid: 7|app: 0|req: 1424/2927] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:25 2026] DELETE /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:25.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb131590-8d86-443b-8c55-448916b67e2c b6b93217f85a41499857c42ee7f9a5a4 5900cef9f7c64a7db66576f4e48d4817 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/2928] 10.0.0.220 () {32 vars in 722 bytes} [Tue Aug 11 12:26:25 2026] GET /v2.0/networks/2f57ffed-55e1-40a4-9365-3d7371081135 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:26:25.493 7 INFO neutron.services.segments.plugin [-] Segment 67bad800-c979-4dac-be01-ad3f304d1945 resource provider aggregate not found 2026-08-11 12:26:25.494 7 INFO neutron.services.segments.plugin [-] Segment 67bad800-c979-4dac-be01-ad3f304d1945 resource provider aggregate not found 2026-08-11 12:26:25.511 7 INFO neutron.services.segments.plugin [-] Segment 67bad800-c979-4dac-be01-ad3f304d1945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67bad800-c979-4dac-be01-ad3f304d1945 found for delete ", "request_id": "req-46b75f2f-d7f9-4d70-9350-0ffea9e70c61"}]} 2026-08-11 12:26:25.515 7 INFO neutron.services.segments.plugin [-] Segment 67bad800-c979-4dac-be01-ad3f304d1945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67bad800-c979-4dac-be01-ad3f304d1945 found for delete ", "request_id": "req-95b888f8-f0b6-4cf2-8b87-93372514aa22"}]} 2026-08-11 12:26:25.528 7 INFO neutron.services.segments.plugin [-] Segment db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 resource provider aggregate not found 2026-08-11 12:26:25.532 7 INFO neutron.services.segments.plugin [-] Segment db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 resource provider aggregate not found 2026-08-11 12:26:25.541 7 INFO neutron.services.segments.plugin [-] Segment db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 found for delete ", "request_id": "req-4b088058-6640-4779-8c39-610418caed38"}]} 2026-08-11 12:26:25.548 7 INFO neutron.services.segments.plugin [-] Segment db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db2a6b46-cbf3-4e89-9733-4fe9d6f9bf55 found for delete ", "request_id": "req-8325d4cc-3dce-4bf0-8de8-0deb060cc935"}]} 2026-08-11 12:26:25.552 7 INFO neutron.services.segments.plugin [-] Segment 3b967d65-bc22-47ad-a98d-3724ff323d74 resource provider aggregate not found 2026-08-11 12:26:25.563 7 INFO neutron.services.segments.plugin [-] Segment 3b967d65-bc22-47ad-a98d-3724ff323d74 resource provider aggregate not found 2026-08-11 12:26:25.566 7 INFO neutron.services.segments.plugin [-] Segment 3b967d65-bc22-47ad-a98d-3724ff323d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b967d65-bc22-47ad-a98d-3724ff323d74 found for delete ", "request_id": "req-b6353829-61e4-4b1a-9566-63650d7f4580"}]} 2026-08-11 12:26:25.575 7 INFO neutron.services.segments.plugin [-] Segment 3b967d65-bc22-47ad-a98d-3724ff323d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b967d65-bc22-47ad-a98d-3724ff323d74 found for delete ", "request_id": "req-73aff2b6-fe16-4a41-b360-d6b3cf904676"}]} [pid: 7|app: 0|req: 1425/2929] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:27 2026] GET /v2.0/security-groups?tenant_id=86a134c57735445d9e3cb3878ae66c81&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2930] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:27 2026] DELETE /v2.0/security-groups/a4aaf746-cc07-418f-a760-36df667525e9 => 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: 1426/2931] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:27 2026] GET /v2.0/security-groups?tenant_id=5900cef9f7c64a7db66576f4e48d4817&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: 1506/2932] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:27 2026] DELETE /v2.0/security-groups/07c4eb49-567c-43e3-836d-be98ce6365c1 => 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: 1427/2933] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:28 2026] GET /v2.0/security-groups?tenant_id=679ff6a3ebf24bc89de88347f6d2b5df&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2934] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:28 2026] DELETE /v2.0/security-groups/30c20526-0802-4e73-bf89-670a4d467368 => 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: 1428/2935] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:28 2026] GET /v2.0/security-groups?tenant_id=ce766780d45c4ce2b56123fb6a2f0972&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2936] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:28 2026] DELETE /v2.0/security-groups/10230d2c-159c-4c1c-80a7-a25787970a63 => 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: 1429/2937] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:28 2026] GET /v2.0/security-groups?tenant_id=d20ed6ab777a4501a272e3dac6b5543d&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2938] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:28 2026] DELETE /v2.0/security-groups/fc572012-0c01-47fd-9dcf-5e689083fae2 => 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: 1430/2939] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:29 2026] GET /v2.0/security-groups?tenant_id=f91e179e080a442cabdabc8e33f02c31&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2940] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:29 2026] DELETE /v2.0/security-groups/0bacdb97-e17f-4e7b-afe0-42d1ad0b8aab => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2941] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:29 2026] GET /v2.0/security-groups?tenant_id=6f910727b92d416a8a30faf56caa9ddc&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2942] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:29 2026] DELETE /v2.0/security-groups/a5bdf8cc-3618-4544-ad4e-2cbe80fe7165 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:34.225 7 INFO neutron.db.segments_db [None req-54e1596f-302a-4cf8-95da-8e5ee83eceef 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Added segment e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 of type vxlan for network c35bd89d-d179-4f13-9cba-29242cd99240 [pid: 7|app: 0|req: 1432/2945] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:26:33 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2946] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:26:34 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) 2026-08-11 12:26:34.682 7 INFO neutron.db.segments_db [None req-0813c6f5-f69f-4680-a224-dc6a23ad1f69 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Added segment cabc61e0-6bfa-4011-87a6-03edd2a80f97 of type vxlan for network 86d0702a-4b48-4964-b428-6ed8203e8e1f [pid: 7|app: 0|req: 1433/2947] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:26:34 2026] POST /v2.0/networks => generated 613 bytes in 120 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: 1515/2948] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:26:34 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:35.095 7 INFO neutron.db.segments_db [None req-d8800aa3-9dc3-4bdf-acb0-a21349d59cbc 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Added segment 9ffcf223-a881-4312-84c9-ff924988b466 of type vxlan for network 381b2db2-42c8-4cde-8df3-f19923fe00fc [pid: 7|app: 0|req: 1434/2949] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:26:35 2026] POST /v2.0/networks => generated 612 bytes in 134 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: 1516/2950] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:26:35 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:35.570 7 INFO neutron.db.segments_db [None req-66c63ad0-38fe-4871-9780-f25202197ff8 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Added segment 6791e31e-833b-4bcf-9e57-ac3d21f54326 of type vxlan for network 89d26220-f1dd-4126-8f6f-fc02336294c5 [pid: 7|app: 0|req: 1435/2951] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:26:35 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1517/2952] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:26:35 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) 2026-08-11 12:26:36.008 7 INFO neutron.db.segments_db [None req-c5acbc06-b23a-462d-b3af-d1fbe3408fc7 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Added segment 69e094d2-e533-4a0e-afc4-38a50f72b3ba of type vxlan for network 90a4ba73-078a-4ed7-be35-d11ff227dcc3 [pid: 7|app: 0|req: 1436/2953] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:26:35 2026] POST /v2.0/networks => generated 613 bytes in 151 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: 1518/2954] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:26:36 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: 7|app: 0|req: 1437/2955] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:26:36 2026] PUT /v2.0/ports/791b9b41-edf8-47f9-8b37-380a539d4464/tags => generated 17 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: 1519/2956] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:26:36 2026] PUT /v2.0/ports/09710946-406e-47c2-97b9-21f3cfde9a96/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1438/2957] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:26:36 2026] PUT /v2.0/ports/787762f6-c7f7-4eed-9db1-33912d25e3e6/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1520/2958] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:26:36 2026] PUT /v2.0/ports/a61c821f-b099-43c5-a5c5-924b472182c2/tags => generated 19 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: 1439/2959] 10.0.0.220 () {32 vars in 659 bytes} [Tue Aug 11 12:26:36 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 148 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: 1521/2960] 10.0.0.220 () {32 vars in 673 bytes} [Tue Aug 11 12:26:36 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2961] 10.0.0.220 () {32 vars in 669 bytes} [Tue Aug 11 12:26:36 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2962] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:26:37 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2963] 10.0.0.220 () {32 vars in 667 bytes} [Tue Aug 11 12:26:37 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2964] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:26:37 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2965] 10.0.0.220 () {32 vars in 677 bytes} [Tue Aug 11 12:26:37 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2966] 10.0.0.220 () {32 vars in 689 bytes} [Tue Aug 11 12:26:37 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:26:37.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-b10bc56e-c9ea-4d6a-9efd-87a919cbce24 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] TaaS: Handle Delete Port: 791b9b41-edf8-47f9-8b37-380a539d4464 2026-08-11 12:26:37.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b10bc56e-c9ea-4d6a-9efd-87a919cbce24 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Tap Mirror: Handle Delete Port: 791b9b41-edf8-47f9-8b37-380a539d4464 [pid: 7|app: 0|req: 1443/2967] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:26:37 2026] DELETE /v2.0/ports/791b9b41-edf8-47f9-8b37-380a539d4464 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:37.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccc3e183-dbd4-4c44-9b88-9a44dcd53feb 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] TaaS: Handle Delete Port: 09710946-406e-47c2-97b9-21f3cfde9a96 2026-08-11 12:26:37.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc3e183-dbd4-4c44-9b88-9a44dcd53feb 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Tap Mirror: Handle Delete Port: 09710946-406e-47c2-97b9-21f3cfde9a96 [pid: 8|app: 0|req: 1525/2968] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:26:37 2026] DELETE /v2.0/ports/09710946-406e-47c2-97b9-21f3cfde9a96 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:37.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a78958a-6514-49d0-b4d9-db2613e0813a 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] TaaS: Handle Delete Port: 787762f6-c7f7-4eed-9db1-33912d25e3e6 2026-08-11 12:26:37.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a78958a-6514-49d0-b4d9-db2613e0813a 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Tap Mirror: Handle Delete Port: 787762f6-c7f7-4eed-9db1-33912d25e3e6 [pid: 7|app: 0|req: 1444/2969] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:26:37 2026] DELETE /v2.0/ports/787762f6-c7f7-4eed-9db1-33912d25e3e6 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:38.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-4867b604-99aa-4d64-a042-5f55b57489de 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] TaaS: Handle Delete Port: a61c821f-b099-43c5-a5c5-924b472182c2 2026-08-11 12:26:38.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4867b604-99aa-4d64-a042-5f55b57489de 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Tap Mirror: Handle Delete Port: a61c821f-b099-43c5-a5c5-924b472182c2 [pid: 8|app: 0|req: 1526/2970] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/ports/a61c821f-b099-43c5-a5c5-924b472182c2 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:38.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-50c3cdec-9bcc-403f-963f-b54d9dbd9ff8 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] TaaS: Handle Delete Port: 780546cd-f1dc-4079-96ae-a9e29dd28d96 2026-08-11 12:26:38.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50c3cdec-9bcc-403f-963f-b54d9dbd9ff8 776c0168db384bc498f277cb93dedab7 1a5e2b1ce15b4731a7e58a29d97f94ff - - default default] Tap Mirror: Handle Delete Port: 780546cd-f1dc-4079-96ae-a9e29dd28d96 [pid: 7|app: 0|req: 1445/2971] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/ports/780546cd-f1dc-4079-96ae-a9e29dd28d96 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:38.549 8 INFO neutron.services.segments.plugin [-] Segment e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 resource provider aggregate not found 2026-08-11 12:26:38.553 8 INFO neutron.services.segments.plugin [-] Segment e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 resource provider aggregate not found 2026-08-11 12:26:38.576 8 INFO neutron.services.segments.plugin [-] Segment e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 found for delete ", "request_id": "req-393a8d50-2837-4e3f-9b18-fc90038cf17c"}]} 2026-08-11 12:26:38.577 8 INFO neutron.services.segments.plugin [-] Segment e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e738e9-9b86-49f5-bed2-b2f5bd25d2f2 found for delete ", "request_id": "req-a174d452-bad8-452d-9abd-f675551cd429"}]} [pid: 8|app: 0|req: 1527/2972] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/networks/c35bd89d-d179-4f13-9cba-29242cd99240 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:26:38.707 7 INFO neutron.services.segments.plugin [-] Segment cabc61e0-6bfa-4011-87a6-03edd2a80f97 resource provider aggregate not found 2026-08-11 12:26:38.712 7 INFO neutron.services.segments.plugin [-] Segment cabc61e0-6bfa-4011-87a6-03edd2a80f97 resource provider aggregate not found 2026-08-11 12:26:38.728 7 INFO neutron.services.segments.plugin [-] Segment cabc61e0-6bfa-4011-87a6-03edd2a80f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabc61e0-6bfa-4011-87a6-03edd2a80f97 found for delete ", "request_id": "req-8d8e4404-ac03-447e-87c1-a220af8601df"}]} 2026-08-11 12:26:38.729 7 INFO neutron.services.segments.plugin [-] Segment cabc61e0-6bfa-4011-87a6-03edd2a80f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabc61e0-6bfa-4011-87a6-03edd2a80f97 found for delete ", "request_id": "req-025d14c0-4bd7-4158-a56e-ca3e04244329"}]} [pid: 7|app: 0|req: 1446/2973] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/networks/86d0702a-4b48-4964-b428-6ed8203e8e1f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2974] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/networks/381b2db2-42c8-4cde-8df3-f19923fe00fc => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2975] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:38 2026] DELETE /v2.0/networks/89d26220-f1dd-4126-8f6f-fc02336294c5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2976] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:26:39 2026] DELETE /v2.0/networks/90a4ba73-078a-4ed7-be35-d11ff227dcc3 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2977] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:39 2026] GET /v2.0/security-groups?tenant_id=9f883ac8b8f649eba5830936a836df1c&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2978] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:40 2026] DELETE /v2.0/security-groups/adacdfc3-fb10-430b-85db-4c99849fcb71 => 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: 1449/2979] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:40 2026] GET /v2.0/security-groups?tenant_id=6ab2e62d0bb44678874f30ce9c1b17ee&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:26:40.601 8 INFO neutron.services.segments.plugin [-] Segment 9ffcf223-a881-4312-84c9-ff924988b466 resource provider aggregate not found 2026-08-11 12:26:40.602 8 INFO neutron.services.segments.plugin [-] Segment 9ffcf223-a881-4312-84c9-ff924988b466 resource provider aggregate not found 2026-08-11 12:26:40.621 8 INFO neutron.services.segments.plugin [-] Segment 9ffcf223-a881-4312-84c9-ff924988b466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ffcf223-a881-4312-84c9-ff924988b466 found for delete ", "request_id": "req-6db70352-a93d-4d42-871f-3a519a2bf41f"}]} 2026-08-11 12:26:40.625 8 INFO neutron.services.segments.plugin [-] Segment 9ffcf223-a881-4312-84c9-ff924988b466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ffcf223-a881-4312-84c9-ff924988b466 found for delete ", "request_id": "req-a75c14e1-fcea-49de-b8b4-38942302c567"}]} 2026-08-11 12:26:40.641 8 INFO neutron.services.segments.plugin [-] Segment 69e094d2-e533-4a0e-afc4-38a50f72b3ba resource provider aggregate not found 2026-08-11 12:26:40.646 8 INFO neutron.services.segments.plugin [-] Segment 69e094d2-e533-4a0e-afc4-38a50f72b3ba resource provider aggregate not found 2026-08-11 12:26:40.661 8 INFO neutron.services.segments.plugin [-] Segment 69e094d2-e533-4a0e-afc4-38a50f72b3ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e094d2-e533-4a0e-afc4-38a50f72b3ba found for delete ", "request_id": "req-2d8b80db-4536-4467-b778-1ad926432120"}]} 2026-08-11 12:26:40.669 8 INFO neutron.services.segments.plugin [-] Segment 69e094d2-e533-4a0e-afc4-38a50f72b3ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e094d2-e533-4a0e-afc4-38a50f72b3ba found for delete ", "request_id": "req-0c8169cc-88c8-448a-9e14-f40d4c421317"}]} [pid: 8|app: 0|req: 1531/2980] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:40 2026] DELETE /v2.0/security-groups/936898a8-841e-4286-875f-4637fe0f20d5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:40.748 7 INFO neutron.services.segments.plugin [-] Segment 6791e31e-833b-4bcf-9e57-ac3d21f54326 resource provider aggregate not found 2026-08-11 12:26:40.754 7 INFO neutron.services.segments.plugin [-] Segment 6791e31e-833b-4bcf-9e57-ac3d21f54326 resource provider aggregate not found 2026-08-11 12:26:40.765 7 INFO neutron.services.segments.plugin [-] Segment 6791e31e-833b-4bcf-9e57-ac3d21f54326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6791e31e-833b-4bcf-9e57-ac3d21f54326 found for delete ", "request_id": "req-a098962f-7b4c-4150-97bd-67c8071c1485"}]} 2026-08-11 12:26:40.771 7 INFO neutron.services.segments.plugin [-] Segment 6791e31e-833b-4bcf-9e57-ac3d21f54326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6791e31e-833b-4bcf-9e57-ac3d21f54326 found for delete ", "request_id": "req-9ac4decf-1d00-4010-a48b-d44d212ec0b9"}]} [pid: 7|app: 0|req: 1450/2981] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:40 2026] GET /v2.0/security-groups?tenant_id=1a5e2b1ce15b4731a7e58a29d97f94ff&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2982] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:40 2026] DELETE /v2.0/security-groups/4e318193-0616-40ad-9b59-ad95fd57e9df => 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: 1451/2983] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:26:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2984] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:26:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2985] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:26:45 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: 1534/2986] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:26:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2987] 10.0.0.220 () {34 vars in 677 bytes} [Tue Aug 11 12:26:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2988] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:26:45 2026] PUT /v2.0/policies/6e2915e8-8b8f-4746-b61d-05e38ebfdd76/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2989] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:26:45 2026] PUT /v2.0/policies/f2e8ff14-eae9-4644-bef7-5176f3925ee7/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2990] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:26:45 2026] PUT /v2.0/policies/dc607341-fde3-47a2-8a63-bb1caf92fdc3/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2991] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:26:45 2026] PUT /v2.0/policies/ab0a2cf8-5960-4e3d-9a53-dddbc85c2dec/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2992] 10.0.0.220 () {32 vars in 673 bytes} [Tue Aug 11 12:26:45 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2993] 10.0.0.220 () {32 vars in 687 bytes} [Tue Aug 11 12:26:45 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2994] 10.0.0.220 () {32 vars in 683 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2995] 10.0.0.220 () {32 vars in 695 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2996] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2997] 10.0.0.220 () {32 vars in 695 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2998] 10.0.0.220 () {32 vars in 691 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2999] 10.0.0.220 () {32 vars in 703 bytes} [Tue Aug 11 12:26:46 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3000] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:26:46 2026] DELETE /v2.0/qos/policies/6e2915e8-8b8f-4746-b61d-05e38ebfdd76 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3001] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:26:46 2026] DELETE /v2.0/qos/policies/f2e8ff14-eae9-4644-bef7-5176f3925ee7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3002] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:26:46 2026] DELETE /v2.0/qos/policies/dc607341-fde3-47a2-8a63-bb1caf92fdc3 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3003] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:26:46 2026] DELETE /v2.0/qos/policies/ab0a2cf8-5960-4e3d-9a53-dddbc85c2dec => 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: 1543/3004] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:26:46 2026] DELETE /v2.0/qos/policies/a6896f0a-8ba6-4e85-a324-27c9dcdbb713 => 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: 1462/3005] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:47 2026] GET /v2.0/security-groups?tenant_id=e9758b8db3dd41c3808e8f18bffcb6e6&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3006] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:47 2026] DELETE /v2.0/security-groups/36b2b925-8538-4d0e-b766-ccbdcd93fca8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3007] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:47 2026] GET /v2.0/security-groups?tenant_id=7ad5a7af670e495d985a08067ec371fb&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3008] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:48 2026] DELETE /v2.0/security-groups/59d28802-a99c-4178-a3db-dfa4e96e8559 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3009] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:26:48 2026] GET /v2.0/security-groups?tenant_id=6df9228bcd6a4aad84540b0dbf58cda8&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3010] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:26:48 2026] DELETE /v2.0/security-groups/c7c7a458-690d-4d22-a5e0-c5771b9c03e5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:26:52.854 7 INFO neutron.db.segments_db [None req-6ee653d2-ec13-4ff7-9827-74d6e9c73371 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Added segment 4f8fb244-5f88-4077-ad49-54722fe5e319 of type vxlan for network eb69ba9c-6441-4d44-b4ee-57afc322c2d8 2026-08-11 12:26:53.095 7 INFO neutron.db.l3_hamode_db [None req-6ee653d2-ec13-4ff7-9827-74d6e9c73371 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:26:53.206 7 INFO neutron.db.l3_hamode_db [None req-6ee653d2-ec13-4ff7-9827-74d6e9c73371 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1466/3013] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:26:52 2026] POST /v2.0/routers => generated 474 bytes in 1206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:53.911 8 INFO neutron.db.l3_hamode_db [None req-749e5970-0e83-4d57-b64e-7abaf6b507c8 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:26:54.012 8 INFO neutron.db.l3_hamode_db [None req-749e5970-0e83-4d57-b64e-7abaf6b507c8 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1548/3014] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:26:53 2026] POST /v2.0/routers => generated 474 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:54.618 7 INFO neutron.db.l3_hamode_db [None req-1f69525b-22c0-414c-acb2-576e42ce57d9 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:26:54.707 7 INFO neutron.db.l3_hamode_db [None req-1f69525b-22c0-414c-acb2-576e42ce57d9 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1467/3015] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:26:54 2026] POST /v2.0/routers => generated 474 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:55.298 8 INFO neutron.db.l3_hamode_db [None req-e37c6da7-81cb-4c73-8f0b-192e062f9b0a 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:26:55.443 8 INFO neutron.db.l3_hamode_db [None req-e37c6da7-81cb-4c73-8f0b-192e062f9b0a 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1549/3016] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:26:55 2026] POST /v2.0/routers => generated 474 bytes in 733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:26:56.028 7 INFO neutron.db.l3_hamode_db [None req-0c8f5d97-157b-47da-ab22-a03dba6506c1 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:26:56.155 7 INFO neutron.db.l3_hamode_db [None req-0c8f5d97-157b-47da-ab22-a03dba6506c1 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1468/3017] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:26:55 2026] POST /v2.0/routers => generated 474 bytes in 923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3018] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:26:56 2026] PUT /v2.0/routers/be721fa8-dcfc-47a6-a628-ad17af3a650d/tags => generated 17 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3019] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:26:57 2026] PUT /v2.0/routers/65b137a0-bfc9-4f11-98fa-3fc98cbd132d/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3020] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:26:57 2026] PUT /v2.0/routers/735ff5f0-da15-4351-ab32-3ec70181f611/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3021] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:26:57 2026] PUT /v2.0/routers/2d405c40-d641-4b2d-a004-f1798eecb176/tags => generated 19 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3022] 10.0.0.220 () {32 vars in 663 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3023] 10.0.0.220 () {32 vars in 677 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?tags=red%2Cblue => 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: 1553/3024] 10.0.0.220 () {32 vars in 673 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3025] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3026] 10.0.0.220 () {32 vars in 671 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3027] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3028] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3029] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:26:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3030] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:58 2026] GET /v2.0/routers/be721fa8-dcfc-47a6-a628-ad17af3a650d => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3031] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:26:58 2026] PUT /v2.0/routers/be721fa8-dcfc-47a6-a628-ad17af3a650d => generated 485 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3032] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:26:58 2026] GET /v2.0/ports?device_id=be721fa8-dcfc-47a6-a628-ad17af3a650d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:26:58.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-169976e9-d96b-4ad6-814e-652db8f634c9 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] TaaS: Handle Delete Port: 6f8d9528-10b6-4e37-bded-e45d15cb0a4b 2026-08-11 12:26:58.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-169976e9-d96b-4ad6-814e-652db8f634c9 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Tap Mirror: Handle Delete Port: 6f8d9528-10b6-4e37-bded-e45d15cb0a4b [pid: 7|app: 0|req: 1476/3033] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:58 2026] DELETE /v2.0/routers/be721fa8-dcfc-47a6-a628-ad17af3a650d => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3034] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:59 2026] GET /v2.0/routers/65b137a0-bfc9-4f11-98fa-3fc98cbd132d => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3035] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:26:59 2026] PUT /v2.0/routers/65b137a0-bfc9-4f11-98fa-3fc98cbd132d => generated 493 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3036] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:26:59 2026] GET /v2.0/ports?device_id=65b137a0-bfc9-4f11-98fa-3fc98cbd132d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:26:59.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a54cb82-99be-4ee3-9194-f5f8a5e29515 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] TaaS: Handle Delete Port: 741bca47-1e18-4e8e-af40-ef71a646c950 2026-08-11 12:26:59.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a54cb82-99be-4ee3-9194-f5f8a5e29515 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Tap Mirror: Handle Delete Port: 741bca47-1e18-4e8e-af40-ef71a646c950 [pid: 7|app: 0|req: 1478/3037] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:26:59 2026] DELETE /v2.0/routers/65b137a0-bfc9-4f11-98fa-3fc98cbd132d => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3038] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:26:59 2026] GET /v2.0/routers/735ff5f0-da15-4351-ab32-3ec70181f611 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3039] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:27:00 2026] PUT /v2.0/routers/735ff5f0-da15-4351-ab32-3ec70181f611 => generated 502 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3040] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:27:00 2026] GET /v2.0/ports?device_id=735ff5f0-da15-4351-ab32-3ec70181f611 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:00.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b0dd9a4-3549-4609-a468-cc281a355a9a 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] TaaS: Handle Delete Port: 1db4ef6f-2aa2-4577-9033-d0a1f4fba2c0 2026-08-11 12:27:00.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0dd9a4-3549-4609-a468-cc281a355a9a 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Tap Mirror: Handle Delete Port: 1db4ef6f-2aa2-4577-9033-d0a1f4fba2c0 [pid: 7|app: 0|req: 1480/3041] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:00 2026] DELETE /v2.0/routers/735ff5f0-da15-4351-ab32-3ec70181f611 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3042] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:27:00 2026] GET /v2.0/routers/2d405c40-d641-4b2d-a004-f1798eecb176 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3043] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:27:01 2026] PUT /v2.0/routers/2d405c40-d641-4b2d-a004-f1798eecb176 => generated 487 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3044] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:27:01 2026] GET /v2.0/ports?device_id=2d405c40-d641-4b2d-a004-f1798eecb176 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:01.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a477c20-c055-4857-9688-f5f330fd2705 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] TaaS: Handle Delete Port: 78ca52bc-c4f1-4ec1-a508-04bc42f87989 2026-08-11 12:27:01.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a477c20-c055-4857-9688-f5f330fd2705 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Tap Mirror: Handle Delete Port: 78ca52bc-c4f1-4ec1-a508-04bc42f87989 [pid: 7|app: 0|req: 1482/3045] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:01 2026] DELETE /v2.0/routers/2d405c40-d641-4b2d-a004-f1798eecb176 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3046] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:27:01 2026] GET /v2.0/routers/97feb9d3-0fd3-4328-93cc-a4b6c67f4c7e => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3047] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:27:01 2026] PUT /v2.0/routers/97feb9d3-0fd3-4328-93cc-a4b6c67f4c7e => generated 480 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3048] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:27:02 2026] GET /v2.0/ports?device_id=97feb9d3-0fd3-4328-93cc-a4b6c67f4c7e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:02.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-75cf23df-9a0c-4918-af2a-8c86bd188edc 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] TaaS: Handle Delete Port: dfd59f48-4a4d-4ac9-8614-08bee5e76867 2026-08-11 12:27:02.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75cf23df-9a0c-4918-af2a-8c86bd188edc 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] Tap Mirror: Handle Delete Port: dfd59f48-4a4d-4ac9-8614-08bee5e76867 2026-08-11 12:27:03.698 7 INFO neutron.services.segments.plugin [-] Segment 4f8fb244-5f88-4077-ad49-54722fe5e319 resource provider aggregate not found 2026-08-11 12:27:03.698 7 INFO neutron.services.segments.plugin [-] Segment 4f8fb244-5f88-4077-ad49-54722fe5e319 resource provider aggregate not found 2026-08-11 12:27:03.717 7 INFO neutron.db.l3_hamode_db [None req-75cf23df-9a0c-4918-af2a-8c86bd188edc 0424a3df784c4d38a518ce78f68c33b5 3606779d3b7c48e88ec8b9b39933b665 - - default default] HA network eb69ba9c-6441-4d44-b4ee-57afc322c2d8 was deleted as no HA routers are present in tenant 3606779d3b7c48e88ec8b9b39933b665. 2026-08-11 12:27:03.724 7 INFO neutron.services.segments.plugin [-] Segment 4f8fb244-5f88-4077-ad49-54722fe5e319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f8fb244-5f88-4077-ad49-54722fe5e319 found for delete ", "request_id": "req-c38d895f-8b1d-41f4-9a4d-5316ee9615ed"}]} 2026-08-11 12:27:03.725 7 INFO neutron.services.segments.plugin [-] Segment 4f8fb244-5f88-4077-ad49-54722fe5e319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f8fb244-5f88-4077-ad49-54722fe5e319 found for delete ", "request_id": "req-8e8d5f11-5b24-4804-92e2-23c642271be6"}]} [pid: 7|app: 0|req: 1484/3049] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:02 2026] DELETE /v2.0/routers/97feb9d3-0fd3-4328-93cc-a4b6c67f4c7e => generated 0 bytes in 1233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3052] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:04 2026] GET /v2.0/security-groups?tenant_id=6447e525789a4f4283b6474a741a2158&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3053] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:04 2026] DELETE /v2.0/security-groups/aa930dc9-99ae-4bb8-b230-2ceb0920568b => 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: 1487/3054] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:04 2026] GET /v2.0/security-groups?tenant_id=b1acb540744c48bd8ab7807cb474df2b&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3055] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:05 2026] DELETE /v2.0/security-groups/fbf32f06-3a62-4e68-84d7-6c1053347d41 => 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: 1488/3056] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:05 2026] GET /v2.0/security-groups?tenant_id=3606779d3b7c48e88ec8b9b39933b665&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3057] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:05 2026] DELETE /v2.0/security-groups/5c7eb344-e57f-4e93-841b-5a5c11fc3323 => 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: 1489/3058] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:27:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3059] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:27:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3060] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:27:10 2026] POST /v2.0/security-groups => generated 1603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3061] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:27:10 2026] POST /v2.0/security-groups => generated 1603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3062] 10.0.0.220 () {34 vars in 683 bytes} [Tue Aug 11 12:27:10 2026] POST /v2.0/security-groups => generated 1603 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3063] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:27:10 2026] PUT /v2.0/security-groups/0f5f5718-da4f-4d1b-a1eb-556a3a56e4f8/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: 1492/3064] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:27:10 2026] PUT /v2.0/security-groups/839bd674-10eb-4cb2-bdcf-40e0da657ef0/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: 1573/3065] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:27:10 2026] PUT /v2.0/security-groups/0b2ca197-6c69-4eb3-9947-780cd5080ffc/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3066] 10.0.0.220 () {34 vars in 766 bytes} [Tue Aug 11 12:27:10 2026] PUT /v2.0/security-groups/172498e8-6766-4830-96e9-424aa0a803dc/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3067] 10.0.0.220 () {32 vars in 679 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3068] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3069] 10.0.0.220 () {32 vars in 689 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3070] 10.0.0.220 () {32 vars in 701 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3071] 10.0.0.220 () {32 vars in 687 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3072] 10.0.0.220 () {32 vars in 701 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3073] 10.0.0.220 () {32 vars in 697 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3074] 10.0.0.220 () {32 vars in 709 bytes} [Tue Aug 11 12:27:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3075] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:11 2026] DELETE /v2.0/security-groups/0f5f5718-da4f-4d1b-a1eb-556a3a56e4f8 => 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: 1498/3076] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:11 2026] DELETE /v2.0/security-groups/839bd674-10eb-4cb2-bdcf-40e0da657ef0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3077] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:11 2026] DELETE /v2.0/security-groups/0b2ca197-6c69-4eb3-9947-780cd5080ffc => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3078] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:11 2026] DELETE /v2.0/security-groups/172498e8-6766-4830-96e9-424aa0a803dc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3079] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:11 2026] DELETE /v2.0/security-groups/f0e70067-9a6b-41c3-a201-b55c2c938b13 => 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: 1500/3080] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:12 2026] GET /v2.0/security-groups?tenant_id=c173a0bf59354743986375ed0e458879&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3081] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:12 2026] DELETE /v2.0/security-groups/0cb0cfd3-f55e-4a87-9982-9d78852587d9 => 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: 1501/3082] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:12 2026] GET /v2.0/security-groups?tenant_id=779861a660a546d8bc748d6beb71afda&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3083] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:12 2026] DELETE /v2.0/security-groups/ff112b1b-0d0f-4990-b4c0-7ad14b27b6f9 => 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: 1502/3084] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:13 2026] GET /v2.0/security-groups?tenant_id=60e0197c372d45208232152e7e9cd40d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3085] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:13 2026] DELETE /v2.0/security-groups/e014b20d-fc40-497a-9b55-9ccc54b92ce1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:17.662 7 INFO neutron.db.segments_db [None req-9e3b63ea-95d7-46ba-9d1a-b0b70b786117 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Added segment 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d of type vxlan for network 3eb18613-8035-4137-af2f-697e52f3dfe5 [pid: 7|app: 0|req: 1503/3086] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:17 2026] POST /v2.0/networks => generated 613 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3087] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:27:17 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:27:18.038 7 INFO neutron.db.segments_db [None req-b1ec8de2-8797-4a36-af1b-a1b1ff3ab21b b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Added segment f2b361f0-57d2-4914-80df-ae07c9355f5f of type vxlan for network f32151ac-1d48-4680-92a1-d89d898d1c45 [pid: 7|app: 0|req: 1504/3088] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:17 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3089] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:27:18 2026] POST /v2.0/subnets => generated 629 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:27:18.403 7 INFO neutron.db.segments_db [None req-b09d7b3b-fe95-4e60-8e03-c1ef08519ad5 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Added segment 756a172e-1264-40c2-97ff-e1e23ff9d13b of type vxlan for network eafd32e3-d842-4fdf-afa8-4cb25dea798a [pid: 7|app: 0|req: 1505/3090] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:18 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3091] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:27:18 2026] POST /v2.0/subnets => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:27:18.766 7 INFO neutron.db.segments_db [None req-798125ba-c2c7-4c48-8646-f6f46c148fe6 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Added segment dac6f03a-d3b0-4c81-805d-6d861fb194eb of type vxlan for network 3eb2d51e-e118-4876-8f46-7171345ba36d [pid: 7|app: 0|req: 1506/3092] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:18 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3095] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:27:18 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:27:19.170 7 INFO neutron.db.segments_db [None req-cbbde5a2-2e4b-4848-aace-f03b41551bf6 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Added segment 96441f57-3161-4d6f-aa6f-56af98aaf51b of type vxlan for network eaf1c6d3-317a-45b9-b000-c6bc86fda52a [pid: 7|app: 0|req: 1509/3096] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:19 2026] POST /v2.0/networks => generated 612 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3097] 10.0.0.220 () {34 vars in 668 bytes} [Tue Aug 11 12:27:19 2026] POST /v2.0/subnets => generated 629 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3098] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:19 2026] PUT /v2.0/subnets/b11ab25d-6f4d-4097-a702-27bed0ab3565/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3099] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:19 2026] PUT /v2.0/subnets/77ad9743-1eaf-4960-8bd1-49521a633d86/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3100] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:19 2026] PUT /v2.0/subnets/dd4895bd-01dc-40f2-8aa6-627898a7f349/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3101] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:19 2026] PUT /v2.0/subnets/37b7b6d7-a388-4df5-b3db-f354dc62ea7c/tags => 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: 1512/3102] 10.0.0.220 () {32 vars in 663 bytes} [Tue Aug 11 12:27:19 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3103] 10.0.0.220 () {32 vars in 677 bytes} [Tue Aug 11 12:27:19 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3104] 10.0.0.220 () {32 vars in 673 bytes} [Tue Aug 11 12:27:19 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3105] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:27:19 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3106] 10.0.0.220 () {32 vars in 671 bytes} [Tue Aug 11 12:27:19 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3107] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:27:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3108] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:27:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3109] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:27:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3110] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/subnets/b11ab25d-6f4d-4097-a702-27bed0ab3565 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3111] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/subnets/77ad9743-1eaf-4960-8bd1-49521a633d86 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3112] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/subnets/dd4895bd-01dc-40f2-8aa6-627898a7f349 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3113] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/subnets/37b7b6d7-a388-4df5-b3db-f354dc62ea7c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3114] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/subnets/47246653-af68-477d-b951-b50ac03abb22 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:27:20.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7e7696b-9dcc-4cd2-a11e-f7b8fd0ceb76 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] TaaS: Handle Delete Port: 67795d10-1c9a-43f5-a344-381a51cb4172 2026-08-11 12:27:20.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7e7696b-9dcc-4cd2-a11e-f7b8fd0ceb76 b96a0a9e91e04bb8b7147d596c19e596 9bcae5f6645e427db199372e23859e22 - - default default] Tap Mirror: Handle Delete Port: 67795d10-1c9a-43f5-a344-381a51cb4172 2026-08-11 12:27:21.145 8 INFO neutron.services.segments.plugin [-] Segment 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d resource provider aggregate not found 2026-08-11 12:27:21.149 8 INFO neutron.services.segments.plugin [-] Segment 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d resource provider aggregate not found 2026-08-11 12:27:21.163 8 INFO neutron.services.segments.plugin [-] Segment 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d found for delete ", "request_id": "req-52f198da-a2fa-4608-8b1a-5aaefdbd8671"}]} 2026-08-11 12:27:21.168 8 INFO neutron.services.segments.plugin [-] Segment 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bb0189d-0c96-4380-b1fe-3d6e2f3c807d found for delete ", "request_id": "req-393026a7-1c36-4099-b0b6-b0a369607010"}]} [pid: 8|app: 0|req: 1597/3115] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:20 2026] DELETE /v2.0/networks/3eb18613-8035-4137-af2f-697e52f3dfe5 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:27:21.283 7 INFO neutron.services.segments.plugin [-] Segment f2b361f0-57d2-4914-80df-ae07c9355f5f resource provider aggregate not found 2026-08-11 12:27:21.292 7 INFO neutron.services.segments.plugin [-] Segment f2b361f0-57d2-4914-80df-ae07c9355f5f resource provider aggregate not found 2026-08-11 12:27:21.307 7 INFO neutron.services.segments.plugin [-] Segment f2b361f0-57d2-4914-80df-ae07c9355f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2b361f0-57d2-4914-80df-ae07c9355f5f found for delete ", "request_id": "req-b919e772-c612-4db5-bac1-f58994aeaaa8"}]} 2026-08-11 12:27:21.311 7 INFO neutron.services.segments.plugin [-] Segment f2b361f0-57d2-4914-80df-ae07c9355f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2b361f0-57d2-4914-80df-ae07c9355f5f found for delete ", "request_id": "req-2159cb0b-3aa7-461b-a44f-d16366ba48d8"}]} [pid: 7|app: 0|req: 1519/3116] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:21 2026] DELETE /v2.0/networks/f32151ac-1d48-4680-92a1-d89d898d1c45 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3117] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:21 2026] DELETE /v2.0/networks/eafd32e3-d842-4fdf-afa8-4cb25dea798a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3118] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:21 2026] DELETE /v2.0/networks/3eb2d51e-e118-4876-8f46-7171345ba36d => 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: 1599/3119] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:21 2026] DELETE /v2.0/networks/eaf1c6d3-317a-45b9-b000-c6bc86fda52a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3120] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:22 2026] GET /v2.0/security-groups?tenant_id=e1218694f5024b509fb3aadae4e36d7d&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3121] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:22 2026] DELETE /v2.0/security-groups/bcc95b86-d2bf-49f4-b1f2-714b216b3bb4 => 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: 1522/3122] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:23 2026] GET /v2.0/security-groups?tenant_id=beed6e4d50cc458cb5ded71848396b7d&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:27:23.194 8 INFO neutron.services.segments.plugin [-] Segment 756a172e-1264-40c2-97ff-e1e23ff9d13b resource provider aggregate not found 2026-08-11 12:27:23.199 8 INFO neutron.services.segments.plugin [-] Segment 756a172e-1264-40c2-97ff-e1e23ff9d13b resource provider aggregate not found 2026-08-11 12:27:23.215 8 INFO neutron.services.segments.plugin [-] Segment 756a172e-1264-40c2-97ff-e1e23ff9d13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 756a172e-1264-40c2-97ff-e1e23ff9d13b found for delete ", "request_id": "req-7c3387c7-380e-4969-b37b-a87427368318"}]} 2026-08-11 12:27:23.221 8 INFO neutron.services.segments.plugin [-] Segment 756a172e-1264-40c2-97ff-e1e23ff9d13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 756a172e-1264-40c2-97ff-e1e23ff9d13b found for delete ", "request_id": "req-d5db60d0-9185-42e0-923b-0517c67fe2c9"}]} 2026-08-11 12:27:23.240 8 INFO neutron.services.segments.plugin [-] Segment 96441f57-3161-4d6f-aa6f-56af98aaf51b resource provider aggregate not found 2026-08-11 12:27:23.244 8 INFO neutron.services.segments.plugin [-] Segment 96441f57-3161-4d6f-aa6f-56af98aaf51b resource provider aggregate not found 2026-08-11 12:27:23.257 8 INFO neutron.services.segments.plugin [-] Segment 96441f57-3161-4d6f-aa6f-56af98aaf51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96441f57-3161-4d6f-aa6f-56af98aaf51b found for delete ", "request_id": "req-29a0b199-e7b0-4f65-a56a-1661c4c30997"}]} 2026-08-11 12:27:23.265 8 INFO neutron.services.segments.plugin [-] Segment 96441f57-3161-4d6f-aa6f-56af98aaf51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96441f57-3161-4d6f-aa6f-56af98aaf51b found for delete ", "request_id": "req-5a7861e5-9f05-49fe-a611-feabf9e29ca4"}]} [pid: 8|app: 0|req: 1601/3123] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:23 2026] DELETE /v2.0/security-groups/e6c51319-bc4b-4eb6-9b34-8e00e561401a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:23.333 7 INFO neutron.services.segments.plugin [-] Segment dac6f03a-d3b0-4c81-805d-6d861fb194eb resource provider aggregate not found 2026-08-11 12:27:23.339 7 INFO neutron.services.segments.plugin [-] Segment dac6f03a-d3b0-4c81-805d-6d861fb194eb resource provider aggregate not found 2026-08-11 12:27:23.352 7 INFO neutron.services.segments.plugin [-] Segment dac6f03a-d3b0-4c81-805d-6d861fb194eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac6f03a-d3b0-4c81-805d-6d861fb194eb found for delete ", "request_id": "req-53745adf-970e-487f-905b-b80f780cc91c"}]} 2026-08-11 12:27:23.353 7 INFO neutron.services.segments.plugin [-] Segment dac6f03a-d3b0-4c81-805d-6d861fb194eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac6f03a-d3b0-4c81-805d-6d861fb194eb found for delete ", "request_id": "req-5aa77c70-1766-4737-82ba-0227b55ce033"}]} [pid: 7|app: 0|req: 1523/3124] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:23 2026] GET /v2.0/security-groups?tenant_id=9bcae5f6645e427db199372e23859e22&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3125] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:23 2026] DELETE /v2.0/security-groups/cba1fd64-5d8a-41ab-82b9-128a8ba46808 => 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: 1524/3126] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3127] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3128] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3129] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3130] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3131] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:28 2026] PUT /v2.0/subnetpools/e6c9518a-3957-4605-ba45-058abfe9add5/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3132] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:28 2026] PUT /v2.0/subnetpools/3d13bd31-1d3a-464b-8ada-f5c9c8e852bd/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3133] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:28 2026] PUT /v2.0/subnetpools/014602e5-92f6-4542-a3ec-a22a5dc73f49/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3134] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:28 2026] PUT /v2.0/subnetpools/f100239b-4a71-422c-a86f-fb305f9dadef/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3135] 10.0.0.220 () {32 vars in 671 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3136] 10.0.0.220 () {32 vars in 685 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3137] 10.0.0.220 () {32 vars in 681 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3138] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3139] 10.0.0.220 () {32 vars in 679 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3140] 10.0.0.220 () {32 vars in 693 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3141] 10.0.0.220 () {32 vars in 689 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3142] 10.0.0.220 () {32 vars in 701 bytes} [Tue Aug 11 12:27:28 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3143] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:28 2026] DELETE /v2.0/subnetpools/e6c9518a-3957-4605-ba45-058abfe9add5 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3144] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:28 2026] DELETE /v2.0/subnetpools/3d13bd31-1d3a-464b-8ada-f5c9c8e852bd => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3145] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:28 2026] DELETE /v2.0/subnetpools/014602e5-92f6-4542-a3ec-a22a5dc73f49 => 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: 1534/3146] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:28 2026] DELETE /v2.0/subnetpools/f100239b-4a71-422c-a86f-fb305f9dadef => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3147] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:28 2026] DELETE /v2.0/subnetpools/e9dbd918-8414-4b50-ba43-16b2c08284ed => 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: 1535/3148] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:29 2026] GET /v2.0/security-groups?tenant_id=b1899af6008e4d81afe1b224b8e62ebc&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3149] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:30 2026] DELETE /v2.0/security-groups/d1a4e80f-b6b4-4449-bbee-7bd80b461d56 => 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: 1536/3150] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:30 2026] GET /v2.0/security-groups?tenant_id=2287b56ccd464b4483f485d3ce0071f5&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3151] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:30 2026] DELETE /v2.0/security-groups/cb4ad260-ad23-4795-a0c8-c0dbbe7d6a9c => 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: 1537/3152] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:30 2026] GET /v2.0/security-groups?tenant_id=b232b3ebc7eb49ee94dfea9ab041dcaa&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3153] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:30 2026] DELETE /v2.0/security-groups/3df4d2b2-9e4d-4005-baa9-9513d49b8230 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:34.294 7 INFO neutron.db.segments_db [None req-1dddd08b-2800-430c-a3ad-ea770836e547 50ca90b0ea55498a94e7ec90eec01716 3b9613c2c4af4c71a125058e1f847360 - - default default] Added segment c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b of type vxlan for network ccce1632-2e17-4438-a976-0895264b9025 [pid: 7|app: 0|req: 1539/3156] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:34 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3157] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:27:34 2026] PUT /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3158] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:34 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/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: 1619/3159] 10.0.0.220 () {34 vars in 763 bytes} [Tue Aug 11 12:27:34 2026] PUT /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3160] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:34 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3161] 10.0.0.220 () {34 vars in 759 bytes} [Tue Aug 11 12:27:34 2026] PUT /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3162] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:34 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/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: 1621/3163] 10.0.0.220 () {34 vars in 781 bytes} [Tue Aug 11 12:27:34 2026] PUT /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3164] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:34 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3165] 10.0.0.220 () {34 vars in 752 bytes} [Tue Aug 11 12:27:34 2026] PUT /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3166] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:34 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3167] 10.0.0.220 () {32 vars in 740 bytes} [Tue Aug 11 12:27:35 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:35.093 7 INFO neutron.api.v2.resource [None req-62c64da8-5168-4826-bcf6-3292c6dda456 50ca90b0ea55498a94e7ec90eec01716 3b9613c2c4af4c71a125058e1f847360 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3168] 10.0.0.220 () {32 vars in 744 bytes} [Tue Aug 11 12:27:35 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3169] 10.0.0.220 () {32 vars in 743 bytes} [Tue Aug 11 12:27:35 2026] DELETE /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3170] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:35 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:35.246 8 INFO neutron.api.v2.resource [None req-586e0c48-6f57-4d0f-81fa-0132d98b71d5 50ca90b0ea55498a94e7ec90eec01716 3b9613c2c4af4c71a125058e1f847360 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3171] 10.0.0.220 () {32 vars in 747 bytes} [Tue Aug 11 12:27:35 2026] DELETE /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3172] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:27:35 2026] DELETE /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/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: 1626/3173] 10.0.0.220 () {32 vars in 732 bytes} [Tue Aug 11 12:27:35 2026] GET /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:35.486 7 INFO neutron.services.segments.plugin [-] Segment c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b resource provider aggregate not found 2026-08-11 12:27:35.494 7 INFO neutron.services.segments.plugin [-] Segment c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b resource provider aggregate not found 2026-08-11 12:27:35.507 7 INFO neutron.services.segments.plugin [-] Segment c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b found for delete ", "request_id": "req-eaf0ef9d-a99f-49fb-a51a-f2d0de640664"}]} 2026-08-11 12:27:35.518 7 INFO neutron.services.segments.plugin [-] Segment c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6ee1f4c-264b-4f87-8f8e-b7eb34dcbf3b found for delete ", "request_id": "req-a4dda4e8-492d-4de0-b727-c595ad12e3fb"}]} [pid: 7|app: 0|req: 1548/3174] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:35 2026] DELETE /v2.0/networks/ccce1632-2e17-4438-a976-0895264b9025 => 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: 1627/3175] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:36 2026] GET /v2.0/security-groups?tenant_id=3b9613c2c4af4c71a125058e1f847360&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3176] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:36 2026] DELETE /v2.0/security-groups/0bb9aedb-3ab9-4e0f-9e56-c1f6f02e6f64 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3177] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:36 2026] GET /v2.0/security-groups?tenant_id=4e35f89d298943d7a28342bd709259c3&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3178] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:36 2026] DELETE /v2.0/security-groups/f67d9de3-d7d4-4faf-900f-7e800c854c28 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:40.212 8 INFO neutron.db.segments_db [None req-f56d09f6-91b4-4051-a050-ac8093ec7e8e e387e9792d3b4d0b87f3a8f33de52636 b6425cf870a64c879b95783bcb9ed21e - - default default] Added segment 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb of type vxlan for network 9448b44e-6c47-4990-8b74-cc3d3b6069b4 [pid: 8|app: 0|req: 1629/3179] 10.0.0.220 () {34 vars in 669 bytes} [Tue Aug 11 12:27:39 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3180] 10.0.0.220 () {34 vars in 663 bytes} [Tue Aug 11 12:27:40 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3181] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:27:40 2026] PUT /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 25 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: 1552/3182] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:40 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 25 bytes in 50 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: 1631/3183] 10.0.0.220 () {34 vars in 757 bytes} [Tue Aug 11 12:27:40 2026] PUT /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/green => generated 4 bytes in 83 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: 1553/3184] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:40 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/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: 8|app: 0|req: 1632/3185] 10.0.0.220 () {34 vars in 753 bytes} [Tue Aug 11 12:27:40 2026] PUT /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1554/3186] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:40 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 34 bytes in 46 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: 1633/3187] 10.0.0.220 () {34 vars in 775 bytes} [Tue Aug 11 12:27:41 2026] PUT /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/black.or.white => generated 4 bytes in 89 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: 1555/3188] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1634/3189] 10.0.0.220 () {34 vars in 746 bytes} [Tue Aug 11 12:27:41 2026] PUT /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 37 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: 7|app: 0|req: 1556/3190] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1635/3191] 10.0.0.220 () {32 vars in 734 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:27:41.457 7 INFO neutron.api.v2.resource [None req-bca9d28f-f959-4dd3-9d66-a31622735c24 e387e9792d3b4d0b87f3a8f33de52636 b6425cf870a64c879b95783bcb9ed21e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3192] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1636/3193] 10.0.0.220 () {32 vars in 737 bytes} [Tue Aug 11 12:27:41 2026] DELETE /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/red => generated 0 bytes in 74 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: 1558/3194] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:27:41.656 8 INFO neutron.api.v2.resource [None req-4ff6cb1f-1d16-4d0c-bc6f-f135022bbe38 e387e9792d3b4d0b87f3a8f33de52636 b6425cf870a64c879b95783bcb9ed21e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3195] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:27:41 2026] DELETE /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1559/3196] 10.0.0.220 () {32 vars in 729 bytes} [Tue Aug 11 12:27:41 2026] DELETE /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1638/3197] 10.0.0.220 () {32 vars in 726 bytes} [Tue Aug 11 12:27:41 2026] GET /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633/tags => generated 12 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, ' 2026-08-11 12:27:41.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-39782d8f-b4a9-451e-9488-f970d4d54fcf e387e9792d3b4d0b87f3a8f33de52636 b6425cf870a64c879b95783bcb9ed21e - - default default] TaaS: Handle Delete Port: e7dd14aa-4b08-4bac-833e-8955c955a633 2026-08-11 12:27:41.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39782d8f-b4a9-451e-9488-f970d4d54fcf e387e9792d3b4d0b87f3a8f33de52636 b6425cf870a64c879b95783bcb9ed21e - - default default] Tap Mirror: Handle Delete Port: e7dd14aa-4b08-4bac-833e-8955c955a633 [pid: 7|app: 0|req: 1560/3198] 10.0.0.220 () {32 vars in 719 bytes} [Tue Aug 11 12:27:41 2026] DELETE /v2.0/ports/e7dd14aa-4b08-4bac-833e-8955c955a633 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 12:27:42.111 8 INFO neutron.services.segments.plugin [-] Segment 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb resource provider aggregate not found 2026-08-11 12:27:42.117 8 INFO neutron.services.segments.plugin [-] Segment 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb resource provider aggregate not found 2026-08-11 12:27:42.130 8 INFO neutron.services.segments.plugin [-] Segment 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb found for delete ", "request_id": "req-631d2c95-d14d-4415-974c-da8e0373048e"}]} 2026-08-11 12:27:42.131 8 INFO neutron.services.segments.plugin [-] Segment 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95eeb1-9795-4db0-b2ba-7d59ddb8e3eb found for delete ", "request_id": "req-34220860-df0e-4f68-86b7-5e90b0ed9599"}]} [pid: 8|app: 0|req: 1639/3199] 10.0.0.220 () {32 vars in 725 bytes} [Tue Aug 11 12:27:42 2026] DELETE /v2.0/networks/9448b44e-6c47-4990-8b74-cc3d3b6069b4 => 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: 1561/3200] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:42 2026] GET /v2.0/security-groups?tenant_id=f36f992447d748d7ab6c9efe15b46545&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3201] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:43 2026] DELETE /v2.0/security-groups/e13a93a4-2636-40ea-879d-38bb8e99ee3c => 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: 1562/3202] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:43 2026] GET /v2.0/security-groups?tenant_id=b6425cf870a64c879b95783bcb9ed21e&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3203] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:43 2026] DELETE /v2.0/security-groups/c527310f-a378-4e69-89da-5608a3a8e112 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:46.829 7 INFO neutron.db.segments_db [None req-d76474b1-0e96-445f-a63b-378735ce062e 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] Added segment 7df9e94a-a454-42fa-90b1-a825345183c5 of type vxlan for network e7e8a034-4dcc-4b46-93b8-9d8a4df06e28 2026-08-11 12:27:47.062 7 INFO neutron.db.l3_hamode_db [None req-d76474b1-0e96-445f-a63b-378735ce062e 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:27:47.218 7 INFO neutron.db.l3_hamode_db [None req-d76474b1-0e96-445f-a63b-378735ce062e 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1563/3204] 10.0.0.220 () {34 vars in 667 bytes} [Tue Aug 11 12:27:46 2026] POST /v2.0/routers => generated 474 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3205] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:47 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3206] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:47 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3207] 10.0.0.220 () {34 vars in 761 bytes} [Tue Aug 11 12:27:48 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/green => generated 4 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3208] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:48 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3209] 10.0.0.220 () {34 vars in 757 bytes} [Tue Aug 11 12:27:48 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/red => generated 4 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3210] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:48 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3211] 10.0.0.220 () {34 vars in 779 bytes} [Tue Aug 11 12:27:48 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/black.or.white => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3212] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:48 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3213] 10.0.0.220 () {34 vars in 750 bytes} [Tue Aug 11 12:27:48 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3216] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:48 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3217] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:48 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/red => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:49.176 7 INFO neutron.api.v2.resource [None req-3d25b506-a7bd-4c29-b7ad-5c40d8caaa41 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3218] 10.0.0.220 () {32 vars in 742 bytes} [Tue Aug 11 12:27:49 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3219] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:27:49 2026] DELETE /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3220] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:49 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 30 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:49.499 8 INFO neutron.api.v2.resource [None req-248131ad-3e7a-4895-a162-d662c7abce6c 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3221] 10.0.0.220 () {32 vars in 745 bytes} [Tue Aug 11 12:27:49 2026] DELETE /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3222] 10.0.0.220 () {32 vars in 733 bytes} [Tue Aug 11 12:27:49 2026] DELETE /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => 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: 1652/3223] 10.0.0.220 () {32 vars in 730 bytes} [Tue Aug 11 12:27:49 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb/tags => generated 12 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3224] 10.0.0.220 () {32 vars in 720 bytes} [Tue Aug 11 12:27:49 2026] GET /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3225] 10.0.0.220 () {34 vars in 741 bytes} [Tue Aug 11 12:27:49 2026] PUT /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb => generated 480 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3226] 10.0.0.220 () {32 vars in 735 bytes} [Tue Aug 11 12:27:50 2026] GET /v2.0/ports?device_id=7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:50.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-c80d939a-7e45-4529-9e97-1ed9f8013bc2 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] TaaS: Handle Delete Port: d5cd1597-f676-4ca4-b663-23b8cf414346 2026-08-11 12:27:50.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c80d939a-7e45-4529-9e97-1ed9f8013bc2 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] Tap Mirror: Handle Delete Port: d5cd1597-f676-4ca4-b663-23b8cf414346 2026-08-11 12:27:50.807 8 INFO neutron.services.segments.plugin [-] Segment 7df9e94a-a454-42fa-90b1-a825345183c5 resource provider aggregate not found 2026-08-11 12:27:50.813 8 INFO neutron.services.segments.plugin [-] Segment 7df9e94a-a454-42fa-90b1-a825345183c5 resource provider aggregate not found 2026-08-11 12:27:50.829 8 INFO neutron.services.segments.plugin [-] Segment 7df9e94a-a454-42fa-90b1-a825345183c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7df9e94a-a454-42fa-90b1-a825345183c5 found for delete ", "request_id": "req-3d83dbc7-d515-40c8-8766-5afab9706052"}]} 2026-08-11 12:27:50.830 8 INFO neutron.services.segments.plugin [-] Segment 7df9e94a-a454-42fa-90b1-a825345183c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7df9e94a-a454-42fa-90b1-a825345183c5 found for delete ", "request_id": "req-e20fe567-0721-4d34-8b89-99d7d5cbb8b8"}]} 2026-08-11 12:27:50.842 8 INFO neutron.db.l3_hamode_db [None req-c80d939a-7e45-4529-9e97-1ed9f8013bc2 3746518fade94d63a202886f2c8396e0 74fce55b662744aa8adec788ac1add35 - - default default] HA network e7e8a034-4dcc-4b46-93b8-9d8a4df06e28 was deleted as no HA routers are present in tenant 74fce55b662744aa8adec788ac1add35. [pid: 8|app: 0|req: 1654/3227] 10.0.0.220 () {32 vars in 723 bytes} [Tue Aug 11 12:27:50 2026] DELETE /v2.0/routers/7cbcb3f3-0043-4c8d-8d6e-949cef75fcdb => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3228] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:51 2026] GET /v2.0/security-groups?tenant_id=74fce55b662744aa8adec788ac1add35&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3229] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:51 2026] DELETE /v2.0/security-groups/06517d7f-c2ec-4434-b48b-1e30fbb989f7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3230] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:51 2026] GET /v2.0/security-groups?tenant_id=d5bfb1c994ab4b61a79b5b808439113e&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3231] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:52 2026] DELETE /v2.0/security-groups/da6265f1-7405-4a58-8e41-e51448442d03 => 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: 1576/3232] 10.0.0.220 () {34 vars in 675 bytes} [Tue Aug 11 12:27:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3233] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:55 2026] PUT /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3234] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3235] 10.0.0.220 () {34 vars in 769 bytes} [Tue Aug 11 12:27:55 2026] PUT /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3236] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3237] 10.0.0.220 () {34 vars in 765 bytes} [Tue Aug 11 12:27:55 2026] PUT /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3238] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3239] 10.0.0.220 () {34 vars in 787 bytes} [Tue Aug 11 12:27:55 2026] PUT /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3240] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3241] 10.0.0.220 () {34 vars in 758 bytes} [Tue Aug 11 12:27:55 2026] PUT /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/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: 1581/3242] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3243] 10.0.0.220 () {32 vars in 746 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:27:55.966 7 INFO neutron.api.v2.resource [None req-da5d165b-599a-489a-8028-761fa21b46cd e66b2649a44b42bfae2d3e7e9447497e 54469309d0474964a36a3f631e5f9961 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3244] 10.0.0.220 () {32 vars in 750 bytes} [Tue Aug 11 12:27:55 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3245] 10.0.0.220 () {32 vars in 749 bytes} [Tue Aug 11 12:27:55 2026] DELETE /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/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: 1583/3246] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:56 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:27:56.074 8 INFO neutron.api.v2.resource [None req-2c3ad91a-826b-4c32-8927-8961a4612fd9 e66b2649a44b42bfae2d3e7e9447497e 54469309d0474964a36a3f631e5f9961 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3247] 10.0.0.220 () {32 vars in 753 bytes} [Tue Aug 11 12:27:56 2026] DELETE /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3248] 10.0.0.220 () {32 vars in 741 bytes} [Tue Aug 11 12:27:56 2026] DELETE /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3249] 10.0.0.220 () {32 vars in 738 bytes} [Tue Aug 11 12:27:56 2026] GET /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567/tags => 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: 1585/3250] 10.0.0.220 () {32 vars in 731 bytes} [Tue Aug 11 12:27:56 2026] DELETE /v2.0/subnetpools/b6ac34b1-fa96-48fe-a551-6904bac7c567 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3251] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:56 2026] GET /v2.0/security-groups?tenant_id=54469309d0474964a36a3f631e5f9961&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3252] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:57 2026] DELETE /v2.0/security-groups/882e6949-da95-44ca-8395-9360c1fad4f8 => 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: 1667/3253] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:27:57 2026] GET /v2.0/security-groups?tenant_id=c99d34c0b2b34a409c2bf6fb3f132936&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3254] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:27:57 2026] DELETE /v2.0/security-groups/2a56e1dc-d133-4577-8792-2045784bcb27 => 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: 1668/3255] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:28:00 2026] GET /v2.0/security-groups?tenant_id=892cb165b4824e6fbe1903f644864f17&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3256] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:28:01 2026] DELETE /v2.0/security-groups/74a6bed3-a981-4c9e-93a3-8a7b6a6e1fb3 => 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: 1669/3257] 10.0.0.220 () {32 vars in 773 bytes} [Tue Aug 11 12:28:01 2026] GET /v2.0/security-groups?tenant_id=4c0d37939dfb417881c31b477c93dc60&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3258] 10.0.0.220 () {32 vars in 739 bytes} [Tue Aug 11 12:28:01 2026] DELETE /v2.0/security-groups/38da41a9-3bcc-4874-aa7d-f5668b67a647 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3261] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:28:04 2026] GET /v2.0/networks => generated 2168 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3262] 10.0.0.220 () {32 vars in 654 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/floatingips => 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: 1672/3263] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3264] 10.0.0.220 () {32 vars in 642 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3265] 10.0.0.220 () {32 vars in 646 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3266] 10.0.0.220 () {32 vars in 648 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3267] 10.0.0.220 () {32 vars in 662 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3268] 10.0.0.220 () {32 vars in 654 bytes} [Tue Aug 11 12:28:05 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)