+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 00:52:49 2026] *** compiled with version: 13.3.0 on 22 April 2026 15:36:10 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-698f86d9c9-vs6k2 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f16e86e6668 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-04-23 00:52:53.932 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 00:52:53.932 7 INFO neutron.common.config [-] uwsgi version 27.0.2 2026-04-23 00:52:53.978 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 00:52:53.978 8 INFO neutron.common.config [-] uwsgi version 27.0.2 2026-04-23 00:52:54.299 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 00:52:54.352 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 00:52:55.803 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:52:55.805 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 00:52:55.809 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 00:52:55.810 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:52:55.810 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 00:52:55.810 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 00:52:55.810 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.818 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.818 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.818 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:52:55.840 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 00:52:55.841 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:52:55.841 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 00:52:55.867 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 00:52:55.867 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 00:52:55.867 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 00:52:55.867 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 00:52:55.974 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:52:55.976 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 00:52:55.980 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 00:52:55.981 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:52:55.982 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 00:52:55.982 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 00:52:55.982 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.990 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.990 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:52:55.990 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:52:56.012 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 00:52:56.014 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:52:56.014 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 00:52:56.042 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 00:52:56.042 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 00:52:56.042 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 00:52:56.042 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 00:52:56.147 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 00:52:56.340 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 00:52:56.430 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 00:52:56.430 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 00:52:56.430 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 00:52:56.449 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 00:52:56.449 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 00:52:56.449 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 00:52:56.449 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 00:52:56.449 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing extension driver 'qos' 2026-04-23 00:52:56.450 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 00:52:56.450 7 INFO neutron.plugins.ml2.managers [None req-6409eeed-ad6d-4b24-8bc7-2539abcd5011 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 00:52:56.468 7 INFO neutron.quota [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded quota_driver: . 2026-04-23 00:52:56.469 7 INFO neutron.plugins.ml2.plugin [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 00:52:56.469 7 INFO neutron.plugins.ml2.managers [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 00:52:56.469 7 INFO neutron.plugins.ml2.managers [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 00:52:56.469 7 INFO neutron.plugins.ml2.managers [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 00:52:56.469 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: qos 2026-04-23 00:52:56.482 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: router 2026-04-23 00:52:56.524 7 INFO neutron.services.service_base [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 00:52:56.524 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: segments 2026-04-23 00:52:56.620 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: trunk 2026-04-23 00:52:56.632 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 00:52:56.633 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 00:52:56.633 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 00:52:56.635 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: vpnaas 2026-04-23 00:52:56.646 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 00:52:56.646 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 00:52:56.646 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 00:52:56.647 8 INFO neutron.plugins.ml2.extensions.port_security [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 00:52:56.647 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing extension driver 'qos' 2026-04-23 00:52:56.647 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 00:52:56.647 8 INFO neutron.plugins.ml2.managers [None req-0879bab4-4e59-4087-830b-da0a398178d5 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 00:52:56.660 8 INFO neutron.quota [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded quota_driver: . 2026-04-23 00:52:56.661 8 INFO neutron.plugins.ml2.plugin [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 00:52:56.661 8 INFO neutron.plugins.ml2.managers [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 00:52:56.661 8 INFO neutron.plugins.ml2.managers [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 00:52:56.661 8 INFO neutron.plugins.ml2.managers [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 00:52:56.661 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: qos 2026-04-23 00:52:56.673 7 WARNING stevedore.named [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 00:52:56.675 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: router 2026-04-23 00:52:56.728 8 INFO neutron.services.service_base [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 00:52:56.728 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: segments 2026-04-23 00:52:56.741 7 INFO neutron_vpnaas.services.vpn.plugin [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 00:52:56.741 7 INFO neutron.common.utils [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 00:52:56.741 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: taas 2026-04-23 00:52:56.767 7 WARNING stevedore.named [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 00:52:56.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 00:52:56.792 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: tapmirror 2026-04-23 00:52:56.804 7 WARNING stevedore.named [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 00:52:56.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 00:52:56.820 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: auto_allocate 2026-04-23 00:52:56.828 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: trunk 2026-04-23 00:52:56.829 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: tag 2026-04-23 00:52:56.838 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: timestamp 2026-04-23 00:52:56.841 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 00:52:56.843 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: vpnaas 2026-04-23 00:52:56.845 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: flavors 2026-04-23 00:52:56.848 7 INFO neutron.manager [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loading Plugin: revisions 2026-04-23 00:52:56.852 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Initializing extension manager. 2026-04-23 00:52:56.853 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: address-group 2026-04-23 00:52:56.854 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: address-scope 2026-04-23 00:52:56.854 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 00:52:56.855 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: agent 2026-04-23 00:52:56.856 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 00:52:56.857 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 00:52:56.858 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 00:52:56.858 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: availability_zone 2026-04-23 00:52:56.859 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 00:52:56.859 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 00:52:56.860 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: default-subnetpools 2026-04-23 00:52:56.861 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 00:52:56.862 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: dns-integration 2026-04-23 00:52:56.862 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 00:52:56.863 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 00:52:56.864 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: dvr 2026-04-23 00:52:56.864 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 00:52:56.865 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 00:52:56.865 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:52:56.866 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 00:52:56.866 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: external-net 2026-04-23 00:52:56.867 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 00:52:56.867 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: extraroute 2026-04-23 00:52:56.868 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 00:52:56.869 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 00:52:56.870 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 00:52:56.870 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 00:52:56.871 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 00:52:56.871 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: fip-port-details 2026-04-23 00:52:56.872 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: flavors 2026-04-23 00:52:56.873 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 00:52:56.874 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: floatingip-pools 2026-04-23 00:52:56.875 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: ip_allocation 2026-04-23 00:52:56.875 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 00:52:56.876 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: l2_adjacency 2026-04-23 00:52:56.877 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: router 2026-04-23 00:52:56.879 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:52:56.879 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 00:52:56.880 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 00:52:56.880 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 00:52:56.881 8 WARNING stevedore.named [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 00:52:56.881 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: l3-ha 2026-04-23 00:52:56.881 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:52:56.882 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 00:52:56.882 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: l3-flavors 2026-04-23 00:52:56.883 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:52:56.884 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 00:52:56.886 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 00:52:56.887 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 00:52:56.888 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 00:52:56.889 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 00:52:56.890 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 00:52:56.890 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: multi-provider 2026-04-23 00:52:56.891 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: net-mtu 2026-04-23 00:52:56.891 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 00:52:56.892 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: network_availability_zone 2026-04-23 00:52:56.892 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: network_ha 2026-04-23 00:52:56.893 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: network-ip-availability 2026-04-23 00:52:56.894 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 00:52:56.894 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: pagination 2026-04-23 00:52:56.895 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-device-profile 2026-04-23 00:52:56.895 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 00:52:56.896 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 00:52:56.897 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 00:52:56.897 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-mac-override 2026-04-23 00:52:56.898 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 00:52:56.898 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 00:52:56.899 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 00:52:56.899 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-resource-request 2026-04-23 00:52:56.900 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 00:52:56.900 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 00:52:56.901 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: binding 2026-04-23 00:52:56.902 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: binding-extended 2026-04-23 00:52:56.902 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-security 2026-04-23 00:52:56.903 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: project-id 2026-04-23 00:52:56.903 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: provider 2026-04-23 00:52:56.904 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 00:52:56.907 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos 2026-04-23 00:52:56.908 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 00:52:56.909 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 00:52:56.909 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-default 2026-04-23 00:52:56.910 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-fip 2026-04-23 00:52:56.910 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 00:52:56.911 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 00:52:56.911 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 00:52:56.912 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 00:52:56.912 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 00:52:56.913 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-pps 2026-04-23 00:52:56.914 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 00:52:56.914 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 00:52:56.915 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 00:52:56.915 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: quota-check-limit 2026-04-23 00:52:56.916 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 00:52:56.918 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: quotas 2026-04-23 00:52:56.919 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: quota_details 2026-04-23 00:52:56.920 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: rbac-policies 2026-04-23 00:52:56.921 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: rbac-address-group 2026-04-23 00:52:56.921 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 00:52:56.922 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 00:52:56.922 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 00:52:56.923 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: revision-if-match 2026-04-23 00:52:56.924 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 00:52:56.924 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: router_availability_zone 2026-04-23 00:52:56.925 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 00:52:56.926 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 00:52:56.927 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 00:52:56.927 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 00:52:56.928 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 00:52:56.928 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 00:52:56.929 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 00:52:56.933 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: security-group 2026-04-23 00:52:56.935 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: segment 2026-04-23 00:52:56.935 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 00:52:56.936 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: service-type 2026-04-23 00:52:56.936 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: sorting 2026-04-23 00:52:56.937 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 00:52:56.937 8 INFO neutron_vpnaas.services.vpn.plugin [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 00:52:56.937 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: standard-attr-description 2026-04-23 00:52:56.938 8 INFO neutron.common.utils [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 00:52:56.938 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: taas 2026-04-23 00:52:56.938 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: stateful-security-group 2026-04-23 00:52:56.938 7 WARNING neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 00:52:56.939 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 00:52:56.939 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnet-external-network 2026-04-23 00:52:56.940 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnet_onboard 2026-04-23 00:52:56.940 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 00:52:56.941 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnet-service-types 2026-04-23 00:52:56.942 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnet_allocation 2026-04-23 00:52:56.942 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 00:52:56.943 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: tag-creation 2026-04-23 00:52:56.943 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 00:52:56.947 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 00:52:56.948 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 00:52:56.948 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: trunk 2026-04-23 00:52:56.949 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: trunk-details 2026-04-23 00:52:56.949 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 00:52:56.950 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 00:52:56.951 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 00:52:56.951 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 00:52:56.953 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 00:52:56.954 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 00:52:56.954 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: vpn-flavors 2026-04-23 00:52:56.956 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: vpnaas 2026-04-23 00:52:56.957 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: taas 2026-04-23 00:52:56.958 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: tap-mirror 2026-04-23 00:52:56.959 7 INFO neutron.api.extensions [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 00:52:56.959 8 WARNING stevedore.named [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 00:52:56.961 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 00:52:56.961 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 00:52:56.961 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:56.962 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 00:52:56.965 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 00:52:56.966 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 00:52:56.970 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 00:52:56.971 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 00:52:56.971 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 00:52:56.972 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:56.972 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] subnetpool is already registered 2026-04-23 00:52:56.973 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:56.973 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] subnetpool is already registered 2026-04-23 00:52:56.973 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 00:52:56.974 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:56.974 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:56.974 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 00:52:56.975 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 00:52:56.975 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 00:52:56.976 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:56.976 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:56.976 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:56.976 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ikepolicy is already registered 2026-04-23 00:52:56.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 00:52:56.979 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: tapmirror 2026-04-23 00:52:56.981 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 00:52:56.981 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] router is already registered 2026-04-23 00:52:56.981 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 00:52:56.981 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] floatingip is already registered 2026-04-23 00:52:56.985 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 00:52:56.985 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] rbac_policy is already registered 2026-04-23 00:52:56.985 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 00:52:56.986 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] security_group is already registered 2026-04-23 00:52:56.986 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 00:52:56.986 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] security_group_rule is already registered 2026-04-23 00:52:56.987 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:56.987 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] subnetpool is already registered 2026-04-23 00:52:56.987 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:56.988 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] subnetpool is already registered 2026-04-23 00:52:56.988 8 WARNING stevedore.named [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 00:52:56.988 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 00:52:56.988 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] trunk is already registered 2026-04-23 00:52:56.988 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:56.989 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ikepolicy is already registered 2026-04-23 00:52:56.989 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:56.989 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:56.989 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 00:52:56.990 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] endpoint_group is already registered 2026-04-23 00:52:56.990 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 00:52:56.990 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] vpnservice is already registered 2026-04-23 00:52:56.990 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 00:52:56.991 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ipsec_site_connection is already registered 2026-04-23 00:52:56.991 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:56.991 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:56.991 7 INFO neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:56.992 7 WARNING neutron.quota.resource_registry [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] ikepolicy is already registered 2026-04-23 00:52:57.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 00:52:57.002 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 00:52:57.008 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: tag 2026-04-23 00:52:57.016 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: timestamp 2026-04-23 00:52:57.019 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 00:52:57.022 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: flavors 2026-04-23 00:52:57.025 8 INFO neutron.manager [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loading Plugin: revisions 2026-04-23 00:52:57.029 7 WARNING keystonemiddleware._common.config [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 00:52:57.030 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Initializing extension manager. 2026-04-23 00:52:57.031 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: address-group 2026-04-23 00:52:57.032 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: address-scope 2026-04-23 00:52:57.032 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 00:52:57.033 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: agent 2026-04-23 00:52:57.034 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 00:52:57.035 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 00:52:57.036 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 00:52:57.036 7 WARNING oslo_config.cfg [None req-6ab70a2c-0cb4-49f5-b88a-1bcc8945433e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 00:52:57.037 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: availability_zone 2026-04-23 00:52:57.037 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 00:52:57.038 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 00:52:57.038 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: default-subnetpools WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f16e86e6668 pid: 7 (default app) 2026-04-23 00:52:57.040 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 00:52:57.040 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: dns-integration 2026-04-23 00:52:57.041 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 00:52:57.041 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 00:52:57.042 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: dvr 2026-04-23 00:52:57.042 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 00:52:57.043 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 00:52:57.043 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:52:57.044 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 00:52:57.044 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: external-net 2026-04-23 00:52:57.045 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 00:52:57.045 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: extraroute 2026-04-23 00:52:57.046 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 00:52:57.046 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 00:52:57.047 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 00:52:57.047 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 00:52:57.048 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 00:52:57.048 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: fip-port-details 2026-04-23 00:52:57.049 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: flavors 2026-04-23 00:52:57.050 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 00:52:57.052 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 00:52:57.052 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: ip_allocation 2026-04-23 00:52:57.053 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 00:52:57.054 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 00:52:57.055 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: router 2026-04-23 00:52:57.057 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:52:57.057 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 00:52:57.058 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 00:52:57.058 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 00:52:57.059 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: l3-ha 2026-04-23 00:52:57.060 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:52:57.060 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 00:52:57.061 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: l3-flavors 2026-04-23 00:52:57.062 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:52:57.062 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 00:52:57.064 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 00:52:57.066 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 00:52:57.067 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 00:52:57.068 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 00:52:57.068 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 00:52:57.069 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: multi-provider 2026-04-23 00:52:57.069 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: net-mtu 2026-04-23 00:52:57.070 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 00:52:57.070 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 00:52:57.071 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: network_ha 2026-04-23 00:52:57.072 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 00:52:57.073 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 00:52:57.074 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: pagination 2026-04-23 00:52:57.074 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-device-profile 2026-04-23 00:52:57.075 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 00:52:57.075 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 00:52:57.076 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 00:52:57.076 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-mac-override 2026-04-23 00:52:57.080 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 00:52:57.081 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 00:52:57.082 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 00:52:57.082 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-resource-request 2026-04-23 00:52:57.083 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 00:52:57.084 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 00:52:57.085 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: binding 2026-04-23 00:52:57.086 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: binding-extended 2026-04-23 00:52:57.086 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-security 2026-04-23 00:52:57.087 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: project-id 2026-04-23 00:52:57.088 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: provider 2026-04-23 00:52:57.088 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 00:52:57.093 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos 2026-04-23 00:52:57.094 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 00:52:57.094 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 00:52:57.095 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-default 2026-04-23 00:52:57.095 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-fip 2026-04-23 00:52:57.096 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 00:52:57.096 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 00:52:57.097 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 00:52:57.097 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 00:52:57.098 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 00:52:57.099 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-pps 2026-04-23 00:52:57.099 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 00:52:57.100 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 00:52:57.100 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 00:52:57.101 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 00:52:57.101 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 00:52:57.104 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: quotas 2026-04-23 00:52:57.105 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: quota_details 2026-04-23 00:52:57.106 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: rbac-policies 2026-04-23 00:52:57.107 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 00:52:57.107 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 00:52:57.108 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 00:52:57.108 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 00:52:57.109 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: revision-if-match 2026-04-23 00:52:57.109 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 00:52:57.110 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 00:52:57.110 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 00:52:57.112 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 00:52:57.112 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 00:52:57.113 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 00:52:57.113 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 00:52:57.114 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 00:52:57.115 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 00:52:57.119 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: security-group 2026-04-23 00:52:57.120 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: segment 2026-04-23 00:52:57.121 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 00:52:57.121 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: service-type 2026-04-23 00:52:57.122 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: sorting 2026-04-23 00:52:57.122 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 00:52:57.123 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 00:52:57.123 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 00:52:57.125 8 WARNING neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 00:52:57.125 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 00:52:57.126 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 00:52:57.126 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 00:52:57.127 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 00:52:57.127 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 00:52:57.128 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 00:52:57.128 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 00:52:57.129 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: tag-creation 2026-04-23 00:52:57.129 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 00:52:57.134 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 00:52:57.134 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 00:52:57.135 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: trunk 2026-04-23 00:52:57.135 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: trunk-details 2026-04-23 00:52:57.136 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 00:52:57.136 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 00:52:57.137 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 00:52:57.138 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 00:52:57.140 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 00:52:57.140 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 00:52:57.141 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 00:52:57.143 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: vpnaas 2026-04-23 00:52:57.144 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: taas 2026-04-23 00:52:57.145 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: tap-mirror 2026-04-23 00:52:57.145 8 INFO neutron.api.extensions [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 00:52:57.148 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 00:52:57.148 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 00:52:57.148 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:57.148 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 00:52:57.152 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 00:52:57.152 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 00:52:57.157 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 00:52:57.158 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 00:52:57.158 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 00:52:57.159 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:57.159 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] subnetpool is already registered 2026-04-23 00:52:57.159 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:57.160 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] subnetpool is already registered 2026-04-23 00:52:57.160 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 00:52:57.160 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:57.161 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:57.161 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 00:52:57.162 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 00:52:57.162 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 00:52:57.162 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:57.163 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:57.163 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:57.163 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ikepolicy is already registered 2026-04-23 00:52:57.168 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 00:52:57.168 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] router is already registered 2026-04-23 00:52:57.168 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 00:52:57.168 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] floatingip is already registered 2026-04-23 00:52:57.172 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 00:52:57.172 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] rbac_policy is already registered 2026-04-23 00:52:57.172 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 00:52:57.173 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] security_group is already registered 2026-04-23 00:52:57.173 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 00:52:57.173 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] security_group_rule is already registered 2026-04-23 00:52:57.174 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:57.174 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] subnetpool is already registered 2026-04-23 00:52:57.174 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 00:52:57.175 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] subnetpool is already registered 2026-04-23 00:52:57.175 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 00:52:57.175 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] trunk is already registered 2026-04-23 00:52:57.175 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:57.176 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ikepolicy is already registered 2026-04-23 00:52:57.176 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:57.176 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:57.177 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 00:52:57.177 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] endpoint_group is already registered 2026-04-23 00:52:57.177 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 00:52:57.177 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] vpnservice is already registered 2026-04-23 00:52:57.178 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 00:52:57.178 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ipsec_site_connection is already registered 2026-04-23 00:52:57.178 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 00:52:57.178 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ipsecpolicy is already registered 2026-04-23 00:52:57.179 8 INFO neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 00:52:57.179 8 WARNING neutron.quota.resource_registry [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] ikepolicy is already registered 2026-04-23 00:52:57.218 8 WARNING keystonemiddleware._common.config [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 00:52:57.225 8 WARNING oslo_config.cfg [None req-7d7c1adf-9d11-41fc-9f93-5fe33bce31e8 - - - - - -] 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 0x7f16e86e6668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 00:53:01.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0cfc993-aa18-4e4d-82ba-7401046cc02c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:00 2026] GET /v2.0/networks/public => generated 108 bytes in 756 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 00:53:02.136 7 WARNING neutron.services.revisions.revision_plugin [None req-810887fa-bfdf-48d2-ba11-3f0fc2f965cf 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Could not find related network for resource to bump revision. 2026-04-23 00:53:02.155 7 INFO neutron.db.segments_db [None req-810887fa-bfdf-48d2-ba11-3f0fc2f965cf 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 2867d528-b1d3-4cd0-8d63-f05a44191490 of type flat for network 433718c5-c305-4700-9de2-545c978b8dec 2026-04-23 00:53:02.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-810887fa-bfdf-48d2-ba11-3f0fc2f965cf 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.229 () {48 vars in 967 bytes} [Thu Apr 23 00:53:01 2026] POST /v2.0/networks => generated 124 bytes in 455 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 00:53:08.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b103dc78-96f5-4297-9a3c-34e550c7d888 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:08 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 00:53:08.254 7 WARNING neutron.services.revisions.revision_plugin [None req-5beaf3e1-34f1-418c-a00e-178cf3641428 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Could not find related network for resource to bump revision. 2026-04-23 00:53:08.265 7 INFO neutron.db.segments_db [None req-5beaf3e1-34f1-418c-a00e-178cf3641428 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment df163d9c-586b-47f3-aee7-5c44eb410665 of type flat for network 56416699-f3d6-4b09-b061-369911fe6db6 2026-04-23 00:53:08.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5beaf3e1-34f1-418c-a00e-178cf3641428 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.229 () {48 vars in 967 bytes} [Thu Apr 23 00:53:08 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 00:53:14.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07d3ac36-b814-41a0-b6fc-a78e4fa44f49 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:14 2026] GET /v2.0/networks/public => generated 108 bytes in 378 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 00:53:14.764 8 WARNING neutron.services.revisions.revision_plugin [None req-86332ad3-f29f-446b-9082-257bb22e6b0c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Could not find related network for resource to bump revision. 2026-04-23 00:53:14.787 8 INFO neutron.db.segments_db [None req-86332ad3-f29f-446b-9082-257bb22e6b0c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 757f93c4-da06-4a07-882b-992dc5718a11 of type flat for network fc15f380-38f0-4df8-b6a6-f53032f42a11 2026-04-23 00:53:14.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86332ad3-f29f-446b-9082-257bb22e6b0c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.229 () {48 vars in 967 bytes} [Thu Apr 23 00:53:14 2026] POST /v2.0/networks => generated 124 bytes in 315 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 00:53:20.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d2484a9-5bfc-4faf-842e-a9619a638f8a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:20 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:20 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-04-23 00:53:20.722 8 WARNING neutron.services.revisions.revision_plugin [None req-18460311-d8f8-49d5-925c-6e2c75840cf3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Could not find related network for resource to bump revision. 2026-04-23 00:53:20.743 8 INFO neutron.db.segments_db [None req-18460311-d8f8-49d5-925c-6e2c75840cf3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment c4535d4b-f430-45bb-9de7-5c5b289b4052 of type flat for network d827d3c9-88af-49d9-8a52-97137fca9e6e 2026-04-23 00:53:20.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18460311-d8f8-49d5-925c-6e2c75840cf3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.229 () {48 vars in 967 bytes} [Thu Apr 23 00:53:20 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 00:53:26.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-216e207f-cc0f-46a8-9fb9-bc56cf4d2e15 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:26 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:26 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-04-23 00:53:26.683 7 WARNING neutron.services.revisions.revision_plugin [None req-1da3da1d-8932-4d2b-b3ae-fed9f475ce94 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Could not find related network for resource to bump revision. 2026-04-23 00:53:26.701 7 INFO neutron.db.segments_db [None req-1da3da1d-8932-4d2b-b3ae-fed9f475ce94 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment c96cda92-31ab-4c58-bfc5-1fda77f27b5f of type flat for network 935aa2a8-eccd-477a-82e0-b92a9b7c12ea [pid: 7|app: 0|req: 12/20] 199.204.45.229 () {48 vars in 967 bytes} [Thu Apr 23 00:53:26 2026] POST /v2.0/networks => generated 706 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 00:53:27.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75cbf541-2fa4-4802-a7ba-7180a487ea79 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 00:53:27 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 00:53:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 00:53:27.993 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce8faad4-15d9-482c-9b60-772ce3262d7c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.229 () {44 vars in 1034 bytes} [Thu Apr 23 00:53:27 2026] GET /v2.0/subnets/public-subnet?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.229 () {44 vars in 1057 bytes} [Thu Apr 23 00:53:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.229 () {48 vars in 965 bytes} [Thu Apr 23 00:53:28 2026] POST /v2.0/subnets => generated 664 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 00:58:15.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec29396a-b3ec-47fa-8de2-8b70cf2f99d3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 30/63] 199.204.45.229 () {44 vars in 937 bytes} [Thu Apr 23 00:58:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/64] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 00:58:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 00:58:15.569 8 INFO neutron.db.segments_db [None req-8f65141b-b572-49fd-a797-7f0462714d14 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 7f1ac168-c684-4ac7-8189-d6fb6064ec9d of type vxlan for network b1170f14-0dd4-4cba-886e-cdd24847d2be [pid: 8|app: 0|req: 31/65] 199.204.45.229 () {48 vars in 966 bytes} [Thu Apr 23 00:58:15 2026] POST /v2.0/networks => generated 707 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 00:58:16.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ee5176a-c087-482e-a6b8-afe8975dd5fe 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.229 () {44 vars in 937 bytes} [Thu Apr 23 00:58:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 00:58:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 00:58:16.623 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0e9e342-e37c-4018-b935-622996f92d40 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 199.204.45.229 () {44 vars in 1036 bytes} [Thu Apr 23 00:58:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.229 () {44 vars in 1059 bytes} [Thu Apr 23 00:58:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => 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: 37/70] 199.204.45.229 () {48 vars in 965 bytes} [Thu Apr 23 00:58:16 2026] POST /v2.0/subnets => generated 651 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 00:58:17.963 8 INFO neutron.api.v2.resource [None req-ed10f567-6263-468f-a752-bc797a22f29a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.229 () {44 vars in 971 bytes} [Thu Apr 23 00:58:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.229 () {44 vars in 993 bytes} [Thu Apr 23 00:58:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.229 () {48 vars in 980 bytes} [Thu Apr 23 00:58:18 2026] POST /v2.0/security-groups => generated 1616 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:19 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 1616 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:19 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:19 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:20 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:20 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:20 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:21 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:21 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:21 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:22 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:22 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:22 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:22 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: 48/92] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:23 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4078 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:23 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:23 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.229 () {44 vars in 987 bytes} [Thu Apr 23 00:58:24 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 00:58:24.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c40041a-1b4f-41f4-a968-4af99317c90c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/97] 199.204.45.229 () {44 vars in 1076 bytes} [Thu Apr 23 00:58:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.229 () {44 vars in 1099 bytes} [Thu Apr 23 00:58:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:24 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.229 () {48 vars in 961 bytes} [Thu Apr 23 00:58:24 2026] POST /v2.0/ports => generated 1096 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 00:58:32.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e107ede1-c418-42b2-be7c-8f4b235b20e4 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/101] 199.204.45.229 () {44 vars in 979 bytes} [Thu Apr 23 00:58:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/102] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.229 () {48 vars in 1031 bytes} [Thu Apr 23 00:58:32 2026] PUT /v2.0/ports/d7ebefcd-a5f6-4206-b2ad-d8bed7aa315d => generated 1245 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.229 () {44 vars in 920 bytes} [Thu Apr 23 00:58:34 2026] GET /v2.0/ports => generated 3726 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 00:58:35.998 7 INFO neutron.api.v2.resource [None req-71839587-e3d2-41a5-809d-dc6b5c6eb83b 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/107] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 00:58:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 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: 52/108] 199.204.45.229 () {44 vars in 981 bytes} [Thu Apr 23 00:58:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.204.45.229 () {48 vars in 980 bytes} [Thu Apr 23 00:58:36 2026] POST /v2.0/security-groups => generated 1610 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:36 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:37 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:37 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:37 2026] POST /v2.0/security-group-rules => generated 621 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:37 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:37 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 00:58:38 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 00:58:38 2026] POST /v2.0/security-group-rules => generated 625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/126] 199.204.45.229 () {44 vars in 975 bytes} [Thu Apr 23 00:59:38 2026] GET /v2.0/quotas/75e8bcca93ea40a3a6013c86562f8c3f => 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: 66/127] 199.204.45.229 () {48 vars in 1027 bytes} [Thu Apr 23 00:59:38 2026] PUT /v2.0/quotas/75e8bcca93ea40a3a6013c86562f8c3f => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:01:48.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-303ef00c-427c-4459-b02f-55af3cd32f4e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/144] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:01:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 205 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: 70/145] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:01:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:01:50.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03a12257-6fee-4671-9cfc-9798d82edbb4 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/148] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:01:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/149] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:01:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:08:06.226 7 INFO neutron.api.v2.resource [None req-388cae62-02e4-46e1-80b2-a653ec35394f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/200] 199.204.45.229 () {44 vars in 1074 bytes} [Thu Apr 23 01:08:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 139 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/201] 199.204.45.229 () {44 vars in 1097 bytes} [Thu Apr 23 01:08:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 23 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/202] 199.204.45.229 () {48 vars in 981 bytes} [Thu Apr 23 01:08:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/203] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:07 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 1624 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/204] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:08:07 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/205] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:07 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 1624 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/206] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 01:08:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/207] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:08 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => 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: 107/208] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:08:08 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:08 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => 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: 108/210] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 01:08:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/211] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:09 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/212] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:08:09 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:10 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 01:08:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:11 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 3460 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:08:11 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:08:11 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.204.45.229 () {48 vars in 991 bytes} [Thu Apr 23 01:08:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/237] 199.204.45.229 () {30 vars in 740 bytes} [Thu Apr 23 01:10:25 2026] GET /v2.0/networks?tenant_id=d9b5c3499f4a4428b8a99531c319cb63&shared=False => generated 15 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:10:25.239 8 INFO neutron.db.segments_db [None req-ec7821e0-04c4-484b-9b4d-d81d0254787d d90ea29677b14a15b8bf7917e63a071d d9b5c3499f4a4428b8a99531c319cb63 - - 496aee4d0ce24aeab5cb67106bb21643 496aee4d0ce24aeab5cb67106bb21643] Added segment 403e55b2-18de-4b5d-9c2b-e55a56a9573a of type vxlan for network 77e7c874-3da7-4fbb-954a-650ea68ea3e9 [pid: 8|app: 0|req: 116/238] 199.204.45.229 () {34 vars in 682 bytes} [Thu Apr 23 01:10:25 2026] POST /v2.0/networks => generated 718 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/239] 199.204.45.229 () {30 vars in 722 bytes} [Thu Apr 23 01:10:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 117/240] 199.204.45.229 () {30 vars in 633 bytes} [Thu Apr 23 01:10:25 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/241] 199.204.45.229 () {34 vars in 677 bytes} [Thu Apr 23 01:10:25 2026] POST /v2.0/ports => generated 999 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/242] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:10:25 2026] GET /v2.0/networks/77e7c874-3da7-4fbb-954a-650ea68ea3e9 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/243] 199.204.45.229 () {30 vars in 722 bytes} [Thu Apr 23 01:10:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/244] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:10:27 2026] GET /v2.0/networks/77e7c874-3da7-4fbb-954a-650ea68ea3e9 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/247] 199.204.45.229 () {44 vars in 975 bytes} [Thu Apr 23 01:10:44 2026] GET /v2.0/quotas/d9b5c3499f4a4428b8a99531c319cb63 => 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: 121/248] 199.204.45.229 () {48 vars in 1027 bytes} [Thu Apr 23 01:10:44 2026] PUT /v2.0/quotas/d9b5c3499f4a4428b8a99531c319cb63 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:27.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb578f0d-630c-4371-8b07-c38fc71071ea 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/335] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 01:21:27 2026] GET /v2.0/networks/public => generated 108 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/336] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 01:21:27 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-04-23 01:21:28.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbc5aa0f-e07e-4c46-b8c3-52a49ad37e67 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/337] 199.204.45.229 () {44 vars in 927 bytes} [Thu Apr 23 01:21:28 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/338] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 01:21:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:28.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1271783f-8dfa-4a35-afc3-1c9d1dbf20b8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/339] 199.204.45.229 () {44 vars in 1034 bytes} [Thu Apr 23 01:21:28 2026] GET /v2.0/subnets/public-subnet?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/340] 199.204.45.229 () {44 vars in 1057 bytes} [Thu Apr 23 01:21:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:54.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4bf7f48-2f8f-40af-8dc3-1b5778fac4e3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/345] 199.204.45.229 () {44 vars in 937 bytes} [Thu Apr 23 01:21:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/346] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 01:21:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:55.882 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd08740b-e920-446f-9a85-f068874c7799 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/347] 199.204.45.229 () {44 vars in 937 bytes} [Thu Apr 23 01:21:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/348] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 01:21:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:55.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a43112cf-0335-49a7-8314-92a67b27444a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/349] 199.204.45.229 () {44 vars in 1036 bytes} [Thu Apr 23 01:21:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/350] 199.204.45.229 () {44 vars in 1059 bytes} [Thu Apr 23 01:21:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:21:56.967 8 INFO neutron.api.v2.resource [None req-6f1b50ed-9917-46bd-b698-7e634df4c23d 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/351] 199.204.45.229 () {44 vars in 971 bytes} [Thu Apr 23 01:21:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/352] 199.204.45.229 () {44 vars in 993 bytes} [Thu Apr 23 01:21:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/353] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:57 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/354] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:58 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/355] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:21:58 2026] GET /v2.0/security-group-rules/642b39bf-3c3f-4135-9db0-bbb23309e4fe => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/356] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:58 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/357] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:58 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/358] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:21:59 2026] GET /v2.0/security-group-rules/f45efdc2-ebb0-459e-b23b-1840c680a4c9 => 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: 177/359] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:59 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => 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: 183/360] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:21:59 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/361] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:22:00 2026] GET /v2.0/security-group-rules/cd741e12-649a-4008-91c2-5464f0093c01 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/362] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:00 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/363] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:00 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/364] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:22:00 2026] GET /v2.0/security-group-rules/445caf48-6621-4fef-9584-2f17ece85f47 => 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: 180/365] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:01 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/366] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:01 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => 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: 181/367] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:22:01 2026] GET /v2.0/security-group-rules/7e79fdcd-8331-4d38-a216-a0932696f818 => 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: 187/368] 199.204.45.229 () {44 vars in 987 bytes} [Thu Apr 23 01:22:02 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:22:03.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d5d1373-27af-46e3-ad34-88f4c2ac0c22 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/369] 199.204.45.229 () {44 vars in 1076 bytes} [Thu Apr 23 01:22:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/370] 199.204.45.229 () {44 vars in 1099 bytes} [Thu Apr 23 01:22:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 1250 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/371] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:03 2026] GET /v2.0/security-groups/b9f76003-16cf-4472-aa50-0df958f68798 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:22:10.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1257950-463f-418f-86a7-662fd3c74024 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/374] 199.204.45.229 () {44 vars in 979 bytes} [Thu Apr 23 01:22:10 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: 185/375] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/376] 199.204.45.229 () {44 vars in 920 bytes} [Thu Apr 23 01:22:11 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:22:13.042 8 INFO neutron.api.v2.resource [None req-6c092ff0-6dad-4cc5-849c-5f899c0974bb 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/377] 199.204.45.229 () {44 vars in 959 bytes} [Thu Apr 23 01:22:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.204.45.229 () {44 vars in 981 bytes} [Thu Apr 23 01:22:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:14 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/380] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:14 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:22:14 2026] GET /v2.0/security-group-rules/14e7be85-fe9e-4602-a170-aae7dade62cc => generated 621 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:15 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:22:15 2026] GET /v2.0/security-groups/71b4d817-8b2b-4f03-8516-c70915263afd => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:22:15 2026] GET /v2.0/security-group-rules/4a439861-e0b7-43d2-8eba-3d8caabd0dd3 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/387] 199.204.45.229 () {44 vars in 975 bytes} [Thu Apr 23 01:22:26 2026] GET /v2.0/quotas/75e8bcca93ea40a3a6013c86562f8c3f => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:23:17.416 7 INFO neutron.api.v2.resource [None req-365fe3ed-ecff-475e-a6a0-dd2f52bc7af2 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/394] 199.204.45.229 () {44 vars in 1074 bytes} [Thu Apr 23 01:23:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/395] 199.204.45.229 () {44 vars in 1097 bytes} [Thu Apr 23 01:23:17 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/396] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:23:18 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 4075 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:23:18 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:23:18 2026] GET /v2.0/security-group-rules/b0e75291-970c-4863-a86a-062457a89135 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/399] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:23:19 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:23:19 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:23:19 2026] GET /v2.0/security-group-rules/778a24c5-d1dc-492d-a34b-2248769379ab => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:23:20 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:23:20 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:23:20 2026] GET /v2.0/security-group-rules/5d3c4e3a-a639-4a0d-bd3d-ca561f36460e => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.229 () {44 vars in 1088 bytes} [Thu Apr 23 01:23:21 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf?project_id=d9b5c3499f4a4428b8a99531c319cb63 => 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: 206/408] 199.204.45.229 () {44 vars in 1001 bytes} [Thu Apr 23 01:23:21 2026] GET /v2.0/security-groups/0d674b94-a1a5-4053-8324-4ae59ae077bf => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.229 () {44 vars in 1011 bytes} [Thu Apr 23 01:23:21 2026] GET /v2.0/security-group-rules/c64c0fea-7c7b-4864-8966-cd44796b4c2f => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.229 () {44 vars in 975 bytes} [Thu Apr 23 01:23:28 2026] GET /v2.0/quotas/d9b5c3499f4a4428b8a99531c319cb63 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.229 () {44 vars in 949 bytes} [Thu Apr 23 01:24:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:24:56 2026] GET /v2.0/networks => generated 2168 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 10.0.0.253 () {32 vars in 655 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/ports => generated 4721 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 10.0.0.253 () {32 vars in 655 bytes} [Thu Apr 23 01:24:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:08.102 8 INFO neutron.db.segments_db [None req-54435b11-9b96-405d-b0cb-d77fae864b76 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment a94b1233-669f-4c7a-b620-fa916ba8a444 of type vxlan for network 38fb506a-b9c5-475c-86d6-3026f62b22fb 2026-04-23 01:25:08.105 7 INFO neutron.db.segments_db [None req-504e8824-59fc-4bfb-986d-9d0f11a06dc7 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment fa23ebde-1abe-4eff-b105-ff5c42f30202 of type vxlan for network fc437f8e-af91-4a9f-bbd3-e4523f636415 [pid: 8|app: 0|req: 216/434] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:07 2026] POST /v2.0/networks => generated 745 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:07 2026] POST /v2.0/networks => generated 748 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:08.322 8 INFO neutron.db.segments_db [None req-899d35ef-08d2-49ee-9ce0-7369b50ac55a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment e3259176-a8bd-4f62-98b9-c1b61a1d9f70 of type vxlan for network 23b70204-de95-4b87-b53d-e2df10b17bfe [pid: 7|app: 0|req: 220/436] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/subnets => generated 692 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/networks => generated 749 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:08.416 8 INFO neutron.db.segments_db [None req-2f832d21-a400-4be8-b13f-772d388f3810 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 of type vxlan for network 5e3c44fe-4d11-4bdf-a385-457dfb66beb4 [pid: 7|app: 0|req: 221/438] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/subnets => generated 695 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:08.640 8 INFO neutron.db.l3_hamode_db [None req-2f832d21-a400-4be8-b13f-772d388f3810 898d5208e6d94fabb06aa16326cdc006 bc09c008b8774599b8d3b2cdefda2c87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/439] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/subnets => generated 696 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:08.737 7 INFO neutron.db.segments_db [None req-f5a5d69c-118b-4ee2-ae36-63bfb7b38d50 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 4aa4cac1-c16b-43fd-b78f-8e958f726e31 of type vxlan for network fad69765-11b4-4531-b67b-6953e5eab8d4 2026-04-23 01:25:08.927 7 INFO neutron.db.l3_hamode_db [None req-f5a5d69c-118b-4ee2-ae36-63bfb7b38d50 898d5208e6d94fabb06aa16326cdc006 c40d5175cc2842008e15c7ee632d0032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:09.547 8 INFO neutron.db.l3_hamode_db [None req-2f832d21-a400-4be8-b13f-772d388f3810 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:09.965 7 INFO neutron.db.l3_hamode_db [None req-f5a5d69c-118b-4ee2-ae36-63bfb7b38d50 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 218/440] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/routers => generated 732 bytes in 2394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:08 2026] POST /v2.0/routers => generated 735 bytes in 2196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:10.937 7 INFO neutron.db.segments_db [None req-9e0f8776-7125-4ff5-8332-da667e2d6471 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 77e48b3e-7852-4134-8e64-0771c1b844a2 of type vxlan for network bdaeb533-a77b-4c9e-9ace-1d5c5040a7ba [pid: 8|app: 0|req: 219/442] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:10 2026] GET /v2.0/security-groups?tenant_id=2b0eb5057981485faa90ac8cb66b1dd2&name=default => generated 2921 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:11.152 7 INFO neutron.db.l3_hamode_db [None req-9e0f8776-7125-4ff5-8332-da667e2d6471 898d5208e6d94fabb06aa16326cdc006 51bf48f05228496697a67e546bb8642d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:11.783 7 INFO neutron.db.l3_hamode_db [None req-9e0f8776-7125-4ff5-8332-da667e2d6471 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 220/443] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:10 2026] PUT /v2.0/routers/3f654482-1d7a-4fb6-9ca8-6968180d651f/add_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:10 2026] POST /v2.0/routers => generated 736 bytes in 1692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:12 2026] DELETE /v2.0/security-groups/2d99f54c-49e8-4d8d-a385-c29e89a6f039 => 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: 221/446] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:12 2026] PUT /v2.0/routers/48c8329a-ca5d-4ed3-b225-632c6fe19f86/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.199 () {38 vars in 971 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/security-groups => generated 1682 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:12 2026] PUT /v2.0/routers/d5e17e0a-59ed-4469-889b-51fa94874179/add_router_interface => generated 309 bytes in 1088 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/452] 10.0.0.199 () {38 vars in 971 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.199 () {38 vars in 971 bytes} [Thu Apr 23 01:25:14 2026] POST /v2.0/security-groups => generated 1681 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/454] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups?tenant_id=bc09c008b8774599b8d3b2cdefda2c87 => generated 7905 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/6a00f7b1-af0b-44ea-8c41-a3d56a22627f => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/6a00f7b1-af0b-44ea-8c41-a3d56a22627f => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/457] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/8f6d8814-dcd3-4f9a-99fb-1b56e9879e7c => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/458] 10.0.0.199 () {36 vars in 1013 bytes} [Thu Apr 23 01:25:14 2026] DELETE /v2.0/security-groups/8f6d8814-dcd3-4f9a-99fb-1b56e9879e7c => 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: 226/459] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:25:13 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:14.507 8 INFO neutron.api.v2.resource [req-a12b1447-3c48-44fb-b548-917807c39ee3 req-cead3f5d-11a6-4a15-a416-a3edc4c0f74d f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/460] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/8f6d8814-dcd3-4f9a-99fb-1b56e9879e7c => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/0e73b8f8-44cb-4cfb-b66a-1043b6c356b5 => generated 1681 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.199 () {36 vars in 1013 bytes} [Thu Apr 23 01:25:14 2026] DELETE /v2.0/security-groups/0e73b8f8-44cb-4cfb-b66a-1043b6c356b5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:14.744 8 INFO neutron.api.v2.resource [req-14173c7b-d876-4d03-9cd1-9b915f7527f8 req-f621c621-bef3-4024-be2a-da800ef3c4d0 f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/463] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/0e73b8f8-44cb-4cfb-b66a-1043b6c356b5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.199 () {38 vars in 971 bytes} [Thu Apr 23 01:25:14 2026] POST /v2.0/security-groups => generated 1684 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/465] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/f1b0e361-9260-4a35-a492-fa33ac53f812 => generated 1681 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/14670900-a045-4a82-9d65-d379e68480bb => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/467] 10.0.0.199 () {36 vars in 1013 bytes} [Thu Apr 23 01:25:14 2026] DELETE /v2.0/security-groups/f1b0e361-9260-4a35-a492-fa33ac53f812 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:14.937 8 INFO neutron.api.v2.resource [req-6ea849c0-eb1e-4a43-86b3-5984332c066d req-6da787d8-67c0-47cf-a1e8-ab0b2939ce05 f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 233/468] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups/f1b0e361-9260-4a35-a492-fa33ac53f812 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:14 2026] GET /v2.0/security-groups?tenant_id=bc09c008b8774599b8d3b2cdefda2c87 => 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: 236/470] 10.0.0.199 () {38 vars in 981 bytes} [Thu Apr 23 01:25:14 2026] POST /v2.0/security-group-rules => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/6a00f7b1-af0b-44ea-8c41-a3d56a22627f => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/6a00f7b1-af0b-44ea-8c41-a3d56a22627f => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:15.118 8 INFO neutron.api.v2.resource [req-dceea61e-597d-4c8b-bb38-bf65b11f5f97 req-0c1416e0-e7a3-4e54-a2e5-9f6ee008d17d f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/473] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/f1b0e361-9260-4a35-a492-fa33ac53f812 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.199 () {38 vars in 971 bytes} [Thu Apr 23 01:25:15 2026] POST /v2.0/security-groups => generated 1683 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 01:25:15.153 8 INFO neutron.api.v2.resource [req-a5641511-c02e-48f9-9e84-923f2839fa93 req-bab7a229-c76c-44cb-8612-263b2ab2daf8 f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/475] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/0e73b8f8-44cb-4cfb-b66a-1043b6c356b5 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/476] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => generated 1683 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:15.192 8 INFO neutron.api.v2.resource [req-3aee3e78-299b-4110-a5b5-418fbe62ac0f req-edd3c99f-4557-4b1f-8d9b-39ca65d407b9 f44d3c17555045e2a938edb37e7a0b1e bc09c008b8774599b8d3b2cdefda2c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/477] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/8f6d8814-dcd3-4f9a-99fb-1b56e9879e7c => 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: 239/478] 10.0.0.199 () {38 vars in 981 bytes} [Thu Apr 23 01:25:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => generated 2308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.199 () {38 vars in 981 bytes} [Thu Apr 23 01:25:15 2026] POST /v2.0/security-group-rules => generated 619 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => generated 2938 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.199 () {34 vars in 1001 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-group-rules/8f1a5c17-ae34-4d50-8f37-eb60fc90cfe0 => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => generated 2938 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.199 () {36 vars in 1023 bytes} [Thu Apr 23 01:25:15 2026] DELETE /v2.0/security-group-rules/8f1a5c17-ae34-4d50-8f37-eb60fc90cfe0 => 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: 246/485] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => generated 2308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.199 () {36 vars in 1013 bytes} [Thu Apr 23 01:25:15 2026] DELETE /v2.0/security-groups/58d05297-a462-4923-a7bd-14ca40b254f9 => 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: 248/487] 10.0.0.199 () {34 vars in 991 bytes} [Thu Apr 23 01:25:15 2026] GET /v2.0/security-groups/14670900-a045-4a82-9d65-d379e68480bb => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:15.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-865a17b6-e1b0-4630-8a2c-7c55cea33403 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 39c35ac3-5c9e-4c0d-aa04-d812b98dd151 2026-04-23 01:25:15.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-865a17b6-e1b0-4630-8a2c-7c55cea33403 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 39c35ac3-5c9e-4c0d-aa04-d812b98dd151 [pid: 7|app: 0|req: 249/488] 10.0.0.199 () {36 vars in 1013 bytes} [Thu Apr 23 01:25:15 2026] DELETE /v2.0/security-groups/14670900-a045-4a82-9d65-d379e68480bb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/489] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:25:15 2026] PUT /v2.0/routers/3f654482-1d7a-4fb6-9ca8-6968180d651f/remove_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:16.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9ccd1b0-ccde-4f4e-826c-3df77763e1c9 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 55ba07d2-b019-4c18-8643-ecfa3167bea7 2026-04-23 01:25:16.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9ccd1b0-ccde-4f4e-826c-3df77763e1c9 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 55ba07d2-b019-4c18-8643-ecfa3167bea7 2026-04-23 01:25:16.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: dd483b9f-2053-46ae-bc82-9784c751f701 2026-04-23 01:25:16.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: dd483b9f-2053-46ae-bc82-9784c751f701 2026-04-23 01:25:16.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: f1eef385-1783-4b4a-bdd7-63fc62582ff0 2026-04-23 01:25:16.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: f1eef385-1783-4b4a-bdd7-63fc62582ff0 2026-04-23 01:25:16.960 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 250/490] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:25:16 2026] PUT /v2.0/routers/d5e17e0a-59ed-4469-889b-51fa94874179/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:17.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 97271c5a-d6eb-47ad-b8ea-74ce6315b42e 2026-04-23 01:25:17.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 97271c5a-d6eb-47ad-b8ea-74ce6315b42e 2026-04-23 01:25:17.323 8 INFO neutron.db.l3_hamode_db [None req-822e14c8-870f-435d-971c-1c53d72d3101 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 5e3c44fe-4d11-4bdf-a385-457dfb66beb4 was deleted as no HA routers are present in tenant bc09c008b8774599b8d3b2cdefda2c87. [pid: 8|app: 0|req: 241/491] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:16 2026] DELETE /v2.0/routers/3f654482-1d7a-4fb6-9ca8-6968180d651f => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:17.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 886d6463-b496-4355-b97c-7a6915b76214 2026-04-23 01:25:17.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 886d6463-b496-4355-b97c-7a6915b76214 [pid: 8|app: 0|req: 242/492] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:17 2026] DELETE /v2.0/subnets/57c52ba9-e808-4ba7-af96-08e5e0fdff53 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:17.541 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - 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-04-23 01:25:17.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7a1ebc6-bb6e-4586-a281-72c31703438f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: df036a95-1b0a-445d-b822-b6ea96fe3b6d 2026-04-23 01:25:17.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7a1ebc6-bb6e-4586-a281-72c31703438f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: df036a95-1b0a-445d-b822-b6ea96fe3b6d [pid: 8|app: 0|req: 243/493] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:17 2026] DELETE /v2.0/networks/38fb506a-b9c5-475c-86d6-3026f62b22fb => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:17.874 7 INFO neutron.db.l3_hamode_db [None req-0b7260f7-5256-48d8-b2fc-71e14edbd603 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network bdaeb533-a77b-4c9e-9ace-1d5c5040a7ba was deleted as no HA routers are present in tenant 51bf48f05228496697a67e546bb8642d. [pid: 7|app: 0|req: 251/494] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:17 2026] DELETE /v2.0/routers/d5e17e0a-59ed-4469-889b-51fa94874179 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:17 2026] GET /v2.0/security-groups?tenant_id=bc09c008b8774599b8d3b2cdefda2c87&name=default => generated 2921 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:17.973 8 INFO neutron.services.segments.plugin [-] Segment 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 resource provider aggregate not found 2026-04-23 01:25:17.977 8 INFO neutron.services.segments.plugin [-] Segment 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 resource provider aggregate not found [pid: 8|app: 0|req: 244/496] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:17 2026] DELETE /v2.0/subnets/e82b4ba4-1321-4438-84e2-b0175f72cef1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:18.001 8 INFO neutron.services.segments.plugin [-] Segment 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 found for delete ", "request_id": "req-44c6ac80-a14a-4b84-b8f8-89b17b491484"}]} 2026-04-23 01:25:18.002 8 INFO neutron.services.segments.plugin [-] Segment 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a94cd6c-bc90-4d2d-92b8-a2268beb5513 found for delete ", "request_id": "req-b7bbddee-e0c0-4a66-a98c-24f63bdc9948"}]} [pid: 7|app: 0|req: 253/497] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:17 2026] DELETE /v2.0/security-groups/6a00f7b1-af0b-44ea-8c41-a3d56a22627f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/498] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:18 2026] DELETE /v2.0/networks/23b70204-de95-4b87-b53d-e2df10b17bfe => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:18 2026] GET /v2.0/security-groups?tenant_id=7a2e52626a674eef95cb386bdc3683f7&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:18 2026] GET /v2.0/security-groups?tenant_id=51bf48f05228496697a67e546bb8642d&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/501] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:18 2026] DELETE /v2.0/security-groups/850353a1-8363-44db-aa57-ce296e08edfb => 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: 256/502] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:18 2026] DELETE /v2.0/security-groups/13db8169-8b3f-4e31-99cf-52bdc53f7d4a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:18.518 7 INFO neutron.services.segments.plugin [-] Segment 77e48b3e-7852-4134-8e64-0771c1b844a2 resource provider aggregate not found 2026-04-23 01:25:18.533 7 INFO neutron.services.segments.plugin [-] Segment 77e48b3e-7852-4134-8e64-0771c1b844a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e48b3e-7852-4134-8e64-0771c1b844a2 found for delete ", "request_id": "req-3e8deb76-d689-4ad6-8dd2-d22f1b5ea268"}]} 2026-04-23 01:25:18.593 7 INFO neutron.services.segments.plugin [-] Segment 77e48b3e-7852-4134-8e64-0771c1b844a2 resource provider aggregate not found 2026-04-23 01:25:18.615 7 INFO neutron.services.segments.plugin [-] Segment 77e48b3e-7852-4134-8e64-0771c1b844a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e48b3e-7852-4134-8e64-0771c1b844a2 found for delete ", "request_id": "req-d2eed1ea-0cd0-4249-be2b-c30b32c85446"}]} [pid: 8|app: 0|req: 247/503] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:18 2026] GET /v2.0/security-groups?tenant_id=90e3a3033c9c47aca1da5ab35e1ecbe7&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/504] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:18 2026] DELETE /v2.0/security-groups/7e3386a5-bdd4-442e-8590-b4137b4cdd25 => 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: 248/505] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:25:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--912075365&fields=id&tenant_id=c40d5175cc2842008e15c7ee632d0032 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/506] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:25:19 2026] GET /v2.0/networks?id=fc437f8e-af91-4a9f-bbd3-e4523f636415 => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/507] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:25:19 2026] GET /v2.0/quotas/c40d5175cc2842008e15c7ee632d0032 => 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: 259/508] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:19 2026] GET /v2.0/ports?tenant_id=c40d5175cc2842008e15c7ee632d0032&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:20.023 8 INFO neutron.services.segments.plugin [-] Segment a94b1233-669f-4c7a-b620-fa916ba8a444 resource provider aggregate not found 2026-04-23 01:25:20.028 8 INFO neutron.services.segments.plugin [-] Segment a94b1233-669f-4c7a-b620-fa916ba8a444 resource provider aggregate not found 2026-04-23 01:25:20.046 8 INFO neutron.services.segments.plugin [-] Segment a94b1233-669f-4c7a-b620-fa916ba8a444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a94b1233-669f-4c7a-b620-fa916ba8a444 found for delete ", "request_id": "req-8e84e552-a694-4439-b5b8-c7c4507d6035"}]} 2026-04-23 01:25:20.051 8 INFO neutron.services.segments.plugin [-] Segment a94b1233-669f-4c7a-b620-fa916ba8a444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a94b1233-669f-4c7a-b620-fa916ba8a444 found for delete ", "request_id": "req-1a844f5a-4974-4ad2-a582-26951e4c7a3c"}]} 2026-04-23 01:25:20.068 8 INFO neutron.services.segments.plugin [-] Segment e3259176-a8bd-4f62-98b9-c1b61a1d9f70 resource provider aggregate not found 2026-04-23 01:25:20.070 8 INFO neutron.services.segments.plugin [-] Segment e3259176-a8bd-4f62-98b9-c1b61a1d9f70 resource provider aggregate not found 2026-04-23 01:25:20.093 8 INFO neutron.services.segments.plugin [-] Segment e3259176-a8bd-4f62-98b9-c1b61a1d9f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3259176-a8bd-4f62-98b9-c1b61a1d9f70 found for delete ", "request_id": "req-d1a658cc-4bc9-44e6-b8fa-599eb4eb12a9"}]} 2026-04-23 01:25:20.094 8 INFO neutron.services.segments.plugin [-] Segment e3259176-a8bd-4f62-98b9-c1b61a1d9f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3259176-a8bd-4f62-98b9-c1b61a1d9f70 found for delete ", "request_id": "req-2cd8abba-2529-4130-b9e1-d66b1740018a"}]} [pid: 7|app: 0|req: 260/509] 10.0.0.199 () {34 vars in 907 bytes} [Thu Apr 23 01:25:20 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) [pid: 7|app: 0|req: 261/510] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:25:20 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:20.231 8 INFO neutron.db.segments_db [None req-a33570aa-5e18-4f46-8cf3-67d89a3d70d5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment cb629e4d-a1c8-4477-954f-94179d2ba40c of type vxlan for network 70dfdcda-1883-4e31-ac7a-552d01505a50 [pid: 7|app: 0|req: 262/511] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:25:20 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/512] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:19 2026] POST /v2.0/networks => generated 752 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/513] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:20 2026] POST /v2.0/subnets => generated 699 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:20.565 8 INFO neutron.db.segments_db [None req-4c5963b7-6680-453a-9e37-81c2d19f939a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment d6a60811-95e0-4e98-bd38-93a73608d438 of type vxlan for network 2e666e10-e4e9-4026-8031-bf449b265e30 2026-04-23 01:25:20.592 7 INFO neutron.db.segments_db [None req-8e7c87d3-24e6-415d-a33c-2b15588c9226 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 of type vxlan for network 6e52041c-105e-4af3-afab-a2c5e8ef6253 [pid: 7|app: 0|req: 263/516] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:20 2026] POST /v2.0/networks => generated 737 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/517] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:20 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/518] 10.0.0.253 () {32 vars in 653 bytes} [Thu Apr 23 01:25:20 2026] GET /v2.0/extensions => generated 21537 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 01:25:20.842 8 INFO neutron.db.l3_hamode_db [None req-4c5963b7-6680-453a-9e37-81c2d19f939a 898d5208e6d94fabb06aa16326cdc006 caf34c48bb2e4b45b70c237c95e406e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/519] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:20 2026] POST /v2.0/subnets => generated 684 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/520] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:20 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:20.981 7 INFO neutron.db.segments_db [None req-05400349-0a1c-4f6d-a82d-76af5f8ce791 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 of type vxlan for network c4ab8d9c-7390-41c2-9f32-e25f77744337 2026-04-23 01:25:21.210 7 INFO neutron.db.l3_hamode_db [None req-05400349-0a1c-4f6d-a82d-76af5f8ce791 898d5208e6d94fabb06aa16326cdc006 575742d8d9244456af55663c1cca071b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:21.572 8 INFO neutron.db.l3_hamode_db [None req-4c5963b7-6680-453a-9e37-81c2d19f939a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:21.920 7 INFO neutron.db.l3_hamode_db [None req-05400349-0a1c-4f6d-a82d-76af5f8ce791 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/521] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:20 2026] POST /v2.0/routers => generated 739 bytes in 1928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/522] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/523] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:22 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 268/524] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:20 2026] POST /v2.0/routers => generated 724 bytes in 1847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/525] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:25:22 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: 257/526] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:22 2026] PUT /v2.0/routers/8384eb8c-bda0-4784-9e83-2bfe96f05459/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/527] 10.0.0.253 () {32 vars in 665 bytes} [Thu Apr 23 01:25: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: 259/528] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/529] 10.0.0.253 () {32 vars in 699 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/530] 10.0.0.253 () {32 vars in 697 bytes} [Thu Apr 23 01:25: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: 262/531] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25: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: 263/532] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/533] 10.0.0.253 () {32 vars in 703 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/534] 10.0.0.253 () {32 vars in 693 bytes} [Thu Apr 23 01:25: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: 266/535] 10.0.0.253 () {32 vars in 695 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/536] 10.0.0.253 () {32 vars in 685 bytes} [Thu Apr 23 01:25:23 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: 268/537] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/538] 10.0.0.253 () {32 vars in 661 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/539] 10.0.0.253 () {32 vars in 699 bytes} [Thu Apr 23 01:25: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: 271/540] 10.0.0.253 () {32 vars in 679 bytes} [Thu Apr 23 01:25: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: 272/541] 10.0.0.253 () {32 vars in 683 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/542] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25: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: 274/543] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/544] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/545] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/546] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/547] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/548] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/549] 10.0.0.253 () {32 vars in 699 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/550] 10.0.0.253 () {32 vars in 679 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/l2_adjacency => 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: 282/551] 10.0.0.253 () {32 vars in 667 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/552] 10.0.0.253 () {32 vars in 677 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/553] 10.0.0.253 () {32 vars in 665 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/554] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/555] 10.0.0.253 () {32 vars in 713 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/556] 10.0.0.253 () {32 vars in 691 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/557] 10.0.0.253 () {32 vars in 683 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/multi-provider => 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: 289/558] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:23 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/559] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/560] 10.0.0.253 () {32 vars in 705 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/561] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/562] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/563] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:22 2026] PUT /v2.0/routers/0b13bbd3-3453-4c1e-a7cb-ea676d5301dc/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/564] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/565] 10.0.0.253 () {32 vars in 693 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/566] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/567] 10.0.0.253 () {32 vars in 709 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/568] 10.0.0.253 () {32 vars in 705 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/569] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/570] 10.0.0.253 () {32 vars in 697 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/571] 10.0.0.253 () {32 vars in 711 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/572] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25: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: 7|app: 0|req: 275/573] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/574] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/575] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/576] 10.0.0.253 () {32 vars in 671 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/577] 10.0.0.253 () {32 vars in 661 bytes} [Thu Apr 23 01:25:24 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: 301/578] 10.0.0.253 () {32 vars in 699 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/579] 10.0.0.253 () {32 vars in 699 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/580] 10.0.0.253 () {32 vars in 677 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/581] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/582] 10.0.0.253 () {32 vars in 683 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/583] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.253 () {32 vars in 685 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/585] 10.0.0.253 () {32 vars in 707 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/586] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/587] 10.0.0.253 () {32 vars in 697 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/588] 10.0.0.253 () {32 vars in 695 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/589] 10.0.0.253 () {32 vars in 685 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/590] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/591] 10.0.0.253 () {32 vars in 705 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/592] 10.0.0.253 () {32 vars in 667 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/593] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/594] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/595] 10.0.0.253 () {32 vars in 691 bytes} [Thu Apr 23 01:25: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: 7|app: 0|req: 289/596] 10.0.0.253 () {32 vars in 691 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/597] 10.0.0.253 () {32 vars in 695 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/598] 10.0.0.253 () {32 vars in 685 bytes} [Thu Apr 23 01:25: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: 7|app: 0|req: 292/599] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/600] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/601] 10.0.0.253 () {32 vars in 703 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/602] 10.0.0.253 () {32 vars in 713 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/603] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/604] 10.0.0.253 () {32 vars in 715 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/605] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/606] 10.0.0.253 () {32 vars in 741 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/607] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/608] 10.0.0.253 () {32 vars in 683 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/609] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:25:24 2026] POST /v2.0/security-groups => generated 1659 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/610] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/611] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:24 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: 304/612] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/613] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:25:24 2026] POST /v2.0/security-groups => generated 1657 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/614] 10.0.0.253 () {32 vars in 679 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/615] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:24 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: 7|app: 0|req: 306/616] 10.0.0.253 () {32 vars in 669 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/617] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:24 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: 8|app: 0|req: 312/618] 10.0.0.253 () {32 vars in 697 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/620] 10.0.0.253 () {32 vars in 705 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/621] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:24 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 307/622] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:25:24 2026] POST /v2.0/floatingips => generated 552 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/623] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/624] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:25:24 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/625] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:25 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) [pid: 8|app: 0|req: 318/626] 10.0.0.253 () {32 vars in 683 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/627] 10.0.0.253 () {32 vars in 705 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/628] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/networks?id=fc437f8e-af91-4a9f-bbd3-e4523f636415 => generated 680 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/629] 10.0.0.253 () {32 vars in 695 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/630] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:25 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: 321/631] 10.0.0.253 () {32 vars in 697 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/632] 199.204.45.229 () {34 vars in 911 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/633] 10.0.0.253 () {32 vars in 679 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/634] 10.0.0.253 () {32 vars in 689 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/635] 10.0.0.253 () {32 vars in 701 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/636] 10.0.0.253 () {32 vars in 665 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/637] 10.0.0.253 () {32 vars in 681 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/638] 10.0.0.253 () {32 vars in 677 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/639] 10.0.0.253 () {32 vars in 693 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/640] 10.0.0.253 () {32 vars in 677 bytes} [Thu Apr 23 01:25:25 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: 322/641] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c40d5175cc2842008e15c7ee632d0032 => generated 180 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/642] 10.0.0.253 () {32 vars in 667 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/643] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/644] 10.0.0.253 () {32 vars in 675 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/645] 10.0.0.253 () {32 vars in 687 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/646] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:25:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--333304611&fields=id&tenant_id=caf34c48bb2e4b45b70c237c95e406e5 => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/647] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 684 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/648] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--125849765&fields=id&tenant_id=575742d8d9244456af55663c1cca071b => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/649] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/quotas/caf34c48bb2e4b45b70c237c95e406e5 => 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: 328/650] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks?id=6e52041c-105e-4af3-afab-a2c5e8ef6253 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/651] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:25:25 2026] POST /v2.0/ports => generated 958 bytes in 551 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: 324/652] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/quotas/575742d8d9244456af55663c1cca071b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/653] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/654] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/ports?tenant_id=575742d8d9244456af55663c1cca071b&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/655] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?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: 332/656] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?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: 325/657] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/security-groups?tenant_id=0a1b7b4910cb457dbb7b49a987434aa6&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/658] 10.0.0.199 () {34 vars in 907 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/659] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 961 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/660] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:26 2026] DELETE /v2.0/security-groups/356c4d6f-da22-4ad6-98b0-19cd5acc1c25 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/661] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 330/662] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 8|app: 0|req: 331/663] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/664] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:26 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 333/665] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:25:26 2026] PUT /v2.0/ports/d8cbd792-3a39-412a-aa5a-9f939348f829 => generated 1239 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/666] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:27 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:27.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dce3e18-9374-49fc-9f05-8a7e0e7b4bb1'] response: {'name': 'network-changed', 'server_uuid': '761e507d-5c8e-4e73-9d19-d3635d7a24e2', 'tag': 'd8cbd792-3a39-412a-aa5a-9f939348f829', '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: 334/667] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:27 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/668] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/669] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/670] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/ports?tenant_id=c40d5175cc2842008e15c7ee632d0032&device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/671] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/networks?tenant_id=c40d5175cc2842008e15c7ee632d0032&shared=False => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/672] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 336/673] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:25:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:28.900 7 INFO neutron.db.segments_db [None req-b6dbb9e7-c74e-4243-b435-cf11c6999e44 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 187e2678-2158-43a4-a59b-769e1ba99712 of type vxlan for network 34c9613b-2399-4d39-911f-819dce6822de 2026-04-23 01:25:28.958 7 INFO neutron.db.segments_db [None req-b6dbb9e7-c74e-4243-b435-cf11c6999e44 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 of type vxlan for network cd0f2f01-1691-4b5f-9f74-939e8c8ec938 [pid: 7|app: 0|req: 338/674] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:25:28 2026] POST /v2.0/networks => generated 1246 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/675] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/networks => generated 1845 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/676] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 339/677] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:29.245 7 INFO neutron.services.segments.plugin [-] Segment 187e2678-2158-43a4-a59b-769e1ba99712 resource provider aggregate not found 2026-04-23 01:25:29.250 7 INFO neutron.services.segments.plugin [-] Segment 187e2678-2158-43a4-a59b-769e1ba99712 resource provider aggregate not found [pid: 8|app: 0|req: 340/678] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/679] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:29 2026] DELETE /v2.0/networks/34c9613b-2399-4d39-911f-819dce6822de => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:29.272 7 INFO neutron.services.segments.plugin [-] Segment 187e2678-2158-43a4-a59b-769e1ba99712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187e2678-2158-43a4-a59b-769e1ba99712 found for delete ", "request_id": "req-f4f77eb6-fdb1-4a97-938f-1620464ab53f"}]} 2026-04-23 01:25:29.274 7 INFO neutron.services.segments.plugin [-] Segment 187e2678-2158-43a4-a59b-769e1ba99712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187e2678-2158-43a4-a59b-769e1ba99712 found for delete ", "request_id": "req-0e6eed4b-72b8-4213-96eb-a01773db5a30"}]} 2026-04-23 01:25:29.415 8 INFO neutron.services.segments.plugin [-] Segment 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 resource provider aggregate not found 2026-04-23 01:25:29.424 8 INFO neutron.services.segments.plugin [-] Segment 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 resource provider aggregate not found 2026-04-23 01:25:29.434 8 INFO neutron.services.segments.plugin [-] Segment 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 found for delete ", "request_id": "req-99b39d9d-b5c9-474f-a76d-c1aa9ac03bcc"}]} 2026-04-23 01:25:29.442 8 INFO neutron.services.segments.plugin [-] Segment 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49b9670a-a49a-4a0d-a2a7-8e2e9dcd4e10 found for delete ", "request_id": "req-5c076561-e6d9-43b1-9a01-35c6c726c167"}]} [pid: 8|app: 0|req: 341/680] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:29 2026] DELETE /v2.0/networks/cd0f2f01-1691-4b5f-9f74-939e8c8ec938 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/681] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 343/682] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:29.608 8 INFO neutron.db.segments_db [None req-b00ca5e5-7ff6-47a4-a04a-18ef160be073 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 of type vxlan for network 75c9d843-5940-4562-b4f8-f89422bd274c [pid: 7|app: 0|req: 340/683] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/ports?tenant_id=c40d5175cc2842008e15c7ee632d0032&device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 1242 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/684] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d8cbd792-3a39-412a-aa5a-9f939348f829 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/685] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/subnets?id=15f937aa-1cb7-4984-bf92-37e19b243d99 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/686] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:25:29 2026] POST /v2.0/networks => generated 654 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/687] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/ports?network_id=fc437f8e-af91-4a9f-bbd3-e4523f636415&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:29.791 8 INFO neutron.db.segments_db [None req-f0dd74b4-c385-4bf3-96c1-90bd1ea0dc9a 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 86abe952-56ff-48e1-8628-c18f2f6ab567 of type vxlan for network f32fbd9a-e918-488e-bca7-150a68179dfc [pid: 7|app: 0|req: 344/688] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?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: 345/689] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:29 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/690] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:25:29 2026] POST /v2.0/networks => generated 654 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/691] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 347/692] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/693] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:25:29 2026] POST /v2.0/ports => generated 1506 bytes in 489 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: 348/694] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 347/695] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/ports => generated 1506 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/696] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:30.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb23b701-5b14-463d-83a5-b32fc5130f68 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] TaaS: Handle Delete Port: 64436ed4-873d-445a-ba65-825ef3a674df 2026-04-23 01:25:30.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb23b701-5b14-463d-83a5-b32fc5130f68 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Tap Mirror: Handle Delete Port: 64436ed4-873d-445a-ba65-825ef3a674df [pid: 8|app: 0|req: 349/697] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:25:30 2026] DELETE /v2.0/ports/64436ed4-873d-445a-ba65-825ef3a674df => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:30.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed3c9de9-a721-40a6-b5e9-93c67a3a7401 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] TaaS: Handle Delete Port: 2643819f-f170-47c1-8f4b-deb30c03a109 2026-04-23 01:25:30.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed3c9de9-a721-40a6-b5e9-93c67a3a7401 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Tap Mirror: Handle Delete Port: 2643819f-f170-47c1-8f4b-deb30c03a109 [pid: 7|app: 0|req: 349/698] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:25:30 2026] DELETE /v2.0/ports/2643819f-f170-47c1-8f4b-deb30c03a109 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/699] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:25:30 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:31.033 7 INFO neutron.db.segments_db [None req-4485c9ec-bd7d-4487-ab3e-a69f7d41c1c1 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 423e9e8b-3b49-414f-8a1a-a627a625f5ba of type vxlan for network 51c9571f-c3a8-4bcc-be32-aaee8a58a766 [pid: 7|app: 0|req: 350/700] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:25:30 2026] POST /v2.0/networks => generated 654 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/701] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/networks?id=6e52041c-105e-4af3-afab-a2c5e8ef6253 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:31.145 7 INFO neutron.db.segments_db [None req-17a3b6fc-1780-4ad7-924a-3d0d58182566 1254f64c22d0412590fd882505737b1f 3002ff259bc74371a0ede5d2d311d65e - - default default] Added segment 65780ba1-5ac7-461e-a02c-ea446389c207 of type vxlan for network 924b5cfc-50a5-4a1c-be64-e58b42a8bf66 [pid: 7|app: 0|req: 351/702] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:25:31 2026] POST /v2.0/networks => generated 654 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/703] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 352/704] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=575742d8d9244456af55663c1cca071b => generated 180 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/705] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/706] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 355/707] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:31 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 353/708] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:25:31 2026] POST /v2.0/ports => generated 958 bytes in 275 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/709] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:25:31 2026] PUT /v2.0/ports/4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 => generated 1239 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:32.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f287bf95-f228-4aed-91d9-7eaf459f5d60'] response: {'name': 'network-changed', 'server_uuid': 'adc4a7d0-596d-4a0f-b063-338a3d0d6814', 'tag': '4b0ccd3e-51af-4277-84a7-cc95d48ab6a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/710] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:31 2026] POST /v2.0/subnets => generated 1323 bytes in 437 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: 355/711] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/subnets => generated 1959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/712] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/subnets/bc0537ec-e299-48ce-8c00-d02355487cbf => 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: 356/713] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/subnets/fb6591a4-86e7-4926-9916-19ab77b6c85b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/714] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/715] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:32.536 7 INFO neutron.services.segments.plugin [-] Segment 65780ba1-5ac7-461e-a02c-ea446389c207 resource provider aggregate not found [pid: 8|app: 0|req: 360/716] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:32.550 7 INFO neutron.services.segments.plugin [-] Segment 65780ba1-5ac7-461e-a02c-ea446389c207 resource provider aggregate not found 2026-04-23 01:25:32.557 7 INFO neutron.services.segments.plugin [-] Segment 65780ba1-5ac7-461e-a02c-ea446389c207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65780ba1-5ac7-461e-a02c-ea446389c207 found for delete ", "request_id": "req-5f9d51e1-59e4-4479-ae34-599e7207508c"}]} [pid: 7|app: 0|req: 357/717] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/networks/924b5cfc-50a5-4a1c-be64-e58b42a8bf66 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:32.579 7 INFO neutron.services.segments.plugin [-] Segment 65780ba1-5ac7-461e-a02c-ea446389c207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65780ba1-5ac7-461e-a02c-ea446389c207 found for delete ", "request_id": "req-54dd4feb-c284-4ca9-a66e-da367b3f8c48"}]} [pid: 8|app: 0|req: 361/718] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/ports?tenant_id=575742d8d9244456af55663c1cca071b&device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/719] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/networks?tenant_id=575742d8d9244456af55663c1cca071b&shared=False => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/720] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/networks/51c9571f-c3a8-4bcc-be32-aaee8a58a766 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/721] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/722] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:25:32 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: 360/723] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 361/724] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:32 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:32.791 8 INFO neutron.services.segments.plugin [-] Segment 86abe952-56ff-48e1-8628-c18f2f6ab567 resource provider aggregate not found 2026-04-23 01:25:32.798 8 INFO neutron.services.segments.plugin [-] Segment 86abe952-56ff-48e1-8628-c18f2f6ab567 resource provider aggregate not found 2026-04-23 01:25:32.815 8 INFO neutron.services.segments.plugin [-] Segment 86abe952-56ff-48e1-8628-c18f2f6ab567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86abe952-56ff-48e1-8628-c18f2f6ab567 found for delete ", "request_id": "req-f9185965-8f21-46ac-9314-e9cf70e4cad4"}]} 2026-04-23 01:25:32.818 8 INFO neutron.services.segments.plugin [-] Segment 86abe952-56ff-48e1-8628-c18f2f6ab567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86abe952-56ff-48e1-8628-c18f2f6ab567 found for delete ", "request_id": "req-8ea6c6db-7656-4df5-afd0-ea6a3b463a12"}]} [pid: 8|app: 0|req: 364/725] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/networks/f32fbd9a-e918-488e-bca7-150a68179dfc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/726] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:32 2026] DELETE /v2.0/networks/75c9d843-5940-4562-b4f8-f89422bd274c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/727] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/728] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=caf34c48bb2e4b45b70c237c95e406e5 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/729] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/security-groups?tenant_id=3002ff259bc74371a0ede5d2d311d65e&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: 366/730] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:25:33 2026] POST /v2.0/ports => generated 958 bytes in 450 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: 365/731] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 367/732] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/ports?tenant_id=575742d8d9244456af55663c1cca071b&device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 366/733] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:33 2026] DELETE /v2.0/security-groups/38a2ff50-2018-436e-84d7-1a1e500894c8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/734] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 368/735] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:33 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/736] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/737] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/738] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 372/739] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/subnets?id=e871756a-3352-4a63-beb9-1b569b6437b0 => generated 687 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/740] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/741] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/ports?network_id=6e52041c-105e-4af3-afab-a2c5e8ef6253&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/742] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:25:33 2026] PUT /v2.0/ports/bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 1239 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/743] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?fields=segments => generated 14 bytes in 28 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: 369/744] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:34.590 7 INFO neutron.services.segments.plugin [-] Segment 423e9e8b-3b49-414f-8a1a-a627a625f5ba resource provider aggregate not found 2026-04-23 01:25:34.603 7 INFO neutron.services.segments.plugin [-] Segment 423e9e8b-3b49-414f-8a1a-a627a625f5ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423e9e8b-3b49-414f-8a1a-a627a625f5ba found for delete ", "request_id": "req-2a2cb52f-9f6d-4e5c-9dac-2175bc2a4cae"}]} 2026-04-23 01:25:34.607 7 INFO neutron.services.segments.plugin [-] Segment 423e9e8b-3b49-414f-8a1a-a627a625f5ba resource provider aggregate not found 2026-04-23 01:25:34.618 7 INFO neutron.services.segments.plugin [-] Segment 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 resource provider aggregate not found 2026-04-23 01:25:34.619 7 INFO neutron.services.segments.plugin [-] Segment 423e9e8b-3b49-414f-8a1a-a627a625f5ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423e9e8b-3b49-414f-8a1a-a627a625f5ba found for delete ", "request_id": "req-20ed8a65-3d38-4b1b-8eb7-8a098ba8c9d1"}]} 2026-04-23 01:25:34.636 7 INFO neutron.services.segments.plugin [-] Segment 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 resource provider aggregate not found 2026-04-23 01:25:34.640 7 INFO neutron.services.segments.plugin [-] Segment 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 found for delete ", "request_id": "req-d4302079-3ae8-4418-9766-51015d10dd64"}]} 2026-04-23 01:25:34.647 7 INFO neutron.services.segments.plugin [-] Segment 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61b7591e-3e34-46f3-ba8f-47c21d4f0b40 found for delete ", "request_id": "req-d14995c4-c480-4d66-8166-a93807e757c0"}]} 2026-04-23 01:25:34.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b0b5442-3255-41a5-b455-062e0ea1eb05'] response: {'name': 'network-changed', 'server_uuid': '52d74b7e-6560-47d2-b7f8-f3e6c8fd72af', 'tag': 'bae7f9a1-ffa9-46c1-aea5-07635fe36b40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 376/745] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:34 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/746] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/747] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/748] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/749] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/750] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 379/751] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/networks?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&shared=False => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/752] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 380/753] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:25:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/756] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:25:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/757] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/758] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 383/759] 10.0.0.253 () {34 vars in 758 bytes} [Thu Apr 23 01:25:36 2026] PUT /v2.0/security-groups/e30095ad-2360-41fc-b4f2-2d923b3f5e61 => generated 1662 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/760] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 7|app: 0|req: 384/761] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups/e30095ad-2360-41fc-b4f2-2d923b3f5e61 => generated 1662 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/762] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:36 2026] DELETE /v2.0/security-groups/e30095ad-2360-41fc-b4f2-2d923b3f5e61 => 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: 385/763] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:36.399 8 INFO neutron.api.v2.resource [None req-4ed4fa3e-17c8-4729-a2ef-0dea91e9545b 9de3e9038bb948f6989d403d11a48f97 fcf5938e8dd940af849a9a0331637e4b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 379/764] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:36 2026] DELETE /v2.0/security-groups/e30095ad-2360-41fc-b4f2-2d923b3f5e61 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/765] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1242 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/766] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:25:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/767] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/768] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/769] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/770] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/771] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/772] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/773] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/774] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-group-rules/9b973112-883e-4d81-9ed5-7b87d64c9cf8 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/775] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&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: 393/776] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/777] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/778] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 8|app: 0|req: 385/779] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:25:36 2026] DELETE /v2.0/security-group-rules/9b973112-883e-4d81-9ed5-7b87d64c9cf8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/780] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/781] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/782] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules/fa17df05-e395-46f9-bf0e-baec8d14fa4a => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/783] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/784] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:25:37 2026] DELETE /v2.0/security-group-rules/fa17df05-e395-46f9-bf0e-baec8d14fa4a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/785] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/786] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:37.386 8 INFO neutron.db.securitygroups_db [None req-921ee530-18dd-4937-90c3-b11dc46c0344 9de3e9038bb948f6989d403d11a48f97 fcf5938e8dd940af849a9a0331637e4b - - default default] Project fcf5938e8dd940af849a9a0331637e4b 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: 399/787] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 389/788] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/789] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules/abff28a4-0728-4345-a3df-979fb8b8e57b => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/790] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/791] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:25:37 2026] DELETE /v2.0/security-group-rules/abff28a4-0728-4345-a3df-979fb8b8e57b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/792] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/793] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/794] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 404/795] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/796] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:37 2026] DELETE /v2.0/security-groups/fb51d4da-9bd4-4314-9607-b944790ab285 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/797] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 393/798] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/799] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:25:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/800] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/801] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/802] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/security-groups?tenant_id=fcf5938e8dd940af849a9a0331637e4b&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: 396/803] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:38 2026] DELETE /v2.0/security-groups/6a0f7f34-51ac-477d-a86f-966cb3cd963d => 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: 408/804] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/805] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 409/806] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:38 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/807] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:39 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 410/808] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:39 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/809] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:39 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/810] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:39 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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-04-23 01:25:39.752 8 INFO neutron.db.l3_db [None req-afafa04c-3d57-495a-a473-ffcb97f56f23 e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] Floating IP 9bcff2b6-f85f-4888-b12e-40a25c49c011 associated. External IP: 10.96.250.217, port: d8cbd792-3a39-412a-aa5a-9f939348f829. [pid: 8|app: 0|req: 399/811] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:25:39 2026] PUT /v2.0/floatingips/9bcff2b6-f85f-4888-b12e-40a25c49c011 => generated 856 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/812] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/813] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/814] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 401/815] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:40.230 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38f874a7-d963-4c5e-9ca0-91198d047539'] response: {'name': 'network-changed', 'server_uuid': '761e507d-5c8e-4e73-9d19-d3635d7a24e2', 'tag': 'd8cbd792-3a39-412a-aa5a-9f939348f829', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 415/816] 10.0.0.253 () {32 vars in 623 bytes} [Thu Apr 23 01:25:40 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/817] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/818] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 8|app: 0|req: 402/819] 10.0.0.253 () {32 vars in 633 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ => generated 632 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/820] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?tenant_id=c40d5175cc2842008e15c7ee632d0032&device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 419/821] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/822] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/networks?id=fc437f8e-af91-4a9f-bbd3-e4523f636415 => generated 776 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/823] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 404/824] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d8cbd792-3a39-412a-aa5a-9f939348f829 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/825] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/subnets?id=15f937aa-1cb7-4984-bf92-37e19b243d99 => generated 698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/826] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:40 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/827] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/ports?network_id=fc437f8e-af91-4a9f-bbd3-e4523f636415&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/828] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?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: 424/829] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415?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: 425/830] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/831] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:41.447 8 INFO neutron.db.l3_db [None req-53e1fbd8-401e-4efd-9680-5f7cf67871d7 df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] Floating IP 8164ecd1-06d3-4e0d-8b9a-a4f85aa3530e associated. External IP: 10.96.250.214, port: 4b0ccd3e-51af-4277-84a7-cc95d48ab6a9. [pid: 7|app: 0|req: 427/832] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/security-groups?tenant_id=efc4c5063d1242c78ea8945dad4cfbfa&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/833] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:41 2026] DELETE /v2.0/security-groups/a2ee30dc-7700-42e5-9a59-07aa725d1c65 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/834] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:25:41 2026] PUT /v2.0/floatingips/8164ecd1-06d3-4e0d-8b9a-a4f85aa3530e => generated 856 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/835] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/836] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/837] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&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: 8|app: 0|req: 408/838] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:41 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:42.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfaba6f0-2167-4b35-9731-baa7dfac96ce'] response: {'name': 'network-changed', 'server_uuid': 'adc4a7d0-596d-4a0f-b063-338a3d0d6814', 'tag': '4b0ccd3e-51af-4277-84a7-cc95d48ab6a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 431/839] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/840] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/841] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/842] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/843] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/844] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/ports?tenant_id=575742d8d9244456af55663c1cca071b&device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 435/845] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/networks?id=6e52041c-105e-4af3-afab-a2c5e8ef6253 => generated 765 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/846] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/847] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:42 2026] GET /v2.0/subnets?id=e871756a-3352-4a63-beb9-1b569b6437b0 => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/848] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/849] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/ports?network_id=6e52041c-105e-4af3-afab-a2c5e8ef6253&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:43.095 8 INFO neutron.db.l3_db [None req-febe41d6-01ab-4d53-9ae3-21b650c31ae5 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] Floating IP 3091f7aa-e652-4140-be4e-28ab7823b03e associated. External IP: 10.96.250.207, port: bae7f9a1-ffa9-46c1-aea5-07635fe36b40. [pid: 7|app: 0|req: 440/850] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/security-groups?id=55dadc9f-0feb-4851-8007-47d8086b177d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/851] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 442/852] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:43.250 7 INFO neutron_taas.services.taas.taas_plugin [req-fd1f6e30-e8af-42f3-98cb-801cc0a455a2 req-fcd846d3-2069-4574-9210-c28aa78e9024 e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] TaaS: Handle Delete Port: d8cbd792-3a39-412a-aa5a-9f939348f829 2026-04-23 01:25:43.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd1f6e30-e8af-42f3-98cb-801cc0a455a2 req-fcd846d3-2069-4574-9210-c28aa78e9024 e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] Tap Mirror: Handle Delete Port: d8cbd792-3a39-412a-aa5a-9f939348f829 [pid: 8|app: 0|req: 411/853] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:25:42 2026] PUT /v2.0/floatingips/3091f7aa-e652-4140-be4e-28ab7823b03e => generated 856 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:43.456 7 INFO neutron.db.l3_db [req-fd1f6e30-e8af-42f3-98cb-801cc0a455a2 req-fcd846d3-2069-4574-9210-c28aa78e9024 e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] Floating IP 9bcff2b6-f85f-4888-b12e-40a25c49c011 disassociated. External IP: 10.96.250.217, port: d8cbd792-3a39-412a-aa5a-9f939348f829. [pid: 8|app: 0|req: 412/854] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253?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: 413/855] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 414/856] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/857] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 416/858] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:43 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 443/859] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:25:43 2026] DELETE /v2.0/ports/d8cbd792-3a39-412a-aa5a-9f939348f829 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:43.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-240c8264-97e0-4cb9-a870-ce7f9b87c11c'] response: {'server_uuid': '761e507d-5c8e-4e73-9d19-d3635d7a24e2', 'name': 'network-vif-deleted', 'tag': 'd8cbd792-3a39-412a-aa5a-9f939348f829', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 417/860] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:44.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d75faae2-91f4-4b2a-9998-e16cab387a89'] response: {'name': 'network-changed', 'server_uuid': '52d74b7e-6560-47d2-b7f8-f3e6c8fd72af', 'tag': 'bae7f9a1-ffa9-46c1-aea5-07635fe36b40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 418/861] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 444/862] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/863] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/security-groups?id=b3c139eb-ff52-4e5a-9b6b-56590580d189&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: 420/864] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 421/865] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:44.977 7 INFO neutron_taas.services.taas.taas_plugin [req-e7ed73e2-8fbe-4a91-b427-d6c1392a2bf6 req-e68f1759-9070-403c-b552-17e431855d02 df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] TaaS: Handle Delete Port: 4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 [pid: 8|app: 0|req: 422/866] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:44.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7ed73e2-8fbe-4a91-b427-d6c1392a2bf6 req-e68f1759-9070-403c-b552-17e431855d02 df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] Tap Mirror: Handle Delete Port: 4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 [pid: 8|app: 0|req: 423/867] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:25:44 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/868] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:45.134 7 INFO neutron.db.l3_db [req-e7ed73e2-8fbe-4a91-b427-d6c1392a2bf6 req-e68f1759-9070-403c-b552-17e431855d02 df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] Floating IP 8164ecd1-06d3-4e0d-8b9a-a4f85aa3530e disassociated. External IP: 10.96.250.214, port: 4b0ccd3e-51af-4277-84a7-cc95d48ab6a9. [pid: 8|app: 0|req: 425/869] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 426/870] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/871] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 445/872] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:25:44 2026] DELETE /v2.0/ports/4b0ccd3e-51af-4277-84a7-cc95d48ab6a9 => generated 0 bytes in 724 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/873] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:25:45.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49d0882a-e907-4095-a04d-ae112e439495'] response: {'server_uuid': 'adc4a7d0-596d-4a0f-b063-338a3d0d6814', 'name': 'network-vif-deleted', 'tag': '4b0ccd3e-51af-4277-84a7-cc95d48ab6a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 428/874] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:45 2026] GET /v2.0/security-groups?tenant_id=18557b2330fe4736a03bc83fd3f4860d&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/875] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:46 2026] DELETE /v2.0/security-groups/bd4f7292-3172-4335-8dcd-6287b761eef3 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/876] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:46 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => 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: 448/877] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:46 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 430/878] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:47 2026] GET /v2.0/ports?device_id=761e507d-5c8e-4e73-9d19-d3635d7a24e2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/879] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:48 2026] GET /v2.0/ports?device_id=adc4a7d0-596d-4a0f-b063-338a3d0d6814 => 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: 431/880] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:48 2026] DELETE /v2.0/security-groups/55dadc9f-0feb-4851-8007-47d8086b177d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:48.658 7 INFO neutron.api.v2.resource [None req-06392fc8-e43e-4df2-83cd-734453d21074 e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/881] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:25:48 2026] GET /v2.0/security-groups/55dadc9f-0feb-4851-8007-47d8086b177d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:25:48.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-510f28e6-7235-456a-8610-b5218bd22c8f e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] TaaS: Handle Delete Port: 65348265-e1d5-44c1-b5e1-c211e4f76848 2026-04-23 01:25:48.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-510f28e6-7235-456a-8610-b5218bd22c8f e6ee7856a00948cc8c51fd648a5357c7 c40d5175cc2842008e15c7ee632d0032 - - default default] Tap Mirror: Handle Delete Port: 65348265-e1d5-44c1-b5e1-c211e4f76848 [pid: 8|app: 0|req: 432/882] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:25:48 2026] DELETE /v2.0/floatingips/9bcff2b6-f85f-4888-b12e-40a25c49c011 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/883] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:49 2026] DELETE /v2.0/security-groups/b3c139eb-ff52-4e5a-9b6b-56590580d189 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:49.263 8 INFO neutron.api.v2.resource [None req-6de5b11d-5f74-4fa2-a481-1c348cad341d df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/884] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:25:49 2026] GET /v2.0/security-groups/b3c139eb-ff52-4e5a-9b6b-56590580d189 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:25:49.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5875cc6-4ada-40d6-9e7e-f7c3ddd407b5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: ff02ca9f-107e-4f3f-81a6-8b703f66dc31 2026-04-23 01:25:49.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5875cc6-4ada-40d6-9e7e-f7c3ddd407b5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: ff02ca9f-107e-4f3f-81a6-8b703f66dc31 2026-04-23 01:25:49.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-492f4af1-eaf7-4355-9fb3-f8b2a33c0f7d df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] TaaS: Handle Delete Port: 0f954191-ac7a-47a4-af18-753530c907ad 2026-04-23 01:25:49.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-492f4af1-eaf7-4355-9fb3-f8b2a33c0f7d df5c26c7a026451da2be192f7007ad92 575742d8d9244456af55663c1cca071b - - default default] Tap Mirror: Handle Delete Port: 0f954191-ac7a-47a4-af18-753530c907ad [pid: 8|app: 0|req: 435/885] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:25:49 2026] DELETE /v2.0/floatingips/8164ecd1-06d3-4e0d-8b9a-a4f85aa3530e => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/886] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:49 2026] GET /v2.0/security-groups?tenant_id=16614fcf49d047a1b70aed0fcb0db847&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/887] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:25:48 2026] PUT /v2.0/routers/48c8329a-ca5d-4ed3-b225-632c6fe19f86/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/888] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:49 2026] DELETE /v2.0/security-groups/8b1a59e9-4d9c-48fb-bfd5-3f728d0326e4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:49.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d0f451b-96d4-48a4-b58d-9359d8a7e08e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 2aefe8a7-0396-4da3-896e-722d2ad08d83 2026-04-23 01:25:49.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d0f451b-96d4-48a4-b58d-9359d8a7e08e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 2aefe8a7-0396-4da3-896e-722d2ad08d83 2026-04-23 01:25:50.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-43f87338-7e44-44dc-b449-7e5733241271 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 9729553e-3060-4c26-94c2-9794f35a0249 2026-04-23 01:25:50.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43f87338-7e44-44dc-b449-7e5733241271 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 9729553e-3060-4c26-94c2-9794f35a0249 2026-04-23 01:25:50.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-43f87338-7e44-44dc-b449-7e5733241271 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 70b31607-9c7a-4ef6-84d2-e35de311cbaf 2026-04-23 01:25:50.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43f87338-7e44-44dc-b449-7e5733241271 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 70b31607-9c7a-4ef6-84d2-e35de311cbaf [pid: 8|app: 0|req: 437/889] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:25:49 2026] PUT /v2.0/routers/0b13bbd3-3453-4c1e-a7cb-ea676d5301dc/remove_router_interface => generated 309 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:25:50.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8e2cc68-793f-4f2b-a206-f3f7eb65ff8e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 143f1e7c-82a0-44cf-96c0-1e12794e8cdb 2026-04-23 01:25:50.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e2cc68-793f-4f2b-a206-f3f7eb65ff8e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 143f1e7c-82a0-44cf-96c0-1e12794e8cdb 2026-04-23 01:25:50.676 7 INFO neutron.services.segments.plugin [-] Segment 4aa4cac1-c16b-43fd-b78f-8e958f726e31 resource provider aggregate not found 2026-04-23 01:25:50.686 7 INFO neutron.services.segments.plugin [-] Segment 4aa4cac1-c16b-43fd-b78f-8e958f726e31 resource provider aggregate not found 2026-04-23 01:25:50.692 7 INFO neutron.services.segments.plugin [-] Segment 4aa4cac1-c16b-43fd-b78f-8e958f726e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa4cac1-c16b-43fd-b78f-8e958f726e31 found for delete ", "request_id": "req-aaceb780-71d7-4d09-9642-fb699820cf72"}]} 2026-04-23 01:25:50.705 7 INFO neutron.db.l3_hamode_db [None req-43f87338-7e44-44dc-b449-7e5733241271 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network fad69765-11b4-4531-b67b-6953e5eab8d4 was deleted as no HA routers are present in tenant c40d5175cc2842008e15c7ee632d0032. 2026-04-23 01:25:50.713 7 INFO neutron.services.segments.plugin [-] Segment 4aa4cac1-c16b-43fd-b78f-8e958f726e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa4cac1-c16b-43fd-b78f-8e958f726e31 found for delete ", "request_id": "req-2c141fa9-4c9f-4333-a71a-25d2855b1d87"}]} [pid: 7|app: 0|req: 453/890] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:49 2026] DELETE /v2.0/routers/48c8329a-ca5d-4ed3-b225-632c6fe19f86 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:50.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8e2cc68-793f-4f2b-a206-f3f7eb65ff8e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 6ec8eb05-6dbc-4cbf-ae33-eb5559de25a7 2026-04-23 01:25:50.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e2cc68-793f-4f2b-a206-f3f7eb65ff8e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 6ec8eb05-6dbc-4cbf-ae33-eb5559de25a7 [pid: 7|app: 0|req: 456/893] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:50 2026] DELETE /v2.0/subnets/15f937aa-1cb7-4984-bf92-37e19b243d99 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:50.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c36fb2-468b-4eae-9f0f-9b69ca215e22 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: e37744dd-99e2-4ac3-a247-532703c73384 2026-04-23 01:25:50.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c36fb2-468b-4eae-9f0f-9b69ca215e22 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: e37744dd-99e2-4ac3-a247-532703c73384 2026-04-23 01:25:51.087 8 INFO neutron.services.segments.plugin [-] Segment 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 resource provider aggregate not found 2026-04-23 01:25:51.092 8 INFO neutron.services.segments.plugin [-] Segment 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 resource provider aggregate not found [pid: 7|app: 0|req: 457/894] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:50 2026] DELETE /v2.0/networks/fc437f8e-af91-4a9f-bbd3-e4523f636415 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:25:51.114 8 INFO neutron.services.segments.plugin [-] Segment 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 found for delete ", "request_id": "req-4a982c86-5b51-4a3b-bae2-c656b252c56c"}]} 2026-04-23 01:25:51.116 8 INFO neutron.services.segments.plugin [-] Segment 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf888e1-bf46-483a-82dd-d19e0a6cf3c3 found for delete ", "request_id": "req-52cb3051-3024-4be2-9165-b87381cdd1e6"}]} 2026-04-23 01:25:51.125 8 INFO neutron.db.l3_hamode_db [None req-a8e2cc68-793f-4f2b-a206-f3f7eb65ff8e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network c4ab8d9c-7390-41c2-9f32-e25f77744337 was deleted as no HA routers are present in tenant 575742d8d9244456af55663c1cca071b. [pid: 8|app: 0|req: 438/895] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:50 2026] DELETE /v2.0/routers/0b13bbd3-3453-4c1e-a7cb-ea676d5301dc => generated 0 bytes in 759 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/896] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:51 2026] GET /v2.0/security-groups?tenant_id=c40d5175cc2842008e15c7ee632d0032&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/897] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:25:51 2026] DELETE /v2.0/subnets/e871756a-3352-4a63-beb9-1b569b6437b0 => 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: 440/898] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:51 2026] DELETE /v2.0/security-groups/8342ae5f-535a-4b9a-8ca1-0f7c547bd5fa => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:25:51.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-06122976-18dd-4620-b6b5-5eebb1ce9cf0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 34f43546-3d4d-467f-a254-9ff389e5fff9 2026-04-23 01:25:51.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06122976-18dd-4620-b6b5-5eebb1ce9cf0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 34f43546-3d4d-467f-a254-9ff389e5fff9 [pid: 7|app: 0|req: 459/899] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:25:51 2026] DELETE /v2.0/networks/6e52041c-105e-4af3-afab-a2c5e8ef6253 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/900] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:51 2026] GET /v2.0/security-groups?tenant_id=575742d8d9244456af55663c1cca071b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:25:51.755 8 INFO neutron.db.segments_db [None req-1bf54f9c-f2ab-4621-a2ea-7701f6fb479e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment a00fa32a-ba20-4eed-a945-024464a020b7 of type vxlan for network ad8f4186-21dc-49f0-a0c8-02a224ce445f [pid: 7|app: 0|req: 461/901] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:51 2026] DELETE /v2.0/security-groups/73719275-5725-434b-bee4-1be48e038dab => 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: 441/902] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:51 2026] POST /v2.0/networks => generated 740 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/903] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:51 2026] POST /v2.0/subnets => generated 687 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:52.455 8 INFO neutron.db.segments_db [None req-b09346f0-284a-4b58-ac5d-195769ddcdb7 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment fdf77d6a-a36b-44fa-8127-89de2d39bfd4 of type vxlan for network 4a76da56-5849-4ff0-be85-86505c2838b6 2026-04-23 01:25:52.701 8 INFO neutron.db.l3_hamode_db [None req-b09346f0-284a-4b58-ac5d-195769ddcdb7 898d5208e6d94fabb06aa16326cdc006 751a2214ae1a4ff59a2aeb4da6bca55c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:25:52.718 7 INFO neutron.services.segments.plugin [-] Segment fa23ebde-1abe-4eff-b105-ff5c42f30202 resource provider aggregate not found 2026-04-23 01:25:52.735 7 INFO neutron.services.segments.plugin [-] Segment fa23ebde-1abe-4eff-b105-ff5c42f30202 resource provider aggregate not found 2026-04-23 01:25:52.738 7 INFO neutron.services.segments.plugin [-] Segment fa23ebde-1abe-4eff-b105-ff5c42f30202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa23ebde-1abe-4eff-b105-ff5c42f30202 found for delete ", "request_id": "req-b203bf99-3b70-4b14-835d-950c4794cd51"}]} 2026-04-23 01:25:52.751 7 INFO neutron.services.segments.plugin [-] Segment 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 resource provider aggregate not found 2026-04-23 01:25:52.754 7 INFO neutron.services.segments.plugin [-] Segment fa23ebde-1abe-4eff-b105-ff5c42f30202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa23ebde-1abe-4eff-b105-ff5c42f30202 found for delete ", "request_id": "req-5d119761-06ed-460d-94d9-b842de670a38"}]} 2026-04-23 01:25:52.768 7 INFO neutron.services.segments.plugin [-] Segment 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 found for delete ", "request_id": "req-5083b0f3-d4f9-4d9d-b683-7f7ff3b4d8db"}]} 2026-04-23 01:25:52.770 7 INFO neutron.services.segments.plugin [-] Segment 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 resource provider aggregate not found 2026-04-23 01:25:52.783 7 INFO neutron.services.segments.plugin [-] Segment 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a28e6ff-ff2a-4023-b60f-f1b31a587d09 found for delete ", "request_id": "req-6fb6408c-6c91-49c2-bd5d-4137c2959200"}]} 2026-04-23 01:25:53.431 7 INFO neutron.db.segments_db [None req-9193ff55-08d6-4867-8a7c-449152f028de 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 of type vxlan for network ea390904-f335-4376-924e-4b60a0403073 2026-04-23 01:25:53.433 8 INFO neutron.db.l3_hamode_db [None req-b09346f0-284a-4b58-ac5d-195769ddcdb7 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 463/904] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:25:53 2026] POST /v2.0/networks => generated 743 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/905] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:53 2026] POST /v2.0/subnets => generated 690 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:53.815 7 INFO neutron.db.segments_db [None req-186f07b2-901f-4050-8343-54cbf67ebb96 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 73d72556-b014-4b64-89f0-0a13b7a76b5a of type vxlan for network e1eceac8-32fb-437d-9064-5171ab4578cb 2026-04-23 01:25:54.035 7 INFO neutron.db.l3_hamode_db [None req-186f07b2-901f-4050-8343-54cbf67ebb96 898d5208e6d94fabb06aa16326cdc006 000a79951385496b9772ae87b1876d60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 442/906] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:52 2026] POST /v2.0/routers => generated 727 bytes in 1931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:25:54.666 7 INFO neutron.db.l3_hamode_db [None req-186f07b2-901f-4050-8343-54cbf67ebb96 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 465/907] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:25:53 2026] POST /v2.0/routers => generated 730 bytes in 1754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/908] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:54 2026] PUT /v2.0/routers/9a6459ca-0e3a-4791-bd99-78eb1e218f86/add_router_interface => generated 309 bytes in 1486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/909] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:25:55 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1244 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/910] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:25:55 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/911] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:25:55 2026] PUT /v2.0/routers/bb417d36-967b-4961-871a-a885b2da5868/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/912] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:25:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/913] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/914] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:25:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/915] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/networks?id=ad8f4186-21dc-49f0-a0c8-02a224ce445f => generated 672 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/916] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/quotas/751a2214ae1a4ff59a2aeb4da6bca55c => 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: 472/917] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/ports?tenant_id=751a2214ae1a4ff59a2aeb4da6bca55c&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/918] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:25:57 2026] POST /v2.0/floatingips => generated 552 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/919] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/networks/ad8f4186-21dc-49f0-a0c8-02a224ce445f?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/920] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/security-groups?tenant_id=73f8fdaa72b74f5e862d910652fdf340&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/921] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/networks/ad8f4186-21dc-49f0-a0c8-02a224ce445f?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: 474/922] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:58 2026] DELETE /v2.0/security-groups/5b3b6e2b-0a7d-4680-97cd-172e35b76bd7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/923] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 475/924] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:25:58 2026] GET /v2.0/security-groups?tenant_id=881401ac772d4ca1899eb2bed7b35b47&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/925] 10.0.0.199 () {34 vars in 1100 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1089873637&fields=id&tenant_id=000a79951385496b9772ae87b1876d60 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/926] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/networks?id=ea390904-f335-4376-924e-4b60a0403073 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/927] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:25:59 2026] DELETE /v2.0/security-groups/8f39f302-ab97-4459-8d5d-0a9a01cc6b84 => 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: 478/928] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/quotas/000a79951385496b9772ae87b1876d60 => 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: 451/929] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/ports?tenant_id=000a79951385496b9772ae87b1876d60&fields=id => generated 103 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/930] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/931] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?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: 480/932] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 453/933] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:25:59 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 481/934] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:00 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 454/935] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:01 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 482/936] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:01 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 455/937] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:02 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 483/938] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:02 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 484/939] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:03 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 456/940] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:03 2026] GET /v2.0/security-groups?tenant_id=a607774065a34547ad1b4f87708f482d&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/941] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:03 2026] DELETE /v2.0/security-groups/739cd0b1-826e-4a9d-a3ad-4099dcaf0fef => 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: 457/942] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:03 2026] GET /v2.0/networks?id=ad8f4186-21dc-49f0-a0c8-02a224ce445f => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/943] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:03 2026] GET /v2.0/security-groups?tenant_id=5a243d91e8954ea7a2a8a62feca4d2f6&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/944] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:03 2026] DELETE /v2.0/security-groups/08477314-ea4f-4fd9-88a4-5234a0abeebc => 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: 488/945] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:04 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 458/946] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:26:03 2026] POST /v2.0/ports => generated 958 bytes in 428 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: 459/947] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:04 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 460/948] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:04 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/949] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:04 2026] PUT /v2.0/ports/85b6dcdd-674c-4cd2-bd21-d5617b20a936 => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:04.540 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-775c8e35-e848-494c-8fd7-99a18cf120ac'] response: {'name': 'network-changed', 'server_uuid': '3c57444e-2124-4bc3-801b-05441e1c6674', 'tag': '85b6dcdd-674c-4cd2-bd21-d5617b20a936', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/950] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/ports?tenant_id=751a2214ae1a4ff59a2aeb4da6bca55c&device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 1242 bytes in 65 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: 490/951] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/networks?tenant_id=751a2214ae1a4ff59a2aeb4da6bca55c&shared=False => generated 768 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/952] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/953] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 463/956] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/957] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/958] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 465/959] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/networks?id=ea390904-f335-4376-924e-4b60a0403073 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/960] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/ports/bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 972 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/961] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:26:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=000a79951385496b9772ae87b1876d60 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/962] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:26:05 2026] POST /v2.0/ports => generated 954 bytes in 416 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: 497/963] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/ports?tenant_id=751a2214ae1a4ff59a2aeb4da6bca55c&device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/964] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=85b6dcdd-674c-4cd2-bd21-d5617b20a936 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/965] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/966] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/subnets?id=ee49b7ff-072c-41fd-b630-fb95ec3490e9 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/967] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&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: 502/968] 199.204.45.229 () {34 vars in 1000 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/subnets?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/969] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/ports?network_id=ad8f4186-21dc-49f0-a0c8-02a224ce445f&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: 504/970] 199.204.45.229 () {34 vars in 1146 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af&device_owner=compute%3Anova&network_id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/971] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/networks/ad8f4186-21dc-49f0-a0c8-02a224ce445f?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: 467/972] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:06 2026] PUT /v2.0/ports/75ade633-9c97-4930-83f5-eeff5a50c25d => generated 1235 bytes in 382 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-04-23 01:26:06.641 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b43b83fd-a6f4-4a30-b07c-74d044db4b81'] response: {'name': 'network-changed', 'server_uuid': 'ec974681-13e3-4aea-8840-63c8d4d8992a', 'tag': '75ade633-9c97-4930-83f5-eeff5a50c25d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/973] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/networks/ad8f4186-21dc-49f0-a0c8-02a224ce445f?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: 469/974] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/975] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:06 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/976] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:06 2026] PUT /v2.0/ports/bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 1153 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:07.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c67e1ed0-fbf4-482d-b749-0b8a418dfd0f'] response: {'name': 'network-changed', 'server_uuid': '52d74b7e-6560-47d2-b7f8-f3e6c8fd72af', 'tag': 'bae7f9a1-ffa9-46c1-aea5-07635fe36b40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 471/977] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/ports?tenant_id=000a79951385496b9772ae87b1876d60&device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 1238 bytes in 28 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: 507/978] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/networks?tenant_id=000a79951385496b9772ae87b1876d60&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/979] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:26:07 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: 7|app: 0|req: 508/980] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/981] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/982] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/983] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/984] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/985] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => 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: 511/986] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/987] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 477/988] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/989] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/990] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/991] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:07 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 479/992] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/ports?tenant_id=000a79951385496b9772ae87b1876d60&device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 514/993] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=75ade633-9c97-4930-83f5-eeff5a50c25d => 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: 480/994] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/subnets?id=90c2c68e-8a8c-49b8-bac9-70493cc15675 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/995] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/ports?network_id=ea390904-f335-4376-924e-4b60a0403073&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/996] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/997] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/998] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/999] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1000] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1001] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:08 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&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: 484/1002] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1003] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1004] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1156 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1005] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1006] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 521/1007] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => 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: 487/1008] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1009] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1010] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 523/1011] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 524/1012] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1013] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1014] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/security-groups?tenant_id=3fb185561af045dd8a7bae4a64448ff6&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1015] 199.204.45.229 () {34 vars in 1120 bytes} [Thu Apr 23 01:26:09 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1156 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1016] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:09 2026] DELETE /v2.0/security-groups/b2e2cb99-5cd4-4e7f-8ed2-766b4cb097bf => 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: 491/1017] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:10 2026] GET /v2.0/security-groups?tenant_id=a452592bfac547c0bcdef62ab00acf88&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1018] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:10 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1019] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:10 2026] DELETE /v2.0/security-groups/4857e2c9-a338-4eda-9a6c-b021924c5c87 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1020] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:10 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&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: 527/1021] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:09 2026] PUT /v2.0/ports/bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 972 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:10.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3fc3032-8d6a-4dcf-840d-e0765baa02e4'] response: {'name': 'network-changed', 'server_uuid': '52d74b7e-6560-47d2-b7f8-f3e6c8fd72af', 'tag': 'bae7f9a1-ffa9-46c1-aea5-07635fe36b40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 495/1022] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:10 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 969 bytes in 48 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: 528/1023] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:10 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1024] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1025] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1026] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1027] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1028] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&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: 531/1029] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1030] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 532/1031] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1032] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:11 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1033] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1034] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1035] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/ports?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1036] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/networks?id=70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1037] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1038] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/subnets?id=14aad07f-1498-4518-a3d9-1c38a951a28b => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1039] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 537/1040] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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: 504/1041] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/ports?network_id=70dfdcda-1883-4e31-ac7a-552d01505a50&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: 538/1042] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1043] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50?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: 539/1044] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1045] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:12 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&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: 540/1046] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:13 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1047] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:13 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1048] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:13 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 542/1049] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:13 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1050] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:13 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&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-04-23 01:26:13.874 8 INFO neutron.db.l3_db [None req-8993e7a7-c084-4588-91fd-b77d448cf56a b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] Floating IP 62f52238-f1ef-482f-9d95-e4a9074e2f29 associated. External IP: 10.96.250.214, port: 75ade633-9c97-4930-83f5-eeff5a50c25d. [pid: 7|app: 0|req: 544/1051] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1052] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1053] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:26:13 2026] PUT /v2.0/floatingips/62f52238-f1ef-482f-9d95-e4a9074e2f29 => generated 855 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:14.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-498f0acc-531f-4088-9a75-bee9fb636874'] response: {'name': 'network-changed', 'server_uuid': 'ec974681-13e3-4aea-8840-63c8d4d8992a', 'tag': '75ade633-9c97-4930-83f5-eeff5a50c25d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1054] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1055] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1056] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1057] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1058] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/security-groups?tenant_id=830435aa1dbc44999995bcbf74cb5b31&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1059] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?tenant_id=000a79951385496b9772ae87b1876d60&device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1060] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1061] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:14 2026] DELETE /v2.0/security-groups/8a95d8fc-8c64-41cb-98a8-90cb67de8b2b => 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: 513/1062] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1063] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:14 2026] GET /v2.0/networks?id=ea390904-f335-4376-924e-4b60a0403073 => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1064] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/security-groups?id=9b536e42-bd17-433b-a7d9-f827d18b3e05&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1065] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=75ade633-9c97-4930-83f5-eeff5a50c25d => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1066] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/subnets?id=90c2c68e-8a8c-49b8-bac9-70493cc15675 => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:15.119 7 INFO neutron_taas.services.taas.taas_plugin [req-824a2cd0-2606-45a8-bafe-80a15a3ae906 req-414dbd4c-5904-43ea-b554-3b3dc4742485 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] TaaS: Handle Delete Port: bae7f9a1-ffa9-46c1-aea5-07635fe36b40 2026-04-23 01:26:15.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-824a2cd0-2606-45a8-bafe-80a15a3ae906 req-414dbd4c-5904-43ea-b554-3b3dc4742485 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] Tap Mirror: Handle Delete Port: bae7f9a1-ffa9-46c1-aea5-07635fe36b40 [pid: 8|app: 0|req: 517/1067] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/security-groups?tenant_id=44f6b48fbef14855b8ca2fa39ff8276a&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1068] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/ports?network_id=ea390904-f335-4376-924e-4b60a0403073&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:15.250 7 INFO neutron.db.l3_db [req-824a2cd0-2606-45a8-bafe-80a15a3ae906 req-414dbd4c-5904-43ea-b554-3b3dc4742485 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] Floating IP 3091f7aa-e652-4140-be4e-28ab7823b03e disassociated. External IP: 10.96.250.207, port: bae7f9a1-ffa9-46c1-aea5-07635fe36b40. [pid: 8|app: 0|req: 519/1069] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:15 2026] DELETE /v2.0/security-groups/2d426887-b740-4642-aad8-539b3549668d => 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: 520/1070] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?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: 521/1071] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1072] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073?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: 523/1073] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1074] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/security-groups?id=28fcc0ea-242f-4bf5-b779-9fb705320846&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: 551/1075] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:26:15 2026] DELETE /v2.0/ports/bae7f9a1-ffa9-46c1-aea5-07635fe36b40 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:15.731 8 INFO neutron_taas.services.taas.taas_plugin [req-9ec5781c-5633-42c3-8d09-5b014ad59963 req-978a343d-261a-4cee-b2d9-6acf8e1024b8 d3cdb5500e9e49c2aba5aaf7b2c1971d 751a2214ae1a4ff59a2aeb4da6bca55c - - default default] TaaS: Handle Delete Port: 85b6dcdd-674c-4cd2-bd21-d5617b20a936 2026-04-23 01:26:15.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9ec5781c-5633-42c3-8d09-5b014ad59963 req-978a343d-261a-4cee-b2d9-6acf8e1024b8 d3cdb5500e9e49c2aba5aaf7b2c1971d 751a2214ae1a4ff59a2aeb4da6bca55c - - default default] Tap Mirror: Handle Delete Port: 85b6dcdd-674c-4cd2-bd21-d5617b20a936 2026-04-23 01:26:15.779 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba72ba5a-fbdd-4561-94c3-8228104a37ba'] response: {'server_uuid': '52d74b7e-6560-47d2-b7f8-f3e6c8fd72af', 'name': 'network-vif-deleted', 'tag': 'bae7f9a1-ffa9-46c1-aea5-07635fe36b40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1076] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1077] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:26:15 2026] DELETE /v2.0/ports/85b6dcdd-674c-4cd2-bd21-d5617b20a936 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1078] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:15 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1079] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:16 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:16.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1304e07f-fb52-4a5e-b775-b8f95ddcee30'] response: {'server_uuid': '3c57444e-2124-4bc3-801b-05441e1c6674', 'name': 'network-vif-deleted', 'tag': '85b6dcdd-674c-4cd2-bd21-d5617b20a936', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 554/1080] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:16 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 527/1081] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 555/1082] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/security-groups?id=7fe43608-6269-4b66-b85e-802c5763db96&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: 528/1083] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1084] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:17.323 7 INFO neutron_taas.services.taas.taas_plugin [req-54be22a7-2693-440d-81e2-6e95d78cf1bb req-9e87fe5c-fd57-4b9a-bd1a-f2cf8a7c528a b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] TaaS: Handle Delete Port: 75ade633-9c97-4930-83f5-eeff5a50c25d 2026-04-23 01:26:17.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-54be22a7-2693-440d-81e2-6e95d78cf1bb req-9e87fe5c-fd57-4b9a-bd1a-f2cf8a7c528a b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] Tap Mirror: Handle Delete Port: 75ade633-9c97-4930-83f5-eeff5a50c25d 2026-04-23 01:26:17.438 7 INFO neutron.db.l3_db [req-54be22a7-2693-440d-81e2-6e95d78cf1bb req-9e87fe5c-fd57-4b9a-bd1a-f2cf8a7c528a b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] Floating IP 62f52238-f1ef-482f-9d95-e4a9074e2f29 disassociated. External IP: 10.96.250.214, port: 75ade633-9c97-4930-83f5-eeff5a50c25d. [pid: 7|app: 0|req: 556/1085] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:26:17 2026] DELETE /v2.0/ports/75ade633-9c97-4930-83f5-eeff5a50c25d => generated 0 bytes in 542 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1086] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:17.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a780f92-0636-4cea-9be5-f8f7e9a24e89'] response: {'server_uuid': 'ec974681-13e3-4aea-8840-63c8d4d8992a', 'name': 'network-vif-deleted', 'tag': '75ade633-9c97-4930-83f5-eeff5a50c25d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 530/1087] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:17 2026] GET /v2.0/security-groups?tenant_id=90cbd11cc0434d169828b00aae332e40&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1088] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:18 2026] DELETE /v2.0/security-groups/d3073456-fd12-4c01-8a01-9291e03d9976 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1089] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:18 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 559/1090] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:18 2026] GET /v2.0/ports?device_id=52d74b7e-6560-47d2-b7f8-f3e6c8fd72af => 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: 532/1091] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:18 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 560/1092] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:19 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => 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: 533/1093] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:19 2026] DELETE /v2.0/security-groups/9b536e42-bd17-433b-a7d9-f827d18b3e05 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:19.521 7 INFO neutron.api.v2.resource [None req-0da6e1e2-256e-4102-b911-d1e091908a6d e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1094] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:26:19 2026] GET /v2.0/security-groups/9b536e42-bd17-433b-a7d9-f827d18b3e05 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:19.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-72eb5294-a569-40d5-b07e-025d6656a261 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] TaaS: Handle Delete Port: d986d1a1-3f15-4b9e-84e7-38146def5b6a 2026-04-23 01:26:19.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72eb5294-a569-40d5-b07e-025d6656a261 e02d4671a5574f73ae4ff36da90e4bdf caf34c48bb2e4b45b70c237c95e406e5 - - default default] Tap Mirror: Handle Delete Port: d986d1a1-3f15-4b9e-84e7-38146def5b6a [pid: 8|app: 0|req: 534/1095] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:19 2026] DELETE /v2.0/floatingips/3091f7aa-e652-4140-be4e-28ab7823b03e => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:20.136 7 INFO neutron.db.segments_db [None req-d1845f64-4d05-4bf3-b824-11b3f37201cc da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment 696aa42d-920f-4bd3-b372-75aed4044787 of type vxlan for network f5f3b51e-09e2-4b76-ac31-eb7efed623e3 2026-04-23 01:26:20.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c1038ae-cf29-468c-ab3e-68713d6ef7bd 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: aeaf8fcd-9259-4e00-945a-1cb82081b00d 2026-04-23 01:26:20.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c1038ae-cf29-468c-ab3e-68713d6ef7bd 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: aeaf8fcd-9259-4e00-945a-1cb82081b00d 2026-04-23 01:26:20.200 7 INFO neutron.db.segments_db [None req-d1845f64-4d05-4bf3-b824-11b3f37201cc da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment fb01a3f4-b67f-4491-94e5-120b7b4598f3 of type vxlan for network fc8db436-00ac-49c4-84ce-aa316fc678f7 [pid: 7|app: 0|req: 562/1096] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:19 2026] POST /v2.0/networks => generated 1245 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1097] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:20 2026] GET /v2.0/ports?device_id=3c57444e-2124-4bc3-801b-05441e1c6674 => 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: 564/1098] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:20 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1099] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:20 2026] GET /v2.0/ports?device_id=ec974681-13e3-4aea-8840-63c8d4d8992a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:20.521 7 INFO neutron.services.segments.plugin [-] Segment 696aa42d-920f-4bd3-b372-75aed4044787 resource provider aggregate not found 2026-04-23 01:26:20.527 7 INFO neutron.services.segments.plugin [-] Segment 696aa42d-920f-4bd3-b372-75aed4044787 resource provider aggregate not found 2026-04-23 01:26:20.545 7 INFO neutron.services.segments.plugin [-] Segment 696aa42d-920f-4bd3-b372-75aed4044787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696aa42d-920f-4bd3-b372-75aed4044787 found for delete ", "request_id": "req-30851125-5c5f-4d89-ad46-8f5a573a4099"}]} 2026-04-23 01:26:20.546 7 INFO neutron.services.segments.plugin [-] Segment 696aa42d-920f-4bd3-b372-75aed4044787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696aa42d-920f-4bd3-b372-75aed4044787 found for delete ", "request_id": "req-21bf91e5-2ed6-4e98-8409-3910f547ca00"}]} [pid: 7|app: 0|req: 566/1100] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:20 2026] DELETE /v2.0/networks/f5f3b51e-09e2-4b76-ac31-eb7efed623e3 => 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: 569/1103] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:20 2026] DELETE /v2.0/networks/fc8db436-00ac-49c4-84ce-aa316fc678f7 => 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: 535/1104] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:26:19 2026] PUT /v2.0/routers/8384eb8c-bda0-4784-9e83-2bfe96f05459/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1105] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:20 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:20.804 7 INFO neutron.db.segments_db [None req-78b6846e-4acc-453b-b57f-db583004dd3d da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment 0211aa5a-213c-475b-a467-bbf53811910f of type vxlan for network 51f0cb1d-d3c6-42cb-a0ae-bf9e718b6015 [pid: 7|app: 0|req: 571/1106] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:20 2026] POST /v2.0/networks => generated 650 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:20.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-0076f316-aa10-41de-8fcb-17a285e1103a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 445d281c-5516-417d-9e61-91fc318800d1 2026-04-23 01:26:20.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0076f316-aa10-41de-8fcb-17a285e1103a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 445d281c-5516-417d-9e61-91fc318800d1 2026-04-23 01:26:20.966 7 INFO neutron.db.segments_db [None req-0020baf8-4ee0-40c0-b653-1141349c8dbb da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment 68382ba4-f457-438d-8aab-43bc44d92fb4 of type vxlan for network 8d2519ee-6b2e-4f70-a98c-4f7e62a8d7d4 [pid: 7|app: 0|req: 572/1107] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:20 2026] POST /v2.0/networks => generated 649 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:21.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-0076f316-aa10-41de-8fcb-17a285e1103a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 7bbeb521-932c-4468-9a04-a8517c52ab77 2026-04-23 01:26:21.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0076f316-aa10-41de-8fcb-17a285e1103a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 7bbeb521-932c-4468-9a04-a8517c52ab77 2026-04-23 01:26:21.575 8 INFO neutron.services.segments.plugin [-] Segment d6a60811-95e0-4e98-bd38-93a73608d438 resource provider aggregate not found 2026-04-23 01:26:21.578 8 INFO neutron.services.segments.plugin [-] Segment d6a60811-95e0-4e98-bd38-93a73608d438 resource provider aggregate not found 2026-04-23 01:26:21.599 8 INFO neutron.services.segments.plugin [-] Segment d6a60811-95e0-4e98-bd38-93a73608d438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a60811-95e0-4e98-bd38-93a73608d438 found for delete ", "request_id": "req-0d6efdb2-ed76-49b6-9a10-6e8233ea6810"}]} 2026-04-23 01:26:21.602 8 INFO neutron.services.segments.plugin [-] Segment d6a60811-95e0-4e98-bd38-93a73608d438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a60811-95e0-4e98-bd38-93a73608d438 found for delete ", "request_id": "req-f4658b63-0d82-4e1b-9105-80b5f3b67c74"}]} 2026-04-23 01:26:21.606 8 INFO neutron.db.l3_hamode_db [None req-0076f316-aa10-41de-8fcb-17a285e1103a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 2e666e10-e4e9-4026-8031-bf449b265e30 was deleted as no HA routers are present in tenant caf34c48bb2e4b45b70c237c95e406e5. [pid: 8|app: 0|req: 536/1108] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:20 2026] DELETE /v2.0/routers/8384eb8c-bda0-4784-9e83-2bfe96f05459 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1109] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:21 2026] DELETE /v2.0/security-groups/7fe43608-6269-4b66-b85e-802c5763db96 => 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: 573/1110] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:26:21 2026] POST /v2.0/ports => generated 1506 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:26:21.727 7 INFO neutron.api.v2.resource [None req-3cb2237d-7547-4279-aa98-9877c3007177 b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1111] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:26:21 2026] GET /v2.0/security-groups/7fe43608-6269-4b66-b85e-802c5763db96 => 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: 575/1112] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:26:21 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1113] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:21 2026] DELETE /v2.0/subnets/14aad07f-1498-4518-a3d9-1c38a951a28b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:21.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f21db6c-3561-4701-9a40-bbfcbe3b640c b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] TaaS: Handle Delete Port: 844b5bd0-05c0-4fe2-8d22-7340f8637dda 2026-04-23 01:26:21.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f21db6c-3561-4701-9a40-bbfcbe3b640c b8341012e6094308b6d923788731bc7d 000a79951385496b9772ae87b1876d60 - - default default] Tap Mirror: Handle Delete Port: 844b5bd0-05c0-4fe2-8d22-7340f8637dda 2026-04-23 01:26:21.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a77c835-a625-4155-ab7a-bcd9579913d8 da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] TaaS: Handle Delete Port: f2eabdb9-9369-4907-886e-a92c4c0e8cb9 2026-04-23 01:26:21.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a77c835-a625-4155-ab7a-bcd9579913d8 da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Tap Mirror: Handle Delete Port: f2eabdb9-9369-4907-886e-a92c4c0e8cb9 [pid: 8|app: 0|req: 539/1114] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:21 2026] DELETE /v2.0/ports/f2eabdb9-9369-4907-886e-a92c4c0e8cb9 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1115] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:21 2026] DELETE /v2.0/floatingips/62f52238-f1ef-482f-9d95-e4a9074e2f29 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:22.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-75f77992-1cb5-45e9-bdf6-7c6fcdd9c8eb 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 170319dc-6157-41f5-a5e1-97541f00f2bf 2026-04-23 01:26:22.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f77992-1cb5-45e9-bdf6-7c6fcdd9c8eb 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 170319dc-6157-41f5-a5e1-97541f00f2bf 2026-04-23 01:26:22.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-90717714-7f06-48d8-ab36-779bd8488a91 da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] TaaS: Handle Delete Port: eac48c9d-1688-4069-8ca2-0294112e6729 2026-04-23 01:26:22.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90717714-7f06-48d8-ab36-779bd8488a91 da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Tap Mirror: Handle Delete Port: eac48c9d-1688-4069-8ca2-0294112e6729 [pid: 7|app: 0|req: 577/1116] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:22 2026] DELETE /v2.0/ports/eac48c9d-1688-4069-8ca2-0294112e6729 => 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: 540/1117] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:22 2026] DELETE /v2.0/networks/70dfdcda-1883-4e31-ac7a-552d01505a50 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1118] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:26:22 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:22.409 8 INFO neutron.db.segments_db [None req-4860da2d-7c05-48d5-ab74-47355e3f804c da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment 2746f6f3-734d-4288-9efa-f696bc6003fc of type vxlan for network b7b1d9f3-41fb-4894-bad7-955e669b2df8 [pid: 8|app: 0|req: 542/1119] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:22 2026] POST /v2.0/networks => generated 650 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:22.538 8 INFO neutron.db.segments_db [None req-431769df-06fa-4a83-99f4-747336ee856d da1a2bcaff564bb3833c39a0ca56f3ec c4ecfb07d4bd4948b1105634c4ff8033 - - default default] Added segment 51934081-0a01-48c1-9533-cbde88036613 of type vxlan for network 3fb29450-50a0-4d4d-a1a5-d03d95a1297b 2026-04-23 01:26:22.562 7 INFO neutron.services.segments.plugin [-] Segment fb01a3f4-b67f-4491-94e5-120b7b4598f3 resource provider aggregate not found 2026-04-23 01:26:22.568 7 INFO neutron.services.segments.plugin [-] Segment fb01a3f4-b67f-4491-94e5-120b7b4598f3 resource provider aggregate not found 2026-04-23 01:26:22.581 7 INFO neutron.services.segments.plugin [-] Segment fb01a3f4-b67f-4491-94e5-120b7b4598f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb01a3f4-b67f-4491-94e5-120b7b4598f3 found for delete ", "request_id": "req-db015c45-d159-4cae-824f-7a2ee49ba0cb"}]} 2026-04-23 01:26:22.586 7 INFO neutron.services.segments.plugin [-] Segment fb01a3f4-b67f-4491-94e5-120b7b4598f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb01a3f4-b67f-4491-94e5-120b7b4598f3 found for delete ", "request_id": "req-dea989db-56e7-42bb-b262-32687d9ff2bd"}]} 2026-04-23 01:26:22.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a4279fc-e455-481d-9c63-ecd8ff051676 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: d932ccb8-e26e-459a-b087-6ff38832615f 2026-04-23 01:26:22.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a4279fc-e455-481d-9c63-ecd8ff051676 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: d932ccb8-e26e-459a-b087-6ff38832615f [pid: 8|app: 0|req: 543/1120] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:22 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1121] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:22 2026] GET /v2.0/security-groups?tenant_id=caf34c48bb2e4b45b70c237c95e406e5&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:22.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e33c3d8-4997-44fa-9dea-217eeb029494 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 6d34bbaf-16bb-4a52-bbfe-25466bc5a319 2026-04-23 01:26:22.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e33c3d8-4997-44fa-9dea-217eeb029494 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 6d34bbaf-16bb-4a52-bbfe-25466bc5a319 [pid: 7|app: 0|req: 578/1122] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:26:22 2026] PUT /v2.0/routers/bb417d36-967b-4961-871a-a885b2da5868/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1123] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:23 2026] DELETE /v2.0/security-groups/4eb2a500-33d8-460f-9901-afc2017c7f28 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1124] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:26:22 2026] PUT /v2.0/routers/9a6459ca-0e3a-4791-bd99-78eb1e218f86/remove_router_interface => generated 309 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:23.645 8 INFO neutron.services.segments.plugin [-] Segment cb629e4d-a1c8-4477-954f-94179d2ba40c resource provider aggregate not found 2026-04-23 01:26:23.649 8 INFO neutron.services.segments.plugin [-] Segment cb629e4d-a1c8-4477-954f-94179d2ba40c resource provider aggregate not found 2026-04-23 01:26:23.664 8 INFO neutron.services.segments.plugin [-] Segment cb629e4d-a1c8-4477-954f-94179d2ba40c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb629e4d-a1c8-4477-954f-94179d2ba40c found for delete ", "request_id": "req-b6b05f16-0c6a-40fc-9bc7-6279c29fbeb2"}]} 2026-04-23 01:26:23.671 8 INFO neutron.services.segments.plugin [-] Segment cb629e4d-a1c8-4477-954f-94179d2ba40c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb629e4d-a1c8-4477-954f-94179d2ba40c found for delete ", "request_id": "req-5e667a2a-39e3-422f-9b22-35f4cc7ae955"}]} [pid: 7|app: 0|req: 580/1125] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:23 2026] POST /v2.0/subnets => generated 1273 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 01:26:23.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad79278-0baa-481f-adba-1ecbe3516d03 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 2884350e-c639-4857-b11d-298e268225d5 2026-04-23 01:26:23.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad79278-0baa-481f-adba-1ecbe3516d03 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 2884350e-c639-4857-b11d-298e268225d5 2026-04-23 01:26:23.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-b037909b-1fd8-4561-a059-0e75a9e241a0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: cc133a4c-42b7-4626-8e27-7c06f64aa4d1 2026-04-23 01:26:23.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b037909b-1fd8-4561-a059-0e75a9e241a0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: cc133a4c-42b7-4626-8e27-7c06f64aa4d1 2026-04-23 01:26:23.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad79278-0baa-481f-adba-1ecbe3516d03 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: ef2304fc-2bbc-4a91-92cf-f074c7f7c520 2026-04-23 01:26:23.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad79278-0baa-481f-adba-1ecbe3516d03 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: ef2304fc-2bbc-4a91-92cf-f074c7f7c520 2026-04-23 01:26:24.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-b037909b-1fd8-4561-a059-0e75a9e241a0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 0b659d01-c26b-4d8c-b53e-809904d30353 2026-04-23 01:26:24.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b037909b-1fd8-4561-a059-0e75a9e241a0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 0b659d01-c26b-4d8c-b53e-809904d30353 2026-04-23 01:26:24.402 8 INFO neutron.db.l3_hamode_db [None req-bad79278-0baa-481f-adba-1ecbe3516d03 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network e1eceac8-32fb-437d-9064-5171ab4578cb was deleted as no HA routers are present in tenant 000a79951385496b9772ae87b1876d60. [pid: 8|app: 0|req: 546/1126] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:23 2026] DELETE /v2.0/routers/bb417d36-967b-4961-871a-a885b2da5868 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1127] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:24 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:24.508 7 INFO neutron.db.l3_hamode_db [None req-b037909b-1fd8-4561-a059-0e75a9e241a0 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 4a76da56-5849-4ff0-be85-86505c2838b6 was deleted as no HA routers are present in tenant 751a2214ae1a4ff59a2aeb4da6bca55c. [pid: 7|app: 0|req: 581/1128] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:23 2026] DELETE /v2.0/routers/9a6459ca-0e3a-4791-bd99-78eb1e218f86 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1129] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/subnets/90c2c68e-8a8c-49b8-bac9-70493cc15675 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:24.609 7 INFO neutron.services.segments.plugin [-] Segment fdf77d6a-a36b-44fa-8127-89de2d39bfd4 resource provider aggregate not found 2026-04-23 01:26:24.612 7 INFO neutron.services.segments.plugin [-] Segment fdf77d6a-a36b-44fa-8127-89de2d39bfd4 resource provider aggregate not found 2026-04-23 01:26:24.628 7 INFO neutron.services.segments.plugin [-] Segment fdf77d6a-a36b-44fa-8127-89de2d39bfd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf77d6a-a36b-44fa-8127-89de2d39bfd4 found for delete ", "request_id": "req-c5bfb0c7-e18a-4362-a5b6-e24030d1eb8d"}]} 2026-04-23 01:26:24.632 7 INFO neutron.services.segments.plugin [-] Segment fdf77d6a-a36b-44fa-8127-89de2d39bfd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf77d6a-a36b-44fa-8127-89de2d39bfd4 found for delete ", "request_id": "req-52056fb4-ab30-454e-8baf-830b563c0c08"}]} [pid: 7|app: 0|req: 582/1130] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/subnets/1e7778b3-9f07-4cf3-9243-a96ce2c37a06 => 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: 549/1131] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/subnets/ee49b7ff-072c-41fd-b630-fb95ec3490e9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:24.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-533c4340-2e13-4abc-9b35-38df5910d173 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 9bdfc42a-219a-4f1c-8a44-676a95cac441 2026-04-23 01:26:24.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-533c4340-2e13-4abc-9b35-38df5910d173 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 9bdfc42a-219a-4f1c-8a44-676a95cac441 [pid: 8|app: 0|req: 550/1132] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/subnets/6bcb2cc5-1f73-4140-a300-f2198ad4f039 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:24.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f026e97-499f-4da0-b2e2-bbca811b49d8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 79f17de2-707a-4964-9a6d-75c1fa92725b [pid: 7|app: 0|req: 583/1133] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/networks/ea390904-f335-4376-924e-4b60a0403073 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:24.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f026e97-499f-4da0-b2e2-bbca811b49d8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 79f17de2-707a-4964-9a6d-75c1fa92725b [pid: 7|app: 0|req: 584/1134] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:24 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1135] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/networks/3fb29450-50a0-4d4d-a1a5-d03d95a1297b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1136] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:24 2026] DELETE /v2.0/networks/ad8f4186-21dc-49f0-a0c8-02a224ce445f => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1137] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:25 2026] DELETE /v2.0/networks/b7b1d9f3-41fb-4894-bad7-955e669b2df8 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1138] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:25 2026] GET /v2.0/security-groups?tenant_id=751a2214ae1a4ff59a2aeb4da6bca55c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1139] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:25 2026] DELETE /v2.0/networks/8d2519ee-6b2e-4f70-a98c-4f7e62a8d7d4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1140] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:25 2026] GET /v2.0/security-groups?tenant_id=000a79951385496b9772ae87b1876d60&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:25.438 7 INFO neutron.db.segments_db [None req-6fe71d5c-232e-49c3-82ed-ee168eaf2493 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment a414493f-1c60-43b6-9477-0a14db859a0b of type vxlan for network de69d85c-ed8b-47cb-9382-66905db84be3 [pid: 8|app: 0|req: 556/1141] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:25 2026] DELETE /v2.0/security-groups/28fcc0ea-242f-4bf5-b779-9fb705320846 => 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: 586/1142] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:26:25 2026] POST /v2.0/networks => generated 742 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1143] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:25 2026] DELETE /v2.0/networks/51f0cb1d-d3c6-42cb-a0ae-bf9e718b6015 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1144] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:25 2026] DELETE /v2.0/security-groups/dcec1f06-cd43-463f-8012-5bcc92783e4c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:25.682 8 INFO neutron.services.segments.plugin [-] Segment 73d72556-b014-4b64-89f0-0a13b7a76b5a resource provider aggregate not found 2026-04-23 01:26:25.694 8 INFO neutron.services.segments.plugin [-] Segment 73d72556-b014-4b64-89f0-0a13b7a76b5a resource provider aggregate not found 2026-04-23 01:26:25.700 8 INFO neutron.services.segments.plugin [-] Segment 73d72556-b014-4b64-89f0-0a13b7a76b5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d72556-b014-4b64-89f0-0a13b7a76b5a found for delete ", "request_id": "req-a7436819-60c8-41bd-ad1d-253a85536deb"}]} 2026-04-23 01:26:25.724 8 INFO neutron.services.segments.plugin [-] Segment 73d72556-b014-4b64-89f0-0a13b7a76b5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d72556-b014-4b64-89f0-0a13b7a76b5a found for delete ", "request_id": "req-325c1e9b-6478-4427-8d10-7ad1b7d3828b"}]} 2026-04-23 01:26:25.728 8 INFO neutron.services.segments.plugin [-] Segment a00fa32a-ba20-4eed-a945-024464a020b7 resource provider aggregate not found 2026-04-23 01:26:25.748 8 INFO neutron.services.segments.plugin [-] Segment a00fa32a-ba20-4eed-a945-024464a020b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00fa32a-ba20-4eed-a945-024464a020b7 found for delete ", "request_id": "req-cc0b2b3d-6c60-4c64-8cac-101776c5d22b"}]} 2026-04-23 01:26:25.756 8 INFO neutron.services.segments.plugin [-] Segment a00fa32a-ba20-4eed-a945-024464a020b7 resource provider aggregate not found 2026-04-23 01:26:25.775 8 INFO neutron.services.segments.plugin [-] Segment a00fa32a-ba20-4eed-a945-024464a020b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00fa32a-ba20-4eed-a945-024464a020b7 found for delete ", "request_id": "req-056545ec-38eb-45f6-b508-2ef0ef1a4f96"}]} 2026-04-23 01:26:25.779 8 INFO neutron.services.segments.plugin [-] Segment 2746f6f3-734d-4288-9efa-f696bc6003fc resource provider aggregate not found 2026-04-23 01:26:25.798 8 INFO neutron.services.segments.plugin [-] Segment 2746f6f3-734d-4288-9efa-f696bc6003fc resource provider aggregate not found 2026-04-23 01:26:25.804 8 INFO neutron.services.segments.plugin [-] Segment 2746f6f3-734d-4288-9efa-f696bc6003fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2746f6f3-734d-4288-9efa-f696bc6003fc found for delete ", "request_id": "req-dc0a9d25-8fba-4a7c-8f84-e9f772869500"}]} 2026-04-23 01:26:25.825 8 INFO neutron.services.segments.plugin [-] Segment 2746f6f3-734d-4288-9efa-f696bc6003fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2746f6f3-734d-4288-9efa-f696bc6003fc found for delete ", "request_id": "req-08a21e0b-2233-4ec5-a527-64422c3ed22d"}]} 2026-04-23 01:26:25.840 8 INFO neutron.services.segments.plugin [-] Segment 68382ba4-f457-438d-8aab-43bc44d92fb4 resource provider aggregate not found 2026-04-23 01:26:25.848 8 INFO neutron.services.segments.plugin [-] Segment 68382ba4-f457-438d-8aab-43bc44d92fb4 resource provider aggregate not found 2026-04-23 01:26:25.861 8 INFO neutron.services.segments.plugin [-] Segment 68382ba4-f457-438d-8aab-43bc44d92fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68382ba4-f457-438d-8aab-43bc44d92fb4 found for delete ", "request_id": "req-c7c6f57d-da39-4eba-b8e9-337744f63196"}]} 2026-04-23 01:26:25.865 8 INFO neutron.services.segments.plugin [-] Segment 68382ba4-f457-438d-8aab-43bc44d92fb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68382ba4-f457-438d-8aab-43bc44d92fb4 found for delete ", "request_id": "req-81257974-775a-4887-b93f-6f39b8f72446"}]} 2026-04-23 01:26:25.877 8 INFO neutron.services.segments.plugin [-] Segment 0211aa5a-213c-475b-a467-bbf53811910f resource provider aggregate not found 2026-04-23 01:26:25.882 8 INFO neutron.services.segments.plugin [-] Segment 0211aa5a-213c-475b-a467-bbf53811910f resource provider aggregate not found 2026-04-23 01:26:25.894 8 INFO neutron.services.segments.plugin [-] Segment 0211aa5a-213c-475b-a467-bbf53811910f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0211aa5a-213c-475b-a467-bbf53811910f found for delete ", "request_id": "req-600e22db-bdcb-434e-bb38-b9466a647c77"}]} 2026-04-23 01:26:25.896 8 INFO neutron.services.segments.plugin [-] Segment 0211aa5a-213c-475b-a467-bbf53811910f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0211aa5a-213c-475b-a467-bbf53811910f found for delete ", "request_id": "req-81d0509e-c2e0-493a-b352-5f8272945be6"}]} [pid: 8|app: 0|req: 558/1145] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:25 2026] POST /v2.0/subnets => generated 690 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:25.958 7 INFO neutron.db.segments_db [None req-8179d838-6ff0-4852-9ede-e2abac25a094 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment b4c880dc-5260-4b3f-aa41-9e9824e310c9 of type vxlan for network b53feb49-2a6f-48c3-a843-4121e6e45647 [pid: 8|app: 0|req: 559/1146] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:26 2026] GET /v2.0/security-groups?tenant_id=c4ecfb07d4bd4948b1105634c4ff8033&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:26.239 7 INFO neutron.db.l3_hamode_db [None req-8179d838-6ff0-4852-9ede-e2abac25a094 898d5208e6d94fabb06aa16326cdc006 ddb9ad043e264773b681a1d7e31bfed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 560/1147] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:26 2026] DELETE /v2.0/security-groups/904c0948-3c64-4ba8-a4b8-9b172439c49e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:26.652 7 INFO neutron.services.segments.plugin [-] Segment b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 resource provider aggregate not found 2026-04-23 01:26:26.658 7 INFO neutron.services.segments.plugin [-] Segment b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 resource provider aggregate not found 2026-04-23 01:26:26.672 7 INFO neutron.services.segments.plugin [-] Segment b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 found for delete ", "request_id": "req-c90d3796-98f9-4c61-870b-75ae469af4b3"}]} 2026-04-23 01:26:26.678 7 INFO neutron.services.segments.plugin [-] Segment b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01a0de6-f3e6-4d8c-995a-59af5c64b9a7 found for delete ", "request_id": "req-fe83d7b0-4555-4426-b068-3af0c04dafc8"}]} 2026-04-23 01:26:26.690 7 INFO neutron.services.segments.plugin [-] Segment 51934081-0a01-48c1-9533-cbde88036613 resource provider aggregate not found 2026-04-23 01:26:26.705 7 INFO neutron.services.segments.plugin [-] Segment 51934081-0a01-48c1-9533-cbde88036613 resource provider aggregate not found 2026-04-23 01:26:26.723 7 INFO neutron.services.segments.plugin [-] Segment 51934081-0a01-48c1-9533-cbde88036613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51934081-0a01-48c1-9533-cbde88036613 found for delete ", "request_id": "req-5f789393-17cc-4521-b238-1455b38bfc0d"}]} 2026-04-23 01:26:26.726 7 INFO neutron.services.segments.plugin [-] Segment 51934081-0a01-48c1-9533-cbde88036613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51934081-0a01-48c1-9533-cbde88036613 found for delete ", "request_id": "req-d4098b63-ba2d-4182-8601-a38e6ba808ff"}]} 2026-04-23 01:26:27.024 7 INFO neutron.db.l3_hamode_db [None req-8179d838-6ff0-4852-9ede-e2abac25a094 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:26:27.679 8 INFO neutron.db.segments_db [None req-a93fccff-52d0-4abb-b660-d8949dec5d33 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment dc403e65-3f8d-4e3d-9428-05d419bd7c66 of type vxlan for network 4f1dd58a-d983-4f3b-bbb5-25443e3a9e12 [pid: 8|app: 0|req: 561/1148] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:26:27 2026] POST /v2.0/networks => generated 745 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1149] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:25 2026] POST /v2.0/routers => generated 730 bytes in 1946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1150] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:27 2026] POST /v2.0/subnets => generated 692 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:28.001 8 INFO neutron.db.segments_db [None req-17b21147-d132-4fb9-af5a-2eec65c9a35b 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 3962b685-93c5-45bb-bd79-d23d00d1809b of type vxlan for network 7aa80816-d805-4522-b38f-51c888415e20 2026-04-23 01:26:28.233 8 INFO neutron.db.l3_hamode_db [None req-17b21147-d132-4fb9-af5a-2eec65c9a35b 898d5208e6d94fabb06aa16326cdc006 1c32185794a84b719088915240e145e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:26:29.034 8 INFO neutron.db.l3_hamode_db [None req-17b21147-d132-4fb9-af5a-2eec65c9a35b 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 589/1151] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:26:27 2026] PUT /v2.0/routers/ac89dbeb-7ad9-48d7-b0ee-3fdfd97b7dce/add_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:29.424 7 INFO neutron.db.segments_db [None req-74681a3f-43f9-43c6-b3f7-bf77ad7f1415 59262b3bae9c430287a3b07b66a71a4c 7ca1e9db4cad40e89bf6b89a2490e927 - - default default] Added segment 07560eb9-8da2-4bec-9574-7bf3fab717cc of type vxlan for network 8f87c7c3-39ca-4dc2-a8c5-67234e5245ae [pid: 7|app: 0|req: 590/1152] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:29 2026] POST /v2.0/networks => generated 648 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1153] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:26:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1154] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:27 2026] POST /v2.0/routers => generated 732 bytes in 1973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1155] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1156] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1157] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:30 2026] POST /v2.0/subnets => generated 673 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1158] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:30 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:30.834 7 INFO neutron.db.segments_db [None req-435ca2d0-0c01-4760-b760-bbb484885bf2 59262b3bae9c430287a3b07b66a71a4c 7ca1e9db4cad40e89bf6b89a2490e927 - - default default] Added segment e19bd38f-6009-4f47-a8e6-898467a8ac92 of type vxlan for network 1f4614b3-6eb8-43d6-83a6-a0c8425c4e06 [pid: 7|app: 0|req: 596/1159] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:30 2026] POST /v2.0/networks => generated 647 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1160] 10.0.0.253 () {34 vars in 743 bytes} [Thu Apr 23 01:26:30 2026] PUT /v2.0/networks/1f4614b3-6eb8-43d6-83a6-a0c8425c4e06 => generated 592 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1161] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:26:29 2026] PUT /v2.0/routers/b886322d-0ff6-4fe3-9ac6-1cdbafcff6e4/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1162] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--451264282&fields=id&tenant_id=ddb9ad043e264773b681a1d7e31bfed1 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1163] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:31 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1164] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks?id=de69d85c-ed8b-47cb-9382-66905db84be3 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1165] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/quotas/ddb9ad043e264773b681a1d7e31bfed1 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1166] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/ports?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1167] 10.0.0.253 () {34 vars in 741 bytes} [Thu Apr 23 01:26:31 2026] PUT /v2.0/subnets/fa1b9c06-f5ba-43a6-8ac0-6f4c3e79d6fb => generated 656 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1168] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1169] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?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-04-23 01:26:31.609 7 INFO neutron.services.segments.plugin [-] Segment e19bd38f-6009-4f47-a8e6-898467a8ac92 resource provider aggregate not found 2026-04-23 01:26:31.613 7 INFO neutron.services.segments.plugin [-] Segment e19bd38f-6009-4f47-a8e6-898467a8ac92 resource provider aggregate not found 2026-04-23 01:26:31.641 7 INFO neutron.services.segments.plugin [-] Segment e19bd38f-6009-4f47-a8e6-898467a8ac92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e19bd38f-6009-4f47-a8e6-898467a8ac92 found for delete ", "request_id": "req-1bf76d95-fda5-420d-857a-f6f640a6eb18"}]} 2026-04-23 01:26:31.643 7 INFO neutron.services.segments.plugin [-] Segment e19bd38f-6009-4f47-a8e6-898467a8ac92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e19bd38f-6009-4f47-a8e6-898467a8ac92 found for delete ", "request_id": "req-ef770767-8c5f-4c23-a167-e99389eca835"}]} [pid: 7|app: 0|req: 600/1170] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:31 2026] DELETE /v2.0/networks/1f4614b3-6eb8-43d6-83a6-a0c8425c4e06 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:31.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f5c4e98-1cc3-4c7b-a1e1-ebfb80ef1665 59262b3bae9c430287a3b07b66a71a4c 7ca1e9db4cad40e89bf6b89a2490e927 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1171] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:31 2026] DELETE /v2.0/networks/1f4614b3-6eb8-43d6-83a6-a0c8425c4e06 => 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: 601/1172] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 572/1173] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1174] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/subnets?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1175] 10.0.0.253 () {32 vars in 653 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1176] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks => generated 1313 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1177] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/subnets => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1178] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks/8f87c7c3-39ca-4dc2-a8c5-67234e5245ae => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1179] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/subnets/f83f8726-99e3-4d49-9861-21ab6c71ee1d => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1180] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:26:31 2026] GET /v2.0/networks?id=4f1dd58a-d983-4f3b-bbb5-25443e3a9e12 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1181] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/quotas/1c32185794a84b719088915240e145e2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:32.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc4bbe1b-31be-4bff-a433-405e83afb7c5 59262b3bae9c430287a3b07b66a71a4c 7ca1e9db4cad40e89bf6b89a2490e927 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1182] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:32 2026] DELETE /v2.0/subnets/fa1b9c06-f5ba-43a6-8ac0-6f4c3e79d6fb => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:32.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afa94ad8-b064-4a5a-abe8-e25d852adbe8 59262b3bae9c430287a3b07b66a71a4c 7ca1e9db4cad40e89bf6b89a2490e927 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1183] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:32 2026] DELETE /v2.0/networks/1f4614b3-6eb8-43d6-83a6-a0c8425c4e06 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1184] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/ports?tenant_id=1c32185794a84b719088915240e145e2&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1185] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/networks/4f1dd58a-d983-4f3b-bbb5-25443e3a9e12?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1186] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:32 2026] DELETE /v2.0/subnets/f83f8726-99e3-4d49-9861-21ab6c71ee1d => 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: 579/1187] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/networks/4f1dd58a-d983-4f3b-bbb5-25443e3a9e12?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: 609/1188] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:32 2026] DELETE /v2.0/networks/8f87c7c3-39ca-4dc2-a8c5-67234e5245ae => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1189] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 610/1190] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 581/1191] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:32 2026] GET /v2.0/security-groups?tenant_id=7ca1e9db4cad40e89bf6b89a2490e927&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1192] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:33 2026] DELETE /v2.0/security-groups/d7639041-d7b2-4cd9-a2c2-d3f30b49d4cf => 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: 582/1193] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:33 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:33.657 7 INFO neutron.services.segments.plugin [-] Segment 07560eb9-8da2-4bec-9574-7bf3fab717cc resource provider aggregate not found 2026-04-23 01:26:33.662 7 INFO neutron.services.segments.plugin [-] Segment 07560eb9-8da2-4bec-9574-7bf3fab717cc resource provider aggregate not found 2026-04-23 01:26:33.673 7 INFO neutron.services.segments.plugin [-] Segment 07560eb9-8da2-4bec-9574-7bf3fab717cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07560eb9-8da2-4bec-9574-7bf3fab717cc found for delete ", "request_id": "req-0462082c-c2d8-4d84-adcc-e69566e8fab8"}]} 2026-04-23 01:26:33.679 7 INFO neutron.services.segments.plugin [-] Segment 07560eb9-8da2-4bec-9574-7bf3fab717cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07560eb9-8da2-4bec-9574-7bf3fab717cc found for delete ", "request_id": "req-60d3c71d-260f-4041-853c-756e24f0f5fd"}]} [pid: 7|app: 0|req: 612/1194] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:33 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 583/1195] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:34 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 584/1196] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:34 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:35.210 7 INFO neutron.db.segments_db [None req-8617fb28-94c9-49e7-accd-fa7ce69a45e2 b563eb4b83914a6ab56268f0d64cd425 fb71ba76a53d4afd935a66c2c40e013c - - default default] Added segment ed8abccf-8671-457f-a2bb-84653d80acbb of type vxlan for network 89336852-ad0c-48c0-81d9-b15a0a44e7ec [pid: 7|app: 0|req: 613/1197] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:34 2026] POST /v2.0/networks => generated 643 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1200] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:35 2026] POST /v2.0/subnets => generated 641 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:35.624 7 INFO neutron.db.segments_db [None req-6660a527-8a48-4b9b-b94c-7314136618a5 b563eb4b83914a6ab56268f0d64cd425 fb71ba76a53d4afd935a66c2c40e013c - - default default] Added segment d0fc855b-eba9-460b-8770-ada9a13bf9a0 of type vxlan for network 3f2189e0-ca88-4bb5-8f8f-abd3ddb4fc88 [pid: 8|app: 0|req: 586/1201] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:35 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 587/1202] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:35 2026] GET /v2.0/networks?id=de69d85c-ed8b-47cb-9382-66905db84be3 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1203] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ddb9ad043e264773b681a1d7e31bfed1 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1204] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 616/1205] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:35 2026] POST /v2.0/networks => generated 644 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1206] 10.0.0.253 () {34 vars in 743 bytes} [Thu Apr 23 01:26:36 2026] PUT /v2.0/networks/3f2189e0-ca88-4bb5-8f8f-abd3ddb4fc88 => generated 592 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1207] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:26:36 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 618/1208] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:36 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1209] 10.0.0.253 () {34 vars in 741 bytes} [Thu Apr 23 01:26:36 2026] PUT /v2.0/subnets/508243c0-9e5d-4bef-a0ca-cad3d09d304e => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1210] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:36 2026] PUT /v2.0/ports/feb99d21-cd5a-48a6-9e8d-431e906a8436 => generated 1235 bytes in 345 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: 592/1211] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:36.796 7 INFO neutron.services.segments.plugin [-] Segment d0fc855b-eba9-460b-8770-ada9a13bf9a0 resource provider aggregate not found 2026-04-23 01:26:36.802 7 INFO neutron.services.segments.plugin [-] Segment d0fc855b-eba9-460b-8770-ada9a13bf9a0 resource provider aggregate not found 2026-04-23 01:26:36.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9b871b3-8e27-4a8a-ad33-66fa75897c84'] response: {'name': 'network-changed', 'server_uuid': '69779040-487c-4154-8dee-90f7a4ae96f7', 'tag': 'feb99d21-cd5a-48a6-9e8d-431e906a8436', 'status': 'completed', 'code': 200} 2026-04-23 01:26:36.821 7 INFO neutron.services.segments.plugin [-] Segment d0fc855b-eba9-460b-8770-ada9a13bf9a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fc855b-eba9-460b-8770-ada9a13bf9a0 found for delete ", "request_id": "req-dcfa7b44-0b6a-4a3c-8a5c-55da952c2998"}]} 2026-04-23 01:26:36.827 7 INFO neutron.services.segments.plugin [-] Segment d0fc855b-eba9-460b-8770-ada9a13bf9a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fc855b-eba9-460b-8770-ada9a13bf9a0 found for delete ", "request_id": "req-b1d815b0-66b5-416a-b8e5-e0308e070dbc"}]} [pid: 7|app: 0|req: 620/1212] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:36 2026] DELETE /v2.0/networks/3f2189e0-ca88-4bb5-8f8f-abd3ddb4fc88 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:36.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e72d3635-3fe6-4e31-9aad-94046264ee0c b563eb4b83914a6ab56268f0d64cd425 fb71ba76a53d4afd935a66c2c40e013c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1213] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:36 2026] DELETE /v2.0/networks/3f2189e0-ca88-4bb5-8f8f-abd3ddb4fc88 => 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: 621/1214] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1215] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/subnets?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1216] 10.0.0.253 () {32 vars in 653 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1217] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:36 2026] GET /v2.0/networks => 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: 623/1218] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1219] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/networks/89336852-ad0c-48c0-81d9-b15a0a44e7ec => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1220] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/subnets/4a43bd4b-8704-4c97-af54-add333d148aa => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:37.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b61ade4-1ff5-4e4a-bdb3-87a88b29a40b b563eb4b83914a6ab56268f0d64cd425 fb71ba76a53d4afd935a66c2c40e013c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1221] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:37 2026] DELETE /v2.0/subnets/508243c0-9e5d-4bef-a0ca-cad3d09d304e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:37.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df14ce79-b49f-49a4-ae48-50f70c32fadc b563eb4b83914a6ab56268f0d64cd425 fb71ba76a53d4afd935a66c2c40e013c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1222] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:37 2026] DELETE /v2.0/networks/3f2189e0-ca88-4bb5-8f8f-abd3ddb4fc88 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1223] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 626/1224] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 599/1225] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:37 2026] DELETE /v2.0/subnets/4a43bd4b-8704-4c97-af54-add333d148aa => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1226] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/ports?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1227] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/networks?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&shared=False => generated 770 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:37.438 8 INFO neutron.services.segments.plugin [-] Segment ed8abccf-8671-457f-a2bb-84653d80acbb resource provider aggregate not found 2026-04-23 01:26:37.446 8 INFO neutron.services.segments.plugin [-] Segment ed8abccf-8671-457f-a2bb-84653d80acbb resource provider aggregate not found 2026-04-23 01:26:37.454 8 INFO neutron.services.segments.plugin [-] Segment ed8abccf-8671-457f-a2bb-84653d80acbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8abccf-8671-457f-a2bb-84653d80acbb found for delete ", "request_id": "req-86f6c642-d501-439d-9c83-24e0f2662664"}]} [pid: 7|app: 0|req: 629/1228] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:26:37 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) 2026-04-23 01:26:37.464 8 INFO neutron.services.segments.plugin [-] Segment ed8abccf-8671-457f-a2bb-84653d80acbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8abccf-8671-457f-a2bb-84653d80acbb found for delete ", "request_id": "req-64b1a1da-6c05-4f0f-8b06-f272bdf5ca33"}]} [pid: 8|app: 0|req: 600/1229] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:37 2026] DELETE /v2.0/networks/89336852-ad0c-48c0-81d9-b15a0a44e7ec => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1230] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 601/1231] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:37 2026] GET /v2.0/security-groups?tenant_id=fb71ba76a53d4afd935a66c2c40e013c&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1232] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/networks?id=4f1dd58a-d983-4f3b-bbb5-25443e3a9e12 => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1233] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:38 2026] DELETE /v2.0/security-groups/645f6849-b99a-4865-a379-ffe4a152b36b => 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: 603/1234] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1235] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 8|app: 0|req: 605/1236] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/ports?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 606/1237] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=feb99d21-cd5a-48a6-9e8d-431e906a8436 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1238] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:26:38 2026] POST /v2.0/ports => generated 954 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 607/1239] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/subnets?id=c6171f9c-28eb-4e2e-a033-ea2f5a628603 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1240] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/ports?network_id=de69d85c-ed8b-47cb-9382-66905db84be3&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1241] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/security-groups?tenant_id=5e2579fed4ca4eb49809a0b6c474a835&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1242] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:38 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1243] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:26:38 2026] PUT /v2.0/ports/50f41f29-b5b5-4e28-a6e3-c56dc19b9372 => generated 1235 bytes in 469 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: 634/1244] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:39.076 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-131643f0-3641-4dd4-8d80-827088f67603'] response: {'name': 'network-changed', 'server_uuid': '38e51f5e-75db-45a4-962a-db01ffc7e850', 'tag': '50f41f29-b5b5-4e28-a6e3-c56dc19b9372', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 635/1245] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?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: 636/1246] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1247] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:38 2026] DELETE /v2.0/security-groups/811343bc-fbbe-49c3-abe0-d34799e8c6e4 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1248] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1249] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/ports?tenant_id=1c32185794a84b719088915240e145e2&device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1250] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 613/1251] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/networks?tenant_id=1c32185794a84b719088915240e145e2&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1252] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:26:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1253] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:40.303 8 INFO neutron.db.segments_db [None req-fbda9ac4-2a07-48da-81c7-3599141eecd4 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Added segment 22041676-14d5-4c8c-8758-7e8af605163b of type vxlan for network 98248bb9-9e37-4ff6-9606-41d114aa4f63 [pid: 7|app: 0|req: 641/1254] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&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: 614/1255] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:40 2026] POST /v2.0/networks => generated 649 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1256] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:26:40 2026] POST /v2.0/ports => generated 779 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 615/1257] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:40.773 7 INFO neutron.db.segments_db [None req-3c70cedd-aa04-4c7a-a070-e2c11f5a5e1c a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Added segment d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 of type vxlan for network 3a6cf117-60d4-498b-b895-d0e9dc39f838 [pid: 8|app: 0|req: 616/1258] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/ports?tenant_id=1c32185794a84b719088915240e145e2&device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1259] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1260] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=50f41f29-b5b5-4e28-a6e3-c56dc19b9372 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1261] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:40 2026] POST /v2.0/networks => generated 635 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1262] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/subnets?id=1f4ea288-0b53-48e2-8a80-3575bd7f6cb4 => generated 695 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1263] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/ports?network_id=4f1dd58a-d983-4f3b-bbb5-25443e3a9e12&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1264] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/networks/4f1dd58a-d983-4f3b-bbb5-25443e3a9e12?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: 647/1265] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:40 2026] GET /v2.0/networks/4f1dd58a-d983-4f3b-bbb5-25443e3a9e12?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1266] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:40 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1267] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:26:41 2026] POST /v2.0/ports => generated 966 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 620/1268] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:41 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:41.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-77117399-f637-4005-a186-bde7f2b835e6 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] TaaS: Handle Delete Port: 19cc1b4e-8cc4-4743-96de-0b5ed7397e0a 2026-04-23 01:26:41.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77117399-f637-4005-a186-bde7f2b835e6 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Tap Mirror: Handle Delete Port: 19cc1b4e-8cc4-4743-96de-0b5ed7397e0a [pid: 8|app: 0|req: 621/1269] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:41 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1270] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:41 2026] DELETE /v2.0/ports/19cc1b4e-8cc4-4743-96de-0b5ed7397e0a => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:41.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5750a43-ff97-4814-88fa-d09cf74b2258 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1271] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:41 2026] DELETE /v2.0/ports/19cc1b4e-8cc4-4743-96de-0b5ed7397e0a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:41.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d866d96-abbe-4aee-9de2-f76713411363 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1272] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:26:41 2026] GET /v2.0/ports/19cc1b4e-8cc4-4743-96de-0b5ed7397e0a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1273] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:41 2026] DELETE /v2.0/subnets/66027475-6eeb-479f-8705-ddb5da7f2c64 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:41.885 7 INFO neutron.services.segments.plugin [-] Segment d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 resource provider aggregate not found 2026-04-23 01:26:41.889 7 INFO neutron.services.segments.plugin [-] Segment d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 resource provider aggregate not found 2026-04-23 01:26:41.905 7 INFO neutron.services.segments.plugin [-] Segment d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 found for delete ", "request_id": "req-8a914092-60f2-42e5-9588-29e336181106"}]} 2026-04-23 01:26:41.911 7 INFO neutron.services.segments.plugin [-] Segment d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ccec93-ebd0-43f9-9c91-b66a766b0ad6 found for delete ", "request_id": "req-d4ff6477-9e3a-476f-b490-11db2078f693"}]} [pid: 7|app: 0|req: 651/1274] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:41 2026] DELETE /v2.0/networks/3a6cf117-60d4-498b-b895-d0e9dc39f838 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1275] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:41 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1276] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:41 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:41.976 7 INFO neutron.db.segments_db [None req-38a5ed51-46b1-4889-91fe-ad38fed1f9e5 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Added segment 3719905a-1253-46dc-942a-9894493811c7 of type vxlan for network 822632e1-6c96-4fc0-a0b7-ca7b30cb5588 [pid: 7|app: 0|req: 652/1277] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:26:41 2026] POST /v2.0/networks => generated 635 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1278] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:42 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1279] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:42 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 653/1280] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:26:42 2026] POST /v2.0/ports => generated 927 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1281] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:42 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:42.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-802b7850-042b-485d-8818-5f3be65a89f0 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] TaaS: Handle Delete Port: 88d40fe5-8061-4031-aab8-c69c1bc75ffe 2026-04-23 01:26:42.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-802b7850-042b-485d-8818-5f3be65a89f0 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Tap Mirror: Handle Delete Port: 88d40fe5-8061-4031-aab8-c69c1bc75ffe [pid: 7|app: 0|req: 654/1282] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:42 2026] DELETE /v2.0/ports/88d40fe5-8061-4031-aab8-c69c1bc75ffe => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:42.879 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d74c3d2c-91c9-4562-938d-739c1b7bd01a a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1283] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:26:42 2026] GET /v2.0/ports/88d40fe5-8061-4031-aab8-c69c1bc75ffe => 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: 655/1284] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:42 2026] DELETE /v2.0/subnets/075603e1-0f14-4332-b99c-d97396af25a5 => 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: 656/1285] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1286] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:43.114 8 INFO neutron.services.segments.plugin [-] Segment 3719905a-1253-46dc-942a-9894493811c7 resource provider aggregate not found 2026-04-23 01:26:43.119 8 INFO neutron.services.segments.plugin [-] Segment 3719905a-1253-46dc-942a-9894493811c7 resource provider aggregate not found 2026-04-23 01:26:43.133 8 INFO neutron.services.segments.plugin [-] Segment 3719905a-1253-46dc-942a-9894493811c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3719905a-1253-46dc-942a-9894493811c7 found for delete ", "request_id": "req-30744213-bdcf-4203-9428-9b630498869e"}]} 2026-04-23 01:26:43.136 8 INFO neutron.services.segments.plugin [-] Segment 3719905a-1253-46dc-942a-9894493811c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3719905a-1253-46dc-942a-9894493811c7 found for delete ", "request_id": "req-0199ea51-c83e-4a80-9277-7bfccaba0708"}]} [pid: 8|app: 0|req: 630/1287] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/networks/822632e1-6c96-4fc0-a0b7-ca7b30cb5588 => 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: 658/1288] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:26:43 2026] POST /v2.0/ports => generated 779 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1289] 10.0.0.253 () {34 vars in 737 bytes} [Thu Apr 23 01:26:43 2026] PUT /v2.0/ports/7c72c02a-8077-49fd-a541-53442c8f40fa => generated 752 bytes in 183 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-04-23 01:26:43.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4e1ff12-ce96-4ae5-8e45-79001711f86c a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] TaaS: Handle Delete Port: 7c72c02a-8077-49fd-a541-53442c8f40fa 2026-04-23 01:26:43.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4e1ff12-ce96-4ae5-8e45-79001711f86c a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Tap Mirror: Handle Delete Port: 7c72c02a-8077-49fd-a541-53442c8f40fa /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 632/1290] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1291] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/ports/7c72c02a-8077-49fd-a541-53442c8f40fa => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1292] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1293] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:43.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-283f4bf6-08b1-4f31-984c-29f962211835 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 634/1294] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports/7c72c02a-8077-49fd-a541-53442c8f40fa => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1295] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1296] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:26:43 2026] GET /v2.0/ports/f07dc08a-ef02-459a-9d1c-dbb021d5a85e => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:43.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e74d4a68-83d2-43e1-b3d7-6b1298142332 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1297] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/ports/88d40fe5-8061-4031-aab8-c69c1bc75ffe => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:43.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffdd66f4-74be-4a07-b176-efe23b495670 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1298] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/subnets/075603e1-0f14-4332-b99c-d97396af25a5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:43.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfe44d58-1bab-4fd0-aedf-274d3ed93421 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 663/1299] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/subnets/66027475-6eeb-479f-8705-ddb5da7f2c64 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:26:44.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-f784d0eb-eb73-41b0-a549-2f128365b3a8 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] TaaS: Handle Delete Port: f07dc08a-ef02-459a-9d1c-dbb021d5a85e 2026-04-23 01:26:44.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f784d0eb-eb73-41b0-a549-2f128365b3a8 a1840b3ae09540a393e27e86e7f57a4a a984e84d42784b1a9d58096c76c4d3a1 - - default default] Tap Mirror: Handle Delete Port: f07dc08a-ef02-459a-9d1c-dbb021d5a85e [pid: 8|app: 0|req: 637/1300] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:26:43 2026] DELETE /v2.0/ports/f07dc08a-ef02-459a-9d1c-dbb021d5a85e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1301] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:44 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1302] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:44 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 638/1303] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:44 2026] DELETE /v2.0/networks/98248bb9-9e37-4ff6-9606-41d114aa4f63 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1304] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:44 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1305] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:44 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&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: 667/1306] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:44 2026] GET /v2.0/security-groups?tenant_id=a984e84d42784b1a9d58096c76c4d3a1&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:45.162 8 INFO neutron.services.segments.plugin [-] Segment 22041676-14d5-4c8c-8758-7e8af605163b resource provider aggregate not found 2026-04-23 01:26:45.186 8 INFO neutron.services.segments.plugin [-] Segment 22041676-14d5-4c8c-8758-7e8af605163b resource provider aggregate not found 2026-04-23 01:26:45.203 8 INFO neutron.services.segments.plugin [-] Segment 22041676-14d5-4c8c-8758-7e8af605163b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22041676-14d5-4c8c-8758-7e8af605163b found for delete ", "request_id": "req-a89aea2d-7da6-434a-99e8-89f9c9b33848"}]} 2026-04-23 01:26:45.207 8 INFO neutron.services.segments.plugin [-] Segment 22041676-14d5-4c8c-8758-7e8af605163b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22041676-14d5-4c8c-8758-7e8af605163b found for delete ", "request_id": "req-cdef8301-d4c8-46f9-815b-2c83dee769a8"}]} [pid: 8|app: 0|req: 640/1307] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:45 2026] DELETE /v2.0/security-groups/5aee0c69-05f6-4e91-8ca8-97a26b581bec => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1308] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:45 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 641/1309] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:45 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 669/1310] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:45 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:45.932 8 INFO neutron.db.l3_db [None req-922c85a9-eee2-4b53-adb5-2a46ad292610 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] Floating IP 1376ba64-50e6-4f80-a05a-dcfb90277e01 associated. External IP: 10.96.250.219, port: feb99d21-cd5a-48a6-9e8d-431e906a8436. [pid: 7|app: 0|req: 670/1311] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:45 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1312] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&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: 642/1313] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:26:45 2026] PUT /v2.0/floatingips/1376ba64-50e6-4f80-a05a-dcfb90277e01 => generated 855 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:46.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d75482fa-35bb-47ef-9105-9df3287718a2'] response: {'name': 'network-changed', 'server_uuid': '69779040-487c-4154-8dee-90f7a4ae96f7', 'tag': 'feb99d21-cd5a-48a6-9e8d-431e906a8436', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 672/1314] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1315] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1316] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/ports?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1317] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/networks?id=de69d85c-ed8b-47cb-9382-66905db84be3 => generated 770 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1318] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=feb99d21-cd5a-48a6-9e8d-431e906a8436 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1319] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/subnets?id=c6171f9c-28eb-4e2e-a033-ea2f5a628603 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1320] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/ports?network_id=de69d85c-ed8b-47cb-9382-66905db84be3&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: 646/1321] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1322] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1323] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1324] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:47 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1325] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:48 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1326] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:48 2026] GET /v2.0/security-groups?id=0f222b3b-3180-41d5-91ee-56b0e38eaf7b&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: 649/1327] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:26:48 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:48.949 7 INFO neutron_taas.services.taas.taas_plugin [req-f3975663-cbad-42fb-a697-2136349d8532 req-5d790bbb-9a21-4e84-9089-cf045ca048a3 01573d4e724f472f853ec6e4c2067e4b 1c32185794a84b719088915240e145e2 - - default default] TaaS: Handle Delete Port: 50f41f29-b5b5-4e28-a6e3-c56dc19b9372 2026-04-23 01:26:48.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3975663-cbad-42fb-a697-2136349d8532 req-5d790bbb-9a21-4e84-9089-cf045ca048a3 01573d4e724f472f853ec6e4c2067e4b 1c32185794a84b719088915240e145e2 - - default default] Tap Mirror: Handle Delete Port: 50f41f29-b5b5-4e28-a6e3-c56dc19b9372 [pid: 7|app: 0|req: 679/1328] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:26:48 2026] DELETE /v2.0/ports/50f41f29-b5b5-4e28-a6e3-c56dc19b9372 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:26:49.161 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1e2f498-10a0-4abb-8c2f-be187433e9d2'] response: {'server_uuid': '38e51f5e-75db-45a4-962a-db01ffc7e850', 'name': 'network-vif-deleted', 'tag': '50f41f29-b5b5-4e28-a6e3-c56dc19b9372', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 650/1329] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:49 2026] GET /v2.0/security-groups?tenant_id=d5b76f120a5c444f9979cce15003cf15&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1330] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:49 2026] DELETE /v2.0/security-groups/5e3a1ff7-22e4-4897-8836-83189bae76f0 => 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: 681/1331] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:49 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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/1332] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:49 2026] GET /v2.0/security-groups?tenant_id=246c08fe689543419dfb46c2255d0577&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1333] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:50 2026] DELETE /v2.0/security-groups/255343da-e214-48ba-8db4-3deecb941dd7 => 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: 652/1334] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:50 2026] GET /v2.0/security-groups?tenant_id=13c3433a86e24be9a09e059e7ad85c29&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: 683/1337] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:50 2026] DELETE /v2.0/security-groups/8fa3393e-3afe-4462-88ec-796ae4aca9b1 => 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: 655/1338] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:50 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => 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: 684/1339] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:26:52 2026] GET /v2.0/ports?device_id=38e51f5e-75db-45a4-962a-db01ffc7e850 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:26:53.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed1c8ea9-930d-4d36-9f77-68d63be80771 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: a745e82f-5900-4858-9989-9d55bac74469 2026-04-23 01:26:53.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1c8ea9-930d-4d36-9f77-68d63be80771 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: a745e82f-5900-4858-9989-9d55bac74469 2026-04-23 01:26:53.709 7 INFO neutron.db.segments_db [None req-2a7ab2ce-f63a-4e93-ae63-e11403e33ef6 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Added segment 4583e913-fea7-45fc-ba86-abd75844b986 of type vxlan for network 4dde0cdc-d9ac-4624-bc13-98c8c368739d [pid: 7|app: 0|req: 685/1340] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:26:53 2026] POST /v2.0/networks => generated 632 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1341] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:26:53 2026] PUT /v2.0/routers/b886322d-0ff6-4fe3-9ac6-1cdbafcff6e4/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:26:54.084 8 INFO neutron.db.segments_db [None req-38dcbe07-3ec5-4fd3-97e3-7787d4a14a09 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Added segment bb1b0471-39ca-4877-b99d-e8159aa0757c of type vxlan for network 1930aaca-0527-4a95-bc78-97476e42e4d7 2026-04-23 01:26:54.327 8 INFO neutron.db.l3_hamode_db [None req-38dcbe07-3ec5-4fd3-97e3-7787d4a14a09 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 686/1342] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:53 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:54.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa8395c-4752-4c38-af33-41ecdd1bd3c8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 2a4ae855-9a2d-41d4-9500-57148b928c76 2026-04-23 01:26:54.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa8395c-4752-4c38-af33-41ecdd1bd3c8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 2a4ae855-9a2d-41d4-9500-57148b928c76 2026-04-23 01:26:54.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa8395c-4752-4c38-af33-41ecdd1bd3c8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: e196d309-295e-4059-a948-f5f0fd2795f4 2026-04-23 01:26:54.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa8395c-4752-4c38-af33-41ecdd1bd3c8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: e196d309-295e-4059-a948-f5f0fd2795f4 2026-04-23 01:26:55.096 8 INFO neutron.db.l3_hamode_db [None req-38dcbe07-3ec5-4fd3-97e3-7787d4a14a09 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:26:55.197 7 INFO neutron.services.segments.plugin [-] Segment 3962b685-93c5-45bb-bd79-d23d00d1809b resource provider aggregate not found 2026-04-23 01:26:55.201 7 INFO neutron.services.segments.plugin [-] Segment 3962b685-93c5-45bb-bd79-d23d00d1809b resource provider aggregate not found 2026-04-23 01:26:55.215 7 INFO neutron.services.segments.plugin [-] Segment 3962b685-93c5-45bb-bd79-d23d00d1809b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3962b685-93c5-45bb-bd79-d23d00d1809b found for delete ", "request_id": "req-551abd95-2684-40f3-84f6-d288d3d83925"}]} 2026-04-23 01:26:55.215 7 INFO neutron.db.l3_hamode_db [None req-3aa8395c-4752-4c38-af33-41ecdd1bd3c8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 7aa80816-d805-4522-b38f-51c888415e20 was deleted as no HA routers are present in tenant 1c32185794a84b719088915240e145e2. 2026-04-23 01:26:55.220 7 INFO neutron.services.segments.plugin [-] Segment 3962b685-93c5-45bb-bd79-d23d00d1809b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3962b685-93c5-45bb-bd79-d23d00d1809b found for delete ", "request_id": "req-656fb4e3-0251-48d5-b3a8-37afa6c9a76c"}]} [pid: 7|app: 0|req: 687/1343] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:54 2026] DELETE /v2.0/routers/b886322d-0ff6-4fe3-9ac6-1cdbafcff6e4 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1344] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:55 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1345] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:26:55 2026] DELETE /v2.0/subnets/1f4ea288-0b53-48e2-8a80-3575bd7f6cb4 => 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: 657/1346] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:54 2026] POST /v2.0/routers => generated 694 bytes in 1891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:56.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0d55b1f-95a9-427b-8962-83cc20b86e75 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: ee88c588-e892-4f31-a673-7ba73dad20d6 2026-04-23 01:26:56.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0d55b1f-95a9-427b-8962-83cc20b86e75 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: ee88c588-e892-4f31-a673-7ba73dad20d6 2026-04-23 01:26:56.187 8 INFO neutron.services.segments.plugin [-] Segment dc403e65-3f8d-4e3d-9428-05d419bd7c66 resource provider aggregate not found 2026-04-23 01:26:56.191 8 INFO neutron.services.segments.plugin [-] Segment dc403e65-3f8d-4e3d-9428-05d419bd7c66 resource provider aggregate not found 2026-04-23 01:26:56.213 8 INFO neutron.services.segments.plugin [-] Segment dc403e65-3f8d-4e3d-9428-05d419bd7c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc403e65-3f8d-4e3d-9428-05d419bd7c66 found for delete ", "request_id": "req-0978ca3d-4176-460c-8f84-f7aa3ebe6791"}]} 2026-04-23 01:26:56.213 8 INFO neutron.services.segments.plugin [-] Segment dc403e65-3f8d-4e3d-9428-05d419bd7c66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc403e65-3f8d-4e3d-9428-05d419bd7c66 found for delete ", "request_id": "req-871c004f-19d8-4950-8f53-e26703f3de10"}]} [pid: 8|app: 0|req: 658/1347] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:26:55 2026] DELETE /v2.0/networks/4f1dd58a-d983-4f3b-bbb5-25443e3a9e12 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1348] 10.0.0.253 () {32 vars in 776 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/subnets?project_id=ea1a68edb81142dda82520b7edb1550b&cidr=10.100.0.0%2F28 => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1349] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1350] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:55 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1351] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 661/1352] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1353] 10.0.0.253 () {32 vars in 784 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/subnets?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1354] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:26:56 2026] GET /v2.0/security-groups?tenant_id=1c32185794a84b719088915240e145e2&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1355] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:26:56 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1356] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:26:56 2026] DELETE /v2.0/security-groups/0f222b3b-3180-41d5-91ee-56b0e38eaf7b => 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: 692/1357] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:56 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1358] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:26:57 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1359] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:26:57 2026] PUT /v2.0/floatingips/6ee25196-500f-487b-874a-c8effb32aa83/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1360] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:26:57 2026] PUT /v2.0/floatingips/dc1be6ca-2539-4b9b-b46a-1d66cb4acd45/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: 696/1361] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:26:57 2026] PUT /v2.0/floatingips/393e3a52-22ab-4727-9c42-cc51cf248640/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1362] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:26:57 2026] PUT /v2.0/floatingips/a411a451-a0be-4ca0-a814-27032af9fd6e/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1363] 10.0.0.253 () {32 vars in 672 bytes} [Thu Apr 23 01:26:57 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1364] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:26:57 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1365] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:26:57 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1366] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:26:57 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1367] 10.0.0.253 () {32 vars in 680 bytes} [Thu Apr 23 01:26:57 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1368] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:26:58 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1369] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:26:56 2026] PUT /v2.0/routers/cd2f946f-f415-4ff2-a7da-beff64614fba/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1370] 10.0.0.253 () {32 vars in 690 bytes} [Thu Apr 23 01:26:58 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1371] 10.0.0.253 () {32 vars in 702 bytes} [Thu Apr 23 01:26:58 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: 667/1372] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:58 2026] GET /v2.0/networks => generated 5058 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1373] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:58 2026] GET /v2.0/subnets => generated 3897 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:26:58.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbe1a02f-b47c-44e7-952a-814ed290370d 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] TaaS: Handle Delete Port: 80708e92-5122-4628-949e-a91250cd2fae 2026-04-23 01:26:58.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe1a02f-b47c-44e7-952a-814ed290370d 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] Tap Mirror: Handle Delete Port: 80708e92-5122-4628-949e-a91250cd2fae [pid: 8|app: 0|req: 669/1374] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:26:58 2026] GET /v2.0/routers => generated 1463 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1375] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:58 2026] DELETE /v2.0/floatingips/6ee25196-500f-487b-874a-c8effb32aa83 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:26:58.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-64cbefe4-bcc5-42ae-9381-e7de3f4fcf11 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] TaaS: Handle Delete Port: e5de84cb-d233-434d-887b-81741b11a1f8 2026-04-23 01:26:58.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64cbefe4-bcc5-42ae-9381-e7de3f4fcf11 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] Tap Mirror: Handle Delete Port: e5de84cb-d233-434d-887b-81741b11a1f8 [pid: 8|app: 0|req: 670/1376] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:26:58 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1377] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1378] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:58 2026] DELETE /v2.0/floatingips/dc1be6ca-2539-4b9b-b46a-1d66cb4acd45 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1379] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:58.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b1974df-b0a5-4b61-883f-95582f9da105 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] TaaS: Handle Delete Port: 48780dd8-03f5-464b-afb2-16d7ff247d02 2026-04-23 01:26:58.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b1974df-b0a5-4b61-883f-95582f9da105 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] Tap Mirror: Handle Delete Port: 48780dd8-03f5-464b-afb2-16d7ff247d02 [pid: 8|app: 0|req: 673/1380] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1381] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:58 2026] DELETE /v2.0/floatingips/393e3a52-22ab-4727-9c42-cc51cf248640 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1382] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:59.170 8 INFO neutron.db.securitygroups_db [None req-5fc5ac1c-5722-4f94-8ec3-94c635c57e20 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Project ea1a68edb81142dda82520b7edb1550b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 01:26:59.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-a97c9534-f20e-45ab-bd59-ecee156489cb 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] TaaS: Handle Delete Port: bfdb7972-aabb-4914-bddc-77204fb9ff99 2026-04-23 01:26:59.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97c9534-f20e-45ab-bd59-ecee156489cb 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] Tap Mirror: Handle Delete Port: bfdb7972-aabb-4914-bddc-77204fb9ff99 [pid: 8|app: 0|req: 675/1383] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:59.299 8 INFO neutron.db.securitygroups_db [None req-2aed1cd0-c106-4d70-a24f-94cbbb638a35 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Project ea1a68edb81142dda82520b7edb1550b 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: 709/1384] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:59 2026] DELETE /v2.0/floatingips/a411a451-a0be-4ca0-a814-27032af9fd6e => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1385] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:26:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:26:59.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-023e557a-c0c4-4887-831e-e27ccc7d1b23 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] TaaS: Handle Delete Port: 98ab8742-8fac-4af5-b471-3430996d7424 2026-04-23 01:26:59.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-023e557a-c0c4-4887-831e-e27ccc7d1b23 3cd0b92fa690413cb93405b8565cb46f 9981fab366e5408e962204a405b67b18 - - default default] Tap Mirror: Handle Delete Port: 98ab8742-8fac-4af5-b471-3430996d7424 [pid: 7|app: 0|req: 710/1386] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:26:59 2026] DELETE /v2.0/floatingips/90bfb989-2322-449a-8a3b-f962ca60827b => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1387] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:26:59 2026] GET /v2.0/networks => generated 1297 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1388] 10.0.0.199 () {34 vars in 1100 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1429406510&fields=id&tenant_id=ea1a68edb81142dda82520b7edb1550b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1389] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => 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: 712/1390] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/quotas/ea1a68edb81142dda82520b7edb1550b => 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/1391] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&fields=id => generated 103 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1392] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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: 680/1393] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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: 714/1394] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1395] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:00 2026] GET /v2.0/security-groups?tenant_id=4b9367ec7a664508aa88345d0c5d9fd5&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1396] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:00 2026] DELETE /v2.0/security-groups/f0737934-be8e-4fe3-89e7-ebaabbededff => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1397] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:01 2026] GET /v2.0/security-groups?tenant_id=4234f5bd775b40d1adc0dd2e1a49b3c4&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1398] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:01 2026] DELETE /v2.0/security-groups/8b96c6c9-a621-42f2-9ce0-ef5baea9c320 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1399] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:01 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 684/1400] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:01 2026] GET /v2.0/security-groups?tenant_id=9981fab366e5408e962204a405b67b18&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: 685/1401] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:01 2026] DELETE /v2.0/security-groups/6dfa5461-aedf-45cb-aff2-b45619691e94 => 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: 717/1402] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:01 2026] GET /v2.0/security-groups?tenant_id=89738ee5a27f495289b913476fccbef8&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1403] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:02 2026] DELETE /v2.0/security-groups/3f48902a-243d-408b-9265-bd659ab56560 => 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: 718/1404] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:02 2026] GET /v2.0/security-groups?tenant_id=6b3515d9eacf48838398fc547bb09e92&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: 687/1405] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:02 2026] DELETE /v2.0/security-groups/c0ceea20-16cc-40c7-a46e-247f37ce1bb2 => 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: 719/1406] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:02 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1407] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:03 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 689/1408] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:04 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 720/1409] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:04 2026] GET /v2.0/security-groups?tenant_id=7933d739eaaf420d95de9a3dad3ef295&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1410] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:05 2026] DELETE /v2.0/security-groups/5597d7c4-3e4f-4b45-8082-d65c7db62abc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1413] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:05 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:06.327 8 INFO neutron.db.segments_db [None req-1a633a22-e990-45ce-ac0d-ddbcedfb17ed 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Added segment dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a of type vxlan for network 8c818a9f-0f03-4af2-9d78-a96fe845b330 [pid: 8|app: 0|req: 692/1414] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:05 2026] POST /v2.0/networks => generated 632 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1415] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:06 2026] POST /v2.0/ports => generated 743 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:06.714 8 INFO neutron.db.segments_db [None req-548bc20b-ad64-4e3e-9d86-2385673f9d94 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Added segment bfd75a60-87b1-4848-8c21-50b692c3ebf6 of type vxlan for network 4f9e1d58-2e36-43bf-ad53-b88111e604d7 [pid: 8|app: 0|req: 693/1416] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:06 2026] POST /v2.0/networks => generated 631 bytes in 149 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: 694/1417] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:07 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 724/1418] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:06 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:07.149 8 INFO neutron.db.segments_db [None req-cf2b8852-1d2b-4bd3-b063-66340201c640 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Added segment 9456e086-0b88-4d03-a381-39584603342b of type vxlan for network 3cc92f78-6374-477c-b0c5-e250206e5250 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 725/1419] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:07 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1420] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:07 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1421] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:27:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea1a68edb81142dda82520b7edb1550b => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1422] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:07 2026] POST /v2.0/ports => generated 743 bytes in 290 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-04-23 01:27:07.621 8 INFO neutron.db.segments_db [None req-a18e7a32-e85a-4af3-b50e-9c1c156c24c8 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Added segment 13307697-1d47-4348-96ba-6b1cec5a77a7 of type vxlan for network 54f004a1-6162-48ff-842d-ea6aa71bf35e [pid: 7|app: 0|req: 727/1423] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:27:07 2026] POST /v2.0/ports => generated 958 bytes in 357 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: 697/1424] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:07 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1425] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:07 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 699/1426] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1427] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:27:07 2026] PUT /v2.0/ports/174bd46b-17d5-489a-b14f-e0006761a8ce => generated 1239 bytes in 442 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: 729/1428] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:08.140 8 INFO neutron.db.segments_db [None req-0bed7df3-071d-42bc-a5b5-4e0ae32215d6 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Added segment 3eba58e6-35a1-479a-a606-4b6111bcc516 of type vxlan for network 0f5f0fd9-f204-40ad-8d53-5e8499fdf873 [pid: 7|app: 0|req: 730/1429] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:08.189 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f768070-953c-41e6-b4f3-f64497f51182'] response: {'name': 'network-changed', 'server_uuid': '96f8d1bf-51da-49ad-bd16-439c2e2bdc5a', 'tag': '174bd46b-17d5-489a-b14f-e0006761a8ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 731/1430] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1431] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:08 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1432] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 733/1433] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 701/1434] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:08 2026] POST /v2.0/ports => generated 743 bytes in 336 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: 734/1435] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:27:08 2026] PUT /v2.0/ports/1f33be2d-0af0-4818-8043-1313867e2893/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 702/1436] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1437] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:27:08 2026] PUT /v2.0/ports/66e2af87-bc57-409f-a868-86c7990f366a/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 703/1438] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 736/1439] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1440] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:27:08 2026] PUT /v2.0/ports/e7dbd8e2-07e3-45a2-8885-b41b5290d2a3/tags => generated 34 bytes in 82 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: 737/1441] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/networks?tenant_id=ea1a68edb81142dda82520b7edb1550b&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1442] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1443] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:27:08 2026] PUT /v2.0/ports/da07041c-7175-4da3-a65a-dc546723db8b/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1444] 10.0.0.253 () {32 vars in 660 bytes} [Thu Apr 23 01:27:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 123 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: 706/1445] 10.0.0.253 () {32 vars in 674 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1446] 10.0.0.253 () {32 vars in 670 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1447] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1448] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1449] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1450] 10.0.0.253 () {32 vars in 668 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1451] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1452] 10.0.0.253 () {32 vars in 678 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1453] 10.0.0.253 () {32 vars in 690 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:09.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-7035f376-35cd-439c-baf2-adf50e10815a 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] TaaS: Handle Delete Port: 1f33be2d-0af0-4818-8043-1313867e2893 2026-04-23 01:27:09.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7035f376-35cd-439c-baf2-adf50e10815a 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Tap Mirror: Handle Delete Port: 1f33be2d-0af0-4818-8043-1313867e2893 [pid: 7|app: 0|req: 745/1454] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:09 2026] DELETE /v2.0/ports/1f33be2d-0af0-4818-8043-1313867e2893 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1455] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/security-groups?tenant_id=b5b5962328ba4eba85451e963deb0a99&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1456] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:09.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-409452d0-70d1-4977-b798-d2736b634ed5 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] TaaS: Handle Delete Port: 66e2af87-bc57-409f-a868-86c7990f366a 2026-04-23 01:27:09.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-409452d0-70d1-4977-b798-d2736b634ed5 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Tap Mirror: Handle Delete Port: 66e2af87-bc57-409f-a868-86c7990f366a [pid: 7|app: 0|req: 747/1457] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:09 2026] DELETE /v2.0/security-groups/55bf9bae-da91-4959-a2fb-4754167fb1cb => 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: 748/1458] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1459] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:09 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1460] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:09 2026] DELETE /v2.0/ports/66e2af87-bc57-409f-a868-86c7990f366a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1461] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=174bd46b-17d5-489a-b14f-e0006761a8ce => 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: 751/1462] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/subnets?id=001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:10.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-dba73d91-37b6-4ff9-b592-a0930db28d89 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] TaaS: Handle Delete Port: e7dbd8e2-07e3-45a2-8885-b41b5290d2a3 2026-04-23 01:27:10.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba73d91-37b6-4ff9-b592-a0930db28d89 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Tap Mirror: Handle Delete Port: e7dbd8e2-07e3-45a2-8885-b41b5290d2a3 [pid: 7|app: 0|req: 752/1463] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/ports?network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1464] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/ports/e7dbd8e2-07e3-45a2-8885-b41b5290d2a3 => 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: 753/1465] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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: 754/1466] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/ports?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:10.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-470eb541-b3a8-46bf-9e86-ad7b4c04aef8 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] TaaS: Handle Delete Port: da07041c-7175-4da3-a65a-dc546723db8b 2026-04-23 01:27:10.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-470eb541-b3a8-46bf-9e86-ad7b4c04aef8 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Tap Mirror: Handle Delete Port: da07041c-7175-4da3-a65a-dc546723db8b [pid: 7|app: 0|req: 755/1467] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1468] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/ports/da07041c-7175-4da3-a65a-dc546723db8b => 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: 756/1469] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/networks?id=de69d85c-ed8b-47cb-9382-66905db84be3 => generated 770 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1470] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=feb99d21-cd5a-48a6-9e8d-431e906a8436 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:10.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ed2d39-7653-4fd6-a193-589f13deae33 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] TaaS: Handle Delete Port: c1c475c8-33bd-443a-bb41-753494c30eb0 2026-04-23 01:27:10.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ed2d39-7653-4fd6-a193-589f13deae33 740035618fcb41248ae86529304f2f22 d2943cb677dd45be86f296575ed70fef - - default default] Tap Mirror: Handle Delete Port: c1c475c8-33bd-443a-bb41-753494c30eb0 [pid: 7|app: 0|req: 758/1471] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/subnets?id=c6171f9c-28eb-4e2e-a033-ea2f5a628603 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1472] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/ports?network_id=de69d85c-ed8b-47cb-9382-66905db84be3&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: 714/1473] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/ports/c1c475c8-33bd-443a-bb41-753494c30eb0 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1474] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 715/1475] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1476] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1477] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:10 2026] GET /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:10.591 7 INFO neutron.services.segments.plugin [-] Segment dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a resource provider aggregate not found 2026-04-23 01:27:10.595 7 INFO neutron.services.segments.plugin [-] Segment dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a resource provider aggregate not found 2026-04-23 01:27:10.608 7 INFO neutron.services.segments.plugin [-] Segment dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a found for delete ", "request_id": "req-7b65c5cb-4048-4180-a06d-c56491af190d"}]} 2026-04-23 01:27:10.629 7 INFO neutron.services.segments.plugin [-] Segment dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfcbfe0a-dc3f-44f2-93c8-e321b264ad0a found for delete ", "request_id": "req-26820e6a-e213-4b85-8ac5-e5bd04e49c7b"}]} [pid: 7|app: 0|req: 761/1478] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/networks/8c818a9f-0f03-4af2-9d78-a96fe845b330 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:10.726 8 INFO neutron.services.segments.plugin [-] Segment bfd75a60-87b1-4848-8c21-50b692c3ebf6 resource provider aggregate not found 2026-04-23 01:27:10.732 8 INFO neutron.services.segments.plugin [-] Segment bfd75a60-87b1-4848-8c21-50b692c3ebf6 resource provider aggregate not found 2026-04-23 01:27:10.748 8 INFO neutron.services.segments.plugin [-] Segment bfd75a60-87b1-4848-8c21-50b692c3ebf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfd75a60-87b1-4848-8c21-50b692c3ebf6 found for delete ", "request_id": "req-b499dd39-03af-45bb-ac2b-b899a0410e6b"}]} 2026-04-23 01:27:10.750 8 INFO neutron.services.segments.plugin [-] Segment bfd75a60-87b1-4848-8c21-50b692c3ebf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfd75a60-87b1-4848-8c21-50b692c3ebf6 found for delete ", "request_id": "req-d17e3140-0177-4f9b-8dbc-41e9e359d378"}]} [pid: 8|app: 0|req: 718/1479] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/networks/4f9e1d58-2e36-43bf-ad53-b88111e604d7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1480] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/networks/3cc92f78-6374-477c-b0c5-e250206e5250 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1481] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:10 2026] DELETE /v2.0/networks/54f004a1-6162-48ff-842d-ea6aa71bf35e => 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: 763/1482] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:11 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1483] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:11 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1484] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:11 2026] DELETE /v2.0/networks/0f5f0fd9-f204-40ad-8d53-5e8499fdf873 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1485] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:11 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1486] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:11 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1487] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/security-groups?tenant_id=4f707c7001cb499ea7a4df3941097838&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1488] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/security-groups?tenant_id=28a3c0f6b10342aa87f464471b6bde0d&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1489] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1490] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:12 2026] DELETE /v2.0/security-groups/f2692051-fa26-4591-98e5-94609e8b0e10 => 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: 724/1491] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:12 2026] DELETE /v2.0/security-groups/096d544f-5841-4764-ada8-185c0934ed16 => 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: 768/1492] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:12.635 7 INFO neutron.services.segments.plugin [-] Segment 9456e086-0b88-4d03-a381-39584603342b resource provider aggregate not found 2026-04-23 01:27:12.654 7 INFO neutron.services.segments.plugin [-] Segment 9456e086-0b88-4d03-a381-39584603342b resource provider aggregate not found 2026-04-23 01:27:12.660 7 INFO neutron.services.segments.plugin [-] Segment 9456e086-0b88-4d03-a381-39584603342b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9456e086-0b88-4d03-a381-39584603342b found for delete ", "request_id": "req-4d69f592-6572-4976-ad7c-8ba3ab3017a1"}]} 2026-04-23 01:27:12.669 7 INFO neutron.services.segments.plugin [-] Segment 9456e086-0b88-4d03-a381-39584603342b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9456e086-0b88-4d03-a381-39584603342b found for delete ", "request_id": "req-27dd7132-8b2b-4696-8f64-efbf2b730d83"}]} [pid: 8|app: 0|req: 725/1493] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/security-groups?tenant_id=737dce4973dd41e8bdbf1281740d630f&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:12.771 8 INFO neutron.services.segments.plugin [-] Segment 13307697-1d47-4348-96ba-6b1cec5a77a7 resource provider aggregate not found 2026-04-23 01:27:12.777 8 INFO neutron.services.segments.plugin [-] Segment 13307697-1d47-4348-96ba-6b1cec5a77a7 resource provider aggregate not found [pid: 7|app: 0|req: 769/1494] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:12.793 8 INFO neutron.services.segments.plugin [-] Segment 13307697-1d47-4348-96ba-6b1cec5a77a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13307697-1d47-4348-96ba-6b1cec5a77a7 found for delete ", "request_id": "req-7df46c2a-e476-4f4f-ac2b-e080a0bffebd"}]} 2026-04-23 01:27:12.810 8 INFO neutron.services.segments.plugin [-] Segment 13307697-1d47-4348-96ba-6b1cec5a77a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13307697-1d47-4348-96ba-6b1cec5a77a7 found for delete ", "request_id": "req-4cd682d6-6b2c-457f-90fe-672002a4ad71"}]} 2026-04-23 01:27:12.814 8 INFO neutron.services.segments.plugin [-] Segment 3eba58e6-35a1-479a-a606-4b6111bcc516 resource provider aggregate not found [pid: 7|app: 0|req: 770/1495] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:12 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:12.832 8 INFO neutron.services.segments.plugin [-] Segment 3eba58e6-35a1-479a-a606-4b6111bcc516 resource provider aggregate not found 2026-04-23 01:27:12.838 8 INFO neutron.services.segments.plugin [-] Segment 3eba58e6-35a1-479a-a606-4b6111bcc516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eba58e6-35a1-479a-a606-4b6111bcc516 found for delete ", "request_id": "req-d371a6cd-4b78-407c-829a-0942de0cc00f"}]} 2026-04-23 01:27:12.848 8 INFO neutron.services.segments.plugin [-] Segment 3eba58e6-35a1-479a-a606-4b6111bcc516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eba58e6-35a1-479a-a606-4b6111bcc516 found for delete ", "request_id": "req-a59dd8b7-7da3-4d18-99af-e9e82d0fd5cb"}]} [pid: 8|app: 0|req: 726/1496] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:12 2026] DELETE /v2.0/security-groups/bf619b09-8760-4599-890c-439fcb0ba933 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1497] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:13 2026] GET /v2.0/security-groups?tenant_id=d2943cb677dd45be86f296575ed70fef&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1498] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:13 2026] DELETE /v2.0/security-groups/2e8c4f22-a80d-452f-8934-58129b56dd0c => 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: 772/1499] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:13 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1500] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:13 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1501] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:13 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 729/1502] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:13 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:14.685 7 INFO neutron.db.segments_db [None req-8ac13fab-ffba-4b13-8b93-6993554beb69 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Added segment a3167ad2-388c-480e-9b22-326b935caf12 of type vxlan for network 2be65fac-e6e6-499b-ba04-1f0c91b26ab9 [pid: 7|app: 0|req: 774/1503] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:14 2026] POST /v2.0/networks => generated 645 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1504] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:14 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1505] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:14 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1506] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:15 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 730/1507] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:27:14 2026] POST /v2.0/ports => generated 774 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1508] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:15 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 41 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-04-23 01:27:15.204 8 INFO neutron.db.segments_db [None req-0f8795cc-f3e9-49e3-99f9-7236a9fd26e1 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Added segment d1756d20-8644-4967-b8a1-e92854c41031 of type vxlan for network abd71603-d54c-49d1-a652-e43a04381b4e [pid: 7|app: 0|req: 779/1509] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:15 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 731/1510] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:15 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1511] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:15 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&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: 781/1512] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:27:15 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 732/1513] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:15 2026] POST /v2.0/subnets => generated 626 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1514] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:27:15 2026] POST /v2.0/ports => generated 949 bytes in 424 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: 734/1515] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:16 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:16.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3f338f5-2ba5-42a1-adf6-08e80d87a426 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] TaaS: Handle Delete Port: 5566a22a-6520-4828-9134-af4be1c4fbe7 2026-04-23 01:27:16.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3f338f5-2ba5-42a1-adf6-08e80d87a426 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Tap Mirror: Handle Delete Port: 5566a22a-6520-4828-9134-af4be1c4fbe7 [pid: 8|app: 0|req: 735/1516] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:16 2026] DELETE /v2.0/ports/5566a22a-6520-4828-9134-af4be1c4fbe7 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1517] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:16 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:16.419 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3953dbbc-b69e-4e5b-8055-c5356be2d6c2 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1518] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:16 2026] DELETE /v2.0/ports/5566a22a-6520-4828-9134-af4be1c4fbe7 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:27:16.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-baf90585-df9e-4484-8711-c0817d77d357 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 738/1519] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:16 2026] GET /v2.0/ports/5566a22a-6520-4828-9134-af4be1c4fbe7 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1520] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:16 2026] DELETE /v2.0/subnets/a257513d-9fd5-47d1-9c10-4664ffe5bbc6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:16.663 7 INFO neutron.db.l3_db [None req-0f8de709-4780-4d7f-ad7b-4b1c44530d5c 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Floating IP 21d7cec6-47e3-4336-b908-c3fb0509b7b3 associated. External IP: 10.96.250.210, port: 174bd46b-17d5-489a-b14f-e0006761a8ce. 2026-04-23 01:27:16.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e30999c-8334-4524-9a78-0899fb69ceff b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] TaaS: Handle Delete Port: 7deaabab-672f-4c06-afd8-8e9dd3ef5fba 2026-04-23 01:27:16.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e30999c-8334-4524-9a78-0899fb69ceff b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Tap Mirror: Handle Delete Port: 7deaabab-672f-4c06-afd8-8e9dd3ef5fba 2026-04-23 01:27:16.857 8 INFO neutron.services.segments.plugin [-] Segment d1756d20-8644-4967-b8a1-e92854c41031 resource provider aggregate not found 2026-04-23 01:27:16.864 8 INFO neutron.services.segments.plugin [-] Segment d1756d20-8644-4967-b8a1-e92854c41031 resource provider aggregate not found [pid: 8|app: 0|req: 740/1521] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:16 2026] DELETE /v2.0/networks/abd71603-d54c-49d1-a652-e43a04381b4e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:16.890 8 INFO neutron.services.segments.plugin [-] Segment d1756d20-8644-4967-b8a1-e92854c41031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1756d20-8644-4967-b8a1-e92854c41031 found for delete ", "request_id": "req-1bade6f9-8969-44b0-bfc8-68277391f287"}]} 2026-04-23 01:27:16.896 8 INFO neutron.services.segments.plugin [-] Segment d1756d20-8644-4967-b8a1-e92854c41031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1756d20-8644-4967-b8a1-e92854c41031 found for delete ", "request_id": "req-f8541e7e-13fa-419b-8977-cfb8ddcfcf3a"}]} 2026-04-23 01:27:16.952 8 INFO neutron.db.segments_db [None req-218ae3c7-9931-409e-834e-346acc963346 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Added segment 2b39050b-86f2-436d-8fa4-1e0959c59fb3 of type vxlan for network ca2ded83-e971-4b5a-bcdc-93ffc93db3c6 [pid: 8|app: 0|req: 741/1522] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:16 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1523] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:27:15 2026] POST /v2.0/floatingips => generated 856 bytes in 1663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:17.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23c76845-4902-4df8-abe0-2b7749088e7e'] response: {'name': 'network-changed', 'server_uuid': '96f8d1bf-51da-49ad-bd16-439c2e2bdc5a', 'tag': '174bd46b-17d5-489a-b14f-e0006761a8ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 783/1524] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1525] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1526] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 784/1527] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/ports => generated 911 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1528] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 786/1529] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1530] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1531] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 756 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:17.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cc4838a-93d1-439b-9356-21c6ab4d9625 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] TaaS: Handle Delete Port: a2dc1f1d-ba0e-43b8-9307-94747c31863b 2026-04-23 01:27:17.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc4838a-93d1-439b-9356-21c6ab4d9625 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Tap Mirror: Handle Delete Port: a2dc1f1d-ba0e-43b8-9307-94747c31863b [pid: 8|app: 0|req: 746/1532] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1533] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=174bd46b-17d5-489a-b14f-e0006761a8ce => generated 859 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1534] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1535] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:17 2026] GET /v2.0/subnets?id=001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1536] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1537] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:17 2026] DELETE /v2.0/ports/a2dc1f1d-ba0e-43b8-9307-94747c31863b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1538] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/ports?network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:18.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dea9f2b1-43f5-4647-9dff-d6649b58742b b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1539] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/ports/a2dc1f1d-ba0e-43b8-9307-94747c31863b => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1541] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1541] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1542] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1543] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:27:18 2026] PUT /v2.0/subnetpools/d260a038-9c56-4501-a2a3-57d73a499870/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1544] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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: 789/1545] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnets/0fb3002b-4624-47e5-8e3f-198971b3d0db => 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: 757/1546] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:27:18 2026] PUT /v2.0/subnetpools/5478b954-86cc-468f-9a18-283112c48f3a/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1547] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:27:18 2026] PUT /v2.0/subnetpools/9cd79405-6ca0-476d-a896-0bfa4b5aa456/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1548] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:27:18 2026] PUT /v2.0/subnetpools/7ed755f6-740d-4673-bbef-1adf148aef13/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:18.429 7 INFO neutron.services.segments.plugin [-] Segment 2b39050b-86f2-436d-8fa4-1e0959c59fb3 resource provider aggregate not found [pid: 8|app: 0|req: 760/1549] 10.0.0.253 () {32 vars in 672 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:18.435 7 INFO neutron.services.segments.plugin [-] Segment 2b39050b-86f2-436d-8fa4-1e0959c59fb3 resource provider aggregate not found 2026-04-23 01:27:18.452 7 INFO neutron.services.segments.plugin [-] Segment 2b39050b-86f2-436d-8fa4-1e0959c59fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b39050b-86f2-436d-8fa4-1e0959c59fb3 found for delete ", "request_id": "req-d541c4db-9a7e-444f-a06b-17327165e507"}]} 2026-04-23 01:27:18.457 7 INFO neutron.services.segments.plugin [-] Segment 2b39050b-86f2-436d-8fa4-1e0959c59fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b39050b-86f2-436d-8fa4-1e0959c59fb3 found for delete ", "request_id": "req-baddbe6a-4bc3-45c0-ba05-47e460e5443c"}]} [pid: 8|app: 0|req: 761/1550] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1551] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1552] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/networks/ca2ded83-e971-4b5a-bcdc-93ffc93db3c6 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1553] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1554] 10.0.0.253 () {32 vars in 680 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1555] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1556] 10.0.0.253 () {32 vars in 690 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1557] 10.0.0.253 () {32 vars in 702 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1558] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnetpools/d260a038-9c56-4501-a2a3-57d73a499870 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1559] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnetpools/5478b954-86cc-468f-9a18-283112c48f3a => 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: 770/1560] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnetpools/9cd79405-6ca0-476d-a896-0bfa4b5aa456 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1561] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:27:18 2026] POST /v2.0/ports => generated 775 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 771/1562] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1563] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnetpools/7ed755f6-740d-4673-bbef-1adf148aef13 => 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: 793/1564] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:18 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1565] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:18 2026] DELETE /v2.0/subnetpools/a3758129-6c28-4f8d-b5c6-afac10594ef2 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1566] 10.0.0.253 () {34 vars in 737 bytes} [Thu Apr 23 01:27:18 2026] PUT /v2.0/ports/6a564d0a-d92f-410c-b758-714a29608c82 => generated 752 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:19.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c6165d-68e1-465d-aef9-301f7ad7c290 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] TaaS: Handle Delete Port: 6a564d0a-d92f-410c-b758-714a29608c82 2026-04-23 01:27:19.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c6165d-68e1-465d-aef9-301f7ad7c290 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Tap Mirror: Handle Delete Port: 6a564d0a-d92f-410c-b758-714a29608c82 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 773/1567] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1568] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/ports/6a564d0a-d92f-410c-b758-714a29608c82 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1569] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/ports => generated 777 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:19.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd9c2a7e-52bf-4797-a884-1bb0181ec290 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1570] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/ports/6a564d0a-d92f-410c-b758-714a29608c82 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1571] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1572] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/ports/7159d614-ab13-4d5e-9e93-bb177cf88045 => generated 774 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:19.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce6c2e0e-f729-4eae-a73d-6b2c72bb5562 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1573] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/ports/a2dc1f1d-ba0e-43b8-9307-94747c31863b => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:27:19.498 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9ad2003-b204-434f-900e-4f948d3aee7e b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 798/1574] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/subnets/0fb3002b-4624-47e5-8e3f-198971b3d0db => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:27:19.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f2ac050-11dc-4c18-83be-d954c2151462 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1575] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/subnets/a257513d-9fd5-47d1-9c10-4664ffe5bbc6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:27:19.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-72dd99b7-f43d-4216-8c9a-69af09ef5731 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] TaaS: Handle Delete Port: 7159d614-ab13-4d5e-9e93-bb177cf88045 2026-04-23 01:27:19.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72dd99b7-f43d-4216-8c9a-69af09ef5731 b03af6d48aff4e9e9032d39dce74a3ae 831479e28dcb450d82c571f41db21d2e - - default default] Tap Mirror: Handle Delete Port: 7159d614-ab13-4d5e-9e93-bb177cf88045 [pid: 7|app: 0|req: 799/1576] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/ports/7159d614-ab13-4d5e-9e93-bb177cf88045 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:19.853 8 INFO neutron.services.segments.plugin [-] Segment a3167ad2-388c-480e-9b22-326b935caf12 resource provider aggregate not found 2026-04-23 01:27:19.860 8 INFO neutron.services.segments.plugin [-] Segment a3167ad2-388c-480e-9b22-326b935caf12 resource provider aggregate not found 2026-04-23 01:27:19.873 8 INFO neutron.services.segments.plugin [-] Segment a3167ad2-388c-480e-9b22-326b935caf12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3167ad2-388c-480e-9b22-326b935caf12 found for delete ", "request_id": "req-31998066-45a5-43b0-9a4a-5fa2decf06dc"}]} 2026-04-23 01:27:19.883 8 INFO neutron.services.segments.plugin [-] Segment a3167ad2-388c-480e-9b22-326b935caf12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3167ad2-388c-480e-9b22-326b935caf12 found for delete ", "request_id": "req-22de60df-3aba-4b49-adcf-9551c788a3be"}]} [pid: 8|app: 0|req: 778/1577] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:19 2026] DELETE /v2.0/networks/2be65fac-e6e6-499b-ba04-1f0c91b26ab9 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1578] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:19 2026] GET /v2.0/security-groups?tenant_id=1512f2b1da624b3eabedcc9acbdb2bdf&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1579] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:20 2026] DELETE /v2.0/security-groups/fee26eed-7f84-4813-a498-25446f09ba13 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1582] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:20 2026] GET /v2.0/security-groups?tenant_id=831479e28dcb450d82c571f41db21d2e&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1583] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:20 2026] GET /v2.0/security-groups?tenant_id=05ab81d10a864ca5b736083d60884e47&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1584] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:20 2026] DELETE /v2.0/security-groups/27b6fa55-554e-4063-9c37-ce32b857d38b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1585] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:20 2026] DELETE /v2.0/security-groups/4708e18f-e166-4548-b7b4-edd6f6683d18 => 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: 803/1586] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:20 2026] GET /v2.0/security-groups?tenant_id=e997cc25ffe14d1da0c4fa9930faec72&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1587] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:20 2026] DELETE /v2.0/security-groups/944b6569-1082-4c9e-b3f7-5d859c3379a8 => 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: 804/1588] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:27:22 2026] POST /v2.0/security-groups => generated 1623 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1589] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:27:22 2026] GET /v2.0/security-groups => generated 4528 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1590] 10.0.0.253 () {34 vars in 758 bytes} [Thu Apr 23 01:27:22 2026] PUT /v2.0/security-groups/35d23210-e064-45df-8162-ba7ee728c8fa => generated 1663 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1591] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:27:22 2026] GET /v2.0/security-groups/35d23210-e064-45df-8162-ba7ee728c8fa => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1592] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:22 2026] DELETE /v2.0/security-groups/35d23210-e064-45df-8162-ba7ee728c8fa => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1593] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:23.125 7 INFO neutron.api.v2.resource [None req-8f9cf663-7206-4cc3-8c06-1e0b17b5ec5b 168f2fd5a7d541c3a1f6e5b3f45ea298 4019666a035b4a688790d1d277ab9f4a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1594] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:23 2026] DELETE /v2.0/security-groups/35d23210-e064-45df-8162-ba7ee728c8fa => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1595] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:27:23 2026] POST /v2.0/security-groups => generated 1623 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1596] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1597] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-group-rules/a26b3f66-13f6-4fed-ada2-14fbcd1e6622 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1598] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1599] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:27:23 2026] DELETE /v2.0/security-group-rules/a26b3f66-13f6-4fed-ada2-14fbcd1e6622 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1600] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1601] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1602] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-group-rules/8c551433-ccbd-47ae-a9f7-33071c648f74 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1603] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:23 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: 812/1604] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:27:23 2026] DELETE /v2.0/security-group-rules/8c551433-ccbd-47ae-a9f7-33071c648f74 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1605] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1606] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1607] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-group-rules/40aaddf6-ac0f-4710-b038-c6ab892a5d42 => 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: 814/1608] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1609] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 815/1610] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:27:24 2026] DELETE /v2.0/security-group-rules/40aaddf6-ac0f-4710-b038-c6ab892a5d42 => 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: 796/1611] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&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: 816/1612] 10.0.0.253 () {32 vars in 673 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1613] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:24 2026] DELETE /v2.0/security-groups/8f3a0068-893b-4ef0-bb08-324d87e45d09 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1614] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1615] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:27:24 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: 818/1616] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:24 2026] GET /v2.0/security-groups?tenant_id=4019666a035b4a688790d1d277ab9f4a&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: 799/1617] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:25 2026] DELETE /v2.0/security-groups/9239c58b-18ca-4855-a337-cb451af75e7b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:25.263 7 INFO neutron.db.segments_db [None req-76c08cf4-d810-4ad0-945f-3ef255c98309 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Added segment ba64e269-4c86-49c5-9a13-07d1dae89966 of type vxlan for network 2f3a8978-77a8-4c9b-9fd2-003cd9d5f687 [pid: 7|app: 0|req: 819/1618] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:25 2026] POST /v2.0/networks => generated 631 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1619] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:25 2026] POST /v2.0/ports => generated 743 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1620] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:27:25 2026] POST /v2.0/trunks => generated 407 bytes in 210 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-04-23 01:27:25.981 8 INFO neutron.db.segments_db [None req-d32cd3b6-3e5a-4f62-8d23-2347f4f38c4c b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Added segment 001d2b23-d6b1-41fb-8735-9f57022ef15b of type vxlan for network 9ce7d2f8-d1c6-44d1-80e5-73acb8fcbe2d [pid: 8|app: 0|req: 801/1621] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:25 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1622] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:26 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1623] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:27:26 2026] POST /v2.0/trunks => generated 407 bytes in 910 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-04-23 01:27:27.381 7 INFO neutron.db.segments_db [None req-1289d3ed-dabf-4f31-9822-ea0e1154f01d b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Added segment aadc4a76-7ec1-47f2-80b6-9eca7d3be93e of type vxlan for network f6de848b-ac72-4cf3-b3a8-2a7cc4d5b791 [pid: 7|app: 0|req: 822/1624] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:27 2026] POST /v2.0/networks => generated 632 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1625] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:27 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1626] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:27:27 2026] POST /v2.0/trunks => generated 407 bytes in 206 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-04-23 01:27:28.108 8 INFO neutron.db.segments_db [None req-2843165b-6f86-44be-85d9-f0615b20909d b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Added segment 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 of type vxlan for network c5e9359e-ef73-48e3-b07a-a0cb391c31e5 [pid: 8|app: 0|req: 804/1627] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:28 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1628] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:27:28 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 1240 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1629] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:28 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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: 805/1630] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:28 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) [pid: 7|app: 0|req: 826/1631] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:27:28 2026] POST /v2.0/trunks => generated 407 bytes in 135 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-04-23 01:27:28.710 8 INFO neutron.db.segments_db [None req-f11c22c9-a03d-4a40-97c3-1b85ea161ccb b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Added segment 51971aa0-4400-4980-9eb4-d083cefd8a49 of type vxlan for network 72262838-9599-4d19-a0d2-3f86d963c547 [pid: 8|app: 0|req: 806/1632] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:28 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1633] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:28 2026] GET /v2.0/security-groups?tenant_id=15f6a4fc52b349c28ea124462d5d2656&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1634] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:27:28 2026] POST /v2.0/ports => generated 743 bytes in 303 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: 808/1635] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:29 2026] DELETE /v2.0/security-groups/c55081ab-eb5e-428b-93e1-6cca86f62866 => 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: 828/1636] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:27:29 2026] POST /v2.0/trunks => generated 407 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1637] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:29 2026] PUT /v2.0/trunks/508e47b3-9e5b-4e98-ba99-dcdf5bb43f00/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1638] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:29 2026] PUT /v2.0/trunks/055aee36-5f65-4324-82fd-df7ea4e07132/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1639] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:29 2026] PUT /v2.0/trunks/4bd59a19-58c1-43d3-b684-69f56e5d19e8/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1640] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:29 2026] PUT /v2.0/trunks/b42a965b-27ce-4638-b68f-51d0e2ecfcab/tags => 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: 811/1641] 10.0.0.253 () {32 vars in 662 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1642] 10.0.0.253 () {32 vars in 676 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1643] 10.0.0.253 () {32 vars in 672 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1644] 10.0.0.253 () {32 vars in 684 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1645] 10.0.0.253 () {32 vars in 670 bytes} [Thu Apr 23 01:27:29 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: 7|app: 0|req: 833/1646] 10.0.0.253 () {32 vars in 684 bytes} [Thu Apr 23 01:27:29 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: 8|app: 0|req: 814/1647] 10.0.0.253 () {32 vars in 680 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1648] 10.0.0.253 () {32 vars in 692 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1649] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks/508e47b3-9e5b-4e98-ba99-dcdf5bb43f00 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1650] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/ports/6661352a-cb6d-4b44-90fb-b4017e85ac99 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1651] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:27:29 2026] DELETE /v2.0/trunks/508e47b3-9e5b-4e98-ba99-dcdf5bb43f00 => 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: 836/1652] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks/055aee36-5f65-4324-82fd-df7ea4e07132 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1653] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/ports/185d2a46-0ade-49fd-a39c-65bb0cef3e2f => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1654] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:27:29 2026] DELETE /v2.0/trunks/055aee36-5f65-4324-82fd-df7ea4e07132 => 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: 818/1655] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:27:29 2026] GET /v2.0/trunks/4bd59a19-58c1-43d3-b684-69f56e5d19e8 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1656] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:30 2026] GET /v2.0/ports/ec497287-11e3-4204-9c53-b06125be15ab => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1657] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/trunks/4bd59a19-58c1-43d3-b684-69f56e5d19e8 => 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: 839/1658] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:27:30 2026] GET /v2.0/trunks/b42a965b-27ce-4638-b68f-51d0e2ecfcab => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1659] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:30 2026] GET /v2.0/ports/8399d4cc-e990-4365-8bfc-0032b0bbaa62 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1660] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/trunks/b42a965b-27ce-4638-b68f-51d0e2ecfcab => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1661] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:27:30 2026] GET /v2.0/trunks/e10d7687-68bc-48b7-abb1-5b9bc8a55c99 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1662] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:27:30 2026] GET /v2.0/ports/68f7c930-5bd3-4f25-9a5a-ab6286eec0a7 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1663] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/trunks/e10d7687-68bc-48b7-abb1-5b9bc8a55c99 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:30.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-9142f135-11ef-4801-988a-47231e6d979a b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] TaaS: Handle Delete Port: 6661352a-cb6d-4b44-90fb-b4017e85ac99 2026-04-23 01:27:30.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9142f135-11ef-4801-988a-47231e6d979a b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Tap Mirror: Handle Delete Port: 6661352a-cb6d-4b44-90fb-b4017e85ac99 [pid: 7|app: 0|req: 842/1664] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/ports/6661352a-cb6d-4b44-90fb-b4017e85ac99 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:30.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d1abd06-5dc9-406f-86d0-416018bab2a8 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] TaaS: Handle Delete Port: 185d2a46-0ade-49fd-a39c-65bb0cef3e2f 2026-04-23 01:27:30.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d1abd06-5dc9-406f-86d0-416018bab2a8 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Tap Mirror: Handle Delete Port: 185d2a46-0ade-49fd-a39c-65bb0cef3e2f [pid: 8|app: 0|req: 823/1665] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/ports/185d2a46-0ade-49fd-a39c-65bb0cef3e2f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:30.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-a03d7122-abb3-48e6-a179-c29c019c380d b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] TaaS: Handle Delete Port: ec497287-11e3-4204-9c53-b06125be15ab 2026-04-23 01:27:30.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a03d7122-abb3-48e6-a179-c29c019c380d b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Tap Mirror: Handle Delete Port: ec497287-11e3-4204-9c53-b06125be15ab [pid: 7|app: 0|req: 843/1666] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/ports/ec497287-11e3-4204-9c53-b06125be15ab => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:31.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-54552981-61fe-47ae-ab43-e3c18ed0c3d8 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] TaaS: Handle Delete Port: 8399d4cc-e990-4365-8bfc-0032b0bbaa62 2026-04-23 01:27:31.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54552981-61fe-47ae-ab43-e3c18ed0c3d8 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Tap Mirror: Handle Delete Port: 8399d4cc-e990-4365-8bfc-0032b0bbaa62 [pid: 8|app: 0|req: 824/1667] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:30 2026] DELETE /v2.0/ports/8399d4cc-e990-4365-8bfc-0032b0bbaa62 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:31.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad122d89-8c6a-46f2-ac5f-ac1676700ca2 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] TaaS: Handle Delete Port: 68f7c930-5bd3-4f25-9a5a-ab6286eec0a7 2026-04-23 01:27:31.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad122d89-8c6a-46f2-ac5f-ac1676700ca2 b7ffc0b7494349b8b4f35022a31c8536 1838abf9d39a41e89a1b22dd242cb87e - - default default] Tap Mirror: Handle Delete Port: 68f7c930-5bd3-4f25-9a5a-ab6286eec0a7 [pid: 7|app: 0|req: 844/1668] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/ports/68f7c930-5bd3-4f25-9a5a-ab6286eec0a7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:31.417 7 INFO neutron.services.segments.plugin [-] Segment ba64e269-4c86-49c5-9a13-07d1dae89966 resource provider aggregate not found 2026-04-23 01:27:31.422 7 INFO neutron.services.segments.plugin [-] Segment ba64e269-4c86-49c5-9a13-07d1dae89966 resource provider aggregate not found 2026-04-23 01:27:31.435 7 INFO neutron.services.segments.plugin [-] Segment ba64e269-4c86-49c5-9a13-07d1dae89966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba64e269-4c86-49c5-9a13-07d1dae89966 found for delete ", "request_id": "req-83c8f8fe-b0ed-403f-bf64-f294bd9991c5"}]} 2026-04-23 01:27:31.436 7 INFO neutron.services.segments.plugin [-] Segment ba64e269-4c86-49c5-9a13-07d1dae89966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba64e269-4c86-49c5-9a13-07d1dae89966 found for delete ", "request_id": "req-cb7de491-7df5-4fc9-ae75-629644197e8f"}]} [pid: 7|app: 0|req: 845/1669] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/networks/2f3a8978-77a8-4c9b-9fd2-003cd9d5f687 => 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: 825/1670] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:31 2026] GET /v2.0/security-groups?tenant_id=8d45ede2907047c8ac7c2ada099122bf&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1671] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/networks/9ce7d2f8-d1c6-44d1-80e5-73acb8fcbe2d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1672] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/security-groups/9cb79177-08f6-4226-bafe-b8c10d50287e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1673] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/networks/f6de848b-ac72-4cf3-b3a8-2a7cc4d5b791 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:31.796 8 INFO neutron.services.segments.plugin [-] Segment 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 resource provider aggregate not found 2026-04-23 01:27:31.801 8 INFO neutron.services.segments.plugin [-] Segment 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 resource provider aggregate not found 2026-04-23 01:27:31.813 8 INFO neutron.services.segments.plugin [-] Segment 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 found for delete ", "request_id": "req-5168b3d7-3753-4484-9f51-61f7fab444ae"}]} 2026-04-23 01:27:31.816 8 INFO neutron.services.segments.plugin [-] Segment 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b014eb2-071c-4eb1-9449-1f2a6e90bdc3 found for delete ", "request_id": "req-15a376a1-1400-4ad8-a28a-8c54d9f94ee4"}]} [pid: 8|app: 0|req: 827/1674] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/networks/c5e9359e-ef73-48e3-b07a-a0cb391c31e5 => 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: 848/1675] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:31 2026] DELETE /v2.0/networks/72262838-9599-4d19-a0d2-3f86d963c547 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1676] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:32 2026] GET /v2.0/security-groups?tenant_id=1838abf9d39a41e89a1b22dd242cb87e&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1677] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:32 2026] DELETE /v2.0/security-groups/1ac843b9-e872-47a9-936a-37caa277548c => 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: 829/1678] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:33 2026] GET /v2.0/security-groups?tenant_id=dc1b6268e26b4e9b96a3b3e8e35f7ca2&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1679] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:33 2026] DELETE /v2.0/security-groups/76743269-3a2e-40c4-b051-4d8fd2da2328 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:33.455 7 INFO neutron.services.segments.plugin [-] Segment 001d2b23-d6b1-41fb-8735-9f57022ef15b resource provider aggregate not found 2026-04-23 01:27:33.460 7 INFO neutron.services.segments.plugin [-] Segment 001d2b23-d6b1-41fb-8735-9f57022ef15b resource provider aggregate not found 2026-04-23 01:27:33.470 7 INFO neutron.services.segments.plugin [-] Segment 001d2b23-d6b1-41fb-8735-9f57022ef15b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 001d2b23-d6b1-41fb-8735-9f57022ef15b found for delete ", "request_id": "req-4464ca83-02c5-4078-a158-5009864e63a9"}]} 2026-04-23 01:27:33.475 7 INFO neutron.services.segments.plugin [-] Segment 001d2b23-d6b1-41fb-8735-9f57022ef15b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 001d2b23-d6b1-41fb-8735-9f57022ef15b found for delete ", "request_id": "req-ff684da4-2e38-442a-a72e-684264614591"}]} 2026-04-23 01:27:33.485 7 INFO neutron.services.segments.plugin [-] Segment aadc4a76-7ec1-47f2-80b6-9eca7d3be93e resource provider aggregate not found 2026-04-23 01:27:33.488 7 INFO neutron.services.segments.plugin [-] Segment aadc4a76-7ec1-47f2-80b6-9eca7d3be93e resource provider aggregate not found 2026-04-23 01:27:33.502 7 INFO neutron.services.segments.plugin [-] Segment aadc4a76-7ec1-47f2-80b6-9eca7d3be93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadc4a76-7ec1-47f2-80b6-9eca7d3be93e found for delete ", "request_id": "req-c25a3d3d-47c5-48c2-bc43-15803657f913"}]} 2026-04-23 01:27:33.505 7 INFO neutron.services.segments.plugin [-] Segment aadc4a76-7ec1-47f2-80b6-9eca7d3be93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadc4a76-7ec1-47f2-80b6-9eca7d3be93e found for delete ", "request_id": "req-e5299ce2-9f7e-485f-8d8c-eb7055412791"}]} 2026-04-23 01:27:33.514 7 INFO neutron.services.segments.plugin [-] Segment 51971aa0-4400-4980-9eb4-d083cefd8a49 resource provider aggregate not found 2026-04-23 01:27:33.518 7 INFO neutron.services.segments.plugin [-] Segment 51971aa0-4400-4980-9eb4-d083cefd8a49 resource provider aggregate not found 2026-04-23 01:27:33.527 7 INFO neutron.services.segments.plugin [-] Segment 51971aa0-4400-4980-9eb4-d083cefd8a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51971aa0-4400-4980-9eb4-d083cefd8a49 found for delete ", "request_id": "req-faa6b0af-35dc-4070-acee-67f208e7a2d8"}]} 2026-04-23 01:27:33.529 7 INFO neutron.services.segments.plugin [-] Segment 51971aa0-4400-4980-9eb4-d083cefd8a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51971aa0-4400-4980-9eb4-d083cefd8a49 found for delete ", "request_id": "req-cb86e595-992c-4a99-8436-fdedaa021879"}]} [pid: 8|app: 0|req: 830/1680] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:33 2026] GET /v2.0/security-groups?tenant_id=56c2b17ed1394ce797521ef967607c4a&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1681] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:33 2026] DELETE /v2.0/security-groups/347f1eb6-4eaa-4164-9fec-1d02a787a2a2 => 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: 831/1682] 10.0.0.253 () {32 vars in 826 bytes} [Thu Apr 23 01:27:34 2026] GET /v2.0/ports?project_id=ea1a68edb81142dda82520b7edb1550b&network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 3695 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1683] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:27:34 2026] GET /v2.0/subnets?network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1684] 10.0.0.220 () {32 vars in 802 bytes} [Thu Apr 23 01:27:34 2026] GET /v2.0/extensions => generated 21537 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1685] 10.0.0.220 () {30 vars in 724 bytes} [Thu Apr 23 01:27:35 2026] GET /v2.0/quotas/3928613f2a4948ecaf175f7d0dfffdd9/details => generated 847 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:35.255 7 INFO neutron.db.l3_db [None req-af6e4a39-fc64-4ae7-b4cd-5d31b39f633d 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Floating IP 21d7cec6-47e3-4336-b908-c3fb0509b7b3 disassociated. External IP: 10.96.250.210, port: 174bd46b-17d5-489a-b14f-e0006761a8ce. [pid: 7|app: 0|req: 853/1688] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:35 2026] PUT /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 554 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:35.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81dc3106-fb62-4f19-b76b-238ddd365e68'] response: {'name': 'network-changed', 'server_uuid': '96f8d1bf-51da-49ad-bd16-439c2e2bdc5a', 'tag': '174bd46b-17d5-489a-b14f-e0006761a8ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 836/1689] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:35 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1690] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1691] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1692] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=174bd46b-17d5-489a-b14f-e0006761a8ce => 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: 838/1693] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/subnets?id=001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1694] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/ports?network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1695] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1696] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1697] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:36.896 7 INFO neutron.db.segments_db [None req-8c63792b-7c2d-4d28-b421-80694f1e2053 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] Added segment 0197339d-276c-4fae-814a-652cd81e96cd of type vxlan for network 4cb8b61b-0001-4b4e-9530-a031a86ea975 [pid: 8|app: 0|req: 841/1698] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1699] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:36 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:37.143 7 INFO neutron.db.l3_hamode_db [None req-8c63792b-7c2d-4d28-b421-80694f1e2053 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1700] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:37 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 844/1701] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:37 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&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-04-23 01:27:37.286 7 INFO neutron.db.l3_hamode_db [None req-8c63792b-7c2d-4d28-b421-80694f1e2053 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 845/1702] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:37 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1703] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:27:36 2026] POST /v2.0/routers => generated 474 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1704] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:27:37 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1705] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:37 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1706] 10.0.0.253 () {34 vars in 762 bytes} [Thu Apr 23 01:27:38 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/green => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1707] 10.0.0.220 () {32 vars in 802 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1708] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1709] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1710] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1711] 10.0.0.253 () {34 vars in 758 bytes} [Thu Apr 23 01:27:38 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/red => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1712] 10.0.0.220 () {30 vars in 724 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/quotas/3928613f2a4948ecaf175f7d0dfffdd9/details => generated 847 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1713] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1714] 10.0.0.253 () {34 vars in 780 bytes} [Thu Apr 23 01:27:38 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/black.or.white => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1715] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 52 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1716] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:27:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1717] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:27:38 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1718] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:38 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: 866/1719] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:38 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/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: 854/1720] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1721] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/red => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1722] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:39 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) 2026-04-23 01:27:39.209 7 INFO neutron.api.v2.resource [None req-ce22ba41-89f4-4619-b74d-6077b728d7dc bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1723] 10.0.0.253 () {32 vars in 743 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1724] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:39 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: 869/1725] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:27:39 2026] DELETE /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:39.339 8 INFO neutron.db.securitygroups_db [None req-968d19ce-f5ab-41d0-9b3f-753013deaca1 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Project ea1a68edb81142dda82520b7edb1550b 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: 857/1726] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1727] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1728] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:39.476 7 INFO neutron.db.securitygroups_db [None req-c9207ec3-8217-4183-ad67-aa05a18ebe5e 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Project ea1a68edb81142dda82520b7edb1550b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 01:27:39.535 8 INFO neutron.api.v2.resource [None req-7a2efa5d-81d1-4932-b37c-70979ac0be1b bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1729] 10.0.0.253 () {32 vars in 746 bytes} [Thu Apr 23 01:27:39 2026] DELETE /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1730] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/security-groups?id=6c12bd5f-ca80-4cef-8035-ab7978b1a9cc&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1731] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1732] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:27:39 2026] DELETE /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => 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: 872/1733] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1734] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1735] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:27:39 2026] GET /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:39.836 7 INFO neutron_taas.services.taas.taas_plugin [req-e707ecb1-f967-4119-b846-e159e9f526ad req-acc39b39-0e5d-4000-b4cf-483a3964735b 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] TaaS: Handle Delete Port: feb99d21-cd5a-48a6-9e8d-431e906a8436 2026-04-23 01:27:39.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e707ecb1-f967-4119-b846-e159e9f526ad req-acc39b39-0e5d-4000-b4cf-483a3964735b 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] Tap Mirror: Handle Delete Port: feb99d21-cd5a-48a6-9e8d-431e906a8436 2026-04-23 01:27:39.976 7 INFO neutron.db.l3_db [req-e707ecb1-f967-4119-b846-e159e9f526ad req-acc39b39-0e5d-4000-b4cf-483a3964735b 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] Floating IP 1376ba64-50e6-4f80-a05a-dcfb90277e01 disassociated. External IP: 10.96.250.219, port: feb99d21-cd5a-48a6-9e8d-431e906a8436. [pid: 8|app: 0|req: 864/1736] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:27:39 2026] PUT /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9 => generated 480 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1737] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:27:39 2026] DELETE /v2.0/ports/feb99d21-cd5a-48a6-9e8d-431e906a8436 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1738] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/ports?device_id=2c3353ed-4bc4-4f40-a133-24f77fc7a3a9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:40.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44f03101-84f4-474e-ae98-bfbc02df2f89'] response: {'server_uuid': '69779040-487c-4154-8dee-90f7a4ae96f7', 'name': 'network-vif-deleted', 'tag': 'feb99d21-cd5a-48a6-9e8d-431e906a8436', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 865/1739] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/networks => generated 1297 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:27:40.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6096aff-2e3d-47cc-a4a8-e3b01116f608 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] TaaS: Handle Delete Port: a44a5926-defc-4f54-90b6-77eeb144570f 2026-04-23 01:27:40.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6096aff-2e3d-47cc-a4a8-e3b01116f608 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] Tap Mirror: Handle Delete Port: a44a5926-defc-4f54-90b6-77eeb144570f [pid: 8|app: 0|req: 866/1740] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-903311686&fields=id&tenant_id=ea1a68edb81142dda82520b7edb1550b => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1741] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1742] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 869/1743] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/quotas/ea1a68edb81142dda82520b7edb1550b => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1744] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&fields=id => generated 149 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1745] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1746] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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-04-23 01:27:40.875 7 INFO neutron.services.segments.plugin [-] Segment 0197339d-276c-4fae-814a-652cd81e96cd resource provider aggregate not found 2026-04-23 01:27:40.881 7 INFO neutron.services.segments.plugin [-] Segment 0197339d-276c-4fae-814a-652cd81e96cd resource provider aggregate not found 2026-04-23 01:27:40.891 7 INFO neutron.services.segments.plugin [-] Segment 0197339d-276c-4fae-814a-652cd81e96cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0197339d-276c-4fae-814a-652cd81e96cd found for delete ", "request_id": "req-b6dd3239-2eb7-4131-91e5-edbd5f00b128"}]} 2026-04-23 01:27:40.899 7 INFO neutron.services.segments.plugin [-] Segment 0197339d-276c-4fae-814a-652cd81e96cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0197339d-276c-4fae-814a-652cd81e96cd found for delete ", "request_id": "req-4904b1bd-02cc-45f0-932a-89f8880e72e9"}]} 2026-04-23 01:27:40.906 7 INFO neutron.db.l3_hamode_db [None req-b6096aff-2e3d-47cc-a4a8-e3b01116f608 bde28a1703c449bfb98c33971fb2eaa8 0fcde159497b4383aa34018fa63019f8 - - default default] HA network 4cb8b61b-0001-4b4e-9530-a031a86ea975 was deleted as no HA routers are present in tenant 0fcde159497b4383aa34018fa63019f8. [pid: 7|app: 0|req: 875/1747] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:40 2026] DELETE /v2.0/routers/2c3353ed-4bc4-4f40-a133-24f77fc7a3a9 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1748] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:40 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => 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: 874/1749] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:41 2026] GET /v2.0/security-groups?tenant_id=d4e717c3a7a14a91b0be2b13b4edbd34&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1750] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:41 2026] GET /v2.0/security-groups?tenant_id=3928613f2a4948ecaf175f7d0dfffdd9&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1751] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:41 2026] DELETE /v2.0/security-groups/536d55bc-ab6e-45c6-8313-3139a236415d => 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: 876/1752] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:41 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 877/1753] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:41 2026] DELETE /v2.0/security-groups/2e085451-1e47-46f7-960b-f2fda9514264 => 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: 877/1754] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:41 2026] GET /v2.0/security-groups?tenant_id=0fcde159497b4383aa34018fa63019f8&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1755] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:42 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => 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: 878/1756] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:41 2026] DELETE /v2.0/security-groups/6b774725-1e74-4fed-b63b-f50cbd302f29 => 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: 879/1757] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:42 2026] GET /v2.0/ports?device_id=69779040-487c-4154-8dee-90f7a4ae96f7 => 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: 879/1758] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:43 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:43.724 8 INFO neutron.db.segments_db [None req-ef6065cb-a683-48e4-ba02-9e4808c4e67f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 875683a7-3cea-459f-9cb2-f45ca2d3554b of type vxlan for network 9b9fc780-ca91-4431-bde8-2f1b9af35060 [pid: 8|app: 0|req: 880/1759] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:27:43 2026] POST /v2.0/networks => generated 740 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1760] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:43 2026] POST /v2.0/subnets => generated 687 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1761] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:43 2026] DELETE /v2.0/security-groups/6c12bd5f-ca80-4cef-8035-ab7978b1a9cc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:44.036 8 INFO neutron.api.v2.resource [None req-7e62ef8c-1e90-4ce2-a504-a810283c26de 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1762] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:27:44 2026] GET /v2.0/security-groups/6c12bd5f-ca80-4cef-8035-ab7978b1a9cc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:27:44.044 7 INFO neutron.db.segments_db [None req-1264cdfc-0ffa-489f-85f1-1420f98c8921 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment f45a9162-4798-4c6d-9a60-f1ebf7e06185 of type vxlan for network 11b97fe3-576b-4877-8bdf-6d4aa63e6ed2 2026-04-23 01:27:44.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e103c2a-dd52-447f-9112-ac205263f203 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] TaaS: Handle Delete Port: e5b260e9-2c45-4d84-82b2-63de479d57f3 2026-04-23 01:27:44.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e103c2a-dd52-447f-9112-ac205263f203 9a05450612db4ee294028a5bf7da5a95 ddb9ad043e264773b681a1d7e31bfed1 - - default default] Tap Mirror: Handle Delete Port: e5b260e9-2c45-4d84-82b2-63de479d57f3 2026-04-23 01:27:44.285 7 INFO neutron.db.l3_hamode_db [None req-1264cdfc-0ffa-489f-85f1-1420f98c8921 898d5208e6d94fabb06aa16326cdc006 c1b6e6a6c5664f1a81b34545c88de83c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 883/1763] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:27:44 2026] DELETE /v2.0/floatingips/1376ba64-50e6-4f80-a05a-dcfb90277e01 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1764] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:44 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:44.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5f5eca8-7b7f-4a8c-a30a-1113f10100c5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: a67d481f-8243-46cf-9996-84e153d60f07 2026-04-23 01:27:44.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5f5eca8-7b7f-4a8c-a30a-1113f10100c5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: a67d481f-8243-46cf-9996-84e153d60f07 2026-04-23 01:27:45.041 7 INFO neutron.db.l3_hamode_db [None req-1264cdfc-0ffa-489f-85f1-1420f98c8921 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 885/1765] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:27:44 2026] PUT /v2.0/routers/ac89dbeb-7ad9-48d7-b0ee-3fdfd97b7dce/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:45.527 8 INFO neutron.db.segments_db [None req-a390457f-3695-4571-86b5-74673e0687f3 bfbcaf32b17246708fd243ddfa869694 3af1298a1df34f1699e0469c71d1a6d4 - - default default] Added segment c57c40b7-73a1-4026-90fa-c3fe133bd640 of type vxlan for network 44ccfe71-b393-42ef-ac0c-be7bb3fa29dc [pid: 8|app: 0|req: 886/1766] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:27:45 2026] POST /v2.0/networks => generated 632 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:45.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d2e8545-30f6-4512-96aa-87e6bf15150f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 2b0a9de0-3e2c-4d5f-a87e-2dfdcdf2352c 2026-04-23 01:27:45.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d2e8545-30f6-4512-96aa-87e6bf15150f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 2b0a9de0-3e2c-4d5f-a87e-2dfdcdf2352c [pid: 7|app: 0|req: 881/1767] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:43 2026] POST /v2.0/routers => generated 727 bytes in 1869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1768] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:45 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => 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: 883/1769] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:45 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:46.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d2e8545-30f6-4512-96aa-87e6bf15150f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 4e6f3c87-7711-475e-a078-14988e7714c7 2026-04-23 01:27:46.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d2e8545-30f6-4512-96aa-87e6bf15150f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 4e6f3c87-7711-475e-a078-14988e7714c7 [pid: 7|app: 0|req: 884/1770] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:45 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:46.421 8 INFO neutron.services.segments.plugin [-] Segment b4c880dc-5260-4b3f-aa41-9e9824e310c9 resource provider aggregate not found 2026-04-23 01:27:46.422 8 INFO neutron.services.segments.plugin [-] Segment b4c880dc-5260-4b3f-aa41-9e9824e310c9 resource provider aggregate not found 2026-04-23 01:27:46.447 8 INFO neutron.services.segments.plugin [-] Segment b4c880dc-5260-4b3f-aa41-9e9824e310c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c880dc-5260-4b3f-aa41-9e9824e310c9 found for delete ", "request_id": "req-43ec14e2-4557-4462-9345-302d4af55748"}]} 2026-04-23 01:27:46.449 8 INFO neutron.services.segments.plugin [-] Segment b4c880dc-5260-4b3f-aa41-9e9824e310c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c880dc-5260-4b3f-aa41-9e9824e310c9 found for delete ", "request_id": "req-5c259cc5-f758-411d-9bb1-89c097429500"}]} 2026-04-23 01:27:46.450 8 INFO neutron.db.l3_hamode_db [None req-2d2e8545-30f6-4512-96aa-87e6bf15150f 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network b53feb49-2a6f-48c3-a843-4121e6e45647 was deleted as no HA routers are present in tenant ddb9ad043e264773b681a1d7e31bfed1. [pid: 8|app: 0|req: 887/1771] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:45 2026] DELETE /v2.0/routers/ac89dbeb-7ad9-48d7-b0ee-3fdfd97b7dce => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1772] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:27:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea1a68edb81142dda82520b7edb1550b => generated 273 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1773] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:27:46 2026] PUT /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1774] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:46 2026] DELETE /v2.0/subnets/c6171f9c-28eb-4e2e-a033-ea2f5a628603 => 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: 891/1775] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:27:46 2026] POST /v2.0/ports => generated 954 bytes in 363 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: 892/1776] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:47.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ddd6db0-6753-4e36-99f3-6487d733daec 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: f35918c8-b4b5-4a1e-b3a1-cf06d2e4aae5 2026-04-23 01:27:47.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ddd6db0-6753-4e36-99f3-6487d733daec 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: f35918c8-b4b5-4a1e-b3a1-cf06d2e4aae5 [pid: 7|app: 0|req: 885/1777] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:27:46 2026] PUT /v2.0/routers/690d1af9-94c4-453e-ac18-75b75980e661/add_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1778] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 957 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1779] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:47 2026] DELETE /v2.0/networks/de69d85c-ed8b-47cb-9382-66905db84be3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1780] 10.0.0.253 () {34 vars in 762 bytes} [Thu Apr 23 01:27:47 2026] PUT /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1781] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 896/1782] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1783] 10.0.0.253 () {34 vars in 758 bytes} [Thu Apr 23 01:27:47 2026] PUT /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1784] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1785] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/security-groups?tenant_id=ddb9ad043e264773b681a1d7e31bfed1&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1786] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:27:47 2026] PUT /v2.0/ports/a3be4f01-220f-4bd4-8bec-3c7492147b89 => generated 1235 bytes in 395 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-04-23 01:27:47.699 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-362761e5-b7ad-4334-ac9b-79e3f4a5125d'] response: {'name': 'network-changed', 'server_uuid': 'f740d860-7d0a-4d78-9c09-0fa423ed62b9', 'tag': 'a3be4f01-220f-4bd4-8bec-3c7492147b89', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 900/1787] 10.0.0.253 () {34 vars in 780 bytes} [Thu Apr 23 01:27:47 2026] PUT /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1788] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1789] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:47 2026] DELETE /v2.0/security-groups/ee76c862-4bbd-4883-9567-ca577a366d97 => 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: 902/1790] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:27:47 2026] PUT /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1791] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1792] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:48.000 7 INFO neutron.api.v2.resource [None req-a65084fc-088c-4ad2-b45d-f22fb837c82d bfbcaf32b17246708fd243ddfa869694 3af1298a1df34f1699e0469c71d1a6d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 890/1793] 10.0.0.253 () {32 vars in 743 bytes} [Thu Apr 23 01:27:47 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1794] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:27:48 2026] DELETE /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1795] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:27:48.183 8 INFO neutron.api.v2.resource [None req-cc812596-eac0-4dfa-8daf-d42a353750e0 bfbcaf32b17246708fd243ddfa869694 3af1298a1df34f1699e0469c71d1a6d4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 905/1796] 10.0.0.253 () {32 vars in 746 bytes} [Thu Apr 23 01:27:48 2026] DELETE /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1797] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1798] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:27:48 2026] DELETE /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1799] 10.0.0.253 () {32 vars in 731 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1800] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/networks?tenant_id=ea1a68edb81142dda82520b7edb1550b&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1801] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1802] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:27:48 2026] DELETE /v2.0/subnets/a1cfb5ab-d5ab-4ae1-825b-6844f54ba994 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:48.486 8 INFO neutron.services.segments.plugin [-] Segment a414493f-1c60-43b6-9477-0a14db859a0b resource provider aggregate not found 2026-04-23 01:27:48.490 8 INFO neutron.services.segments.plugin [-] Segment a414493f-1c60-43b6-9477-0a14db859a0b resource provider aggregate not found 2026-04-23 01:27:48.517 8 INFO neutron.services.segments.plugin [-] Segment a414493f-1c60-43b6-9477-0a14db859a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a414493f-1c60-43b6-9477-0a14db859a0b found for delete ", "request_id": "req-51d9dd7c-af24-4b25-bfed-bf30959e6bdb"}]} 2026-04-23 01:27:48.518 8 INFO neutron.services.segments.plugin [-] Segment a414493f-1c60-43b6-9477-0a14db859a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a414493f-1c60-43b6-9477-0a14db859a0b found for delete ", "request_id": "req-db769619-f434-4bc4-a52c-bc4f2b28b9b3"}]} [pid: 8|app: 0|req: 909/1803] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:27:48 2026] DELETE /v2.0/networks/44ccfe71-b393-42ef-ac0c-be7bb3fa29dc => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:27:48.661 7 INFO neutron.db.segments_db [None req-f0b0c6e8-b145-46ab-b9c3-007cb81322a3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 8b161377-80f4-436f-a1a2-ed010232c95e of type vxlan for network c9c59ef8-53a6-4d0d-ae0d-79ad28242170 [pid: 8|app: 0|req: 910/1804] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1805] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:48 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1806] 10.0.0.253 () {34 vars in 671 bytes} [Thu Apr 23 01:27:48 2026] POST /v2.0/networks => generated 740 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1807] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:48 2026] POST /v2.0/subnets => generated 687 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:48.990 7 INFO neutron.db.segments_db [None req-8f8d284c-e514-4cf6-9c5e-91e00a77c76d 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Added segment 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e of type vxlan for network 0a7cf487-074b-4ab7-bc6f-c85373770bec 2026-04-23 01:27:49.282 7 INFO neutron.db.l3_hamode_db [None req-8f8d284c-e514-4cf6-9c5e-91e00a77c76d 898d5208e6d94fabb06aa16326cdc006 e73beaa991ec47b19f263d004889c3e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 913/1808] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/security-groups?tenant_id=fcbf93d382754ae69512ab91c5a55ccc&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1809] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1810] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:49 2026] DELETE /v2.0/security-groups/2e3f5760-c4a5-40ee-b413-364023783d45 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1811] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a3be4f01-220f-4bd4-8bec-3c7492147b89 => 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: 917/1812] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/subnets?id=001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1813] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/ports?network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d&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: 919/1814] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1815] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1816] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/security-groups?tenant_id=3af1298a1df34f1699e0469c71d1a6d4&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1817] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 923/1818] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:49 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1819] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:49 2026] DELETE /v2.0/security-groups/6bf67ed1-3b2a-484a-bf4c-9ceb2ceba835 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:27:50.076 7 INFO neutron.db.l3_hamode_db [None req-8f8d284c-e514-4cf6-9c5e-91e00a77c76d 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:27:50.534 8 INFO neutron.services.segments.plugin [-] Segment c57c40b7-73a1-4026-90fa-c3fe133bd640 resource provider aggregate not found 2026-04-23 01:27:50.539 8 INFO neutron.services.segments.plugin [-] Segment c57c40b7-73a1-4026-90fa-c3fe133bd640 resource provider aggregate not found 2026-04-23 01:27:50.554 8 INFO neutron.services.segments.plugin [-] Segment c57c40b7-73a1-4026-90fa-c3fe133bd640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c57c40b7-73a1-4026-90fa-c3fe133bd640 found for delete ", "request_id": "req-6967fd0e-e022-4884-aff1-bf3e3c239472"}]} 2026-04-23 01:27:50.557 8 INFO neutron.services.segments.plugin [-] Segment c57c40b7-73a1-4026-90fa-c3fe133bd640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c57c40b7-73a1-4026-90fa-c3fe133bd640 found for delete ", "request_id": "req-b8f6146d-0f60-4d10-8f2f-e6100cf6605c"}]} [pid: 7|app: 0|req: 896/1822] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:27:48 2026] POST /v2.0/routers => generated 727 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1823] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:50 2026] GET /v2.0/security-groups?tenant_id=8905dbe75f5d466aaf554d6f31a517bd&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1824] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:51 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1825] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:51 2026] DELETE /v2.0/security-groups/41e4c786-4917-4a3e-a7d7-172a79fc5657 => 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: 930/1826] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:51 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 931/1827] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:52 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1828] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:52 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 897/1829] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:27:50 2026] PUT /v2.0/routers/d78443f1-bd30-40b7-ae9c-8e995800874f/add_router_interface => generated 309 bytes in 1651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1830] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:27:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1831] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:53 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: 8|app: 0|req: 934/1832] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:53 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1833] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:53 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 899/1834] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1835] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:53 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: 900/1836] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:53.997 8 INFO neutron.db.securitygroups_db [None req-dad70f52-c244-4a15-82dd-2844c5b4bfb9 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Project c1b6e6a6c5664f1a81b34545c88de83c 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: 937/1837] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:54.133 7 INFO neutron.db.securitygroups_db [None req-6630b24c-e8e7-4ee0-bb1c-75ad72d0abb8 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Project c1b6e6a6c5664f1a81b34545c88de83c 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: 901/1838] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1839] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:54 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1840] 10.0.0.253 () {34 vars in 685 bytes} [Thu Apr 23 01:27:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1841] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:54 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1842] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:54 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => 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: 939/1843] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1844] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:27:54 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 906/1845] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:27:54 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1846] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:27:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:27:55.352 7 INFO neutron.db.l3_db [None req-93d134e3-73fb-4df2-a48c-dc4b6bd1b920 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Floating IP 21d7cec6-47e3-4336-b908-c3fb0509b7b3 associated. External IP: 10.96.250.210, port: a3be4f01-220f-4bd4-8bec-3c7492147b89. [pid: 7|app: 0|req: 907/1847] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:27:55 2026] PUT /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 855 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1848] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:27:55 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1849] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:27:55.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b188b0e-b184-4d34-ab15-bc4208ea8960'] response: {'name': 'network-changed', 'server_uuid': 'f740d860-7d0a-4d78-9c09-0fa423ed62b9', 'tag': 'a3be4f01-220f-4bd4-8bec-3c7492147b89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 909/1850] 10.0.0.199 () {34 vars in 1098 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-477412653&fields=id&tenant_id=c1b6e6a6c5664f1a81b34545c88de83c => generated 69 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1851] 10.0.0.199 () {34 vars in 1100 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1825192045&fields=id&tenant_id=c1b6e6a6c5664f1a81b34545c88de83c => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1852] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/networks?id=9b9fc780-ca91-4431-bde8-2f1b9af35060 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1853] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/quotas/c1b6e6a6c5664f1a81b34545c88de83c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1854] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/ports?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&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: 914/1855] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?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: 942/1856] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:55 2026] GET /v2.0/security-groups?tenant_id=73c43961f6fe42aa999467b5c751afbe&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1857] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1858] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/ports?tenant_id=ea1a68edb81142dda82520b7edb1550b&device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1859] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/networks?id=4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1860] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:56 2026] DELETE /v2.0/security-groups/836657d4-64e2-4190-a997-7508439ef6f4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1861] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a3be4f01-220f-4bd4-8bec-3c7492147b89 => 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: 944/1862] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/subnets?id=001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1863] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1864] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/ports?network_id=4dde0cdc-d9ac-4624-bc13-98c8c368739d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1865] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1866] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d?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: 920/1867] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/security-groups?tenant_id=73794d18c0e5477092d307296a2a6282&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1868] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:27:56 2026] DELETE /v2.0/security-groups/33b589fe-4837-4107-9a8f-0d363eb75317 => 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: 921/1869] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:56 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1870] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:57 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => 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: 922/1871] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:27:57 2026] GET /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1872] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:58 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1873] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:27:59 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => 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: 951/1874] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:00 2026] GET /v2.0/security-groups?tenant_id=d73f8e623e374398b24ea1fbf3440b6c&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1875] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:00 2026] DELETE /v2.0/security-groups/d70652fd-8b6c-413f-92ad-297c22751e41 => 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: 925/1876] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:28:00 2026] GET /v2.0/networks?id=9b9fc780-ca91-4431-bde8-2f1b9af35060 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1877] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:00 2026] GET /v2.0/security-groups?tenant_id=6fe7b6250cb04afba37334c2cf4dbeaa&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: 926/1878] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:00 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1879] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:28:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c1b6e6a6c5664f1a81b34545c88de83c => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1880] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:00 2026] DELETE /v2.0/security-groups/4750ba95-2bce-4883-b8bf-f4b385a451c0 => 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: 954/1881] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:28:00 2026] POST /v2.0/ports => generated 993 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1882] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:28:01 2026] PUT /v2.0/ports/9247c53b-4ed5-4605-b5ba-2adb111d0694 => generated 1274 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:01.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5fb734d-68a1-483a-964b-94da72e1e1a0'] response: {'name': 'network-changed', 'server_uuid': '83364ce3-1704-422d-a65e-1a96a3d8a6dd', 'tag': '9247c53b-4ed5-4605-b5ba-2adb111d0694', '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: 955/1883] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:01 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 929/1884] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:01 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1885] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:28:02 2026] GET /v2.0/ports?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1886] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:28:02 2026] GET /v2.0/networks?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1887] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:28:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1888] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:02 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1889] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1890] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/ports?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1891] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9247c53b-4ed5-4605-b5ba-2adb111d0694 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1892] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/subnets?id=c6f24535-1a55-4295-804b-517a2f4a7bb4 => generated 690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1893] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/ports?network_id=9b9fc780-ca91-4431-bde8-2f1b9af35060&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: 934/1894] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?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: 961/1895] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:28:03 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?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: 935/1896] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:04 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1897] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:04 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1898] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:05 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1899] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:05 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1902] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:28:05 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1903] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:05 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1904] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1905] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1906] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1907] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/security-groups?tenant_id=c93d8cad6f874db38c590b90707dcda3&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1908] 199.204.45.229 () {34 vars in 1124 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/security-groups?id=ea639be0-1a9c-4717-8c83-3a02efc9af87&id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1909] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:06 2026] DELETE /v2.0/security-groups/15c855ac-b436-46df-b214-5718ccc31c41 => 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: 943/1910] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:06 2026] GET /v2.0/security-groups?tenant_id=7962b0327c4a44d08dc409d72fc3d0f1&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: 968/1911] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:07 2026] DELETE /v2.0/security-groups/89e447fc-8789-455c-a9de-9dc26b159079 => 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: 944/1912] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:07 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1913] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:07 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1914] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:08 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1915] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:08 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:09.300 7 INFO neutron.db.segments_db [None req-25d15212-3eab-4109-9109-770aaa1a6760 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Added segment 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 of type vxlan for network 280d0d3a-c8d4-496b-9a1c-107a462cdc2a [pid: 7|app: 0|req: 946/1916] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:08 2026] POST /v2.0/networks => generated 649 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1917] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:09 2026] POST /v2.0/subnets => generated 627 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:09.676 7 INFO neutron.db.segments_db [None req-e7f8693f-343c-4961-ac83-dcc9cbe4cd1e 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Added segment acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 of type vxlan for network 51109990-f695-43d9-aa40-8c4114343cd8 2026-04-23 01:28:09.941 7 INFO neutron.db.l3_hamode_db [None req-e7f8693f-343c-4961-ac83-dcc9cbe4cd1e 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 972/1918] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:09 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1919] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:10 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1920] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:10 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:10.543 8 INFO neutron.db.l3_db [None req-b48b9eac-ae53-4633-b8ab-dd98f5a9bd1d 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Floating IP 9bf97d81-af49-4bc0-976e-944bc6abb1f9 associated. External IP: 10.96.250.209, port: 9247c53b-4ed5-4605-b5ba-2adb111d0694. 2026-04-23 01:28:10.764 7 INFO neutron.db.l3_hamode_db [None req-e7f8693f-343c-4961-ac83-dcc9cbe4cd1e 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 975/1921] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:28:10 2026] PUT /v2.0/floatingips/9bf97d81-af49-4bc0-976e-944bc6abb1f9 => generated 855 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:10.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa34d1ec-5580-4479-a258-9d8f2c78ee05'] response: {'name': 'network-changed', 'server_uuid': '83364ce3-1704-422d-a65e-1a96a3d8a6dd', 'tag': '9247c53b-4ed5-4605-b5ba-2adb111d0694', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 976/1922] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/ports?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1923] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/networks?id=9b9fc780-ca91-4431-bde8-2f1b9af35060 => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1924] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9247c53b-4ed5-4605-b5ba-2adb111d0694 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1925] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/subnets?id=c6f24535-1a55-4295-804b-517a2f4a7bb4 => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1926] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/ports?network_id=9b9fc780-ca91-4431-bde8-2f1b9af35060&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1927] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:09 2026] POST /v2.0/routers => generated 695 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1928] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?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: 982/1929] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:28:11 2026] GET /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060?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: 948/1930] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:11 2026] PUT /v2.0/routers/6b19c385-5f33-4bf4-8cad-88536074ad8a/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1931] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:28:12 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1932] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:28:13 2026] POST /v2.0/ports => generated 955 bytes in 382 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-04-23 01:28:14.185 8 INFO neutron.db.l3_db [None req-6f72f5a3-0c5b-4a29-b0e5-31f7b7c3c247 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Floating IP e07f13bc-984b-4626-80fb-698159d246dd associated. External IP: 10.96.250.213, port: e81e8378-a23b-4d3c-8af9-9e23629b3fe0. [pid: 8|app: 0|req: 984/1933] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:28:13 2026] POST /v2.0/floatingips => generated 842 bytes in 977 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-04-23 01:28:14.565 7 INFO neutron.db.l3_db [None req-b3ba3925-2807-4a0d-aeb9-563cc1eca89f 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Floating IP e07f13bc-984b-4626-80fb-698159d246dd disassociated. External IP: 10.96.250.213, port: e81e8378-a23b-4d3c-8af9-9e23629b3fe0. [pid: 7|app: 0|req: 950/1934] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:28:14 2026] PUT /v2.0/floatingips/e07f13bc-984b-4626-80fb-698159d246dd => generated 552 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:14.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-91611fa0-6da6-4b24-80a3-e6d0c3d0aa01 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: 2cc927eb-7a71-4ce1-b05e-98a1571ae51b 2026-04-23 01:28:14.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91611fa0-6da6-4b24-80a3-e6d0c3d0aa01 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: 2cc927eb-7a71-4ce1-b05e-98a1571ae51b [pid: 8|app: 0|req: 985/1935] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:14 2026] DELETE /v2.0/floatingips/e07f13bc-984b-4626-80fb-698159d246dd => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:15.769 7 INFO neutron.db.l3_db [None req-11523158-abfb-419b-a546-18013e10244a 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Floating IP 13e337e3-486d-4710-b544-1e1136901002 associated. External IP: 10.96.250.219, port: baf53e66-57c2-4e79-8b8a-c70d5efe0941. [pid: 7|app: 0|req: 951/1936] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:28:15 2026] POST /v2.0/floatingips => generated 841 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1937] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:28:16 2026] GET /v2.0/floatingips/13e337e3-486d-4710-b544-1e1136901002 => generated 841 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1938] 10.0.0.253 () {32 vars in 655 bytes} [Thu Apr 23 01:28:16 2026] GET /v2.0/floatingips => generated 844 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:16.549 8 INFO neutron.db.l3_db [None req-886f5d86-72a1-4c54-88f2-ce1c2dbeb553 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Floating IP 13e337e3-486d-4710-b544-1e1136901002 associated. External IP: 10.96.250.219, port: baf53e66-57c2-4e79-8b8a-c70d5efe0941. [pid: 7|app: 0|req: 953/1939] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:17 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1940] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:28:16 2026] PUT /v2.0/floatingips/13e337e3-486d-4710-b544-1e1136901002 => generated 842 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1941] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:17 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:17.292 8 INFO neutron.db.l3_db [None req-e419be80-cd34-4121-8a43-8acd29b5a98f 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Floating IP 13e337e3-486d-4710-b544-1e1136901002 disassociated. External IP: 10.96.250.219, port: e81e8378-a23b-4d3c-8af9-9e23629b3fe0. [pid: 8|app: 0|req: 988/1942] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:28:17 2026] PUT /v2.0/floatingips/13e337e3-486d-4710-b544-1e1136901002 => generated 552 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:17.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f551e1d-8109-4db1-9c95-68232aed91a1 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: 0390dfb7-aaca-4995-9085-97b6a269d07e 2026-04-23 01:28:17.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f551e1d-8109-4db1-9c95-68232aed91a1 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: 0390dfb7-aaca-4995-9085-97b6a269d07e [pid: 7|app: 0|req: 955/1943] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:17 2026] DELETE /v2.0/floatingips/13e337e3-486d-4710-b544-1e1136901002 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:17.855 8 INFO neutron.api.v2.resource [None req-d444a2af-f148-46b3-84ba-bfd9c744084d 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 989/1944] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:17 2026] DELETE /v2.0/floatingips/13e337e3-486d-4710-b544-1e1136901002 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:17.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0cdad2c-8db4-4c17-89a2-ffc8bb35cb0f 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: e81e8378-a23b-4d3c-8af9-9e23629b3fe0 2026-04-23 01:28:17.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0cdad2c-8db4-4c17-89a2-ffc8bb35cb0f 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: e81e8378-a23b-4d3c-8af9-9e23629b3fe0 [pid: 7|app: 0|req: 956/1945] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:28:17 2026] DELETE /v2.0/ports/e81e8378-a23b-4d3c-8af9-9e23629b3fe0 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:18.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f5c3eec-e463-4429-8345-ade50b593cba 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: baf53e66-57c2-4e79-8b8a-c70d5efe0941 2026-04-23 01:28:18.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f5c3eec-e463-4429-8345-ade50b593cba 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: baf53e66-57c2-4e79-8b8a-c70d5efe0941 [pid: 7|app: 0|req: 957/1946] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1947] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1948] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1949] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&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: 990/1950] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:28:18 2026] DELETE /v2.0/ports/baf53e66-57c2-4e79-8b8a-c70d5efe0941 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1951] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/ports?device_id=6b19c385-5f33-4bf4-8cad-88536074ad8a => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1952] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1279 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1953] 10.0.0.253 () {32 vars in 858 bytes} [Thu Apr 23 01:28:18 2026] GET /v2.0/floatingips?floating_network_id=935aa2a8-eccd-477a-82e0-b92a9b7c12ea&port_id=9247c53b-4ed5-4605-b5ba-2adb111d0694 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:18.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff74f112-f66c-40d7-a2c5-b45d9b8e01d0 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: c30f496d-929d-442e-8d08-5640b71356a3 2026-04-23 01:28:18.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff74f112-f66c-40d7-a2c5-b45d9b8e01d0 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: c30f496d-929d-442e-8d08-5640b71356a3 [pid: 7|app: 0|req: 963/1954] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:28:19 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1955] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:19 2026] GET /v2.0/security-groups?id=ea639be0-1a9c-4717-8c83-3a02efc9af87&id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1956] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:19 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1957] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:19 2026] GET /v2.0/security-groups?id=5257971a-741d-4785-bbd1-f84674ab619a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1958] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:28:19 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:19.680 7 INFO neutron_taas.services.taas.taas_plugin [req-0acb2fb2-9ff2-44ea-b77c-aa76b9b1bd8c req-b1f7753a-7969-4f9c-ac2d-7ecc467bc36e 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: a3be4f01-220f-4bd4-8bec-3c7492147b89 2026-04-23 01:28:19.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0acb2fb2-9ff2-44ea-b77c-aa76b9b1bd8c req-b1f7753a-7969-4f9c-ac2d-7ecc467bc36e 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: a3be4f01-220f-4bd4-8bec-3c7492147b89 [pid: 8|app: 0|req: 992/1959] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:18 2026] PUT /v2.0/routers/6b19c385-5f33-4bf4-8cad-88536074ad8a/remove_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:19.797 7 INFO neutron.db.l3_db [req-0acb2fb2-9ff2-44ea-b77c-aa76b9b1bd8c req-b1f7753a-7969-4f9c-ac2d-7ecc467bc36e 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Floating IP 21d7cec6-47e3-4336-b908-c3fb0509b7b3 disassociated. External IP: 10.96.250.210, port: a3be4f01-220f-4bd4-8bec-3c7492147b89. 2026-04-23 01:28:19.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-abebc039-361f-41b6-9b83-b1bf31b19648 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: 94580389-d8bf-4d3b-bd4f-6762a7621bdb 2026-04-23 01:28:19.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abebc039-361f-41b6-9b83-b1bf31b19648 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: 94580389-d8bf-4d3b-bd4f-6762a7621bdb 2026-04-23 01:28:20.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-abebc039-361f-41b6-9b83-b1bf31b19648 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] TaaS: Handle Delete Port: d2696a88-9f5e-40e7-a2bf-03e0b7880223 2026-04-23 01:28:20.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abebc039-361f-41b6-9b83-b1bf31b19648 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] Tap Mirror: Handle Delete Port: d2696a88-9f5e-40e7-a2bf-03e0b7880223 [pid: 7|app: 0|req: 968/1960] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:28:19 2026] DELETE /v2.0/ports/a3be4f01-220f-4bd4-8bec-3c7492147b89 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:20.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-195929d4-dd98-451d-b962-32a362e9a0bb'] response: {'server_uuid': 'f740d860-7d0a-4d78-9c09-0fa423ed62b9', 'name': 'network-vif-deleted', 'tag': 'a3be4f01-220f-4bd4-8bec-3c7492147b89', 'status': 'completed', 'code': 200} 2026-04-23 01:28:20.443 8 INFO neutron.services.segments.plugin [-] Segment acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 resource provider aggregate not found 2026-04-23 01:28:20.451 8 INFO neutron.services.segments.plugin [-] Segment acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 resource provider aggregate not found 2026-04-23 01:28:20.474 8 INFO neutron.services.segments.plugin [-] Segment acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 found for delete ", "request_id": "req-1e7af28b-78cf-42a3-bb6e-0e289cea0398"}]} 2026-04-23 01:28:20.475 8 INFO neutron.services.segments.plugin [-] Segment acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfe7a8c-065e-4f5c-9aed-d2bb37d125f0 found for delete ", "request_id": "req-2cf07c57-0369-4074-8f6a-7b25cccb99ba"}]} 2026-04-23 01:28:20.483 8 INFO neutron.db.l3_hamode_db [None req-abebc039-361f-41b6-9b83-b1bf31b19648 3dfc63137e3c4e6db0a3a8c697373d0c ac0cac2fbabb445b8b4a52581bcf1194 - - default default] HA network 51109990-f695-43d9-aa40-8c4114343cd8 was deleted as no HA routers are present in tenant ac0cac2fbabb445b8b4a52581bcf1194. [pid: 8|app: 0|req: 993/1963] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:19 2026] DELETE /v2.0/routers/6b19c385-5f33-4bf4-8cad-88536074ad8a => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1964] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:20 2026] DELETE /v2.0/subnets/64fdb09e-b475-4983-8271-44c246fc620b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1965] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:20 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:20.709 7 INFO neutron.services.segments.plugin [-] Segment 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 resource provider aggregate not found 2026-04-23 01:28:20.710 7 INFO neutron.services.segments.plugin [-] Segment 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 resource provider aggregate not found 2026-04-23 01:28:20.729 7 INFO neutron.services.segments.plugin [-] Segment 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 found for delete ", "request_id": "req-63744efc-6cb1-429d-a4ec-f461ad7e856f"}]} 2026-04-23 01:28:20.730 7 INFO neutron.services.segments.plugin [-] Segment 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1624fe7a-bc75-48c4-b8dc-2aebe7e18697 found for delete ", "request_id": "req-73b63b3d-a14c-4c3f-b85b-80f5e9910a90"}]} [pid: 7|app: 0|req: 972/1966] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:20 2026] DELETE /v2.0/networks/280d0d3a-c8d4-496b-9a1c-107a462cdc2a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1967] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:21 2026] GET /v2.0/security-groups?tenant_id=ac0cac2fbabb445b8b4a52581bcf1194&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1968] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:21 2026] DELETE /v2.0/security-groups/bf44f5a2-8931-4c8b-85a2-73244a5456b0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1969] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:21 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => 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: 974/1970] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:21 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1971] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:21 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1972] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:22 2026] GET /v2.0/ports?device_id=f740d860-7d0a-4d78-9c09-0fa423ed62b9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1973] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:22 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1974] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:23 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:23.334 7 INFO neutron.db.segments_db [None req-11b51c42-c208-4c47-86d7-059575cdddb0 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca of type vxlan for network 897d9a58-5813-4e58-ad67-91cc0da312ea [pid: 7|app: 0|req: 976/1975] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:23 2026] POST /v2.0/networks => generated 633 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:23.464 8 INFO neutron.db.segments_db [None req-effafaae-dbf5-4e1f-aa25-df92a65e69f6 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment 97093edd-47b9-42f2-b265-28bcdd828be8 of type vxlan for network b4a812ee-55b3-4fd4-9248-8bbe188aafa2 [pid: 8|app: 0|req: 1000/1976] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:23 2026] POST /v2.0/networks => generated 633 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1977] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:23 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1978] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:23 2026] DELETE /v2.0/security-groups/5257971a-741d-4785-bbd1-f84674ab619a => 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: 1001/1979] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:23 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:24.079 8 INFO neutron.db.segments_db [None req-e89cfd1a-207c-411e-b30a-8052122244a3 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment 088da243-6f75-41ef-84b7-8221a2add24d of type vxlan for network 20e05466-7f46-4f8a-a66c-9840ceeb871f 2026-04-23 01:28:24.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0cbb777-c90c-47d2-b37d-4b0be913a0fd 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: 383d2064-abd9-49bf-ba8f-11e654656a22 2026-04-23 01:28:24.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0cbb777-c90c-47d2-b37d-4b0be913a0fd 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: 383d2064-abd9-49bf-ba8f-11e654656a22 [pid: 7|app: 0|req: 979/1980] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:23 2026] DELETE /v2.0/floatingips/21d7cec6-47e3-4336-b908-c3fb0509b7b3 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:24.325 8 INFO neutron.db.l3_hamode_db [None req-e89cfd1a-207c-411e-b30a-8052122244a3 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 980/1981] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:24 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1982] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:28:24 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1983] 10.0.0.199 () {34 vars in 1120 bytes} [Thu Apr 23 01:28:24 2026] GET /v2.0/security-groups?id=2bcbc39d-a46e-46cc-9b40-d72e637f04fc&id=ea639be0-1a9c-4717-8c83-3a02efc9af87&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:24.443 8 INFO neutron.db.l3_hamode_db [None req-e89cfd1a-207c-411e-b30a-8052122244a3 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:24.495 7 INFO neutron_taas.services.taas.taas_plugin [req-b87619b7-351e-4c30-9f5b-7ad9cb681d3e req-10d39cb9-572f-466b-833e-889dc161331b 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] TaaS: Handle Delete Port: 9247c53b-4ed5-4605-b5ba-2adb111d0694 2026-04-23 01:28:24.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b87619b7-351e-4c30-9f5b-7ad9cb681d3e req-10d39cb9-572f-466b-833e-889dc161331b 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Tap Mirror: Handle Delete Port: 9247c53b-4ed5-4605-b5ba-2adb111d0694 2026-04-23 01:28:24.604 7 INFO neutron.db.l3_db [req-b87619b7-351e-4c30-9f5b-7ad9cb681d3e req-10d39cb9-572f-466b-833e-889dc161331b 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Floating IP 9bf97d81-af49-4bc0-976e-944bc6abb1f9 disassociated. External IP: 10.96.250.209, port: 9247c53b-4ed5-4605-b5ba-2adb111d0694. [pid: 7|app: 0|req: 983/1984] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:28:24 2026] DELETE /v2.0/ports/9247c53b-4ed5-4605-b5ba-2adb111d0694 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:25.037 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d10a04ad-9336-4447-913d-3a799371c6be'] response: {'server_uuid': '83364ce3-1704-422d-a65e-1a96a3d8a6dd', 'name': 'network-vif-deleted', 'tag': '9247c53b-4ed5-4605-b5ba-2adb111d0694', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 984/1985] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:24 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1986] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:24 2026] POST /v2.0/routers => generated 510 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1987] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:25 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&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: 986/1988] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:25 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => 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: 1003/1989] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:25 2026] PUT /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197/add_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1990] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:25 2026] GET /v2.0/ports/cdb0a77d-3b37-473a-8f97-f6b87d583868 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1991] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:26 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1992] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:28:26 2026] GET /v2.0/security-groups?id=4deaa9d4-754b-45f8-aeb5-362c27020600&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1993] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:26 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => 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: 991/1994] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:28:26 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:27.030 7 INFO neutron_taas.services.taas.taas_plugin [req-98246831-9d80-4372-9d65-761bd31012df req-19bfc7c8-04f7-4760-b15b-40da18866b0b 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: 174bd46b-17d5-489a-b14f-e0006761a8ce [pid: 8|app: 0|req: 1004/1995] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:26 2026] PUT /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197/add_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:27.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98246831-9d80-4372-9d65-761bd31012df req-19bfc7c8-04f7-4760-b15b-40da18866b0b 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: 174bd46b-17d5-489a-b14f-e0006761a8ce [pid: 8|app: 0|req: 1005/1996] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:27 2026] GET /v2.0/ports/03735356-cc02-410e-b0d9-2f388109fc0f => generated 967 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1997] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:28:26 2026] DELETE /v2.0/ports/174bd46b-17d5-489a-b14f-e0006761a8ce => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:27.209 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ef804fe-d5d8-4a00-b549-00046b38c36e'] response: {'server_uuid': '96f8d1bf-51da-49ad-bd16-439c2e2bdc5a', 'name': 'network-vif-deleted', 'tag': '174bd46b-17d5-489a-b14f-e0006761a8ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 993/1998] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:27 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:27.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab87d958-0627-4e27-97ac-18d8e69b7200 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 03735356-cc02-410e-b0d9-2f388109fc0f 2026-04-23 01:28:27.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab87d958-0627-4e27-97ac-18d8e69b7200 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 03735356-cc02-410e-b0d9-2f388109fc0f [pid: 7|app: 0|req: 994/1999] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:27 2026] GET /v2.0/ports?device_id=83364ce3-1704-422d-a65e-1a96a3d8a6dd => 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: 1006/2000] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:27 2026] PUT /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197/remove_router_interface => generated 309 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:28.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-784a0c16-f72e-4716-aa9c-9d42bff234a9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: cdb0a77d-3b37-473a-8f97-f6b87d583868 2026-04-23 01:28:28.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-784a0c16-f72e-4716-aa9c-9d42bff234a9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: cdb0a77d-3b37-473a-8f97-f6b87d583868 [pid: 8|app: 0|req: 1007/2001] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:28 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => 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: 995/2002] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:27 2026] PUT /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197/remove_router_interface => generated 309 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2003] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:28 2026] GET /v2.0/ports?device_id=94647d2e-e151-4a06-bf66-6445a49ea197 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:28.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-964d38bb-8177-4c2b-97c0-91f8c47fa7af 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: ee9e486b-fb3d-4683-aec5-3a6327d707a0 2026-04-23 01:28:28.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-964d38bb-8177-4c2b-97c0-91f8c47fa7af 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: ee9e486b-fb3d-4683-aec5-3a6327d707a0 [pid: 8|app: 0|req: 1009/2004] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:28 2026] DELETE /v2.0/security-groups/2bcbc39d-a46e-46cc-9b40-d72e637f04fc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:28.923 8 INFO neutron.api.v2.resource [None req-6d1377b0-4991-4dd3-a057-c0b08bb1bbd0 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1010/2005] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:28:28 2026] GET /v2.0/security-groups/2bcbc39d-a46e-46cc-9b40-d72e637f04fc => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:28.996 7 INFO neutron.services.segments.plugin [-] Segment 088da243-6f75-41ef-84b7-8221a2add24d resource provider aggregate not found 2026-04-23 01:28:29.009 7 INFO neutron.services.segments.plugin [-] Segment 088da243-6f75-41ef-84b7-8221a2add24d resource provider aggregate not found 2026-04-23 01:28:29.020 7 INFO neutron.services.segments.plugin [-] Segment 088da243-6f75-41ef-84b7-8221a2add24d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 088da243-6f75-41ef-84b7-8221a2add24d found for delete ", "request_id": "req-654165c2-24d5-42c5-a9a1-7ef62dc17af8"}]} 2026-04-23 01:28:29.022 7 INFO neutron.services.segments.plugin [-] Segment 088da243-6f75-41ef-84b7-8221a2add24d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 088da243-6f75-41ef-84b7-8221a2add24d found for delete ", "request_id": "req-68faf0da-40d5-4f31-b871-49f053784dd0"}]} 2026-04-23 01:28:29.028 7 INFO neutron.db.l3_hamode_db [None req-964d38bb-8177-4c2b-97c0-91f8c47fa7af 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] HA network 20e05466-7f46-4f8a-a66c-9840ceeb871f was deleted as no HA routers are present in tenant 8c58dedde81142faadbd3dc5294e1ff3. [pid: 7|app: 0|req: 996/2006] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:28 2026] DELETE /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:29.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-98152e53-fb5f-4bf1-bb88-6241ecf2bd89 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] TaaS: Handle Delete Port: cff73fc1-4eae-48f3-886a-42cb6fa78bf0 2026-04-23 01:28:29.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98152e53-fb5f-4bf1-bb88-6241ecf2bd89 9c7984ea3efc47918b5012ad30b8474b c1b6e6a6c5664f1a81b34545c88de83c - - default default] Tap Mirror: Handle Delete Port: cff73fc1-4eae-48f3-886a-42cb6fa78bf0 [pid: 7|app: 0|req: 997/2007] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:29 2026] DELETE /v2.0/subnets/c634c367-8e45-420f-b4ee-72ba9c9f22cd => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2008] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:28 2026] DELETE /v2.0/floatingips/9bf97d81-af49-4bc0-976e-944bc6abb1f9 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2009] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:29 2026] DELETE /v2.0/security-groups/ea639be0-1a9c-4717-8c83-3a02efc9af87 => 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: 998/2010] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:29 2026] DELETE /v2.0/subnets/110275b7-d739-494d-b338-2efc29b5db36 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:29.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-0919d4e2-09a1-4fc5-9c34-5534171f3d07 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 54360292-96e1-4452-a1e7-8f78f8818986 2026-04-23 01:28:29.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0919d4e2-09a1-4fc5-9c34-5534171f3d07 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 54360292-96e1-4452-a1e7-8f78f8818986 2026-04-23 01:28:29.620 8 INFO neutron.services.segments.plugin [-] Segment 97093edd-47b9-42f2-b265-28bcdd828be8 resource provider aggregate not found 2026-04-23 01:28:29.626 8 INFO neutron.services.segments.plugin [-] Segment 97093edd-47b9-42f2-b265-28bcdd828be8 resource provider aggregate not found 2026-04-23 01:28:29.635 8 INFO neutron.services.segments.plugin [-] Segment 97093edd-47b9-42f2-b265-28bcdd828be8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97093edd-47b9-42f2-b265-28bcdd828be8 found for delete ", "request_id": "req-840b13e3-aa99-40da-ad16-9455d4f2fd41"}]} 2026-04-23 01:28:29.648 8 INFO neutron.services.segments.plugin [-] Segment 97093edd-47b9-42f2-b265-28bcdd828be8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97093edd-47b9-42f2-b265-28bcdd828be8 found for delete ", "request_id": "req-fd059819-d1ef-4625-b2e9-ea1964f873ab"}]} [pid: 8|app: 0|req: 1013/2011] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:29 2026] DELETE /v2.0/networks/b4a812ee-55b3-4fd4-9248-8bbe188aafa2 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2012] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:28:29 2026] GET /v2.0/ports?device_id=96f8d1bf-51da-49ad-bd16-439c2e2bdc5a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:29.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cfded8d-405b-4134-aa00-532bcf9abb7a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 9e6a8ac3-d19b-48f9-81a9-feb2d3af2b45 2026-04-23 01:28:29.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cfded8d-405b-4134-aa00-532bcf9abb7a 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 9e6a8ac3-d19b-48f9-81a9-feb2d3af2b45 2026-04-23 01:28:29.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-861bc6bc-52fb-4aab-9892-7a2b522a4287 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: e199e00c-639c-4e2d-80cc-e9eb749a6501 2026-04-23 01:28:29.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861bc6bc-52fb-4aab-9892-7a2b522a4287 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: e199e00c-639c-4e2d-80cc-e9eb749a6501 [pid: 8|app: 0|req: 1015/2013] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:29 2026] DELETE /v2.0/networks/897d9a58-5813-4e58-ad67-91cc0da312ea => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:30.001 8 INFO neutron.db.segments_db [None req-20b8faf7-2222-48d2-b259-09f368fedd99 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 of type vxlan for network f1b934b9-193f-4601-a30c-018e09d5b347 [pid: 8|app: 0|req: 1016/2014] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:29 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2015] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:29 2026] PUT /v2.0/routers/690d1af9-94c4-453e-ac18-75b75980e661/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2016] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:30 2026] POST /v2.0/subnets => generated 646 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:30.345 8 INFO neutron.db.segments_db [None req-d5f38e43-0c96-45bd-ac8a-cfa8bbeb84f0 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment e80638b3-e08f-4d2e-b047-5ab67192a530 of type vxlan for network 522257e5-d10c-48e9-a64e-5160eecfd584 2026-04-23 01:28:30.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5abd646-12ba-4a34-baaf-5dab7a6b07b1 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 61e12ef3-6bcb-4862-be4f-777839cef76e 2026-04-23 01:28:30.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5abd646-12ba-4a34-baaf-5dab7a6b07b1 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 61e12ef3-6bcb-4862-be4f-777839cef76e 2026-04-23 01:28:30.573 8 INFO neutron.db.l3_hamode_db [None req-d5f38e43-0c96-45bd-ac8a-cfa8bbeb84f0 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:30.676 8 INFO neutron.db.l3_hamode_db [None req-d5f38e43-0c96-45bd-ac8a-cfa8bbeb84f0 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:30.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5abd646-12ba-4a34-baaf-5dab7a6b07b1 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 9c150172-39ab-45cb-a884-7578e1ca5a92 2026-04-23 01:28:30.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5abd646-12ba-4a34-baaf-5dab7a6b07b1 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 9c150172-39ab-45cb-a884-7578e1ca5a92 2026-04-23 01:28:31.043 7 INFO neutron.services.segments.plugin [-] Segment f45a9162-4798-4c6d-9a60-f1ebf7e06185 resource provider aggregate not found 2026-04-23 01:28:31.048 7 INFO neutron.services.segments.plugin [-] Segment f45a9162-4798-4c6d-9a60-f1ebf7e06185 resource provider aggregate not found 2026-04-23 01:28:31.060 7 INFO neutron.services.segments.plugin [-] Segment f45a9162-4798-4c6d-9a60-f1ebf7e06185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f45a9162-4798-4c6d-9a60-f1ebf7e06185 found for delete ", "request_id": "req-0dec3a6e-d0c4-4e3b-85cf-2cead0fb7d6b"}]} 2026-04-23 01:28:31.063 7 INFO neutron.services.segments.plugin [-] Segment f45a9162-4798-4c6d-9a60-f1ebf7e06185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f45a9162-4798-4c6d-9a60-f1ebf7e06185 found for delete ", "request_id": "req-fd96be0f-2fe2-472e-a165-984dd11f1dfa"}]} 2026-04-23 01:28:31.076 7 INFO neutron.db.l3_hamode_db [None req-a5abd646-12ba-4a34-baaf-5dab7a6b07b1 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 11b97fe3-576b-4877-8bdf-6d4aa63e6ed2 was deleted as no HA routers are present in tenant c1b6e6a6c5664f1a81b34545c88de83c. [pid: 7|app: 0|req: 1000/2017] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:30 2026] DELETE /v2.0/routers/690d1af9-94c4-453e-ac18-75b75980e661 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2018] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:31 2026] DELETE /v2.0/security-groups/4deaa9d4-754b-45f8-aeb5-362c27020600 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2019] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:30 2026] POST /v2.0/routers => generated 510 bytes in 923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2020] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:31 2026] DELETE /v2.0/subnets/c6f24535-1a55-4295-804b-517a2f4a7bb4 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2021] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:28:31 2026] POST /v2.0/ports => generated 964 bytes in 275 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-04-23 01:28:31.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-71feef43-58a3-460a-8fb8-4886875f6721 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 0d9dbbea-6fb9-45a7-b4f8-9eda8f794831 2026-04-23 01:28:31.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71feef43-58a3-460a-8fb8-4886875f6721 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 0d9dbbea-6fb9-45a7-b4f8-9eda8f794831 2026-04-23 01:28:31.657 8 INFO neutron.services.segments.plugin [-] Segment 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca resource provider aggregate not found 2026-04-23 01:28:31.669 8 INFO neutron.services.segments.plugin [-] Segment 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca found for delete ", "request_id": "req-ee435678-3328-4859-ad28-2af25a9f7947"}]} 2026-04-23 01:28:31.673 8 INFO neutron.services.segments.plugin [-] Segment 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca resource provider aggregate not found 2026-04-23 01:28:31.689 8 INFO neutron.services.segments.plugin [-] Segment 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701f88c5-1fba-4e61-bfa4-1ce52fbd78ca found for delete ", "request_id": "req-9f2516f4-3f50-441c-bcb7-7a5cd399ab18"}]} 2026-04-23 01:28:31.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf5a68da-6479-4e0e-b98e-b0608817fc25 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: 851bdc9d-8d07-4ca8-9d3f-de9371877f39 2026-04-23 01:28:31.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf5a68da-6479-4e0e-b98e-b0608817fc25 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: 851bdc9d-8d07-4ca8-9d3f-de9371877f39 [pid: 8|app: 0|req: 1020/2022] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:31 2026] DELETE /v2.0/networks/9b9fc780-ca91-4431-bde8-2f1b9af35060 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2023] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:31 2026] PUT /v2.0/routers/cd2f946f-f415-4ff2-a7da-beff64614fba/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:32.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd38583b-ad33-4a37-99a3-91cfdf753fd7 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: ecd0554a-b8b6-40cb-99cd-7b756e4ad954 2026-04-23 01:28:32.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd38583b-ad33-4a37-99a3-91cfdf753fd7 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: ecd0554a-b8b6-40cb-99cd-7b756e4ad954 [pid: 8|app: 0|req: 1021/2024] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:31 2026] PUT /v2.0/routers/3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c/add_router_interface => generated 309 bytes in 1021 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: 1022/2025] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:32 2026] DELETE /v2.0/subnets/001d2421-b0d2-47c5-8e0e-b279aa446394 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2026] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:32 2026] GET /v2.0/ports/50c2f5bf-28e5-442a-a059-af6b5b5b2a19 => generated 1038 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2027] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:32 2026] PUT /v2.0/routers/d78443f1-bd30-40b7-ae9c-8e995800874f/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:33.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-17bcbbf0-29d2-438a-b7a3-7cbfdb56a7af 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: a2046360-43c8-42f4-afd4-6b94f3f30ee7 2026-04-23 01:28:33.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17bcbbf0-29d2-438a-b7a3-7cbfdb56a7af 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: a2046360-43c8-42f4-afd4-6b94f3f30ee7 2026-04-23 01:28:33.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-17bcbbf0-29d2-438a-b7a3-7cbfdb56a7af 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: 9c69b2e0-acfe-4a1c-b3bd-4ffc26e463d5 2026-04-23 01:28:33.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17bcbbf0-29d2-438a-b7a3-7cbfdb56a7af 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: 9c69b2e0-acfe-4a1c-b3bd-4ffc26e463d5 2026-04-23 01:28:33.692 8 INFO neutron.services.segments.plugin [-] Segment 875683a7-3cea-459f-9cb2-f45ca2d3554b resource provider aggregate not found 2026-04-23 01:28:33.714 8 INFO neutron.services.segments.plugin [-] Segment 875683a7-3cea-459f-9cb2-f45ca2d3554b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 875683a7-3cea-459f-9cb2-f45ca2d3554b found for delete ", "request_id": "req-fdc361ba-58c2-4113-8f71-b754001dc1d4"}]} 2026-04-23 01:28:33.718 8 INFO neutron.services.segments.plugin [-] Segment 875683a7-3cea-459f-9cb2-f45ca2d3554b resource provider aggregate not found 2026-04-23 01:28:33.735 8 INFO neutron.services.segments.plugin [-] Segment 875683a7-3cea-459f-9cb2-f45ca2d3554b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 875683a7-3cea-459f-9cb2-f45ca2d3554b found for delete ", "request_id": "req-2e754bb0-f43a-421b-b992-636303480de6"}]} 2026-04-23 01:28:33.783 8 INFO neutron.db.l3_hamode_db [None req-17bcbbf0-29d2-438a-b7a3-7cbfdb56a7af 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] HA network 1930aaca-0527-4a95-bc78-97476e42e4d7 was deleted as no HA routers are present in tenant ea1a68edb81142dda82520b7edb1550b. [pid: 8|app: 0|req: 1024/2028] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:32 2026] DELETE /v2.0/routers/cd2f946f-f415-4ff2-a7da-beff64614fba => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:33.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ee5972d-d7ab-4763-9dec-5cb2495d1411 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 50c2f5bf-28e5-442a-a059-af6b5b5b2a19 2026-04-23 01:28:33.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ee5972d-d7ab-4763-9dec-5cb2495d1411 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 50c2f5bf-28e5-442a-a059-af6b5b5b2a19 2026-04-23 01:28:33.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-46b1ca6d-af29-4c85-a9a9-43f6d0a2e58c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 07de935c-9c42-40df-ae94-0a306a407058 2026-04-23 01:28:33.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46b1ca6d-af29-4c85-a9a9-43f6d0a2e58c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 07de935c-9c42-40df-ae94-0a306a407058 [pid: 7|app: 0|req: 1005/2029] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:33 2026] PUT /v2.0/routers/3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c/remove_router_interface => generated 309 bytes in 1072 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-04-23 01:28:34.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcebdb67-70b9-40c9-af7e-ca1fbfe0e411 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] TaaS: Handle Delete Port: 4afe7d72-e53e-46cc-9813-18145fc9a904 2026-04-23 01:28:34.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcebdb67-70b9-40c9-af7e-ca1fbfe0e411 2c0615812fc34bd28e68ab55cbc0d912 ea1a68edb81142dda82520b7edb1550b - - default default] Tap Mirror: Handle Delete Port: 4afe7d72-e53e-46cc-9813-18145fc9a904 2026-04-23 01:28:34.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-46b1ca6d-af29-4c85-a9a9-43f6d0a2e58c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 4b1d3ea7-fd18-4b44-b1ba-0e41c4103df0 2026-04-23 01:28:34.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46b1ca6d-af29-4c85-a9a9-43f6d0a2e58c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 4b1d3ea7-fd18-4b44-b1ba-0e41c4103df0 2026-04-23 01:28:34.401 7 INFO neutron.services.segments.plugin [-] Segment 4583e913-fea7-45fc-ba86-abd75844b986 resource provider aggregate not found 2026-04-23 01:28:34.406 7 INFO neutron.services.segments.plugin [-] Segment 4583e913-fea7-45fc-ba86-abd75844b986 resource provider aggregate not found 2026-04-23 01:28:34.427 7 INFO neutron.services.segments.plugin [-] Segment 4583e913-fea7-45fc-ba86-abd75844b986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4583e913-fea7-45fc-ba86-abd75844b986 found for delete ", "request_id": "req-6425da24-638a-4cac-ab83-542df133ff00"}]} 2026-04-23 01:28:34.430 7 INFO neutron.services.segments.plugin [-] Segment 4583e913-fea7-45fc-ba86-abd75844b986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4583e913-fea7-45fc-ba86-abd75844b986 found for delete ", "request_id": "req-d6d2ebde-5f9b-4506-8d6b-454a4b4a3138"}]} [pid: 7|app: 0|req: 1006/2030] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:34 2026] DELETE /v2.0/networks/4dde0cdc-d9ac-4624-bc13-98c8c368739d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:34.525 8 INFO neutron.db.l3_hamode_db [None req-46b1ca6d-af29-4c85-a9a9-43f6d0a2e58c 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] HA network 0a7cf487-074b-4ab7-bc6f-c85373770bec was deleted as no HA routers are present in tenant e73beaa991ec47b19f263d004889c3e2. 2026-04-23 01:28:34.527 7 INFO neutron.api.v2.resource [None req-816268f5-5d69-481c-a1ce-fa5a58a81e73 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/2031] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:34 2026] PUT /v2.0/routers/3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c/remove_router_interface => generated 197 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2032] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:33 2026] DELETE /v2.0/routers/d78443f1-bd30-40b7-ae9c-8e995800874f => generated 0 bytes in 739 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2033] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:34 2026] GET /v2.0/ports?device_id=3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2034] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:34 2026] DELETE /v2.0/subnets/3a2117cb-dd77-42c2-9fde-51dbb90b0dd6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:34.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-ede1bd7b-9cc8-434d-b98b-2987774040d9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: ded5a50a-394b-4823-a6c6-dca6334a62d3 2026-04-23 01:28:34.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ede1bd7b-9cc8-434d-b98b-2987774040d9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: ded5a50a-394b-4823-a6c6-dca6334a62d3 2026-04-23 01:28:34.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ea4e383-24d4-43d4-a0ad-eeef80d9782e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 87615c21-18cd-4019-ad03-95ed4f73b6bf 2026-04-23 01:28:34.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ea4e383-24d4-43d4-a0ad-eeef80d9782e 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 87615c21-18cd-4019-ad03-95ed4f73b6bf [pid: 8|app: 0|req: 1027/2035] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:34 2026] DELETE /v2.0/networks/c9c59ef8-53a6-4d0d-ae0d-79ad28242170 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:35.018 7 INFO neutron.db.l3_hamode_db [None req-ede1bd7b-9cc8-434d-b98b-2987774040d9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] HA network 522257e5-d10c-48e9-a64e-5160eecfd584 was deleted as no HA routers are present in tenant 8c58dedde81142faadbd3dc5294e1ff3. [pid: 7|app: 0|req: 1009/2036] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:34 2026] DELETE /v2.0/routers/3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2037] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/subnets/2b13a1b4-a82f-48c5-a241-3134c54b6552 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2038] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:35 2026] GET /v2.0/security-groups?tenant_id=ea1a68edb81142dda82520b7edb1550b&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: 1029/2039] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/networks/f1b934b9-193f-4601-a30c-018e09d5b347 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2040] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:35 2026] GET /v2.0/security-groups?tenant_id=e73beaa991ec47b19f263d004889c3e2&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2041] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/security-groups/057413e8-8228-4414-9753-41b01c0f5d0f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:35.376 8 INFO neutron.db.segments_db [None req-6cd2ef12-5ac8-4f63-9590-2e8ea33e67e7 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a of type vxlan for network b2fb7b15-0429-40bc-934f-57c86d718e82 [pid: 8|app: 0|req: 1031/2042] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:35 2026] POST /v2.0/networks => generated 634 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2045] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/security-groups/3776fe21-6390-4a9a-8049-370a83d3a8f8 => 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: 1013/2046] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:35 2026] GET /v2.0/security-groups?tenant_id=5ac3af1c2f9b4df487372a211a06d677&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:35.738 8 INFO neutron.services.segments.plugin [-] Segment bb1b0471-39ca-4877-b99d-e8159aa0757c resource provider aggregate not found 2026-04-23 01:28:35.756 8 INFO neutron.services.segments.plugin [-] Segment bb1b0471-39ca-4877-b99d-e8159aa0757c resource provider aggregate not found 2026-04-23 01:28:35.760 8 INFO neutron.services.segments.plugin [-] Segment bb1b0471-39ca-4877-b99d-e8159aa0757c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb1b0471-39ca-4877-b99d-e8159aa0757c found for delete ", "request_id": "req-c14f3e84-10de-4591-8016-bfa789e47052"}]} [pid: 7|app: 0|req: 1014/2047] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/security-groups/5827084e-97ab-4fe0-9164-6fd4d7acda42 => 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: 1034/2048] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:35 2026] POST /v2.0/subnets => generated 646 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:35.773 8 INFO neutron.services.segments.plugin [-] Segment bb1b0471-39ca-4877-b99d-e8159aa0757c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb1b0471-39ca-4877-b99d-e8159aa0757c found for delete ", "request_id": "req-7f778566-02d6-496d-a85c-86c198c7117e"}]} 2026-04-23 01:28:35.783 8 INFO neutron.services.segments.plugin [-] Segment 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e resource provider aggregate not found 2026-04-23 01:28:35.794 8 INFO neutron.services.segments.plugin [-] Segment 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e resource provider aggregate not found [pid: 7|app: 0|req: 1015/2049] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:35 2026] GET /v2.0/security-groups?tenant_id=c1b6e6a6c5664f1a81b34545c88de83c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:35.809 8 INFO neutron.services.segments.plugin [-] Segment 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e found for delete ", "request_id": "req-68cad6b4-f47b-4c7b-a98c-55e7e82e6893"}]} 2026-04-23 01:28:35.816 8 INFO neutron.services.segments.plugin [-] Segment 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3ff28b-3c73-4c57-8aae-bd0fcb4c704e found for delete ", "request_id": "req-36ce1fe8-9e90-4dc4-a352-406484bcf5ab"}]} 2026-04-23 01:28:35.833 8 INFO neutron.services.segments.plugin [-] Segment 8b161377-80f4-436f-a1a2-ed010232c95e resource provider aggregate not found 2026-04-23 01:28:35.841 8 INFO neutron.services.segments.plugin [-] Segment 8b161377-80f4-436f-a1a2-ed010232c95e resource provider aggregate not found 2026-04-23 01:28:35.859 8 INFO neutron.services.segments.plugin [-] Segment 8b161377-80f4-436f-a1a2-ed010232c95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b161377-80f4-436f-a1a2-ed010232c95e found for delete ", "request_id": "req-854be07e-c594-42ba-8865-2b8419212f38"}]} 2026-04-23 01:28:35.861 8 INFO neutron.services.segments.plugin [-] Segment 8b161377-80f4-436f-a1a2-ed010232c95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b161377-80f4-436f-a1a2-ed010232c95e found for delete ", "request_id": "req-da69e529-4ec6-4787-8087-7c7f75b51663"}]} 2026-04-23 01:28:35.878 8 INFO neutron.db.segments_db [None req-e1461607-b920-452e-8cdb-e4200a89604b 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment 71e351a2-53d1-48b8-8fef-3f26452362d2 of type vxlan for network 261edd75-0bc1-4162-9789-6dc663d009e4 2026-04-23 01:28:35.880 8 INFO neutron.services.segments.plugin [-] Segment cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 resource provider aggregate not found 2026-04-23 01:28:35.890 8 INFO neutron.services.segments.plugin [-] Segment cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 resource provider aggregate not found 2026-04-23 01:28:35.902 8 INFO neutron.services.segments.plugin [-] Segment cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 found for delete ", "request_id": "req-811dbdef-aca7-4c2d-9bd0-705a86556e66"}]} 2026-04-23 01:28:35.908 8 INFO neutron.services.segments.plugin [-] Segment cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cea05b5f-fac5-4e6b-85ed-e5cd19bc8241 found for delete ", "request_id": "req-459ad422-e05a-411c-8b3a-0c9a1488e32e"}]} [pid: 7|app: 0|req: 1016/2050] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:35 2026] DELETE /v2.0/security-groups/d2d738b8-6d34-464c-aecb-12fb210d65d5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:36.105 8 INFO neutron.db.l3_hamode_db [None req-e1461607-b920-452e-8cdb-e4200a89604b 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:36.216 8 INFO neutron.db.l3_hamode_db [None req-e1461607-b920-452e-8cdb-e4200a89604b 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:36.450 7 INFO neutron.services.segments.plugin [-] Segment e80638b3-e08f-4d2e-b047-5ab67192a530 resource provider aggregate not found 2026-04-23 01:28:36.457 7 INFO neutron.services.segments.plugin [-] Segment e80638b3-e08f-4d2e-b047-5ab67192a530 resource provider aggregate not found 2026-04-23 01:28:36.474 7 INFO neutron.services.segments.plugin [-] Segment e80638b3-e08f-4d2e-b047-5ab67192a530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80638b3-e08f-4d2e-b047-5ab67192a530 found for delete ", "request_id": "req-18553935-e73e-40a5-990d-228324d5bce2"}]} 2026-04-23 01:28:36.475 7 INFO neutron.services.segments.plugin [-] Segment e80638b3-e08f-4d2e-b047-5ab67192a530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80638b3-e08f-4d2e-b047-5ab67192a530 found for delete ", "request_id": "req-c714210b-53cc-4b6b-bea2-37e4349731a1"}]} [pid: 8|app: 0|req: 1035/2051] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:35 2026] POST /v2.0/routers => generated 511 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2052] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:36 2026] PUT /v2.0/routers/f4379c41-2edd-413d-b0ad-a08569f6875a/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2053] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:37 2026] GET /v2.0/ports/0ef1f5ff-1b8c-4c77-a076-b37aa72701e8 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:38.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-195f514e-07e6-45e1-b7c8-3a08d3e0aa3e 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 0ef1f5ff-1b8c-4c77-a076-b37aa72701e8 2026-04-23 01:28:38.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-195f514e-07e6-45e1-b7c8-3a08d3e0aa3e 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 0ef1f5ff-1b8c-4c77-a076-b37aa72701e8 [pid: 7|app: 0|req: 1018/2054] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:37 2026] PUT /v2.0/routers/f4379c41-2edd-413d-b0ad-a08569f6875a/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2055] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:38 2026] GET /v2.0/ports?device_id=f4379c41-2edd-413d-b0ad-a08569f6875a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:38.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-a28c8fd9-d8ee-492a-97ab-611b62573f88 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: c7d0f70a-4ebc-4a13-a517-92e60063cbc1 2026-04-23 01:28:38.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a28c8fd9-d8ee-492a-97ab-611b62573f88 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: c7d0f70a-4ebc-4a13-a517-92e60063cbc1 2026-04-23 01:28:39.163 7 INFO neutron.services.segments.plugin [-] Segment 71e351a2-53d1-48b8-8fef-3f26452362d2 resource provider aggregate not found 2026-04-23 01:28:39.164 7 INFO neutron.services.segments.plugin [-] Segment 71e351a2-53d1-48b8-8fef-3f26452362d2 resource provider aggregate not found 2026-04-23 01:28:39.178 7 INFO neutron.services.segments.plugin [-] Segment 71e351a2-53d1-48b8-8fef-3f26452362d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e351a2-53d1-48b8-8fef-3f26452362d2 found for delete ", "request_id": "req-a0a9b0ac-2bfc-4c0b-9c3d-ecd0d7a7e159"}]} 2026-04-23 01:28:39.182 7 INFO neutron.services.segments.plugin [-] Segment 71e351a2-53d1-48b8-8fef-3f26452362d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e351a2-53d1-48b8-8fef-3f26452362d2 found for delete ", "request_id": "req-d75d1284-94e5-4beb-8f23-4d3492cb2e85"}]} 2026-04-23 01:28:39.186 7 INFO neutron.db.l3_hamode_db [None req-a28c8fd9-d8ee-492a-97ab-611b62573f88 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] HA network 261edd75-0bc1-4162-9789-6dc663d009e4 was deleted as no HA routers are present in tenant 8c58dedde81142faadbd3dc5294e1ff3. [pid: 7|app: 0|req: 1019/2056] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:38 2026] DELETE /v2.0/routers/f4379c41-2edd-413d-b0ad-a08569f6875a => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2057] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:39 2026] DELETE /v2.0/subnets/f95a9c9f-d725-4a41-80b7-f5dc33539424 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2058] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:39 2026] DELETE /v2.0/networks/b2fb7b15-0429-40bc-934f-57c86d718e82 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:39.510 8 INFO neutron.db.segments_db [None req-e9a93f51-76f2-453a-8ec0-ccbcfb22fe2d 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Added segment b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 of type vxlan for network 51ec0e16-5606-479d-897a-1ed0aadebef1 2026-04-23 01:28:39.748 8 INFO neutron.db.l3_hamode_db [None req-e9a93f51-76f2-453a-8ec0-ccbcfb22fe2d 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:39.987 7 INFO neutron.db.segments_db [None req-5009dcf5-ddbf-445d-8b9a-e404bd188565 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] Added segment 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 of type vxlan for network e78ea11d-c2aa-4906-a9c9-2ee080a80b57 [pid: 7|app: 0|req: 1021/2059] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:39 2026] POST /v2.0/networks => generated 726 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:40.134 7 INFO neutron.db.segments_db [None req-452ffd8a-0ed6-4ec5-8730-fffea4f1dd55 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Added segment c8b10d8f-6fd2-463b-95c1-d1454f9340cd of type vxlan for network 1984e616-f6bf-4238-a7b7-dda624dd5735 2026-04-23 01:28:40.397 7 INFO neutron.db.l3_hamode_db [None req-452ffd8a-0ed6-4ec5-8730-fffea4f1dd55 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:40.497 8 INFO neutron.db.l3_hamode_db [None req-e9a93f51-76f2-453a-8ec0-ccbcfb22fe2d 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:40.511 7 INFO neutron.db.l3_hamode_db [None req-452ffd8a-0ed6-4ec5-8730-fffea4f1dd55 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1022/2060] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:28:40 2026] POST /v2.0/routers => generated 474 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:41.201 7 INFO neutron.services.segments.plugin [-] Segment 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a resource provider aggregate not found 2026-04-23 01:28:41.202 7 INFO neutron.services.segments.plugin [-] Segment 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a resource provider aggregate not found 2026-04-23 01:28:41.224 7 INFO neutron.services.segments.plugin [-] Segment 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a found for delete ", "request_id": "req-21ee518c-2251-4d67-b7c6-b0606ace5397"}]} 2026-04-23 01:28:41.225 7 INFO neutron.services.segments.plugin [-] Segment 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ec874c6-2f12-4e6f-bb8b-ce92dcf02a0a found for delete ", "request_id": "req-a4d2a337-55bd-47d2-b227-312c1a089bd9"}]} [pid: 7|app: 0|req: 1023/2061] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:41 2026] POST /v2.0/subnets => generated 644 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2062] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:39 2026] POST /v2.0/routers => generated 692 bytes in 1805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:41.271 8 WARNING neutron.api.v2.base [None req-37d15b3a-8658-4db1-a3c7-a4da033ff25a 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - 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-04-23 01:28:41.271 8 INFO neutron.api.v2.resource [None req-37d15b3a-8658-4db1-a3c7-a4da033ff25a 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1040/2063] 10.0.0.253 () {34 vars in 681 bytes} [Thu Apr 23 01:28:41 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) 2026-04-23 01:28:41.301 7 INFO neutron.db.l3_hamode_db [None req-444c0888-1151-4666-b5f0-58c2498e6546 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1041/2064] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:41 2026] GET /v2.0/routers/c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:41.411 7 INFO neutron.db.l3_hamode_db [None req-444c0888-1151-4666-b5f0-58c2498e6546 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:41.487 8 INFO neutron.services.segments.plugin [-] Segment 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 resource provider aggregate not found 2026-04-23 01:28:41.491 8 INFO neutron.services.segments.plugin [-] Segment 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 resource provider aggregate not found 2026-04-23 01:28:41.508 8 INFO neutron.services.segments.plugin [-] Segment 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 found for delete ", "request_id": "req-948fb89a-8316-49fd-bb35-f030a315fa86"}]} [pid: 8|app: 0|req: 1042/2065] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:41 2026] DELETE /v2.0/networks/e78ea11d-c2aa-4906-a9c9-2ee080a80b57 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:41.513 8 INFO neutron.services.segments.plugin [-] Segment 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fc0af9-3529-49b5-b2c6-6ffdf01d56f3 found for delete ", "request_id": "req-0d9562e9-e2bd-4bf6-a8a2-3e073b497e02"}]} [pid: 8|app: 0|req: 1043/2066] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:28:41 2026] GET /v2.0/routers => generated 701 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:41.643 8 INFO neutron.db.segments_db [None req-2ad0f7f5-4304-4909-9a6a-81d4baf9fbda 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] Added segment ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f of type vxlan for network f9a12bb5-dd1a-42fb-91fb-45f3545fc371 [pid: 8|app: 0|req: 1044/2067] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:41 2026] POST /v2.0/networks => generated 727 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2068] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:28:41 2026] POST /v2.0/routers => generated 474 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2069] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:41 2026] POST /v2.0/subnets => generated 647 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:42.108 7 INFO neutron.db.l3_hamode_db [None req-d0417fb2-86f3-4710-b353-5d74db6ddb56 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1045/2070] 10.0.0.253 () {34 vars in 741 bytes} [Thu Apr 23 01:28:41 2026] PUT /v2.0/routers/c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 705 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:42.129 8 WARNING neutron.api.v2.base [None req-44ab6f84-f4c2-4dc0-ad0b-db76f2a885a8 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - 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-04-23 01:28:42.129 8 INFO neutron.api.v2.resource [None req-44ab6f84-f4c2-4dc0-ad0b-db76f2a885a8 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1046/2071] 10.0.0.253 () {34 vars in 681 bytes} [Thu Apr 23 01:28:42 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2072] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:42 2026] GET /v2.0/routers/c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:42.201 7 INFO neutron.db.l3_hamode_db [None req-d0417fb2-86f3-4710-b353-5d74db6ddb56 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1048/2073] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:42 2026] DELETE /v2.0/networks/f9a12bb5-dd1a-42fb-91fb-45f3545fc371 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2074] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:42 2026] GET /v2.0/ports?device_id=c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:42.425 8 INFO neutron.db.segments_db [None req-8570f545-1dd7-4a23-8f68-9dccd3265052 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] Added segment efe0ac60-d5c8-4b17-ac45-8080f827f557 of type vxlan for network 9b448405-58c3-4454-8119-ef8bb110090a [pid: 8|app: 0|req: 1050/2075] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:42 2026] POST /v2.0/networks => generated 727 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:42.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4e3708c-c5bb-4188-8a1f-04206251a673 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 9d57b0be-d8b5-41ee-a417-d20d06066e5f 2026-04-23 01:28:42.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4e3708c-c5bb-4188-8a1f-04206251a673 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 9d57b0be-d8b5-41ee-a417-d20d06066e5f [pid: 7|app: 0|req: 1026/2076] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:28:42 2026] POST /v2.0/routers => generated 474 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2077] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:42 2026] POST /v2.0/subnets => generated 647 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:42.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4e3708c-c5bb-4188-8a1f-04206251a673 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] TaaS: Handle Delete Port: 3046b07f-18e9-416e-a88d-928281645171 2026-04-23 01:28:42.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4e3708c-c5bb-4188-8a1f-04206251a673 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] Tap Mirror: Handle Delete Port: 3046b07f-18e9-416e-a88d-928281645171 2026-04-23 01:28:42.933 7 INFO neutron.db.l3_hamode_db [None req-4e86c515-2396-41df-91b7-e89f81f3b6cc 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:43.057 7 INFO neutron.db.l3_hamode_db [None req-4e86c515-2396-41df-91b7-e89f81f3b6cc 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:43.275 8 INFO neutron.db.l3_hamode_db [None req-f4e3708c-c5bb-4188-8a1f-04206251a673 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] HA network 51ec0e16-5606-479d-897a-1ed0aadebef1 was deleted as no HA routers are present in tenant 8c58dedde81142faadbd3dc5294e1ff3. [pid: 8|app: 0|req: 1051/2078] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:42 2026] DELETE /v2.0/routers/c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2079] 10.0.0.253 () {34 vars in 681 bytes} [Thu Apr 23 01:28:43 2026] POST /v2.0/rbac-policies => generated 324 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2080] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:43 2026] GET /v2.0/ports?device_id=c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:43.542 8 INFO neutron.services.segments.plugin [-] Segment ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f resource provider aggregate not found 2026-04-23 01:28:43.546 8 INFO neutron.services.segments.plugin [-] Segment ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f resource provider aggregate not found 2026-04-23 01:28:43.551 8 INFO neutron.api.v2.resource [None req-563e8c2a-56e6-418f-b4c9-ab2c2ed4e4b2 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2081] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/routers/c7d278f6-9df5-4ce4-a3f6-7fd2a07a4a20 => generated 135 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.566 8 INFO neutron.services.segments.plugin [-] Segment ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f found for delete ", "request_id": "req-e092be7f-298d-46a1-a7c7-99487de0927c"}]} 2026-04-23 01:28:43.567 8 INFO neutron.services.segments.plugin [-] Segment ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4e48ff-884e-42fe-b1a7-0e6e32f8bf4f found for delete ", "request_id": "req-dbfbc74b-b1c5-4861-a809-07c320002513"}]} [pid: 8|app: 0|req: 1055/2082] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:43 2026] GET /v2.0/ports?device_id=f4379c41-2edd-413d-b0ad-a08569f6875a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:43.591 8 INFO neutron.services.segments.plugin [-] Segment b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 resource provider aggregate not found 2026-04-23 01:28:43.594 8 INFO neutron.services.segments.plugin [-] Segment b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 resource provider aggregate not found [pid: 7|app: 0|req: 1028/2083] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:28:42 2026] POST /v2.0/routers => generated 474 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:43.615 8 INFO neutron.services.segments.plugin [-] Segment b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 found for delete ", "request_id": "req-4679d67e-1c1b-45f1-9552-cc426c55efcb"}]} 2026-04-23 01:28:43.616 8 INFO neutron.api.v2.resource [None req-1154cf3f-3ad0-4d16-b40b-8c802ed300f4 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2084] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/routers/f4379c41-2edd-413d-b0ad-a08569f6875a => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.618 8 INFO neutron.services.segments.plugin [-] Segment b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b499beba-0d9e-4f9d-ac94-ba8c22c6bc79 found for delete ", "request_id": "req-b3a3744b-3cf4-4a13-a8d7-cddab118ed8a"}]} 2026-04-23 01:28:43.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98dfa53b-afc8-4854-aee5-6fef60da61d8 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2085] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/subnets/f95a9c9f-d725-4a41-80b7-f5dc33539424 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.642 7 INFO neutron.db.l3_hamode_db [None req-a03f61ae-4588-4168-8464-0ef61042d400 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1058/2086] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:43 2026] GET /v2.0/ports?device_id=3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:43.680 8 INFO neutron.api.v2.resource [None req-c1522c04-a421-42a6-99e1-7d5626d0ca8a 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/2087] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/routers/3fc8fa0b-392c-4c3a-b9b0-f5a87eabed0c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-060194b8-ddd0-4280-8845-5f12262588f8 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2088] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/subnets/2b13a1b4-a82f-48c5-a241-3134c54b6552 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2089] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:43 2026] GET /v2.0/ports?device_id=94647d2e-e151-4a06-bf66-6445a49ea197 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:43.735 8 INFO neutron.api.v2.resource [None req-c5395ffd-08af-41a7-b7fb-2034afe73ba5 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2090] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/routers/94647d2e-e151-4a06-bf66-6445a49ea197 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f77753b4-8893-43b5-b7aa-dabba73ec2a9 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2091] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/subnets/c634c367-8e45-420f-b4ee-72ba9c9f22cd => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:43.752 7 INFO neutron.db.l3_hamode_db [None req-a03f61ae-4588-4168-8464-0ef61042d400 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:43.759 8 INFO neutron.pecan_wsgi.hooks.translation [None req-126b8ad2-9e55-4bf0-8981-84aea5e4078c 21dd545a5703431791a64b8cdd9f87fb 8c58dedde81142faadbd3dc5294e1ff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2092] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:43 2026] DELETE /v2.0/subnets/110275b7-d739-494d-b338-2efc29b5db36 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2093] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:28:43 2026] GET /v2.0/networks/9b448405-58c3-4454-8119-ef8bb110090a => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2094] 10.0.0.253 () {34 vars in 668 bytes} [Thu Apr 23 01:28:43 2026] POST /v2.0/routers => generated 474 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:44.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93f60fd0-fa36-4915-b873-516ae4384971 63c219bf6bf148e19316db08e107d851 d41abd2c4fbd4d4db89796b4cd3cb6bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2095] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:28:44 2026] GET /v2.0/networks/9b448405-58c3-4454-8119-ef8bb110090a => generated 138 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2096] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:44 2026] GET /v2.0/security-groups?tenant_id=8c58dedde81142faadbd3dc5294e1ff3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2097] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:28:44 2026] PUT /v2.0/routers/083fe338-7557-414c-b333-62f981092062/tags => generated 17 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2098] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:44 2026] DELETE /v2.0/security-groups/690b7256-adba-4bcb-bc4c-ed13fc238796 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:44.559 7 INFO neutron.services.segments.plugin [-] Segment efe0ac60-d5c8-4b17-ac45-8080f827f557 resource provider aggregate not found 2026-04-23 01:28:44.562 7 INFO neutron.services.segments.plugin [-] Segment efe0ac60-d5c8-4b17-ac45-8080f827f557 resource provider aggregate not found 2026-04-23 01:28:44.580 7 INFO neutron.services.segments.plugin [-] Segment efe0ac60-d5c8-4b17-ac45-8080f827f557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe0ac60-d5c8-4b17-ac45-8080f827f557 found for delete ", "request_id": "req-c20d8f96-66f9-40d3-b2ee-c44b9546c0e7"}]} 2026-04-23 01:28:44.581 7 INFO neutron.services.segments.plugin [-] Segment efe0ac60-d5c8-4b17-ac45-8080f827f557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe0ac60-d5c8-4b17-ac45-8080f827f557 found for delete ", "request_id": "req-0ae7e12c-3156-485c-9a38-4d3554df1dcd"}]} [pid: 7|app: 0|req: 1031/2099] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:44 2026] DELETE /v2.0/networks/9b448405-58c3-4454-8119-ef8bb110090a => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:44.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42b54d77-5653-4f7c-a826-e58ffde46f55 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1032/2100] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:44 2026] DELETE /v2.0/subnets/c6012525-6811-49bf-8028-97b2d5403561 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:44.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-036abf29-b775-4c2e-a3f7-3bd9f9d2ff56 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/2101] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:44 2026] DELETE /v2.0/subnets/d11df9d4-c555-44c6-b8e0-81ed596e14c6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:28:44.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce049d4b-f665-423c-9763-3c28f085792c 26e064012bc64561a8f10e4f35376aa4 a24cf34196604716bbbc32113e8114ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/2102] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:44 2026] DELETE /v2.0/subnets/61421a4e-2664-4c68-b16a-a7abcadd975e => 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: 1069/2103] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:28:44 2026] PUT /v2.0/routers/5566bfe1-9510-4e1b-aeed-c82739124c0a/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2104] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:28:44 2026] PUT /v2.0/routers/c8a245cf-bc63-4934-bbb7-3ac4d5d83194/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2105] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:28:44 2026] PUT /v2.0/routers/d11498c7-72f7-41b0-a87b-a73f17fb5bfe/tags => generated 19 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2106] 10.0.0.253 () {32 vars in 664 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2107] 10.0.0.253 () {32 vars in 678 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2108] 10.0.0.253 () {32 vars in 674 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2109] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2110] 10.0.0.253 () {32 vars in 672 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2111] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/security-groups?tenant_id=0c461b3e4e3a4bbc9dfb84213714e849&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2112] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2113] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:45 2026] DELETE /v2.0/security-groups/fa27b9e9-eccd-40a2-b617-93599ebdfa05 => 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: 1076/2114] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2115] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2116] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/security-groups?tenant_id=a24cf34196604716bbbc32113e8114ff&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2117] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:45 2026] GET /v2.0/routers/083fe338-7557-414c-b333-62f981092062 => generated 485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2118] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:45 2026] DELETE /v2.0/security-groups/b9510ccb-9ed6-4b36-9ba1-8905393da635 => 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: 1041/2119] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:46 2026] GET /v2.0/security-groups?tenant_id=d41abd2c4fbd4d4db89796b4cd3cb6bd&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2120] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:28:45 2026] PUT /v2.0/routers/083fe338-7557-414c-b333-62f981092062 => generated 485 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2121] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:46 2026] DELETE /v2.0/security-groups/d4053eed-8b68-40a7-9a80-ad4a85b36f85 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:46.514 7 INFO neutron.db.segments_db [None req-ed834a14-9267-4fc0-a0ad-8b7142fa5ead fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment a75ca02c-e324-441b-b5c3-1bdb265a8c0b of type vxlan for network e7eef8ca-221e-4b9d-aa10-f0312d4723b6 [pid: 8|app: 0|req: 1081/2122] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:46 2026] GET /v2.0/ports?device_id=083fe338-7557-414c-b333-62f981092062 => 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: 1042/2123] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:46 2026] POST /v2.0/networks => generated 629 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:46.651 7 INFO neutron.db.segments_db [None req-6f7b6cfe-75bf-4273-aba3-114d2617ab42 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment 059a5150-f266-4d0f-85ae-d3f3c15d4aee of type vxlan for network 6a1d3ad5-169c-413a-bd06-1a60edd1372a 2026-04-23 01:28:46.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-402fb87f-782d-49f6-8d58-d66b9fa52aca 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] TaaS: Handle Delete Port: 4cc6b413-49de-42bf-a08f-55f71af316b4 2026-04-23 01:28:46.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-402fb87f-782d-49f6-8d58-d66b9fa52aca 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Tap Mirror: Handle Delete Port: 4cc6b413-49de-42bf-a08f-55f71af316b4 [pid: 7|app: 0|req: 1043/2124] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:46 2026] POST /v2.0/networks => generated 629 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2125] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:46 2026] DELETE /v2.0/routers/083fe338-7557-414c-b333-62f981092062 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2126] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:46 2026] GET /v2.0/routers/5566bfe1-9510-4e1b-aeed-c82739124c0a => generated 493 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2127] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:46 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2128] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:46 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:47.230 7 INFO neutron.db.segments_db [None req-bfc35e11-52c8-40b8-b454-c355c6645a43 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment 252d1f0d-c556-4479-9e43-5ec66285ffaf of type vxlan for network 9f5a75b3-c549-4481-8eb4-ea6a32233e65 [pid: 8|app: 0|req: 1084/2129] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:28:46 2026] PUT /v2.0/routers/5566bfe1-9510-4e1b-aeed-c82739124c0a => generated 493 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2130] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:47 2026] GET /v2.0/ports?device_id=5566bfe1-9510-4e1b-aeed-c82739124c0a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:47.483 7 INFO neutron.db.l3_hamode_db [None req-bfc35e11-52c8-40b8-b454-c355c6645a43 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:47.591 7 INFO neutron.db.l3_hamode_db [None req-bfc35e11-52c8-40b8-b454-c355c6645a43 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:47.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c7e01b9-b9c5-4090-93cd-8921de20b7e3 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] TaaS: Handle Delete Port: 54b772a5-a690-4c0c-9650-5dc5385f74c7 2026-04-23 01:28:47.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c7e01b9-b9c5-4090-93cd-8921de20b7e3 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Tap Mirror: Handle Delete Port: 54b772a5-a690-4c0c-9650-5dc5385f74c7 [pid: 8|app: 0|req: 1086/2131] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:47 2026] DELETE /v2.0/routers/5566bfe1-9510-4e1b-aeed-c82739124c0a => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2132] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:47 2026] GET /v2.0/routers/c8a245cf-bc63-4934-bbb7-3ac4d5d83194 => generated 502 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2133] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:47 2026] POST /v2.0/routers => generated 507 bytes in 1023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2134] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:28:47 2026] PUT /v2.0/routers/c8a245cf-bc63-4934-bbb7-3ac4d5d83194 => 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: 1089/2135] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:48 2026] GET /v2.0/ports?device_id=c8a245cf-bc63-4934-bbb7-3ac4d5d83194 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:48.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-391bb574-844e-493b-8deb-0ff35b511548 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] TaaS: Handle Delete Port: ce98d4f1-cd0d-4a80-8984-19e8f071e8b2 2026-04-23 01:28:48.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-391bb574-844e-493b-8deb-0ff35b511548 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Tap Mirror: Handle Delete Port: ce98d4f1-cd0d-4a80-8984-19e8f071e8b2 [pid: 8|app: 0|req: 1090/2136] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:48 2026] DELETE /v2.0/routers/c8a245cf-bc63-4934-bbb7-3ac4d5d83194 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2137] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:48 2026] GET /v2.0/routers/d11498c7-72f7-41b0-a87b-a73f17fb5bfe => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2138] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:48 2026] PUT /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2139] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:28:48 2026] PUT /v2.0/routers/d11498c7-72f7-41b0-a87b-a73f17fb5bfe => generated 487 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2140] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:49 2026] GET /v2.0/ports?device_id=d11498c7-72f7-41b0-a87b-a73f17fb5bfe => 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: 1048/2141] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:49 2026] GET /v2.0/ports/79e34587-ee8f-452f-8022-6546527013d6 => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:49.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b222391-eb42-47ae-84b0-69d145703138 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] TaaS: Handle Delete Port: 9fc8605a-5eda-4b7f-93f0-450289250729 2026-04-23 01:28:49.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b222391-eb42-47ae-84b0-69d145703138 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Tap Mirror: Handle Delete Port: 9fc8605a-5eda-4b7f-93f0-450289250729 [pid: 8|app: 0|req: 1094/2142] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:49 2026] DELETE /v2.0/routers/d11498c7-72f7-41b0-a87b-a73f17fb5bfe => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2143] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:28:49 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2144] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:28:50 2026] GET /v2.0/routers/e09c9aff-b7f9-4596-b1fa-d84582940b29 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2145] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:28:50 2026] PUT /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2146] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:49 2026] PUT /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2149] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:50 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2150] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:50 2026] GET /v2.0/ports/db14d1b0-55df-44b8-8b52-8070abee9e13 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2151] 10.0.0.253 () {34 vars in 770 bytes} [Thu Apr 23 01:28:50 2026] PUT /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2152] 10.0.0.253 () {34 vars in 742 bytes} [Thu Apr 23 01:28:50 2026] PUT /v2.0/routers/e09c9aff-b7f9-4596-b1fa-d84582940b29 => generated 480 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:28:50.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-633d6adc-4ebc-4b9c-807f-c628abbbe467 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: db14d1b0-55df-44b8-8b52-8070abee9e13 2026-04-23 01:28:50.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-633d6adc-4ebc-4b9c-807f-c628abbbe467 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: db14d1b0-55df-44b8-8b52-8070abee9e13 [pid: 8|app: 0|req: 1099/2153] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:50 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2154] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:50 2026] GET /v2.0/ports?device_id=e09c9aff-b7f9-4596-b1fa-d84582940b29 => 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: 1101/2155] 10.0.0.253 () {34 vars in 766 bytes} [Thu Apr 23 01:28:50 2026] PUT /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 01:28:51.191 8 INFO neutron_taas.services.taas.taas_plugin [None req-c48966d3-b034-4817-a722-75ba425e338c 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] TaaS: Handle Delete Port: 18f34e78-dcbc-4fd0-87cd-7d77a9d9139c 2026-04-23 01:28:51.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48966d3-b034-4817-a722-75ba425e338c 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] Tap Mirror: Handle Delete Port: 18f34e78-dcbc-4fd0-87cd-7d77a9d9139c [pid: 7|app: 0|req: 1055/2156] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:50 2026] PUT /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2157] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:51.533 8 INFO neutron.services.segments.plugin [-] Segment c8b10d8f-6fd2-463b-95c1-d1454f9340cd resource provider aggregate not found 2026-04-23 01:28:51.534 8 INFO neutron.services.segments.plugin [-] Segment c8b10d8f-6fd2-463b-95c1-d1454f9340cd resource provider aggregate not found 2026-04-23 01:28:51.550 8 INFO neutron.services.segments.plugin [-] Segment c8b10d8f-6fd2-463b-95c1-d1454f9340cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b10d8f-6fd2-463b-95c1-d1454f9340cd found for delete ", "request_id": "req-f3c82b99-82c3-4e2f-ba82-a508c9ad9a0a"}]} 2026-04-23 01:28:51.551 8 INFO neutron.services.segments.plugin [-] Segment c8b10d8f-6fd2-463b-95c1-d1454f9340cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b10d8f-6fd2-463b-95c1-d1454f9340cd found for delete ", "request_id": "req-1d356f50-a784-482f-9677-9103f974f784"}]} 2026-04-23 01:28:51.557 8 INFO neutron.db.l3_hamode_db [None req-c48966d3-b034-4817-a722-75ba425e338c 118aaa8ad762435cbec28ad0ecb8bf08 f3edb313c91c482985f22cc339a64b3f - - default default] HA network 1984e616-f6bf-4238-a7b7-dda624dd5735 was deleted as no HA routers are present in tenant f3edb313c91c482985f22cc339a64b3f. [pid: 8|app: 0|req: 1102/2158] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:51 2026] DELETE /v2.0/routers/e09c9aff-b7f9-4596-b1fa-d84582940b29 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2159] 10.0.0.253 () {34 vars in 788 bytes} [Thu Apr 23 01:28:51 2026] PUT /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/black.or.white => 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: 1104/2160] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:51.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-bec761ee-bc5f-485b-a096-b78485e683ab fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 79e34587-ee8f-452f-8022-6546527013d6 2026-04-23 01:28:51.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bec761ee-bc5f-485b-a096-b78485e683ab fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 79e34587-ee8f-452f-8022-6546527013d6 [pid: 8|app: 0|req: 1105/2161] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:28:51 2026] PUT /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2162] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2163] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:51.898 8 INFO neutron.api.v2.resource [None req-b3b4fdde-a8da-43c6-baae-d02b3e1f2376 aa3135210be14248a3e91a3703206d37 a5bd6778afa94d44bddfc3a3d57eb150 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1108/2164] 10.0.0.253 () {32 vars in 751 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2165] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:28:51 2026] DELETE /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/red => 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: 1110/2166] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:51 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:52.040 8 INFO neutron.api.v2.resource [None req-f04eeaeb-e4a8-4afb-a476-ba6e20eb470f aa3135210be14248a3e91a3703206d37 a5bd6778afa94d44bddfc3a3d57eb150 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2167] 10.0.0.253 () {32 vars in 754 bytes} [Thu Apr 23 01:28:51 2026] DELETE /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2168] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/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: 1057/2169] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:51 2026] PUT /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7/remove_router_interface => generated 309 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2170] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:52 2026] GET /v2.0/ports?device_id=c11127f5-5472-47cf-beca-e624c2c4f8e7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2171] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:52 2026] GET /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:52.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd4f01e-8c18-416a-bfb4-9025aa476dc3 aa3135210be14248a3e91a3703206d37 a5bd6778afa94d44bddfc3a3d57eb150 - - default default] TaaS: Handle Delete Port: 8bc6f084-a5cb-4bfe-8193-d838862222a0 2026-04-23 01:28:52.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd4f01e-8c18-416a-bfb4-9025aa476dc3 aa3135210be14248a3e91a3703206d37 a5bd6778afa94d44bddfc3a3d57eb150 - - default default] Tap Mirror: Handle Delete Port: 8bc6f084-a5cb-4bfe-8193-d838862222a0 2026-04-23 01:28:52.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-331397d8-29c8-4ae0-8353-ea8d11b09322 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: dca55455-bcd8-4b7f-bf51-1604b62b83ad 2026-04-23 01:28:52.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-331397d8-29c8-4ae0-8353-ea8d11b09322 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: dca55455-bcd8-4b7f-bf51-1604b62b83ad [pid: 8|app: 0|req: 1114/2172] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/floatingips/6907ce4a-d38f-47a3-9341-119f8c5e8cf1 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:28:52.510 7 INFO neutron.services.segments.plugin [-] Segment 252d1f0d-c556-4479-9e43-5ec66285ffaf resource provider aggregate not found 2026-04-23 01:28:52.513 7 INFO neutron.services.segments.plugin [-] Segment 252d1f0d-c556-4479-9e43-5ec66285ffaf resource provider aggregate not found 2026-04-23 01:28:52.533 7 INFO neutron.services.segments.plugin [-] Segment 252d1f0d-c556-4479-9e43-5ec66285ffaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 252d1f0d-c556-4479-9e43-5ec66285ffaf found for delete ", "request_id": "req-58baf768-0ec7-439d-9272-ce6a5c4c0266"}]} 2026-04-23 01:28:52.535 7 INFO neutron.services.segments.plugin [-] Segment 252d1f0d-c556-4479-9e43-5ec66285ffaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 252d1f0d-c556-4479-9e43-5ec66285ffaf found for delete ", "request_id": "req-72fff803-f5de-40bf-9d77-463896a34f1d"}]} 2026-04-23 01:28:52.545 7 INFO neutron.db.l3_hamode_db [None req-331397d8-29c8-4ae0-8353-ea8d11b09322 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] HA network 9f5a75b3-c549-4481-8eb4-ea6a32233e65 was deleted as no HA routers are present in tenant b777299389ff4713a4bfa1d57eefbd48. [pid: 7|app: 0|req: 1059/2173] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2174] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/subnets/00fb8c67-7fb8-4e9a-8be8-9fb10ff877ad => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2175] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:52 2026] GET /v2.0/security-groups?tenant_id=c8f124daa5f84eb2abbeacdde2b1ff63&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2176] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/security-groups/6a31580c-cd98-4e8a-8235-854f24913f23 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2177] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:52 2026] GET /v2.0/security-groups?tenant_id=f3edb313c91c482985f22cc339a64b3f&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2178] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:53 2026] GET /v2.0/security-groups?tenant_id=a5bd6778afa94d44bddfc3a3d57eb150&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2179] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:52 2026] DELETE /v2.0/subnets/00a79e88-d488-4cfb-984c-da86e89ce3c2 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2180] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/security-groups/e6abc33d-c8a4-40bc-aa6c-90ce4b2f59bc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2181] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/security-groups/b619c4e4-10a8-436c-b876-f700e62a9267 => 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: 1063/2182] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/networks/6a1d3ad5-169c-413a-bd06-1a60edd1372a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2183] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:53 2026] GET /v2.0/security-groups?tenant_id=e31b0259410f46549e3049daa17b09fd&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2184] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:28:53 2026] GET /v2.0/security-groups?tenant_id=fe79b5be724843ffb38d39fd91f5f680&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:53.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8e70f8e-2125-4740-9ec2-db83f026d397 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 87a5ff59-9930-4166-a60d-f031e6ffb098 2026-04-23 01:28:53.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8e70f8e-2125-4740-9ec2-db83f026d397 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 87a5ff59-9930-4166-a60d-f031e6ffb098 [pid: 8|app: 0|req: 1121/2185] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/security-groups/05fd3a0a-2d82-42d4-ada8-cf2ccccd5021 => 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: 1122/2186] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/security-groups/9507564a-7d90-4c99-bb81-5361db4349c4 => 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: 1065/2187] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:53 2026] DELETE /v2.0/networks/e7eef8ca-221e-4b9d-aa10-f0312d4723b6 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:53.819 8 INFO neutron.db.segments_db [None req-9ede76c3-1912-4689-8b08-bd3a51e4d6cf fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment dd870e57-8b10-4f4e-a94f-860c38c30615 of type vxlan for network 0af0ec92-813f-4bed-b38c-bb15aef93ce3 [pid: 8|app: 0|req: 1123/2188] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:53 2026] POST /v2.0/networks => generated 628 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2189] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:53 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:28:54.193 8 INFO neutron.db.segments_db [None req-3d2cbebd-264a-41a6-93dd-30698ba88245 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment fac5ca17-d941-4e45-8d28-5a50a8c60cf2 of type vxlan for network 6ccbdb91-33ec-497e-b4b1-7d254b14121b 2026-04-23 01:28:54.435 8 INFO neutron.db.l3_hamode_db [None req-3d2cbebd-264a-41a6-93dd-30698ba88245 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:54.546 8 INFO neutron.db.l3_hamode_db [None req-3d2cbebd-264a-41a6-93dd-30698ba88245 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:28:54.550 7 INFO neutron.services.segments.plugin [-] Segment 059a5150-f266-4d0f-85ae-d3f3c15d4aee resource provider aggregate not found 2026-04-23 01:28:54.554 7 INFO neutron.services.segments.plugin [-] Segment 059a5150-f266-4d0f-85ae-d3f3c15d4aee resource provider aggregate not found 2026-04-23 01:28:54.569 7 INFO neutron.services.segments.plugin [-] Segment 059a5150-f266-4d0f-85ae-d3f3c15d4aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 059a5150-f266-4d0f-85ae-d3f3c15d4aee found for delete ", "request_id": "req-ab740ce5-a4a6-4006-8b5b-6268a442bfeb"}]} 2026-04-23 01:28:54.570 7 INFO neutron.services.segments.plugin [-] Segment 059a5150-f266-4d0f-85ae-d3f3c15d4aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 059a5150-f266-4d0f-85ae-d3f3c15d4aee found for delete ", "request_id": "req-89a96215-99bf-4817-b2cc-5678dccb9283"}]} 2026-04-23 01:28:54.585 7 INFO neutron.services.segments.plugin [-] Segment a75ca02c-e324-441b-b5c3-1bdb265a8c0b resource provider aggregate not found 2026-04-23 01:28:54.588 7 INFO neutron.services.segments.plugin [-] Segment a75ca02c-e324-441b-b5c3-1bdb265a8c0b resource provider aggregate not found 2026-04-23 01:28:54.601 7 INFO neutron.services.segments.plugin [-] Segment a75ca02c-e324-441b-b5c3-1bdb265a8c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a75ca02c-e324-441b-b5c3-1bdb265a8c0b found for delete ", "request_id": "req-8d2d79ad-d951-4d74-b2de-fae8fd5b1ba9"}]} 2026-04-23 01:28:54.602 7 INFO neutron.services.segments.plugin [-] Segment a75ca02c-e324-441b-b5c3-1bdb265a8c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a75ca02c-e324-441b-b5c3-1bdb265a8c0b found for delete ", "request_id": "req-92d600b5-a524-4490-af5b-eb497f26a591"}]} [pid: 8|app: 0|req: 1124/2190] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:54 2026] POST /v2.0/routers => generated 507 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2191] 10.0.0.253 () {34 vars in 665 bytes} [Thu Apr 23 01:28:55 2026] POST /v2.0/ports => generated 947 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2192] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:28:55 2026] PUT /v2.0/routers/19610951-25b2-4fc3-9aa5-1692e6c8346e/add_router_interface => generated 309 bytes in 1147 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: 1068/2193] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:28:56 2026] GET /v2.0/ports/c046e4de-e84b-4951-ad1d-f98dd8b11bc8 => generated 1021 bytes in 50 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-04-23 01:28:56.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-0631fe9f-c3f0-4af1-9a65-be73f3bbcd83 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: c046e4de-e84b-4951-ad1d-f98dd8b11bc8 2026-04-23 01:28:56.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0631fe9f-c3f0-4af1-9a65-be73f3bbcd83 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: c046e4de-e84b-4951-ad1d-f98dd8b11bc8 2026-04-23 01:28:57.223 7 INFO neutron.db.segments_db [None req-f5d234e7-dc2c-4e17-b1a5-f3217b4bd717 1b4db2724476412d9e4187ab990fd3b7 3c8eb460e9c34fad9ce05462f26d0110 - - default default] Added segment e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 of type vxlan for network ec5c3bf4-671a-4394-bc24-d93227277f93 [pid: 7|app: 0|req: 1069/2194] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:56 2026] POST /v2.0/networks => generated 631 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2195] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:28:57 2026] POST /v2.0/ports => generated 743 bytes in 346 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: 1071/2196] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:28:57 2026] PUT /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 25 bytes in 64 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: 1126/2197] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:56 2026] PUT /v2.0/routers/19610951-25b2-4fc3-9aa5-1692e6c8346e/remove_router_interface => generated 309 bytes in 1117 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: 1072/2198] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:57 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1073/2199] 10.0.0.253 () {34 vars in 758 bytes} [Thu Apr 23 01:28:57 2026] PUT /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 01:28:57.906 8 INFO neutron.api.v2.resource [None req-a48f8519-2811-403e-904a-92c7092ac1f6 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1127/2200] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:28:57 2026] PUT /v2.0/routers/19610951-25b2-4fc3-9aa5-1692e6c8346e/remove_router_interface => generated 197 bytes in 105 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: 1128/2201] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:57 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1129/2202] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:28:57 2026] GET /v2.0/ports?device_id=19610951-25b2-4fc3-9aa5-1692e6c8346e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2203] 10.0.0.253 () {34 vars in 754 bytes} [Thu Apr 23 01:28:57 2026] PUT /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/red => generated 4 bytes in 60 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: 1074/2204] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:28:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 01:28:58.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-971a5629-5916-423a-9e18-26545c220b9b fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: a68b041a-e3b6-4fff-86b6-0ca0f7f4b58e 2026-04-23 01:28:58.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-971a5629-5916-423a-9e18-26545c220b9b fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: a68b041a-e3b6-4fff-86b6-0ca0f7f4b58e [pid: 7|app: 0|req: 1075/2205] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:58 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1076/2206] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:28:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2207] 10.0.0.253 () {34 vars in 776 bytes} [Thu Apr 23 01:28:58 2026] PUT /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/black.or.white => 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: 1078/2208] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:28:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2209] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:58 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:28:58.550 8 INFO neutron.services.segments.plugin [-] Segment fac5ca17-d941-4e45-8d28-5a50a8c60cf2 resource provider aggregate not found 2026-04-23 01:28:58.554 8 INFO neutron.services.segments.plugin [-] Segment fac5ca17-d941-4e45-8d28-5a50a8c60cf2 resource provider aggregate not found 2026-04-23 01:28:58.566 8 INFO neutron.services.segments.plugin [-] Segment fac5ca17-d941-4e45-8d28-5a50a8c60cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac5ca17-d941-4e45-8d28-5a50a8c60cf2 found for delete ", "request_id": "req-ebd5eec8-e05d-4db5-9523-f6b3b70773be"}]} 2026-04-23 01:28:58.569 8 INFO neutron.services.segments.plugin [-] Segment fac5ca17-d941-4e45-8d28-5a50a8c60cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac5ca17-d941-4e45-8d28-5a50a8c60cf2 found for delete ", "request_id": "req-7d900ec0-355a-420e-a956-b28ccb580591"}]} 2026-04-23 01:28:58.581 8 INFO neutron.db.l3_hamode_db [None req-971a5629-5916-423a-9e18-26545c220b9b fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] HA network 6ccbdb91-33ec-497e-b4b1-7d254b14121b was deleted as no HA routers are present in tenant b777299389ff4713a4bfa1d57eefbd48. [pid: 8|app: 0|req: 1131/2210] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:58 2026] DELETE /v2.0/routers/19610951-25b2-4fc3-9aa5-1692e6c8346e => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2211] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:28:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2212] 10.0.0.253 () {34 vars in 747 bytes} [Thu Apr 23 01:28:58 2026] PUT /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 37 bytes in 92 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: 1081/2213] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:28:58 2026] DELETE /v2.0/subnets/32a7b106-8d33-4277-88ba-1c138e1add08 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2214] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:28:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2215] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:58 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1083/2216] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:28:58 2026] PUT /v2.0/security-groups/1cf81b7b-cfd3-4816-a83e-436bd65b888b/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:58.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-93a45788-3c32-49e4-8fe9-706751788e08 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 604daef3-3ff2-4f8d-a3fe-252233869e60 2026-04-23 01:28:58.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93a45788-3c32-49e4-8fe9-706751788e08 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 604daef3-3ff2-4f8d-a3fe-252233869e60 [pid: 7|app: 0|req: 1084/2217] 10.0.0.253 () {32 vars in 735 bytes} [Thu Apr 23 01:28:58 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/red => generated 0 bytes in 55 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: 1085/2218] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:28:58 2026] PUT /v2.0/security-groups/66a6e430-dd63-47c5-aa74-9bea576ec6b7/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:28:59.047 7 INFO neutron.api.v2.resource [None req-38c0b5f8-6da2-434d-93e9-43507511c64a 1b4db2724476412d9e4187ab990fd3b7 3c8eb460e9c34fad9ce05462f26d0110 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2219] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:28:58 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/green => generated 99 bytes in 50 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: 1134/2220] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:58 2026] DELETE /v2.0/networks/0af0ec92-813f-4bed-b38c-bb15aef93ce3 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2221] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:28:59 2026] PUT /v2.0/security-groups/df636bcd-65c1-4ffa-b736-361147cbec16/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2222] 10.0.0.253 () {32 vars in 738 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/red => generated 0 bytes in 59 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-04-23 01:28:59.149 7 INFO neutron.db.segments_db [None req-c52d503a-3ac9-4de4-99eb-239617bc7993 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment 85940964-aaeb-4645-a360-4cd903444d08 of type vxlan for network 5902170d-4c00-477e-9ae4-def5f7daeb9b [pid: 8|app: 0|req: 1136/2223] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:28:59 2026] PUT /v2.0/security-groups/5fd28e0e-3380-477f-b93d-5734b5d4bcc4/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2224] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:28:59 2026] POST /v2.0/networks => generated 629 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2225] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1089/2226] 10.0.0.253 () {32 vars in 680 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:59.323 7 INFO neutron.api.v2.resource [None req-02798736-dcc6-470c-a066-5d1fba7c5663 1b4db2724476412d9e4187ab990fd3b7 3c8eb460e9c34fad9ce05462f26d0110 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1090/2227] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags/green => generated 99 bytes in 51 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: 1091/2228] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2229] 10.0.0.253 () {32 vars in 730 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 0 bytes in 56 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: 1093/2230] 10.0.0.253 () {32 vars in 690 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2231] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:59 2026] POST /v2.0/subnets => generated 626 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2232] 10.0.0.253 () {32 vars in 727 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2/tags => generated 12 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: 1139/2233] 10.0.0.253 () {32 vars in 702 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:59.539 7 INFO neutron.db.segments_db [None req-08a58b58-5be6-46d1-beeb-b546b985eab8 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment d7385364-25d5-47f2-9e00-566125c57d47 of type vxlan for network 6a78685a-6ad0-4543-8d4e-ce388faae92b 2026-04-23 01:28:59.609 8 INFO neutron_taas.services.taas.taas_plugin [None req-05c99971-379e-43b9-a7f8-a66444404f51 1b4db2724476412d9e4187ab990fd3b7 3c8eb460e9c34fad9ce05462f26d0110 - - default default] TaaS: Handle Delete Port: 5a780243-2b0a-411a-830f-dadebdb2a4c2 2026-04-23 01:28:59.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c99971-379e-43b9-a7f8-a66444404f51 1b4db2724476412d9e4187ab990fd3b7 3c8eb460e9c34fad9ce05462f26d0110 - - default default] Tap Mirror: Handle Delete Port: 5a780243-2b0a-411a-830f-dadebdb2a4c2 [pid: 8|app: 0|req: 1140/2234] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/ports/5a780243-2b0a-411a-830f-dadebdb2a4c2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2235] 10.0.0.253 () {32 vars in 688 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:28:59.764 7 INFO neutron.db.l3_hamode_db [None req-08a58b58-5be6-46d1-beeb-b546b985eab8 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1142/2236] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/networks/ec5c3bf4-671a-4394-bc24-d93227277f93 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:28:59.877 7 INFO neutron.db.l3_hamode_db [None req-08a58b58-5be6-46d1-beeb-b546b985eab8 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1143/2237] 10.0.0.253 () {32 vars in 702 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2238] 10.0.0.253 () {32 vars in 698 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2239] 10.0.0.253 () {32 vars in 710 bytes} [Thu Apr 23 01:28:59 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2240] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:28:59 2026] DELETE /v2.0/security-groups/1cf81b7b-cfd3-4816-a83e-436bd65b888b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2241] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/66a6e430-dd63-47c5-aa74-9bea576ec6b7 => 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: 1148/2242] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/df636bcd-65c1-4ffa-b736-361147cbec16 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2243] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/5fd28e0e-3380-477f-b93d-5734b5d4bcc4 => 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: 1150/2244] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/8fee2368-6a86-492f-818f-29eb85d03991 => 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: 1095/2245] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:28:59 2026] POST /v2.0/routers => generated 506 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:00.593 8 INFO neutron.services.segments.plugin [-] Segment dd870e57-8b10-4f4e-a94f-860c38c30615 resource provider aggregate not found 2026-04-23 01:29:00.594 8 INFO neutron.services.segments.plugin [-] Segment dd870e57-8b10-4f4e-a94f-860c38c30615 resource provider aggregate not found 2026-04-23 01:29:00.612 8 INFO neutron.services.segments.plugin [-] Segment dd870e57-8b10-4f4e-a94f-860c38c30615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd870e57-8b10-4f4e-a94f-860c38c30615 found for delete ", "request_id": "req-919b9165-8d42-4e0d-af47-909e21ab5949"}]} 2026-04-23 01:29:00.617 8 INFO neutron.services.segments.plugin [-] Segment dd870e57-8b10-4f4e-a94f-860c38c30615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd870e57-8b10-4f4e-a94f-860c38c30615 found for delete ", "request_id": "req-cc75d951-0380-446e-bb30-8fe32bc12c34"}]} [pid: 7|app: 0|req: 1096/2246] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:00 2026] GET /v2.0/security-groups?tenant_id=3c8eb460e9c34fad9ce05462f26d0110&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:00.635 8 INFO neutron.services.segments.plugin [-] Segment e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 resource provider aggregate not found 2026-04-23 01:29:00.638 8 INFO neutron.services.segments.plugin [-] Segment e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 resource provider aggregate not found 2026-04-23 01:29:00.657 8 INFO neutron.services.segments.plugin [-] Segment e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 found for delete ", "request_id": "req-8b3d77cf-37a6-4c27-89d2-fdaf4092873d"}]} 2026-04-23 01:29:00.660 8 INFO neutron.services.segments.plugin [-] Segment e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e25d3c03-8221-47ba-84ed-55f0d6aeb6c8 found for delete ", "request_id": "req-f20473e6-80ac-425a-97ff-b329af17f195"}]} [pid: 7|app: 0|req: 1097/2247] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/d6d36dd6-a90c-4d15-8f73-ad5ae5383fd2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2248] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:00 2026] GET /v2.0/security-groups?tenant_id=8fb362ea132043efaba8ac85e0f236e3&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2249] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:00 2026] DELETE /v2.0/security-groups/055f6803-33b7-4112-87b3-26e74fd7a494 => 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: 1100/2250] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:01 2026] GET /v2.0/security-groups?tenant_id=04836307dd014f6a82143186e232792f&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2251] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:29:00 2026] PUT /v2.0/routers/eec297c8-beb9-4af9-b81b-95dec393622b/add_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2252] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:29:01 2026] GET /v2.0/ports/0eefa394-5c7c-446c-b424-e2bca9ae2c52 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2253] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:01 2026] DELETE /v2.0/security-groups/54987744-a4a1-4549-b852-3261c288bfcf => 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: 1102/2254] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:01 2026] GET /v2.0/security-groups?tenant_id=35b98811a3b746489279a5dd282a2af1&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2255] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:01 2026] DELETE /v2.0/security-groups/338734c1-c9d0-4af2-a92f-337414004666 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:01.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a506e96-09fa-4d9e-8489-b0507ec12230 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 0eefa394-5c7c-446c-b424-e2bca9ae2c52 2026-04-23 01:29:01.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a506e96-09fa-4d9e-8489-b0507ec12230 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 0eefa394-5c7c-446c-b424-e2bca9ae2c52 [pid: 7|app: 0|req: 1104/2256] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:01 2026] GET /v2.0/security-groups?tenant_id=09fd653d56b544379bf64ba3d1e2d57d&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2257] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:01 2026] DELETE /v2.0/security-groups/52dd292a-3f5e-4ba2-9d15-9b85a6f3c03f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2258] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:29:01 2026] PUT /v2.0/routers/eec297c8-beb9-4af9-b81b-95dec393622b/remove_router_interface => generated 309 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2259] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:02 2026] GET /v2.0/ports?device_id=eec297c8-beb9-4af9-b81b-95dec393622b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:02.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bea559b-e932-4408-bac3-c4562947b188 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 9faf236b-1382-4de1-b615-ad27dde402b4 2026-04-23 01:29:02.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bea559b-e932-4408-bac3-c4562947b188 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 9faf236b-1382-4de1-b615-ad27dde402b4 2026-04-23 01:29:02.753 8 INFO neutron.services.segments.plugin [-] Segment d7385364-25d5-47f2-9e00-566125c57d47 resource provider aggregate not found 2026-04-23 01:29:02.758 8 INFO neutron.services.segments.plugin [-] Segment d7385364-25d5-47f2-9e00-566125c57d47 resource provider aggregate not found 2026-04-23 01:29:02.771 8 INFO neutron.services.segments.plugin [-] Segment d7385364-25d5-47f2-9e00-566125c57d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7385364-25d5-47f2-9e00-566125c57d47 found for delete ", "request_id": "req-13787d5d-bdd3-4f50-9b24-1c2464bde35f"}]} 2026-04-23 01:29:02.782 8 INFO neutron.db.l3_hamode_db [None req-3bea559b-e932-4408-bac3-c4562947b188 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] HA network 6a78685a-6ad0-4543-8d4e-ce388faae92b was deleted as no HA routers are present in tenant b777299389ff4713a4bfa1d57eefbd48. [pid: 8|app: 0|req: 1154/2260] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:02 2026] DELETE /v2.0/routers/eec297c8-beb9-4af9-b81b-95dec393622b => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:02.810 8 INFO neutron.services.segments.plugin [-] Segment d7385364-25d5-47f2-9e00-566125c57d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7385364-25d5-47f2-9e00-566125c57d47 found for delete ", "request_id": "req-49041af5-871c-4610-adf1-8915b0561313"}]} [pid: 7|app: 0|req: 1107/2261] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:02 2026] DELETE /v2.0/subnets/90d625d5-110d-451c-824f-761fa0285144 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2262] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:02 2026] DELETE /v2.0/networks/5902170d-4c00-477e-9ae4-def5f7daeb9b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:03.117 7 INFO neutron.db.segments_db [None req-a45bc7af-00fa-40b6-a14b-470252bae56c fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Added segment a65ecddb-57fc-4b0a-a2cd-71be44759588 of type vxlan for network b699f379-3009-4c0f-866f-b1167f3a74d3 2026-04-23 01:29:03.302 7 INFO neutron.db.l3_hamode_db [None req-a45bc7af-00fa-40b6-a14b-470252bae56c fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:29:03.941 7 INFO neutron.db.l3_hamode_db [None req-a45bc7af-00fa-40b6-a14b-470252bae56c fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:29:04.392 8 INFO neutron.db.segments_db [None req-2e207788-caaf-4a2e-ba71-d113b0979fc6 009b0215c91f48ce9cf18ff34cb0ae2a aa000e9dd14947448a7fc5ff5ef3d9a7 - - default default] Added segment be9667ca-a5c6-471e-b66f-6de03bd46fbf of type vxlan for network 1874b258-a69e-40fb-bc6b-692d9e150979 [pid: 8|app: 0|req: 1156/2263] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:04 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:04.525 8 INFO neutron.db.segments_db [None req-42881f3f-f67c-4f5c-a310-be509f121f7f 009b0215c91f48ce9cf18ff34cb0ae2a aa000e9dd14947448a7fc5ff5ef3d9a7 - - default default] Added segment 2b600999-d548-4962-b3bb-0a65a15c7a87 of type vxlan for network 33037f25-0f5a-4652-917e-fcbffb2ebabe [pid: 8|app: 0|req: 1157/2264] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:04 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2265] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:04 2026] PUT /v2.0/networks/1874b258-a69e-40fb-bc6b-692d9e150979/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2266] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/networks/1874b258-a69e-40fb-bc6b-692d9e150979/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:04.792 8 INFO neutron.services.segments.plugin [-] Segment 85940964-aaeb-4645-a360-4cd903444d08 resource provider aggregate not found [pid: 8|app: 0|req: 1160/2267] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:04 2026] PUT /v2.0/networks/33037f25-0f5a-4652-917e-fcbffb2ebabe/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2268] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:03 2026] POST /v2.0/routers => generated 688 bytes in 1742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:04.815 8 INFO neutron.services.segments.plugin [-] Segment 85940964-aaeb-4645-a360-4cd903444d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85940964-aaeb-4645-a360-4cd903444d08 found for delete ", "request_id": "req-296b9b4b-c0c4-4d57-92ca-716c2897c87f"}]} 2026-04-23 01:29:04.831 8 INFO neutron.services.segments.plugin [-] Segment 85940964-aaeb-4645-a360-4cd903444d08 resource provider aggregate not found 2026-04-23 01:29:04.853 8 INFO neutron.services.segments.plugin [-] Segment 85940964-aaeb-4645-a360-4cd903444d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85940964-aaeb-4645-a360-4cd903444d08 found for delete ", "request_id": "req-2f5c4b05-2f3b-4513-97ab-ebf138596046"}]} [pid: 8|app: 0|req: 1161/2269] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/networks/33037f25-0f5a-4652-917e-fcbffb2ebabe/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2270] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/routers/89305953-149a-453e-8696-ed8d5f49e133 => generated 694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2271] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:04 2026] PUT /v2.0/networks/33037f25-0f5a-4652-917e-fcbffb2ebabe/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: 1163/2272] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/networks/33037f25-0f5a-4652-917e-fcbffb2ebabe/tags => 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: 1110/2273] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/routers => generated 697 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2274] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:04 2026] GET /v2.0/networks/1874b258-a69e-40fb-bc6b-692d9e150979/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2275] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:05 2026] DELETE /v2.0/networks/1874b258-a69e-40fb-bc6b-692d9e150979 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2276] 10.0.0.253 () {34 vars in 741 bytes} [Thu Apr 23 01:29:04 2026] PUT /v2.0/routers/89305953-149a-453e-8696-ed8d5f49e133 => generated 701 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:29:05.468 7 INFO neutron.services.segments.plugin [-] Segment 2b600999-d548-4962-b3bb-0a65a15c7a87 resource provider aggregate not found 2026-04-23 01:29:05.476 7 INFO neutron.services.segments.plugin [-] Segment 2b600999-d548-4962-b3bb-0a65a15c7a87 resource provider aggregate not found 2026-04-23 01:29:05.485 7 INFO neutron.services.segments.plugin [-] Segment 2b600999-d548-4962-b3bb-0a65a15c7a87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b600999-d548-4962-b3bb-0a65a15c7a87 found for delete ", "request_id": "req-4e445684-d471-4b5a-89c3-368a0e478554"}]} 2026-04-23 01:29:05.489 7 INFO neutron.services.segments.plugin [-] Segment 2b600999-d548-4962-b3bb-0a65a15c7a87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b600999-d548-4962-b3bb-0a65a15c7a87 found for delete ", "request_id": "req-d7e1c903-1baf-42d9-a508-b68761ebfd98"}]} 2026-04-23 01:29:05.498 8 INFO neutron.db.segments_db [None req-a10b7bd7-862a-41e0-b0fa-4c3ee8e3e2ac 76280b6afbdc48c1ab75cdc6d77f2b2e 3fd6b15fd57a473985dcd3b0d205465d - - default default] Added segment 45c81b1a-d6c8-49a9-a88e-09c953122c08 of type vxlan for network 6de1c23b-6ad1-42b0-8b62-109784ffd89b [pid: 7|app: 0|req: 1112/2277] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:05 2026] DELETE /v2.0/networks/33037f25-0f5a-4652-917e-fcbffb2ebabe => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2278] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:29:05 2026] GET /v2.0/routers/89305953-149a-453e-8696-ed8d5f49e133 => generated 701 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2281] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:05 2026] POST /v2.0/networks => generated 632 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2282] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:05 2026] GET /v2.0/ports?device_id=89305953-149a-453e-8696-ed8d5f49e133 => 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: 1167/2283] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:05 2026] PUT /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2284] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:05 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2285] 10.0.0.253 () {34 vars in 764 bytes} [Thu Apr 23 01:29:05 2026] PUT /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 01:29:05.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eecc433-3052-4c0d-92be-420e69644409 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 18840d64-eb00-4691-9e0b-3616583fb116 2026-04-23 01:29:05.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eecc433-3052-4c0d-92be-420e69644409 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 18840d64-eb00-4691-9e0b-3616583fb116 [pid: 8|app: 0|req: 1170/2286] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:05 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2287] 10.0.0.253 () {34 vars in 760 bytes} [Thu Apr 23 01:29:05 2026] PUT /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/red => 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: 1172/2288] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:05 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2289] 10.0.0.253 () {34 vars in 782 bytes} [Thu Apr 23 01:29:05 2026] PUT /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/black.or.white => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 01:29:06.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eecc433-3052-4c0d-92be-420e69644409 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] TaaS: Handle Delete Port: 6d3f33af-1479-4edc-ae7e-fa7319e94b98 2026-04-23 01:29:06.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eecc433-3052-4c0d-92be-420e69644409 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] Tap Mirror: Handle Delete Port: 6d3f33af-1479-4edc-ae7e-fa7319e94b98 [pid: 8|app: 0|req: 1174/2290] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2291] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:06 2026] PUT /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2292] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2293] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/security-groups?tenant_id=aa000e9dd14947448a7fc5ff5ef3d9a7&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2294] 10.0.0.253 () {32 vars in 741 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:06.405 7 INFO neutron.db.l3_hamode_db [None req-3eecc433-3052-4c0d-92be-420e69644409 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] HA network b699f379-3009-4c0f-866f-b1167f3a74d3 was deleted as no HA routers are present in tenant b777299389ff4713a4bfa1d57eefbd48. [pid: 7|app: 0|req: 1117/2295] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:05 2026] DELETE /v2.0/routers/89305953-149a-453e-8696-ed8d5f49e133 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2296] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/security-groups/989af254-67f4-4d13-ac95-75c12de52396 => 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: 1180/2297] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/ports?device_id=89305953-149a-453e-8696-ed8d5f49e133 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:06.463 7 INFO neutron.api.v2.resource [None req-7752c19e-3518-458f-8c27-e2586bbc7f34 76280b6afbdc48c1ab75cdc6d77f2b2e 3fd6b15fd57a473985dcd3b0d205465d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2298] 10.0.0.253 () {32 vars in 745 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 01:29:06.474 8 INFO neutron.api.v2.resource [None req-2da888b4-111c-4560-8b50-d24acb871cfb fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1181/2299] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/routers/89305953-149a-453e-8696-ed8d5f49e133 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2300] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/ports?device_id=eec297c8-beb9-4af9-b81b-95dec393622b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:06.515 8 INFO neutron.api.v2.resource [None req-67a7d416-fc72-40dc-808f-707c86f50aec fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1183/2301] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/routers/eec297c8-beb9-4af9-b81b-95dec393622b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2302] 10.0.0.253 () {32 vars in 744 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:06.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50dae097-a835-493c-97da-50e304e443c9 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1184/2303] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/subnets/90d625d5-110d-451c-824f-761fa0285144 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2304] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2305] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/ports?device_id=19610951-25b2-4fc3-9aa5-1692e6c8346e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:06.615 8 INFO neutron.api.v2.resource [None req-48dbbf65-2e60-49ea-b79b-7a88089d6d73 76280b6afbdc48c1ab75cdc6d77f2b2e 3fd6b15fd57a473985dcd3b0d205465d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1187/2306] 10.0.0.253 () {32 vars in 748 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 01:29:06.630 8 INFO neutron.api.v2.resource [None req-e4312941-0e46-46d3-a469-03584a6b3d42 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1188/2307] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/routers/19610951-25b2-4fc3-9aa5-1692e6c8346e => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2308] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/security-groups?tenant_id=df5f7a6c2f5f461480dcd45ed9b3f9e1&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:06.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18e8df1c-1068-472f-968b-46a937afa9e3 fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2309] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/subnets/32a7b106-8d33-4277-88ba-1c138e1add08 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2310] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/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: 1190/2311] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/ports?device_id=c11127f5-5472-47cf-beca-e624c2c4f8e7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2312] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:06 2026] GET /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2313] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/security-groups/db4beeaf-7c49-45fc-b9b7-db23870a666c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:06.761 8 INFO neutron.api.v2.resource [None req-83aceac6-bb68-4b1d-a365-bf37221bb95d fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2314] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/routers/c11127f5-5472-47cf-beca-e624c2c4f8e7 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:29:06.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14025290-e9f7-48e8-a575-561aea1ae73b fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1193/2315] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/subnets/00fb8c67-7fb8-4e9a-8be8-9fb10ff877ad => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:29:06.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2153091-fbb1-4955-9f89-3b8accd2993a fae9d840030345d29176780e1651a357 b777299389ff4713a4bfa1d57eefbd48 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2316] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/subnets/00a79e88-d488-4cfb-984c-da86e89ce3c2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:29:06.831 8 INFO neutron.services.segments.plugin [-] Segment be9667ca-a5c6-471e-b66f-6de03bd46fbf resource provider aggregate not found 2026-04-23 01:29:06.852 8 INFO neutron.services.segments.plugin [-] Segment be9667ca-a5c6-471e-b66f-6de03bd46fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be9667ca-a5c6-471e-b66f-6de03bd46fbf found for delete ", "request_id": "req-6bbb0cd6-454e-4389-ad0d-b16673379cb0"}]} 2026-04-23 01:29:06.872 8 INFO neutron.services.segments.plugin [-] Segment be9667ca-a5c6-471e-b66f-6de03bd46fbf resource provider aggregate not found [pid: 7|app: 0|req: 1123/2317] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:06 2026] DELETE /v2.0/networks/6de1c23b-6ad1-42b0-8b62-109784ffd89b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:06.892 8 INFO neutron.services.segments.plugin [-] Segment be9667ca-a5c6-471e-b66f-6de03bd46fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be9667ca-a5c6-471e-b66f-6de03bd46fbf found for delete ", "request_id": "req-9fa189af-9c23-4412-914a-b66a5d0e1e9c"}]} [pid: 8|app: 0|req: 1195/2318] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:07 2026] GET /v2.0/security-groups?tenant_id=b777299389ff4713a4bfa1d57eefbd48&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:07.514 7 INFO neutron.services.segments.plugin [-] Segment a65ecddb-57fc-4b0a-a2cd-71be44759588 resource provider aggregate not found 2026-04-23 01:29:07.520 7 INFO neutron.services.segments.plugin [-] Segment a65ecddb-57fc-4b0a-a2cd-71be44759588 resource provider aggregate not found 2026-04-23 01:29:07.539 7 INFO neutron.services.segments.plugin [-] Segment a65ecddb-57fc-4b0a-a2cd-71be44759588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65ecddb-57fc-4b0a-a2cd-71be44759588 found for delete ", "request_id": "req-698b35f3-076b-4bda-8d83-f02fedf012a0"}]} 2026-04-23 01:29:07.545 7 INFO neutron.services.segments.plugin [-] Segment a65ecddb-57fc-4b0a-a2cd-71be44759588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65ecddb-57fc-4b0a-a2cd-71be44759588 found for delete ", "request_id": "req-a3909b8e-ec0b-4b22-83c8-902951442270"}]} 2026-04-23 01:29:07.565 7 INFO neutron.services.segments.plugin [-] Segment 45c81b1a-d6c8-49a9-a88e-09c953122c08 resource provider aggregate not found 2026-04-23 01:29:07.571 7 INFO neutron.services.segments.plugin [-] Segment 45c81b1a-d6c8-49a9-a88e-09c953122c08 resource provider aggregate not found [pid: 7|app: 0|req: 1124/2319] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:07 2026] DELETE /v2.0/security-groups/d66c3683-889d-4172-acdd-5a65469047d6 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:07.584 7 INFO neutron.services.segments.plugin [-] Segment 45c81b1a-d6c8-49a9-a88e-09c953122c08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c81b1a-d6c8-49a9-a88e-09c953122c08 found for delete ", "request_id": "req-6e60cf17-0c2a-40d5-a9e7-b9e0e52e6bb4"}]} 2026-04-23 01:29:07.590 7 INFO neutron.services.segments.plugin [-] Segment 45c81b1a-d6c8-49a9-a88e-09c953122c08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c81b1a-d6c8-49a9-a88e-09c953122c08 found for delete ", "request_id": "req-46ab989a-4766-4a46-8659-15afac1c063e"}]} [pid: 8|app: 0|req: 1196/2320] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:07 2026] GET /v2.0/security-groups?tenant_id=ecbcba23d5ba401d84ad32c4cd606bc1&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2321] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:07 2026] DELETE /v2.0/security-groups/08bda6d4-d769-4571-9d94-1ab805984a97 => 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: 1197/2322] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:07 2026] GET /v2.0/security-groups?tenant_id=3fd6b15fd57a473985dcd3b0d205465d&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2323] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:07 2026] DELETE /v2.0/security-groups/153ff901-de66-4351-b050-72886f8ed471 => 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: 1198/2324] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:29:09 2026] POST /v2.0/subnetpools => generated 548 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2325] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:09 2026] GET /v2.0/subnetpools/adc2d7b4-208a-4b33-9ceb-fe881e1cf7e9 => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2326] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:29:09 2026] PUT /v2.0/subnetpools/adc2d7b4-208a-4b33-9ceb-fe881e1cf7e9 => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2327] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:29:09 2026] DELETE /v2.0/subnetpools/adc2d7b4-208a-4b33-9ceb-fe881e1cf7e9 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:09.624 8 INFO neutron.api.v2.resource [None req-5f758a96-31c7-49f3-876f-06390dee710b f08a9b9929b041e593a26980ef552f04 d3bef971b7254b33a37c775cd5c787ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2328] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:09 2026] GET /v2.0/subnetpools/adc2d7b4-208a-4b33-9ceb-fe881e1cf7e9 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:29:09.639 7 INFO neutron.api.v2.resource [None req-137bc1ae-05c9-4f3b-8fa2-ef953aa8e614 f08a9b9929b041e593a26980ef552f04 d3bef971b7254b33a37c775cd5c787ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2329] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:29:09 2026] DELETE /v2.0/subnetpools/adc2d7b4-208a-4b33-9ceb-fe881e1cf7e9 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2330] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:10 2026] GET /v2.0/security-groups?tenant_id=d3bef971b7254b33a37c775cd5c787ff&name=default => generated 2929 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2331] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:10 2026] DELETE /v2.0/security-groups/dc1ea27e-19bb-4537-9d75-c97cf0493b4a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2332] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:29:11 2026] POST /v2.0/security-groups => generated 1603 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2333] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:29:11 2026] PUT /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2334] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2335] 10.0.0.253 () {34 vars in 778 bytes} [Thu Apr 23 01:29:11 2026] PUT /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2336] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2337] 10.0.0.253 () {34 vars in 774 bytes} [Thu Apr 23 01:29:11 2026] PUT /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/red => 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: 1205/2338] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2339] 10.0.0.253 () {34 vars in 796 bytes} [Thu Apr 23 01:29:11 2026] PUT /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/black.or.white => 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: 1206/2340] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2341] 10.0.0.253 () {34 vars in 767 bytes} [Thu Apr 23 01:29:11 2026] PUT /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/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: 1207/2342] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2343] 10.0.0.253 () {32 vars in 755 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:11.978 8 INFO neutron.api.v2.resource [None req-1f459acf-72bc-4d8d-aad8-b547d7043b40 8bd031e209c4453d927541b20fbf7b36 b5d1923a472d4177851200a1ac89c8f1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2344] 10.0.0.253 () {32 vars in 759 bytes} [Thu Apr 23 01:29:11 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2345] 10.0.0.253 () {32 vars in 758 bytes} [Thu Apr 23 01:29:11 2026] DELETE /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2346] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:12 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:12.119 7 INFO neutron.api.v2.resource [None req-dff32707-87ca-45e6-8db8-b01c9219defd 8bd031e209c4453d927541b20fbf7b36 b5d1923a472d4177851200a1ac89c8f1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2347] 10.0.0.253 () {32 vars in 762 bytes} [Thu Apr 23 01:29:12 2026] DELETE /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2348] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:29:12 2026] DELETE /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2349] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:12 2026] GET /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2350] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:12 2026] DELETE /v2.0/security-groups/06dd2830-d852-4035-b7b6-48fb90ae942a => 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: 1140/2351] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:12 2026] GET /v2.0/security-groups?tenant_id=b5d1923a472d4177851200a1ac89c8f1&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2352] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:13 2026] DELETE /v2.0/security-groups/cb3721b7-c8af-4eb9-8b63-786248bf205b => 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: 1141/2353] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:13 2026] GET /v2.0/security-groups?tenant_id=8a4c881b85ce41beb6ce351662771642&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2354] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:13 2026] DELETE /v2.0/security-groups/3d9a390e-1cc6-45ca-8870-a642cc4540eb => 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: 1142/2355] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:15 2026] GET /v2.0/security-groups?tenant_id=ecfa3de4928544e5979cdd0e3e1040d2&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2356] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:15 2026] DELETE /v2.0/security-groups/75903ac0-8fe4-4711-9577-1cb8a9d7ce54 => 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: 1143/2357] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:15 2026] GET /v2.0/security-groups?tenant_id=5ab5d1cd258445c780f7f1d78896ef3e&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2358] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:15 2026] DELETE /v2.0/security-groups/86da097a-d160-43ff-84f6-5e583753450c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:16.292 7 INFO neutron.db.segments_db [None req-4972465a-d60a-43d8-8256-48f65316cc42 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Added segment a92a6d44-7d08-4815-9312-ed1533df3de6 of type vxlan for network cf823200-d226-4ada-b345-99358d8e64f4 [pid: 7|app: 0|req: 1144/2359] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:15 2026] POST /v2.0/networks => generated 639 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2360] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:16 2026] POST /v2.0/subnets => generated 658 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2361] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:29:16 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2362] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:16 2026] POST /v2.0/subnets => generated 731 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2363] 10.0.0.253 () {34 vars in 676 bytes} [Thu Apr 23 01:29:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:17.082 8 INFO neutron.db.segments_db [None req-559ad53d-042e-4cf1-83d8-dba91adece88 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Added segment e3926c3a-91cc-4dde-ac05-5091e6282863 of type vxlan for network 34132872-c33c-4d00-adc1-d34b1d1907fc [pid: 7|app: 0|req: 1147/2364] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:29:17 2026] PUT /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2365] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/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: 1218/2366] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:17 2026] POST /v2.0/networks => generated 638 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2367] 10.0.0.253 () {34 vars in 770 bytes} [Thu Apr 23 01:29:17 2026] PUT /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2368] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2369] 10.0.0.253 () {34 vars in 766 bytes} [Thu Apr 23 01:29:17 2026] PUT /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2370] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2371] 10.0.0.253 () {34 vars in 788 bytes} [Thu Apr 23 01:29:17 2026] PUT /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2372] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:17 2026] POST /v2.0/subnets => generated 656 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2373] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2374] 10.0.0.253 () {34 vars in 759 bytes} [Thu Apr 23 01:29:17 2026] PUT /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2375] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2376] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:17.549 7 INFO neutron.api.v2.resource [None req-bd2e1242-a781-4f65-8452-859213b6a2d0 497311d3704b45bab55a66d899ff94ff 2d9a0171fca04897a25f5f6e0a6006c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1158/2377] 10.0.0.253 () {32 vars in 751 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2378] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:17 2026] POST /v2.0/subnets => generated 725 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2379] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:29:17 2026] DELETE /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2380] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:17.644 8 INFO neutron.db.segments_db [None req-dd2fef13-ee0e-4f8e-859a-9e3c00d56baf 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Added segment 007d73f3-9bbe-42e3-9d0e-7a71098945fc of type vxlan for network e691036c-768d-4054-bb1e-1a348688d023 2026-04-23 01:29:17.665 7 INFO neutron.api.v2.resource [None req-6a2b2a2b-565d-4bbd-9ab0-38de207fc15c 497311d3704b45bab55a66d899ff94ff 2d9a0171fca04897a25f5f6e0a6006c4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2381] 10.0.0.253 () {32 vars in 754 bytes} [Thu Apr 23 01:29:17 2026] DELETE /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2382] 10.0.0.253 () {32 vars in 742 bytes} [Thu Apr 23 01:29:17 2026] DELETE /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => 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: 1221/2383] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:17 2026] POST /v2.0/networks => generated 637 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2384] 10.0.0.253 () {32 vars in 739 bytes} [Thu Apr 23 01:29:17 2026] GET /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20/tags => 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: 1164/2385] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:29:17 2026] DELETE /v2.0/subnetpools/14c5d3c9-39f7-4695-8b94-6334fbd84e20 => 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: 1222/2386] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:17 2026] POST /v2.0/subnets => generated 656 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2387] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:18 2026] POST /v2.0/subnets => generated 729 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:18.363 8 INFO neutron.db.segments_db [None req-b15547ff-3a4d-4f89-943e-798542d60f49 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Added segment aef13f3b-4bbb-42bf-9d11-bc4061a9a30a of type vxlan for network 5316ceeb-d73a-4c11-924a-c6802b422f4c 2026-04-23 01:29:18.628 8 INFO neutron.db.l3_hamode_db [None req-b15547ff-3a4d-4f89-943e-798542d60f49 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1166/2388] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:18 2026] GET /v2.0/security-groups?tenant_id=2d9a0171fca04897a25f5f6e0a6006c4&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2389] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:18 2026] DELETE /v2.0/security-groups/321d61ef-5f22-4c04-9067-c51e94e220c9 => 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: 1168/2390] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:18 2026] GET /v2.0/security-groups?tenant_id=adcfcdb90b1b46fd80aa95728b576fc8&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2391] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:19 2026] DELETE /v2.0/security-groups/d4d67953-a496-4217-8223-83f0da85b33f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:19.397 8 INFO neutron.db.l3_hamode_db [None req-b15547ff-3a4d-4f89-943e-798542d60f49 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 01:29:20.275 7 INFO neutron.db.segments_db [None req-aece655d-a598-48d1-a61b-69f6b533418c 6cacc5ff5aea49039f8a526cbb214e25 d2a2415e51144710adc75d88a876f7da - - default default] Added segment 5be84ef5-05fd-4c53-9b05-cc87009cb424 of type vxlan for network ca41811d-c7f0-4f50-9cff-52d2c6b22438 [pid: 8|app: 0|req: 1223/2392] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:18 2026] POST /v2.0/routers => generated 684 bytes in 1992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2393] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:19 2026] POST /v2.0/networks => generated 632 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:20.424 7 INFO neutron.db.segments_db [None req-d163983b-1612-465d-a836-a7e0afc64d3f 6cacc5ff5aea49039f8a526cbb214e25 d2a2415e51144710adc75d88a876f7da - - default default] Added segment 1b91d665-1230-44e6-8246-451d3cbc1546 of type vxlan for network 9e495403-8794-419e-bd79-bc97797d9659 [pid: 7|app: 0|req: 1171/2394] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:20 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:20.555 7 INFO neutron.db.segments_db [None req-e9794bf0-ffb2-4cdf-8380-a685ca022d81 6cacc5ff5aea49039f8a526cbb214e25 d2a2415e51144710adc75d88a876f7da - - default default] Added segment dc49761c-95e4-4d15-bcad-74492de54fa2 of type vxlan for network 53aa3bc5-f216-480b-9f1e-1e39a31f7a40 [pid: 7|app: 0|req: 1174/2397] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:20 2026] POST /v2.0/networks => generated 631 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:20.672 7 INFO neutron.db.segments_db [None req-ec13afc9-f3a2-4b0a-ac02-081c9593eff5 6cacc5ff5aea49039f8a526cbb214e25 d2a2415e51144710adc75d88a876f7da - - default default] Added segment 732fa15c-61af-47fe-8fb9-7b91f64a1050 of type vxlan for network 2999df4c-c627-4d87-a8a5-9041da75cf5b [pid: 7|app: 0|req: 1175/2398] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:20 2026] POST /v2.0/networks => generated 631 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:20.811 7 INFO neutron.db.segments_db [None req-1f2492de-cbb8-4621-8f55-2b3bf7225ea3 6cacc5ff5aea49039f8a526cbb214e25 d2a2415e51144710adc75d88a876f7da - - default default] Added segment 2a61541a-ed99-482e-821e-ff58df42bee9 of type vxlan for network 6ee8c36b-3369-4f14-af01-9749d48635a7 [pid: 7|app: 0|req: 1176/2399] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:20 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2400] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:20 2026] PUT /v2.0/networks/ca41811d-c7f0-4f50-9cff-52d2c6b22438/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2401] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:20 2026] PUT /v2.0/networks/9e495403-8794-419e-bd79-bc97797d9659/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2402] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:21 2026] PUT /v2.0/networks/53aa3bc5-f216-480b-9f1e-1e39a31f7a40/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2403] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:21 2026] PUT /v2.0/networks/2999df4c-c627-4d87-a8a5-9041da75cf5b/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2404] 10.0.0.253 () {32 vars in 666 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2405] 10.0.0.253 () {32 vars in 680 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2406] 10.0.0.253 () {32 vars in 676 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2407] 10.0.0.253 () {32 vars in 688 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2408] 10.0.0.253 () {32 vars in 674 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2409] 10.0.0.253 () {32 vars in 688 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2410] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:29:20 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2411] 10.0.0.253 () {32 vars in 684 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2412] 10.0.0.253 () {32 vars in 696 bytes} [Thu Apr 23 01:29:21 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:21.711 7 INFO neutron.services.segments.plugin [-] Segment 5be84ef5-05fd-4c53-9b05-cc87009cb424 resource provider aggregate not found 2026-04-23 01:29:21.719 7 INFO neutron.services.segments.plugin [-] Segment 5be84ef5-05fd-4c53-9b05-cc87009cb424 resource provider aggregate not found 2026-04-23 01:29:21.735 7 INFO neutron.services.segments.plugin [-] Segment 5be84ef5-05fd-4c53-9b05-cc87009cb424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be84ef5-05fd-4c53-9b05-cc87009cb424 found for delete ", "request_id": "req-fbb45434-82af-47e6-9b64-4a1ea70157e6"}]} [pid: 7|app: 0|req: 1189/2413] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:21 2026] DELETE /v2.0/networks/ca41811d-c7f0-4f50-9cff-52d2c6b22438 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:21.742 7 INFO neutron.services.segments.plugin [-] Segment 5be84ef5-05fd-4c53-9b05-cc87009cb424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be84ef5-05fd-4c53-9b05-cc87009cb424 found for delete ", "request_id": "req-5e6848d8-9723-45d4-93dc-8437f344b231"}]} [pid: 7|app: 0|req: 1190/2414] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:21 2026] DELETE /v2.0/networks/9e495403-8794-419e-bd79-bc97797d9659 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2415] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:21 2026] DELETE /v2.0/networks/53aa3bc5-f216-480b-9f1e-1e39a31f7a40 => 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: 1192/2416] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:21 2026] DELETE /v2.0/networks/2999df4c-c627-4d87-a8a5-9041da75cf5b => 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: 1193/2417] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:22 2026] DELETE /v2.0/networks/6ee8c36b-3369-4f14-af01-9749d48635a7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2418] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:29:21 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2419] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:23 2026] GET /v2.0/security-groups?tenant_id=9727823e7b904c8bb19ca36bca517760&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2420] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:23 2026] DELETE /v2.0/security-groups/307ee50c-a962-4ea8-b25e-afc4c82e6ffe => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2421] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:23 2026] GET /v2.0/security-groups?tenant_id=d2a2415e51144710adc75d88a876f7da&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2422] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:23 2026] DELETE /v2.0/security-groups/1c2ca6db-8142-4051-8412-f431a8c54c90 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:23.753 7 INFO neutron.services.segments.plugin [-] Segment 1b91d665-1230-44e6-8246-451d3cbc1546 resource provider aggregate not found 2026-04-23 01:29:23.774 7 INFO neutron.services.segments.plugin [-] Segment 1b91d665-1230-44e6-8246-451d3cbc1546 resource provider aggregate not found 2026-04-23 01:29:23.779 7 INFO neutron.services.segments.plugin [-] Segment 1b91d665-1230-44e6-8246-451d3cbc1546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b91d665-1230-44e6-8246-451d3cbc1546 found for delete ", "request_id": "req-07216732-49e0-43e9-9e04-ff11d67de7af"}]} 2026-04-23 01:29:23.798 7 INFO neutron.services.segments.plugin [-] Segment dc49761c-95e4-4d15-bcad-74492de54fa2 resource provider aggregate not found 2026-04-23 01:29:23.805 7 INFO neutron.services.segments.plugin [-] Segment 1b91d665-1230-44e6-8246-451d3cbc1546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b91d665-1230-44e6-8246-451d3cbc1546 found for delete ", "request_id": "req-bc7ae976-f1f9-4820-9ba4-63e0a941809c"}]} 2026-04-23 01:29:23.821 7 INFO neutron.services.segments.plugin [-] Segment dc49761c-95e4-4d15-bcad-74492de54fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc49761c-95e4-4d15-bcad-74492de54fa2 found for delete ", "request_id": "req-2775c3a6-a04d-43f4-8bbd-bb3f96a9a646"}]} 2026-04-23 01:29:23.829 7 INFO neutron.services.segments.plugin [-] Segment dc49761c-95e4-4d15-bcad-74492de54fa2 resource provider aggregate not found 2026-04-23 01:29:23.845 7 INFO neutron.services.segments.plugin [-] Segment dc49761c-95e4-4d15-bcad-74492de54fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc49761c-95e4-4d15-bcad-74492de54fa2 found for delete ", "request_id": "req-413ca9e5-4cc0-4c33-924f-461218d09852"}]} 2026-04-23 01:29:23.851 7 INFO neutron.services.segments.plugin [-] Segment 732fa15c-61af-47fe-8fb9-7b91f64a1050 resource provider aggregate not found 2026-04-23 01:29:23.862 7 INFO neutron.services.segments.plugin [-] Segment 732fa15c-61af-47fe-8fb9-7b91f64a1050 resource provider aggregate not found 2026-04-23 01:29:23.869 7 INFO neutron.services.segments.plugin [-] Segment 732fa15c-61af-47fe-8fb9-7b91f64a1050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732fa15c-61af-47fe-8fb9-7b91f64a1050 found for delete ", "request_id": "req-8af50d38-59fd-47cd-be8b-11e0ecb7eab0"}]} 2026-04-23 01:29:23.879 7 INFO neutron.services.segments.plugin [-] Segment 732fa15c-61af-47fe-8fb9-7b91f64a1050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732fa15c-61af-47fe-8fb9-7b91f64a1050 found for delete ", "request_id": "req-a1db845b-2d2e-44b1-bc9a-dc16b59da531"}]} 2026-04-23 01:29:23.887 7 INFO neutron.services.segments.plugin [-] Segment 2a61541a-ed99-482e-821e-ff58df42bee9 resource provider aggregate not found 2026-04-23 01:29:23.916 7 INFO neutron.services.segments.plugin [-] Segment 2a61541a-ed99-482e-821e-ff58df42bee9 resource provider aggregate not found 2026-04-23 01:29:23.923 7 INFO neutron.services.segments.plugin [-] Segment 2a61541a-ed99-482e-821e-ff58df42bee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a61541a-ed99-482e-821e-ff58df42bee9 found for delete ", "request_id": "req-5c822329-6b42-4183-bd5e-443c7107c128"}]} 2026-04-23 01:29:23.938 7 INFO neutron.services.segments.plugin [-] Segment 2a61541a-ed99-482e-821e-ff58df42bee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a61541a-ed99-482e-821e-ff58df42bee9 found for delete ", "request_id": "req-bca55e1b-9d72-4f99-9109-842f9c31fcbe"}]} [pid: 8|app: 0|req: 1230/2423] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:23 2026] GET /v2.0/security-groups?tenant_id=568f94f7f5974f2ca45cbdaf6bece2c0&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2424] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:23 2026] DELETE /v2.0/security-groups/995537cf-2f83-453b-b75e-a1a920615e57 => 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: 1194/2425] 10.0.0.253 () {34 vars in 783 bytes} [Thu Apr 23 01:29:22 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2426] 10.0.0.253 () {34 vars in 684 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-groups => generated 1628 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2427] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 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: 1233/2428] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2429] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2430] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2431] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2432] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2433] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2434] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2435] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2436] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2437] 10.0.0.253 () {34 vars in 695 bytes} [Thu Apr 23 01:29:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2438] 10.0.0.199 () {34 vars in 1092 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-84505048&fields=id&tenant_id=459c0ed2654c4273a23cbff9ae64684c => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2439] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2440] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/quotas/459c0ed2654c4273a23cbff9ae64684c => 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: 1202/2441] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&fields=id => generated 287 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2442] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2443] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2444] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:26 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2445] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2446] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2447] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2448] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2449] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:28 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: 1244/2450] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:28 2026] PUT /v2.0/policies/b327eb98-df6e-4973-bf6a-484bce67409f/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2451] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:28 2026] PUT /v2.0/policies/c4215623-6be0-41bc-bc21-9cc957877325/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2452] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:28 2026] PUT /v2.0/policies/dd80d6ed-638e-4f79-a9b4-680a23228b54/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2453] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:28 2026] PUT /v2.0/policies/d0882a4c-cffc-4cc9-831a-7726411bd8bb/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2454] 10.0.0.253 () {32 vars in 674 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2455] 10.0.0.253 () {32 vars in 688 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2456] 10.0.0.253 () {32 vars in 684 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2457] 10.0.0.253 () {32 vars in 696 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2458] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2459] 10.0.0.253 () {32 vars in 696 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2460] 10.0.0.253 () {32 vars in 692 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2461] 10.0.0.253 () {32 vars in 704 bytes} [Thu Apr 23 01:29:29 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2462] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:29 2026] DELETE /v2.0/qos/policies/b327eb98-df6e-4973-bf6a-484bce67409f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2463] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:29 2026] DELETE /v2.0/qos/policies/c4215623-6be0-41bc-bc21-9cc957877325 => 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: 1251/2464] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:29 2026] DELETE /v2.0/qos/policies/dd80d6ed-638e-4f79-a9b4-680a23228b54 => 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: 1214/2465] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:29 2026] DELETE /v2.0/qos/policies/d0882a4c-cffc-4cc9-831a-7726411bd8bb => 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: 1252/2466] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:29 2026] DELETE /v2.0/qos/policies/9559d9da-7dba-497c-b1cc-9fb14e78a369 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2467] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:29:30 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2468] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:29:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=459c0ed2654c4273a23cbff9ae64684c => generated 177 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2469] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:30 2026] GET /v2.0/security-groups?tenant_id=e74ef091c97f4e30a718d5cd6fc58f2d&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2470] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:30 2026] DELETE /v2.0/security-groups/6d3e4067-c522-4bee-be48-8f6c0f8afe8d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2471] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:29:30 2026] POST /v2.0/ports => generated 1183 bytes in 379 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: 1217/2472] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:31 2026] GET /v2.0/security-groups?tenant_id=5a239f66d3a8489cb587535c026d0cc1&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2473] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:31 2026] DELETE /v2.0/security-groups/0d3e51d6-1789-4617-b8a2-1dd9a123137c => 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: 1219/2474] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:31 2026] GET /v2.0/security-groups?tenant_id=c51414a2b3a745fda9735a9002615347&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2475] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:29:31 2026] PUT /v2.0/ports/0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 1464 bytes in 415 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: 1220/2476] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:31 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1198 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:31.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a88ca7bb-4d3f-4927-9944-db6e6785fd4b'] response: {'name': 'network-changed', 'server_uuid': 'd8689b2a-8815-421b-b16f-e9a111679e79', 'tag': '0e80bd80-ef2e-475a-8213-e7031a633c2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1221/2477] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:31 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2478] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:31 2026] DELETE /v2.0/security-groups/b947727c-acb9-47a0-aca3-9aec59cc7f7c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2479] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:29:32 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2480] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:29:32 2026] GET /v2.0/networks?tenant_id=459c0ed2654c4273a23cbff9ae64684c&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2481] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:29:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2482] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2483] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2484] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2485] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2486] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2487] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2488] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1227/2489] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:29:33 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:35.929 8 INFO neutron.db.segments_db [None req-1ab750ae-50bc-48e0-8bb2-3246a994c92e 2abe3343531646a790177edf6de6d426 3646c422a90648319fb0995333c5634a - - default default] Added segment 9de225f1-043e-4af9-a67a-e01ef01c3474 of type vxlan for network 033745b4-bf59-4560-b504-26549acf4827 [pid: 8|app: 0|req: 1264/2492] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:35 2026] POST /v2.0/networks => generated 632 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2493] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:36 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:36.323 8 INFO neutron.db.segments_db [None req-a85fed8c-323b-4d62-884a-f0855b7a9163 2abe3343531646a790177edf6de6d426 3646c422a90648319fb0995333c5634a - - default default] Added segment 6b240de3-f662-4215-bfe2-71fbbaea0103 of type vxlan for network 9635f6d6-a05f-4153-8105-01a2c23e136b [pid: 8|app: 0|req: 1265/2494] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:36 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2495] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:36 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:36.712 8 INFO neutron.db.segments_db [None req-295c6505-f765-4d9c-8c35-e45f054eb869 2abe3343531646a790177edf6de6d426 3646c422a90648319fb0995333c5634a - - default default] Added segment af3af8ac-9602-465f-bcd3-ea44955bcf58 of type vxlan for network 4f4fc6b1-e183-4723-a981-5fc46f759550 [pid: 8|app: 0|req: 1266/2496] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:36 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2497] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:36 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2498] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:36 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2499] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:36 2026] POST /v2.0/subnets => generated 629 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:37.080 7 INFO neutron.db.segments_db [None req-f613bdc1-4f08-4ab1-9b72-ca821b61e625 2abe3343531646a790177edf6de6d426 3646c422a90648319fb0995333c5634a - - default default] Added segment 7a136327-2c36-4d82-b42c-f0a0a035a285 of type vxlan for network 6fc09ebb-751f-4363-a810-3df7a6e2f382 [pid: 7|app: 0|req: 1233/2500] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:37 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2501] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:37 2026] POST /v2.0/subnets => generated 629 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:37.475 7 INFO neutron.db.segments_db [None req-aa5b5f80-2972-488e-8a52-3ded81d4602c 2abe3343531646a790177edf6de6d426 3646c422a90648319fb0995333c5634a - - default default] Added segment e56d8631-2fb8-4f47-a990-4dc7a37390aa of type vxlan for network e59c8a78-dcf7-4fe3-aff3-31255f7f93fc [pid: 7|app: 0|req: 1234/2502] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:37 2026] POST /v2.0/networks => generated 632 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2503] 10.0.0.253 () {34 vars in 669 bytes} [Thu Apr 23 01:29:37 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2504] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:29:37 2026] PUT /v2.0/subnets/a32ff79e-3dcc-46fe-a662-135e806b25a2/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2505] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:29:37 2026] PUT /v2.0/subnets/68754d8a-b27a-4ac1-9377-88035e261caa/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: 1236/2506] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:29:37 2026] PUT /v2.0/subnets/f2d95a5c-ffe1-4949-a55c-dfdbd0e1bfef/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2507] 10.0.0.253 () {34 vars in 751 bytes} [Thu Apr 23 01:29:37 2026] PUT /v2.0/subnets/af69395c-0649-4979-ab0e-39b1086adaf7/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2508] 10.0.0.253 () {32 vars in 664 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2509] 10.0.0.253 () {32 vars in 678 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2510] 10.0.0.253 () {32 vars in 674 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2511] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2512] 10.0.0.253 () {32 vars in 672 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2513] 10.0.0.253 () {32 vars in 686 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2514] 10.0.0.253 () {32 vars in 682 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2515] 10.0.0.253 () {32 vars in 694 bytes} [Thu Apr 23 01:29:38 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2516] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:38 2026] DELETE /v2.0/subnets/a32ff79e-3dcc-46fe-a662-135e806b25a2 => 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: 1276/2517] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:38 2026] DELETE /v2.0/subnets/68754d8a-b27a-4ac1-9377-88035e261caa => 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: 1242/2518] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:38 2026] DELETE /v2.0/subnets/f2d95a5c-ffe1-4949-a55c-dfdbd0e1bfef => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2519] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/subnets/af69395c-0649-4979-ab0e-39b1086adaf7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2520] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/subnets/fef8d9d8-865d-44e9-9788-be03a32d0648 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:39.429 8 INFO neutron.services.segments.plugin [-] Segment 9de225f1-043e-4af9-a67a-e01ef01c3474 resource provider aggregate not found 2026-04-23 01:29:39.434 8 INFO neutron.services.segments.plugin [-] Segment 9de225f1-043e-4af9-a67a-e01ef01c3474 resource provider aggregate not found 2026-04-23 01:29:39.453 8 INFO neutron.services.segments.plugin [-] Segment 9de225f1-043e-4af9-a67a-e01ef01c3474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de225f1-043e-4af9-a67a-e01ef01c3474 found for delete ", "request_id": "req-5516bafe-1c63-45b3-b588-ed7a2443447a"}]} 2026-04-23 01:29:39.463 8 INFO neutron.services.segments.plugin [-] Segment 9de225f1-043e-4af9-a67a-e01ef01c3474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de225f1-043e-4af9-a67a-e01ef01c3474 found for delete ", "request_id": "req-4722eb59-e5bf-424b-93ee-5b2875174ed4"}]} [pid: 8|app: 0|req: 1278/2521] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/networks/033745b4-bf59-4560-b504-26549acf4827 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:39.586 7 INFO neutron.services.segments.plugin [-] Segment 6b240de3-f662-4215-bfe2-71fbbaea0103 resource provider aggregate not found 2026-04-23 01:29:39.600 7 INFO neutron.services.segments.plugin [-] Segment 6b240de3-f662-4215-bfe2-71fbbaea0103 resource provider aggregate not found 2026-04-23 01:29:39.606 7 INFO neutron.services.segments.plugin [-] Segment 6b240de3-f662-4215-bfe2-71fbbaea0103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b240de3-f662-4215-bfe2-71fbbaea0103 found for delete ", "request_id": "req-a3a43c9d-d5f9-404e-9bd4-122384f40f8f"}]} 2026-04-23 01:29:39.623 7 INFO neutron.services.segments.plugin [-] Segment 6b240de3-f662-4215-bfe2-71fbbaea0103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b240de3-f662-4215-bfe2-71fbbaea0103 found for delete ", "request_id": "req-5f39e855-2572-45ae-b022-ec42087ebb08"}]} [pid: 7|app: 0|req: 1244/2522] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/networks/9635f6d6-a05f-4153-8105-01a2c23e136b => 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: 1279/2523] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/networks/4f4fc6b1-e183-4723-a981-5fc46f759550 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2524] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/networks/6fc09ebb-751f-4363-a810-3df7a6e2f382 => 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: 1280/2525] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:39 2026] DELETE /v2.0/networks/e59c8a78-dcf7-4fe3-aff3-31255f7f93fc => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2526] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:40 2026] GET /v2.0/security-groups?tenant_id=67acea0ca75840d184274a31f06cd3dc&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2527] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:41 2026] DELETE /v2.0/security-groups/db8018ee-3c78-4812-99ff-29415c16c1c7 => 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: 1247/2528] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:41 2026] GET /v2.0/security-groups?tenant_id=3646c422a90648319fb0995333c5634a&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2529] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:41 2026] DELETE /v2.0/security-groups/31654860-c788-434b-a23e-a7a8637414bc => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:41.469 8 INFO neutron.services.segments.plugin [-] Segment af3af8ac-9602-465f-bcd3-ea44955bcf58 resource provider aggregate not found 2026-04-23 01:29:41.479 8 INFO neutron.services.segments.plugin [-] Segment af3af8ac-9602-465f-bcd3-ea44955bcf58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3af8ac-9602-465f-bcd3-ea44955bcf58 found for delete ", "request_id": "req-b5630219-e4ef-464a-8e61-81d0de6a4923"}]} 2026-04-23 01:29:41.483 8 INFO neutron.services.segments.plugin [-] Segment af3af8ac-9602-465f-bcd3-ea44955bcf58 resource provider aggregate not found 2026-04-23 01:29:41.496 8 INFO neutron.services.segments.plugin [-] Segment e56d8631-2fb8-4f47-a990-4dc7a37390aa resource provider aggregate not found 2026-04-23 01:29:41.502 8 INFO neutron.services.segments.plugin [-] Segment af3af8ac-9602-465f-bcd3-ea44955bcf58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3af8ac-9602-465f-bcd3-ea44955bcf58 found for delete ", "request_id": "req-e6e157f5-4fa7-4d1f-8c9e-da34612deb7d"}]} 2026-04-23 01:29:41.509 8 INFO neutron.services.segments.plugin [-] Segment e56d8631-2fb8-4f47-a990-4dc7a37390aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56d8631-2fb8-4f47-a990-4dc7a37390aa found for delete ", "request_id": "req-cbeb9b41-8784-40f2-a2bd-49f8f1672b11"}]} 2026-04-23 01:29:41.516 8 INFO neutron.services.segments.plugin [-] Segment e56d8631-2fb8-4f47-a990-4dc7a37390aa resource provider aggregate not found 2026-04-23 01:29:41.531 8 INFO neutron.services.segments.plugin [-] Segment e56d8631-2fb8-4f47-a990-4dc7a37390aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56d8631-2fb8-4f47-a990-4dc7a37390aa found for delete ", "request_id": "req-5e511d69-fe61-4c6b-967f-15f996cba3bd"}]} [pid: 7|app: 0|req: 1248/2530] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:41 2026] GET /v2.0/security-groups?tenant_id=f53264354bb94166aeb51455be1184b2&name=default => generated 2929 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:41.626 7 INFO neutron.services.segments.plugin [-] Segment 7a136327-2c36-4d82-b42c-f0a0a035a285 resource provider aggregate not found 2026-04-23 01:29:41.642 7 INFO neutron.services.segments.plugin [-] Segment 7a136327-2c36-4d82-b42c-f0a0a035a285 resource provider aggregate not found 2026-04-23 01:29:41.646 7 INFO neutron.services.segments.plugin [-] Segment 7a136327-2c36-4d82-b42c-f0a0a035a285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a136327-2c36-4d82-b42c-f0a0a035a285 found for delete ", "request_id": "req-a8335ec0-9b66-49c7-bbed-5fa613641dd9"}]} 2026-04-23 01:29:41.655 7 INFO neutron.services.segments.plugin [-] Segment 7a136327-2c36-4d82-b42c-f0a0a035a285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a136327-2c36-4d82-b42c-f0a0a035a285 found for delete ", "request_id": "req-19941130-9f5a-4754-a775-f058263e62df"}]} [pid: 8|app: 0|req: 1283/2531] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:41 2026] DELETE /v2.0/security-groups/4ac306c5-7f27-4cf5-8068-3289ab6706e1 => 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: 1249/2532] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:41 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2533] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:42 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2534] 10.0.0.253 () {32 vars in 818 bytes} [Thu Apr 23 01:29:42 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&mac_address=fa%3A16%3A3e%3A94%3Acf%3Ac4 => generated 1200 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:42.765 8 INFO neutron.db.l3_db [None req-e9548837-3349-4d42-b13a-f68fff9d6549 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP a88338e8-fefe-43b4-a09d-f24dba9462be associated. External IP: 10.96.250.219, port: 0e80bd80-ef2e-475a-8213-e7031a633c2e. [pid: 8|app: 0|req: 1285/2535] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:29:42 2026] POST /v2.0/floatingips => generated 855 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:29:43.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-edd29a4f-463a-4905-8508-96de6bbaf071'] response: {'name': 'network-changed', 'server_uuid': 'd8689b2a-8815-421b-b16f-e9a111679e79', 'tag': '0e80bd80-ef2e-475a-8213-e7031a633c2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2536] 10.0.0.199 () {34 vars in 1092 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-84505048&fields=id&tenant_id=459c0ed2654c4273a23cbff9ae64684c => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2537] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2538] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/quotas/459c0ed2654c4273a23cbff9ae64684c => 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: 1287/2539] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&fields=id => generated 333 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2540] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1288/2541] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1254/2542] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => 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: 1289/2543] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2544] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2545] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2546] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => 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: 1291/2547] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2548] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2549] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2550] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1293/2551] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:29:43 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1259/2552] 10.0.0.253 () {34 vars in 678 bytes} [Thu Apr 23 01:29:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2553] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:44 2026] PUT /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/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: 1260/2554] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:44 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/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: 1295/2555] 10.0.0.253 () {34 vars in 764 bytes} [Thu Apr 23 01:29:44 2026] PUT /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2556] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:44 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2557] 10.0.0.253 () {34 vars in 760 bytes} [Thu Apr 23 01:29:44 2026] PUT /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2558] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 10.0.0.253 () {34 vars in 782 bytes} [Thu Apr 23 01:29:45 2026] PUT /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/black.or.white => 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: 1263/2560] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 10.0.0.253 () {34 vars in 753 bytes} [Thu Apr 23 01:29:45 2026] PUT /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2562] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2563] 10.0.0.253 () {32 vars in 741 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:45.309 7 INFO neutron.api.v2.resource [None req-be6819ab-ee45-4951-945b-2cefd8ed632f c2a17079e16f4d459f868368e9fabc94 4d8542e16c994aaa849d5915b0d1e16e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1265/2564] 10.0.0.253 () {32 vars in 745 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2565] 10.0.0.253 () {32 vars in 744 bytes} [Thu Apr 23 01:29:45 2026] DELETE /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2566] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:45.424 8 INFO neutron.api.v2.resource [None req-300eedc8-736a-4b21-b33b-40b6c0aa0b22 c2a17079e16f4d459f868368e9fabc94 4d8542e16c994aaa849d5915b0d1e16e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2567] 10.0.0.253 () {32 vars in 748 bytes} [Thu Apr 23 01:29:45 2026] DELETE /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2568] 10.0.0.253 () {32 vars in 736 bytes} [Thu Apr 23 01:29:45 2026] DELETE /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/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: 1302/2569] 10.0.0.253 () {32 vars in 733 bytes} [Thu Apr 23 01:29:45 2026] GET /v2.0/policies/c3356379-849a-491f-b295-156fd217ba18/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2570] 10.0.0.253 () {32 vars in 734 bytes} [Thu Apr 23 01:29:45 2026] DELETE /v2.0/qos/policies/c3356379-849a-491f-b295-156fd217ba18 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2571] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:46 2026] GET /v2.0/security-groups?tenant_id=0b7b2cb7b36340b68a2c0c37ec94de08&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2572] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:46 2026] DELETE /v2.0/security-groups/cf2abd80-70cc-4ca9-a245-4d26b1371378 => 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: 1304/2573] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:46 2026] GET /v2.0/security-groups?tenant_id=4d8542e16c994aaa849d5915b0d1e16e&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2574] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:46 2026] DELETE /v2.0/security-groups/78eddc33-b0e3-4b46-9917-802486ebec82 => 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: 1305/2575] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:29:47 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2576] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:47 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2577] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:29:47 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2578] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:29:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=459c0ed2654c4273a23cbff9ae64684c => generated 177 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2579] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:29:47 2026] POST /v2.0/ports => generated 1187 bytes in 445 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: 1308/2580] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:48 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1202 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2581] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:48 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2582] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:29:48 2026] PUT /v2.0/ports/419d2fdd-e821-4453-8a85-951fe6c1a030 => generated 1468 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:48.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3414723-fcd6-4d62-8b61-6391821f7d16'] response: {'name': 'network-changed', 'server_uuid': 'b9e4802b-cbfe-49df-a6b1-5377bfdc6219', 'tag': '419d2fdd-e821-4453-8a85-951fe6c1a030', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1310/2583] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:29:49 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1471 bytes in 44 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: 1274/2584] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:29:49 2026] GET /v2.0/networks?tenant_id=459c0ed2654c4273a23cbff9ae64684c&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2585] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:29:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:29:50.163 7 INFO neutron.db.segments_db [None req-2fe75103-a81f-47db-874a-a5f54cbc8f79 440bdb66c23449168488e612df1c2bfc ad41026b8976468e8e596e3682f1786c - - default default] Added segment df2d847a-ba2f-4a3f-b116-31f180f15246 of type vxlan for network 86c7b493-3bd3-4fa3-a01f-a85ffbd970e1 [pid: 7|app: 0|req: 1275/2586] 10.0.0.253 () {34 vars in 670 bytes} [Thu Apr 23 01:29:49 2026] POST /v2.0/networks => generated 631 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2589] 10.0.0.253 () {34 vars in 664 bytes} [Thu Apr 23 01:29:50 2026] POST /v2.0/ports => generated 743 bytes in 303 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: 1278/2590] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2591] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.198&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => 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: 1280/2592] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30d&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2593] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/subnets?id=0554ab0e-3c26-46fe-9a42-61d810557165&id=b93d9cd8-b2a7-414d-8719-0d621479dc5b => 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: 1313/2594] 10.0.0.253 () {34 vars in 666 bytes} [Thu Apr 23 01:29:50 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2595] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2596] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:29:50 2026] PUT /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2597] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2598] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2599] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1316/2600] 10.0.0.253 () {34 vars in 760 bytes} [Thu Apr 23 01:29:50 2026] PUT /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2601] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2602] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2603] 10.0.0.253 () {34 vars in 756 bytes} [Thu Apr 23 01:29:50 2026] PUT /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2604] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2605] 10.0.0.253 () {34 vars in 778 bytes} [Thu Apr 23 01:29:50 2026] PUT /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2606] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:50 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2607] 10.0.0.253 () {34 vars in 749 bytes} [Thu Apr 23 01:29:50 2026] PUT /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2608] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2609] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:51.070 7 INFO neutron.api.v2.resource [None req-fca51ec0-2d89-4bf1-8e79-bbd6113da20a 440bdb66c23449168488e612df1c2bfc ad41026b8976468e8e596e3682f1786c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2610] 10.0.0.253 () {32 vars in 741 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2611] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2612] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:29:51.162 8 INFO neutron.api.v2.resource [None req-36889e3d-0bd2-4c5b-bec1-0a6fc2967da2 440bdb66c23449168488e612df1c2bfc ad41026b8976468e8e596e3682f1786c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2613] 10.0.0.253 () {32 vars in 744 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2614] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => 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: 1324/2615] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05/tags => 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: 1292/2616] 10.0.0.253 () {32 vars in 719 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2617] 10.0.0.253 () {32 vars in 717 bytes} [Thu Apr 23 01:29:51 2026] GET /v2.0/ports/053af63b-0c9e-42be-a373-f540b542bdf5 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2618] 10.0.0.253 () {32 vars in 722 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/trunks/b36b975d-ddde-44be-a81e-054b79fdfe05 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:29:51.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-c917136a-ce54-43ca-bf69-355a4ea7bf55 440bdb66c23449168488e612df1c2bfc ad41026b8976468e8e596e3682f1786c - - default default] TaaS: Handle Delete Port: 053af63b-0c9e-42be-a373-f540b542bdf5 2026-04-23 01:29:51.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c917136a-ce54-43ca-bf69-355a4ea7bf55 440bdb66c23449168488e612df1c2bfc ad41026b8976468e8e596e3682f1786c - - default default] Tap Mirror: Handle Delete Port: 053af63b-0c9e-42be-a373-f540b542bdf5 [pid: 8|app: 0|req: 1326/2619] 10.0.0.253 () {32 vars in 720 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/ports/053af63b-0c9e-42be-a373-f540b542bdf5 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:29:51.622 7 INFO neutron.services.segments.plugin [-] Segment df2d847a-ba2f-4a3f-b116-31f180f15246 resource provider aggregate not found 2026-04-23 01:29:51.626 7 INFO neutron.services.segments.plugin [-] Segment df2d847a-ba2f-4a3f-b116-31f180f15246 resource provider aggregate not found 2026-04-23 01:29:51.642 7 INFO neutron.services.segments.plugin [-] Segment df2d847a-ba2f-4a3f-b116-31f180f15246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2d847a-ba2f-4a3f-b116-31f180f15246 found for delete ", "request_id": "req-bfa35430-c138-4054-ada4-69bfa7eff45a"}]} 2026-04-23 01:29:51.654 7 INFO neutron.services.segments.plugin [-] Segment df2d847a-ba2f-4a3f-b116-31f180f15246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2d847a-ba2f-4a3f-b116-31f180f15246 found for delete ", "request_id": "req-6ebd371b-4d94-4d0d-9a1f-61cddac8a9ab"}]} [pid: 7|app: 0|req: 1294/2620] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:29:51 2026] DELETE /v2.0/networks/86c7b493-3bd3-4fa3-a01f-a85ffbd970e1 => 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: 1327/2621] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:52 2026] GET /v2.0/security-groups?tenant_id=ad41026b8976468e8e596e3682f1786c&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2622] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:52 2026] DELETE /v2.0/security-groups/2daec703-2ee0-4a1e-9c54-af88bf5e02e4 => 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: 1328/2623] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:52 2026] GET /v2.0/security-groups?tenant_id=6b047bb306de49bcabf497768e930fca&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2624] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:52 2026] DELETE /v2.0/security-groups/df56a613-c117-4cc7-b7ca-61ee6c586f92 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2625] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:53 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1202 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2626] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:53 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2627] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:56 2026] GET /v2.0/security-groups?tenant_id=d4810ae233b34aeaac64c86f25115136&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2628] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:56 2026] DELETE /v2.0/security-groups/92e815c6-4db9-4600-80cf-79c0f5e22f45 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2629] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:29:56 2026] GET /v2.0/security-groups?tenant_id=8ddcb7484ffd4f3aa780606dff754a00&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2630] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:29:56 2026] DELETE /v2.0/security-groups/bb4998cb-dff9-4a7d-b53b-1c0eb28fe0e7 => 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: 1332/2631] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:29:59 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1204 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2632] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:29:59 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2633] 10.0.0.253 () {32 vars in 818 bytes} [Thu Apr 23 01:29:59 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&mac_address=fa%3A16%3A3e%3A4b%3Af8%3A2c => generated 1204 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:29:59.919 7 INFO neutron.db.l3_db [None req-b994567f-3db1-44b8-911f-e9774524a9c4 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP 66fdc174-07db-4f79-acbf-a5811dbf30fa associated. External IP: 10.96.250.209, port: 419d2fdd-e821-4453-8a85-951fe6c1a030. [pid: 7|app: 0|req: 1301/2634] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:29:59 2026] POST /v2.0/floatingips => generated 855 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 01:30:00.252 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-906b8806-354b-4589-a7e4-c760ff949fe5'] response: {'name': 'network-changed', 'server_uuid': 'b9e4802b-cbfe-49df-a6b1-5377bfdc6219', 'tag': '419d2fdd-e821-4453-8a85-951fe6c1a030', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1334/2635] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2636] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2637] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.198&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2638] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30d&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => 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: 1336/2639] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/subnets?id=0554ab0e-3c26-46fe-9a42-61d810557165&id=b93d9cd8-b2a7-414d-8719-0d621479dc5b => 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: 1304/2640] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:30:00 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2641] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:30:01 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2642] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:30:01 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1338/2643] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:30:01 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1307/2646] 10.0.0.109 () {34 vars in 990 bytes} [Thu Apr 23 01:30:06 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2647] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Apr 23 01:30:06 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2650] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:30:22 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1309/2651] 10.0.0.219 () {30 vars in 690 bytes} [Thu Apr 23 01:30:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2652] 10.0.0.219 () {30 vars in 692 bytes} [Thu Apr 23 01:30:23 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: 1310/2653] 10.0.0.219 () {30 vars in 668 bytes} [Thu Apr 23 01:30:23 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: 1344/2654] 10.0.0.219 () {30 vars in 704 bytes} [Thu Apr 23 01:30:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2655] 10.0.0.219 () {28 vars in 439 bytes} [Thu Apr 23 01:30:24 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: 1345/2656] 10.0.0.219 () {30 vars in 728 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 658 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2657] 10.0.0.219 () {30 vars in 690 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2658] 10.0.0.219 () {30 vars in 692 bytes} [Thu Apr 23 01:30:24 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: 1313/2659] 10.0.0.219 () {30 vars in 668 bytes} [Thu Apr 23 01:30:24 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: 1347/2660] 10.0.0.219 () {30 vars in 704 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2661] 10.0.0.219 () {30 vars in 728 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2662] 10.0.0.219 () {30 vars in 690 bytes} [Thu Apr 23 01:30:24 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: 1315/2663] 10.0.0.219 () {30 vars in 692 bytes} [Thu Apr 23 01:30: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: 8|app: 0|req: 1349/2664] 10.0.0.219 () {30 vars in 668 bytes} [Thu Apr 23 01:30:24 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: 1316/2665] 10.0.0.219 () {30 vars in 704 bytes} [Thu Apr 23 01:30:24 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: 1350/2666] 10.0.0.219 () {30 vars in 730 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2667] 10.0.0.219 () {30 vars in 682 bytes} [Thu Apr 23 01:30:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2668] 10.0.0.219 () {34 vars in 704 bytes} [Thu Apr 23 01:30:24 2026] POST /v2.0/ports => generated 1132 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2669] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:30:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 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: 1352/2670] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:30:27 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: 1319/2671] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:30:27 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: 1353/2672] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:30:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2673] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:30:27 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2674] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2675] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2676] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:30:28 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: 1322/2677] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:30:28.219 8 INFO neutron.api.v2.resource [None req-02d7561a-d39d-409c-a4f1-e4831d030ab3 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1356/2678] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => 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: 1323/2679] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2680] 199.204.45.229 () {34 vars in 736 bytes} [Thu Apr 23 01:30:28 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2681] 199.204.45.229 () {30 vars in 815 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/security-group-rules?security_group_id=980ff2c6-c643-4594-ac1a-838a708870a2 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2682] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:30:28 2026] PUT /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2683] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1359/2684] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:30:28 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: 1326/2685] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:30:28 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: 1360/2686] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:30:28 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: 1327/2687] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:30:28 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1362/2690] 10.0.0.199 () {34 vars in 1016 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2691] 10.0.0.199 () {34 vars in 982 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/networks?id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2692] 10.0.0.199 () {34 vars in 965 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/quotas/75e8bcca93ea40a3a6013c86562f8c3f => 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: 1330/2693] 10.0.0.199 () {34 vars in 1002 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2694] 10.0.0.199 () {34 vars in 1008 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2695] 10.0.0.199 () {34 vars in 1108 bytes} [Thu Apr 23 01:30:36 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1365/2696] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:37 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2697] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:37 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2698] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:40 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1333/2699] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:40 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1367/2700] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:30:41 2026] GET /v2.0/networks?id=b1170f14-0dd4-4cba-886e-cdd24847d2be => generated 735 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2701] 199.204.45.229 () {34 vars in 1050 bytes} [Thu Apr 23 01:30:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=75e8bcca93ea40a3a6013c86562f8c3f => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2702] 199.204.45.229 () {38 vars in 955 bytes} [Thu Apr 23 01:30:41 2026] POST /v2.0/ports => generated 1078 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2703] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:30:42 2026] PUT /v2.0/ports/77865c15-57aa-4c43-8cc3-2a5658aedf23 => generated 1239 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:30:42.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa216a30-ec03-470d-9205-7af92b4b6cbb'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '77865c15-57aa-4c43-8cc3-2a5658aedf23', '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: 1369/2704] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1242 bytes in 39 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: 1336/2705] 199.204.45.229 () {34 vars in 1018 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/networks?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2706] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1337/2707] 199.204.45.229 () {34 vars in 930 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2708] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2709] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:43 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1372/2710] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2711] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1373/2712] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2713] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2714] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2715] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:30:44 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2716] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:46 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2717] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:30:46 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2718] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:46 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1343/2719] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:30:48 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2720] 199.204.45.229 () {34 vars in 1044 bytes} [Thu Apr 23 01:30:48 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2721] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:49 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2722] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:30:49 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2723] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:49 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2726] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:52 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1347/2727] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:30:52 2026] GET /v2.0/security-groups?id=71b4d817-8b2b-4f03-8516-c70915263afd&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2728] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:30:52 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1384/2733] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:31:26 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: 1350/2734] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:31:26 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: 1385/2735] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:31:26 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: 1351/2736] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:31:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2737] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:31:26 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2738] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:31:26 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1387/2739] 199.204.45.229 () {34 vars in 717 bytes} [Thu Apr 23 01:31:27 2026] POST /v2.0/ports => generated 1055 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2740] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:31:27 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1388/2741] 10.0.0.199 () {34 vars in 907 bytes} [Thu Apr 23 01:31:27 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: 1354/2742] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Apr 23 01:31:28 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2743] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:28 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1355/2744] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:28 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1390/2745] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:31:29 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2746] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:31:29 2026] GET /v2.0/networks?id=cf823200-d226-4ada-b345-99358d8e64f4 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2747] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:31:29 2026] PUT /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1245 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:31:29.696 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b769bcba-8c04-4f94-aa4e-764ead358950'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': 'c9dad4fb-8c00-4e86-bc95-dd4189c98ba4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1357/2748] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2481 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2749] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/networks?id=cf823200-d226-4ada-b345-99358d8e64f4 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2750] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1393/2751] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1359/2752] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&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: 1394/2753] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1360/2754] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:30 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2755] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2756] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1396/2757] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2758] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&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: 1397/2759] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1363/2760] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1398/2761] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2762] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2763] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&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: 1365/2764] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1400/2765] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:31 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1402/2768] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:31:35 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2769] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:31:36 2026] PUT /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1272 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:31:36.279 8 INFO neutron.api.v2.resource [None req-3f312eaf-3c8e-47f5-b127-d9cfc22f28de 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1403/2770] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:31:36.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d89a942-a399-4484-a245-81496c70793a'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': 'c9dad4fb-8c00-4e86-bc95-dd4189c98ba4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1368/2771] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2772] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:31:36 2026] PUT /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1310 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:31:36.570 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92b39ec4-6b85-4ac9-9baa-789a0dc7d062'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': 'c9dad4fb-8c00-4e86-bc95-dd4189c98ba4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1369/2773] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1405/2774] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/networks?id=cf823200-d226-4ada-b345-99358d8e64f4 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2775] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1406/2776] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2777] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:31:36 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2778] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:31:37 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: 1407/2779] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1408/2780] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2781] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:31:37 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: 1410/2782] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:31:37 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: 1373/2783] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1411/2784] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2785] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2786] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2787] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2788] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => 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: 1376/2789] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2790] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:31:37 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2791] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2792] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/networks?id=cf823200-d226-4ada-b345-99358d8e64f4 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2793] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1416/2794] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2795] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&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: 8|app: 0|req: 1417/2796] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2797] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:31:38 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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-04-23 01:31:46.535 8 INFO neutron.db.l3_db [None req-7ce25b96-06d2-4c15-b871-b0b85828437c 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP 586313ba-3837-40dc-b700-298efde9dafa associated. External IP: 10.96.250.213, port: 8360ab8e-c61b-4c0f-acb8-f7bdb5388380. [pid: 8|app: 0|req: 1418/2798] 10.0.0.253 () {34 vars in 677 bytes} [Thu Apr 23 01:31:45 2026] POST /v2.0/floatingips => generated 899 bytes in 1449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2801] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:31:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2802] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:31: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: 1421/2803] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:31:51 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: 1383/2804] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:31:51 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-04-23 01:31:51.592 8 INFO neutron.api.v2.resource [None req-5e8ec096-73c4-484f-aa10-cd631ad18167 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1422/2805] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:31:51 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2806] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:31:51 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2807] 199.204.45.229 () {30 vars in 815 bytes} [Thu Apr 23 01:31:51 2026] GET /v2.0/security-group-rules?security_group_id=980ff2c6-c643-4594-ac1a-838a708870a2 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2808] 199.204.45.229 () {34 vars in 747 bytes} [Thu Apr 23 01:31:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2809] 199.204.45.229 () {34 vars in 747 bytes} [Thu Apr 23 01:31:51 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: 7|app: 0|req: 1386/2810] 10.0.0.219 () {30 vars in 690 bytes} [Thu Apr 23 01:31:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2811] 10.0.0.219 () {30 vars in 692 bytes} [Thu Apr 23 01:31:58 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: 1387/2812] 10.0.0.219 () {30 vars in 668 bytes} [Thu Apr 23 01:31:58 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: 1426/2813] 10.0.0.219 () {30 vars in 704 bytes} [Thu Apr 23 01:31:58 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: 1388/2814] 10.0.0.219 () {28 vars in 439 bytes} [Thu Apr 23 01:31:59 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2815] 10.0.0.219 () {30 vars in 728 bytes} [Thu Apr 23 01:31:59 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2816] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:31:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2817] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:31:59 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: 1390/2818] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:31:59 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: 1429/2819] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:31:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2820] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:00 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2821] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:00 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2822] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:00 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: 1431/2823] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:00 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: 1393/2824] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:00 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: 1432/2825] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:00 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: 1394/2826] 199.204.45.229 () {34 vars in 717 bytes} [Thu Apr 23 01:32:00 2026] POST /v2.0/ports => generated 1324 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2827] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:32:00 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1395/2828] 10.0.0.199 () {34 vars in 907 bytes} [Thu Apr 23 01:32:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2829] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Apr 23 01:32:01 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2830] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:01 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1435/2831] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:01 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1397/2832] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:32:02 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2833] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:02 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2834] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:32:02 2026] PUT /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1514 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:03.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cb4a4ed-dfbe-401d-a8eb-48eb45cba591'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '09fbe0e2-de28-46f1-a593-da243f800e3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2835] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4088 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1399/2836] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => 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: 1438/2837] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1400/2838] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a8&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1439/2839] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2840] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2841] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2842] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2843] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:03 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1403/2844] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:04 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4088 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2845] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1404/2846] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2847] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&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: 1405/2848] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1444/2849] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1406/2850] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2851] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2852] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2853] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2854] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1447/2855] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1409/2856] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a8&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1448/2859] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2860] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2861] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2862] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1450/2863] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:05 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2864] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:32:09 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2865] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:09 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2866] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:09 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2867] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:09 2026] GET /v2.0/subnets/dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2868] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32: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: 1453/2869] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:10 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: 1417/2870] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:10 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: 1454/2871] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32: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: 7|app: 0|req: 1418/2872] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2873] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2874] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2875] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2876] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2877] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2878] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:10 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2879] 10.0.0.219 () {30 vars in 690 bytes} [Thu Apr 23 01:32:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2880] 10.0.0.219 () {30 vars in 692 bytes} [Thu Apr 23 01:32:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2881] 10.0.0.219 () {30 vars in 668 bytes} [Thu Apr 23 01:32:14 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: 1423/2882] 10.0.0.219 () {30 vars in 704 bytes} [Thu Apr 23 01:32:14 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: 1460/2883] 10.0.0.219 () {28 vars in 439 bytes} [Thu Apr 23 01:32:15 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2884] 10.0.0.219 () {30 vars in 728 bytes} [Thu Apr 23 01:32:15 2026] GET /v2.0/subnets/b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2885] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2886] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:15 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: 1462/2887] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2888] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2889] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:15 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2890] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:16 2026] GET /v2.0/subnets/b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2891] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:16 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4090 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2892] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2893] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2894] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:16 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: 1466/2895] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2896] 199.204.45.229 () {34 vars in 717 bytes} [Thu Apr 23 01:32:16 2026] POST /v2.0/ports => generated 1332 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2897] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:32:17 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2898] 199.204.45.229 () {34 vars in 1262 bytes} [Thu Apr 23 01:32:18 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2899] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:18 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1432/2900] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:18 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1469/2901] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:32:18 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2902] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:18 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2903] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:32:18 2026] PUT /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1522 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:19.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87c94e4b-3bd4-489b-84f2-acd309a00912'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '24ef50fb-a030-4e14-b9e3-6960c1b2abba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1434/2904] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:19 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 5604 bytes in 54 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: 1471/2905] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:19 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2906] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:32:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=24ef50fb-a030-4e14-b9e3-6960c1b2abba => 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: 1472/2907] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Apr 23 01:32:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=24ef50fb-a030-4e14-b9e3-6960c1b2abba => 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: 1436/2910] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:32:19 2026] GET /v2.0/subnets?id=0554ab0e-3c26-46fe-9a42-61d810557165&id=b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 1414 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2911] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:20 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&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: 1437/2912] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:20 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&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: 1476/2913] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:20 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1438/2914] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:20 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1477/2915] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 5604 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2916] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2917] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2918] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2919] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1441/2920] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2921] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1442/2922] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:21 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2923] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2924] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1482/2925] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2926] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1483/2927] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a8&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2928] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2929] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2930] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&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: 1485/2931] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1447/2932] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2933] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2934] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=24ef50fb-a030-4e14-b9e3-6960c1b2abba => 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: 1487/2935] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/subnets?id=0554ab0e-3c26-46fe-9a42-61d810557165&id=b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2936] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&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: 1488/2937] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2938] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1489/2939] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:22 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1451/2940] 10.0.0.199 () {34 vars in 971 bytes} [Thu Apr 23 01:32:26 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1524 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2941] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:26 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2942] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:26 2026] GET /v2.0/subnets/b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2943] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:26 2026] GET /v2.0/subnets/0554ab0e-3c26-46fe-9a42-61d810557165 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2944] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:26 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2945] 199.204.45.229 () {34 vars in 790 bytes} [Thu Apr 23 01:32:26 2026] PUT /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1251 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:27.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b62bcb34-0b13-481a-9d68-86f7ee0096b4'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '09fbe0e2-de28-46f1-a593-da243f800e3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2946] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc => 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: 1493/2947] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2948] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:27 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: 1494/2949] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:27 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: 1456/2950] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:27 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: 1495/2951] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2952] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2953] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2954] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2955] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2956] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 799 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2957] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2958] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2959] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 5377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2960] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2961] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1462/2962] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/subnets?id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2963] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2964] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:27 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2965] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:28 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1504/2968] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2969] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:39 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: 1505/2970] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2971] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:39 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: 1506/2972] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2973] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 5377 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2974] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2975] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2976] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2977] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2978] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:39 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1524 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2979] 199.204.45.229 () {34 vars in 790 bytes} [Thu Apr 23 01:32:39 2026] PUT /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1311 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:40.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f19254a-83c1-4652-926d-ba9390037ee0'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '24ef50fb-a030-4e14-b9e3-6960c1b2abba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/2980] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023 => generated 797 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1471/2981] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/subnets/0554ab0e-3c26-46fe-9a42-61d810557165 => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2982] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1347 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2983] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:32:40 2026] PUT /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2984] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023 => generated 797 bytes in 50 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: 1473/2985] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2986] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2987] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2988] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1475/2989] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2990] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:40 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2991] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:42 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:42.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1d3485e-6bd9-4b6e-8c84-8c139de8a79c'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '24ef50fb-a030-4e14-b9e3-6960c1b2abba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1516/2992] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:42 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2993] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:42 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2994] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:42 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1478/2995] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:42 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2996] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:43 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 4969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2997] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:32:43 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2998] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:43 2026] GET /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2999] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Apr 23 01:32:43 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3000] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:32:43 2026] PUT /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 917 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3001] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:32:44.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd17f5a9-ab95-4caa-862b-2724947dc8ce 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 24ef50fb-a030-4e14-b9e3-6960c1b2abba 2026-04-23 01:32:44.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd17f5a9-ab95-4caa-862b-2724947dc8ce 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 24ef50fb-a030-4e14-b9e3-6960c1b2abba [pid: 8|app: 0|req: 1521/3002] 199.204.45.229 () {32 vars in 759 bytes} [Thu Apr 23 01:32:44 2026] DELETE /v2.0/ports/24ef50fb-a030-4e14-b9e3-6960c1b2abba => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3003] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3004] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3005] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3006] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:44 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: 1484/3007] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3008] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3009] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3010] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1486/3011] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3012] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3013] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:44 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1527/3014] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3015] 199.204.45.229 () {34 vars in 1226 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks?id=b1170f14-0dd4-4cba-886e-cdd24847d2be&id=cf823200-d226-4ada-b345-99358d8e64f4&id=34132872-c33c-4d00-adc1-d34b1d1907fc&id=e691036c-768d-4054-bb1e-1a348688d023 => generated 3096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3016] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1489/3017] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => 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: 1529/3018] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&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: 1490/3019] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1530/3020] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1491/3021] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1531/3022] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3023] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&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: 1532/3024] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3025] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1533/3026] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=09fbe0e2-de28-46f1-a593-da243f800e3f => 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: 1494/3027] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/subnets?id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3028] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3029] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1535/3030] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:45 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3031] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:50 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: 1536/3032] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:50 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: 1497/3033] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:50 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: 1537/3034] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3035] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3036] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:50 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: 1499/3037] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3038] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:50 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: 1500/3039] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3040] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3043] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:32:50 2026] PUT /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1080 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:32:50.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a71caf6a-ce0b-4fe8-b02d-65a6e6433c64'] response: {'name': 'network-changed', 'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'tag': '09fbe0e2-de28-46f1-a593-da243f800e3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1543/3044] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc => generated 798 bytes in 45 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: 1502/3045] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3046] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:50 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3047] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:51 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3048] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:32:51 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3049] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:51 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1546/3050] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:51 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3051] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:51 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3052] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:32:52 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3053] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:52 2026] GET /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3054] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Apr 23 01:32:52 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3055] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:52 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 3690 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3056] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:32:53 2026] PUT /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 917 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3057] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:32:54.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-609ef00b-3a55-468b-a0ed-07601ff11a17 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 09fbe0e2-de28-46f1-a593-da243f800e3f 2026-04-23 01:32:54.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-609ef00b-3a55-468b-a0ed-07601ff11a17 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 09fbe0e2-de28-46f1-a593-da243f800e3f [pid: 8|app: 0|req: 1550/3058] 199.204.45.229 () {32 vars in 759 bytes} [Thu Apr 23 01:32:54 2026] DELETE /v2.0/ports/09fbe0e2-de28-46f1-a593-da243f800e3f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3059] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3060] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3061] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3062] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3063] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3064] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3065] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3066] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3067] 199.204.45.229 () {30 vars in 743 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3068] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3069] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1556/3070] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3071] 199.204.45.229 () {34 vars in 1146 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/networks?id=b1170f14-0dd4-4cba-886e-cdd24847d2be&id=cf823200-d226-4ada-b345-99358d8e64f4&id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 2310 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3072] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1516/3073] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3074] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&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: 1517/3075] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:54 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1559/3076] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1518/3077] 199.204.45.229 () {34 vars in 1056 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.59&port_id=c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => 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: 1560/3078] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/subnets?id=be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1519/3079] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/ports?network_id=cf823200-d226-4ada-b345-99358d8e64f4&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: 1561/3080] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3081] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:32:55 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?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: 1522/3084] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:33:06 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: 1563/3085] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:33:06 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: 1523/3086] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:33:06 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: 1564/3087] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:33:06 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-04-23 01:33:06.327 7 INFO neutron.api.v2.resource [None req-32a29568-75b7-43bc-a5a3-53b335560852 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3088] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:33:06 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3089] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:33:06 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3090] 199.204.45.229 () {30 vars in 815 bytes} [Thu Apr 23 01:33:06 2026] GET /v2.0/security-group-rules?security_group_id=980ff2c6-c643-4594-ac1a-838a708870a2 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3091] 199.204.45.229 () {32 vars in 789 bytes} [Thu Apr 23 01:33:06 2026] DELETE /v2.0/security-group-rules/31dd9df8-4925-4b80-8bd2-53b95dea1e5c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3092] 199.204.45.229 () {32 vars in 789 bytes} [Thu Apr 23 01:33:06 2026] DELETE /v2.0/security-group-rules/7999fb29-aa0b-4446-9147-1d1c942cc486 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:10.133 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa975ca7-8ef2-4241-9821-cea9d3d2f030 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 6d4563f2-2f67-455d-bb94-7650598578f0 2026-04-23 01:33:10.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa975ca7-8ef2-4241-9821-cea9d3d2f030 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 6d4563f2-2f67-455d-bb94-7650598578f0 2026-04-23 01:33:10.342 8 INFO neutron.db.l3_db [None req-fa975ca7-8ef2-4241-9821-cea9d3d2f030 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP 586313ba-3837-40dc-b700-298efde9dafa disassociated (deleted). External IP: 10.96.250.213, port: 8360ab8e-c61b-4c0f-acb8-f7bdb5388380. [pid: 8|app: 0|req: 1567/3093] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:33:10 2026] DELETE /v2.0/floatingips/586313ba-3837-40dc-b700-298efde9dafa => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:10.672 7 INFO neutron.api.v2.resource [None req-93842518-ebf1-44ef-b822-93de18291578 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3094] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:33:10 2026] GET /v2.0/floatingips/586313ba-3837-40dc-b700-298efde9dafa => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3095] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3096] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:33:11 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: 1569/3097] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:33:11 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: 1529/3098] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:33:11 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-04-23 01:33:11.589 8 INFO neutron.api.v2.resource [None req-f59ce441-1768-4580-91ab-e8fd5e7611d5 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3099] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => 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: 1530/3100] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3101] 199.204.45.229 () {30 vars in 815 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/security-group-rules?security_group_id=980ff2c6-c643-4594-ac1a-838a708870a2 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3102] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:33:11 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: 1572/3103] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:33:11 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: 1532/3104] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:33:11 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: 1573/3105] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:33:11 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: 1533/3106] 199.204.45.229 () {30 vars in 741 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => 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: 1574/3107] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3108] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3109] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:11 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3110] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:13 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3111] 199.204.45.229 () {34 vars in 975 bytes} [Thu Apr 23 01:33:14 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1346 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3112] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:33:14 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4?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: 8|app: 0|req: 1577/3113] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:14 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3114] 199.204.45.229 () {34 vars in 1016 bytes} [Thu Apr 23 01:33:14 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3115] 199.204.45.229 () {38 vars in 1028 bytes} [Thu Apr 23 01:33:14 2026] PUT /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1147 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3116] 199.204.45.229 () {30 vars in 769 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1244 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: 1579/3117] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:33:15 2026] PUT /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1086 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3118] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 01:33:15.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2139da8-93ce-4aef-8332-f2e455514de8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 2026-04-23 01:33:15.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2139da8-93ce-4aef-8332-f2e455514de8 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 [pid: 8|app: 0|req: 1580/3119] 199.204.45.229 () {32 vars in 759 bytes} [Thu Apr 23 01:33:15 2026] DELETE /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3120] 199.204.45.229 () {30 vars in 703 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3121] 199.204.45.229 () {30 vars in 705 bytes} [Thu Apr 23 01:33:15 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: 1541/3122] 199.204.45.229 () {30 vars in 681 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3123] 199.204.45.229 () {30 vars in 717 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:33:15.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15d8a2e0-e64c-4450-a598-43ad3d3115d2 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3124] 199.204.45.229 () {32 vars in 759 bytes} [Thu Apr 23 01:33:15 2026] DELETE /v2.0/ports/c9dad4fb-8c00-4e86-bc95-dd4189c98ba4 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3125] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:33:15.908 7 INFO neutron.api.v2.resource [None req-c54b199f-6cfb-4960-96ae-f0f94228c725 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3126] 199.204.45.229 () {30 vars in 763 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/security-groups/lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3127] 199.204.45.229 () {30 vars in 785 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/security-groups?name=lb-8281fea9-4c09-4b73-8ccb-6bfe184ca702 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3128] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/ports?tenant_id=75e8bcca93ea40a3a6013c86562f8c3f&device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => 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: 1585/3129] 199.204.45.229 () {30 vars in 737 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3130] 199.204.45.229 () {34 vars in 1066 bytes} [Thu Apr 23 01:33:15 2026] GET /v2.0/networks?id=b1170f14-0dd4-4cba-886e-cdd24847d2be&id=cf823200-d226-4ada-b345-99358d8e64f4 => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3131] 199.204.45.229 () {34 vars in 1060 bytes} [Thu Apr 23 01:33:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.89&port_id=77865c15-57aa-4c43-8cc3-2a5658aedf23 => 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: 1547/3132] 199.204.45.229 () {34 vars in 984 bytes} [Thu Apr 23 01:33:16 2026] GET /v2.0/subnets?id=e2a09e9a-4bd7-495d-b672-49f070a1fb8a => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3133] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:33:16 2026] GET /v2.0/ports?network_id=b1170f14-0dd4-4cba-886e-cdd24847d2be&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3134] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:33:16 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?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: 1586/3135] 199.204.45.229 () {34 vars in 789 bytes} [Thu Apr 23 01:33:15 2026] PUT /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 1094 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3136] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:33:16 2026] GET /v2.0/networks/b1170f14-0dd4-4cba-886e-cdd24847d2be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3137] 199.204.45.229 () {32 vars in 779 bytes} [Thu Apr 23 01:33:16 2026] DELETE /v2.0/security-groups/980ff2c6-c643-4594-ac1a-838a708870a2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:16.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f775ae3-10fb-40f5-a562-5ec5754cd19b 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 8360ab8e-c61b-4c0f-acb8-f7bdb5388380 2026-04-23 01:33:16.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f775ae3-10fb-40f5-a562-5ec5754cd19b 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 8360ab8e-c61b-4c0f-acb8-f7bdb5388380 [pid: 7|app: 0|req: 1551/3138] 199.204.45.229 () {32 vars in 759 bytes} [Thu Apr 23 01:33:16 2026] DELETE /v2.0/ports/8360ab8e-c61b-4c0f-acb8-f7bdb5388380 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3139] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:33:19 2026] GET /v2.0/ports?device_id=c164c89d-33bd-4ca6-9685-5f0557b173c9 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:33:19.351 7 INFO neutron_taas.services.taas.taas_plugin [req-d6f8d663-97ec-48b5-867e-aed11ca67ca3 req-1248662d-1a87-4943-928e-89b66018e5cc 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] TaaS: Handle Delete Port: 77865c15-57aa-4c43-8cc3-2a5658aedf23 2026-04-23 01:33:19.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d6f8d663-97ec-48b5-867e-aed11ca67ca3 req-1248662d-1a87-4943-928e-89b66018e5cc 898d5208e6d94fabb06aa16326cdc006 75e8bcca93ea40a3a6013c86562f8c3f - - default default] Tap Mirror: Handle Delete Port: 77865c15-57aa-4c43-8cc3-2a5658aedf23 [pid: 7|app: 0|req: 1552/3140] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:33:19 2026] DELETE /v2.0/ports/77865c15-57aa-4c43-8cc3-2a5658aedf23 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:19.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a5dc840-bd24-4908-b22f-3fb01fdbe1c8'] response: {'server_uuid': 'c164c89d-33bd-4ca6-9685-5f0557b173c9', 'name': 'network-vif-deleted', 'tag': '77865c15-57aa-4c43-8cc3-2a5658aedf23', 'status': 'completed', 'code': 200} 2026-04-23 01:33:21.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfab7c3c-ed45-4c1a-9743-6c61273ef454 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 2b85bd52-69a0-4190-a696-ae5da0b46060 2026-04-23 01:33:21.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfab7c3c-ed45-4c1a-9743-6c61273ef454 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 2b85bd52-69a0-4190-a696-ae5da0b46060 2026-04-23 01:33:21.209 7 INFO neutron.db.l3_db [None req-dfab7c3c-ed45-4c1a-9743-6c61273ef454 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP 66fdc174-07db-4f79-acbf-a5811dbf30fa disassociated (deleted). External IP: 10.96.250.209, port: 419d2fdd-e821-4453-8a85-951fe6c1a030. [pid: 7|app: 0|req: 1554/3143] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:33:20 2026] DELETE /v2.0/floatingips/66fdc174-07db-4f79-acbf-a5811dbf30fa => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:21.580 8 INFO neutron.api.v2.resource [None req-f1d981b9-e23f-42b9-aa73-65ecd183cbdd 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3144] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:33:21 2026] GET /v2.0/floatingips/66fdc174-07db-4f79-acbf-a5811dbf30fa => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:21.588 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-838a76b0-ac8e-4637-8ae8-5f53fd134b6c'] response: {'name': 'network-changed', 'server_uuid': 'b9e4802b-cbfe-49df-a6b1-5377bfdc6219', 'tag': '419d2fdd-e821-4453-8a85-951fe6c1a030', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1555/3145] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:33:21 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3146] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:33:21 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3147] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3148] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/networks?id=e691036c-768d-4054-bb1e-1a348688d023 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3149] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.198&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => 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: 1593/3150] 199.204.45.229 () {34 vars in 1106 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30d&port_id=419d2fdd-e821-4453-8a85-951fe6c1a030 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3151] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/subnets?id=0554ab0e-3c26-46fe-9a42-61d810557165&id=b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3152] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3153] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/ports?network_id=e691036c-768d-4054-bb1e-1a348688d023&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3154] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3155] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:33:22 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023?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: 1596/3156] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:33:24 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:33:24.313 7 INFO neutron_taas.services.taas.taas_plugin [req-2c1da7f0-4dc7-4a7d-89ea-2869b40fd867 req-f9d74759-c1b4-4c43-9d3e-560e05e5307f 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 419d2fdd-e821-4453-8a85-951fe6c1a030 2026-04-23 01:33:24.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c1da7f0-4dc7-4a7d-89ea-2869b40fd867 req-f9d74759-c1b4-4c43-9d3e-560e05e5307f 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 419d2fdd-e821-4453-8a85-951fe6c1a030 [pid: 7|app: 0|req: 1561/3157] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:33:24 2026] DELETE /v2.0/ports/419d2fdd-e821-4453-8a85-951fe6c1a030 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:24.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d460b0e9-ca4d-4d18-92d0-fdaee9572378'] response: {'server_uuid': 'b9e4802b-cbfe-49df-a6b1-5377bfdc6219', 'name': 'network-vif-deleted', 'tag': '419d2fdd-e821-4453-8a85-951fe6c1a030', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1597/3158] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:33:26 2026] GET /v2.0/ports?device_id=b9e4802b-cbfe-49df-a6b1-5377bfdc6219 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 01:33:32.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9ec2ae2-f560-4795-9820-c534dbe2591a 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 045f07de-2f3f-48ea-94cb-40a57742a48c 2026-04-23 01:33:32.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9ec2ae2-f560-4795-9820-c534dbe2591a 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 045f07de-2f3f-48ea-94cb-40a57742a48c 2026-04-23 01:33:32.318 7 INFO neutron.db.l3_db [None req-d9ec2ae2-f560-4795-9820-c534dbe2591a 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Floating IP a88338e8-fefe-43b4-a09d-f24dba9462be disassociated (deleted). External IP: 10.96.250.219, port: 0e80bd80-ef2e-475a-8213-e7031a633c2e. [pid: 7|app: 0|req: 1562/3159] 10.0.0.253 () {32 vars in 732 bytes} [Thu Apr 23 01:33:32 2026] DELETE /v2.0/floatingips/a88338e8-fefe-43b4-a09d-f24dba9462be => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:32.637 8 INFO neutron.api.v2.resource [None req-7d18c856-9af3-4c24-bb4d-4324ffc36f85 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3160] 10.0.0.253 () {32 vars in 729 bytes} [Thu Apr 23 01:33:32 2026] GET /v2.0/floatingips/a88338e8-fefe-43b4-a09d-f24dba9462be => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:32.649 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84234809-d7ed-4a68-a8b5-e3083f4b9143'] response: {'name': 'network-changed', 'server_uuid': 'd8689b2a-8815-421b-b16f-e9a111679e79', 'tag': '0e80bd80-ef2e-475a-8213-e7031a633c2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3161] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:33:32 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3162] 10.0.0.199 () {34 vars in 1040 bytes} [Thu Apr 23 01:33:32 2026] GET /v2.0/security-groups?id=ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb&fields=id&fields=name => generated 110 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3163] 199.204.45.229 () {34 vars in 1080 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/ports?tenant_id=459c0ed2654c4273a23cbff9ae64684c&device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3164] 199.204.45.229 () {34 vars in 986 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/networks?id=34132872-c33c-4d00-adc1-d34b1d1907fc => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3165] 199.204.45.229 () {34 vars in 1058 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3166] 199.204.45.229 () {34 vars in 1104 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A284&port_id=0e80bd80-ef2e-475a-8213-e7031a633c2e => 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: 1566/3167] 199.204.45.229 () {34 vars in 1064 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/subnets?id=dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f&id=dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3168] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3169] 199.204.45.229 () {34 vars in 1052 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/ports?network_id=34132872-c33c-4d00-adc1-d34b1d1907fc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3170] 199.204.45.229 () {34 vars in 1012 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3171] 199.204.45.229 () {34 vars in 1112 bytes} [Thu Apr 23 01:33:33 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc?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: 1604/3172] 199.204.45.229 () {34 vars in 994 bytes} [Thu Apr 23 01:33:35 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 01:33:35.363 7 INFO neutron_taas.services.taas.taas_plugin [req-235907fa-f141-47db-afc2-aecf6c08b38d req-adedf170-cbe0-4d07-add8-b34f1ac9b50b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 0e80bd80-ef2e-475a-8213-e7031a633c2e 2026-04-23 01:33:35.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-235907fa-f141-47db-afc2-aecf6c08b38d req-adedf170-cbe0-4d07-add8-b34f1ac9b50b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 0e80bd80-ef2e-475a-8213-e7031a633c2e [pid: 7|app: 0|req: 1569/3175] 199.204.45.229 () {36 vars in 997 bytes} [Thu Apr 23 01:33:35 2026] DELETE /v2.0/ports/0e80bd80-ef2e-475a-8213-e7031a633c2e => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:35.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6ad5127-39f4-41e3-a934-cd681cc0d397'] response: {'server_uuid': 'd8689b2a-8815-421b-b16f-e9a111679e79', 'name': 'network-vif-deleted', 'tag': '0e80bd80-ef2e-475a-8213-e7031a633c2e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1607/3176] 10.0.0.199 () {34 vars in 990 bytes} [Thu Apr 23 01:33:37 2026] GET /v2.0/ports?device_id=d8689b2a-8815-421b-b16f-e9a111679e79 => 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: 1570/3177] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/e9515db2-0976-49ab-b490-cd06c5711622 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.100 8 INFO neutron.api.v2.resource [None req-77abf939-319f-44f6-8e37-676928e4b6ef 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3178] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/e9515db2-0976-49ab-b490-cd06c5711622 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3179] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/85af0f4f-ba94-43da-964b-f7bdfa656c3c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.184 8 INFO neutron.api.v2.resource [None req-0acae94d-2d9a-4c2f-afcf-58027d3d7583 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3180] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/85af0f4f-ba94-43da-964b-f7bdfa656c3c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3181] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/e8fe4992-3e8d-46d7-b228-7fb34509d43e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.263 8 INFO neutron.api.v2.resource [None req-2137b11b-feae-4eaf-8ed8-b6023f7ab947 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3182] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/e8fe4992-3e8d-46d7-b228-7fb34509d43e => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3183] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/a6832dc1-9b2d-4113-b902-3f18b4ae444c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.350 8 INFO neutron.api.v2.resource [None req-d51645f1-13eb-479d-9cc0-fb42e4b4dcfb 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3184] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/a6832dc1-9b2d-4113-b902-3f18b4ae444c => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3185] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/867a1a99-8a6b-4a85-9fba-54a1b4a9e614 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.428 8 INFO neutron.api.v2.resource [None req-13046b67-b434-496a-8a4a-13921452425b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3186] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/867a1a99-8a6b-4a85-9fba-54a1b4a9e614 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3187] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/20a5f64a-20aa-4f3b-a467-5dff04ac9c0f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.510 8 INFO neutron.api.v2.resource [None req-6add04d5-4c6f-49f1-98c2-7dd0133ddfce 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3188] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/20a5f64a-20aa-4f3b-a467-5dff04ac9c0f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3189] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/d5691da3-fcdf-4bd3-9ada-ba555115bab3 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.588 8 INFO neutron.api.v2.resource [None req-761826ae-0c44-48cd-953f-b11f4d85484c 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3190] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/d5691da3-fcdf-4bd3-9ada-ba555115bab3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3191] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/7facd7ac-5ced-4ea0-906a-cd45e896177b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.673 8 INFO neutron.api.v2.resource [None req-2e870954-e084-4500-b934-750ad27c9b09 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3192] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/7facd7ac-5ced-4ea0-906a-cd45e896177b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3193] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/f3c2471f-2986-472f-becd-cac87705e8d2 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.750 8 INFO neutron.api.v2.resource [None req-0b2b8ace-e9e6-43b7-9508-0319603b33f4 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3194] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/f3c2471f-2986-472f-becd-cac87705e8d2 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3195] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/edfb2ebd-73c7-41bf-ac70-33e260ecf3b2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.827 8 INFO neutron.api.v2.resource [None req-4979a48c-7590-4462-9edb-e25797a0b18b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3196] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/edfb2ebd-73c7-41bf-ac70-33e260ecf3b2 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3197] 10.0.0.253 () {32 vars in 750 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-group-rules/f87e7352-efbe-4340-8160-d0846bd43f25 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.904 8 INFO neutron.api.v2.resource [None req-4b6c6e1d-1e3c-4c2c-a511-4e41470b9f19 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3198] 10.0.0.253 () {32 vars in 747 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-group-rules/f87e7352-efbe-4340-8160-d0846bd43f25 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3199] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:43 2026] DELETE /v2.0/security-groups/ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:43.999 8 INFO neutron.api.v2.resource [None req-811605df-d85f-4176-9129-07b6e2509d39 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3200] 10.0.0.253 () {32 vars in 737 bytes} [Thu Apr 23 01:33:43 2026] GET /v2.0/security-groups/ce3cf4d1-4bf2-4d06-8a79-56462a5f40eb => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:44.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3d9e43b-497c-4a21-afb2-25af71e440bc 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 0c80ee27-2420-4b76-bda6-21f98d29095d 2026-04-23 01:33:44.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3d9e43b-497c-4a21-afb2-25af71e440bc 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 0c80ee27-2420-4b76-bda6-21f98d29095d [pid: 7|app: 0|req: 1582/3201] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:44 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:33:45.129 8 INFO neutron.api.v2.resource [None req-167eacff-7025-4b97-95da-b1ebe1b417e1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3202] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:44 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:45.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-47bb21fc-e8aa-44f7-acbe-76acd83fbc82 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 8a9abd8c-6f70-4cdb-bff8-b2cc61e2711b 2026-04-23 01:33:45.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47bb21fc-e8aa-44f7-acbe-76acd83fbc82 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 8a9abd8c-6f70-4cdb-bff8-b2cc61e2711b [pid: 7|app: 0|req: 1583/3203] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:45 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:33:46.176 8 INFO neutron.api.v2.resource [None req-0c6325ea-8b7a-4c8d-9b86-745992260d7f 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3204] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:46 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:46.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec532b7a-6d42-4f08-92d4-f4620583a4cf 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: c77d06cd-08bb-445c-b7f8-05965f84c949 2026-04-23 01:33:46.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec532b7a-6d42-4f08-92d4-f4620583a4cf 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: c77d06cd-08bb-445c-b7f8-05965f84c949 [pid: 7|app: 0|req: 1584/3205] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:46 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 309 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 01:33:47.138 8 INFO neutron.api.v2.resource [None req-b7c079fd-f88b-48f3-b46f-acaf597f8d1d 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3206] 10.0.0.253 () {34 vars in 789 bytes} [Thu Apr 23 01:33:46 2026] PUT /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:47.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-c86dbe4d-573c-48bb-a276-8d2d8f7ba2d1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: f9364e95-a8c4-4bbf-9528-2be7a8edc749 2026-04-23 01:33:47.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86dbe4d-573c-48bb-a276-8d2d8f7ba2d1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: f9364e95-a8c4-4bbf-9528-2be7a8edc749 2026-04-23 01:33:47.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-c86dbe4d-573c-48bb-a276-8d2d8f7ba2d1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 2a2ce2f9-a149-42b7-af8a-11cb3ca62952 2026-04-23 01:33:47.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86dbe4d-573c-48bb-a276-8d2d8f7ba2d1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 2a2ce2f9-a149-42b7-af8a-11cb3ca62952 2026-04-23 01:33:47.810 7 INFO neutron.db.l3_hamode_db [None req-c86dbe4d-573c-48bb-a276-8d2d8f7ba2d1 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] HA network 5316ceeb-d73a-4c11-924a-c6802b422f4c was deleted as no HA routers are present in tenant 459c0ed2654c4273a23cbff9ae64684c. [pid: 7|app: 0|req: 1585/3207] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:47 2026] DELETE /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 01:33:47.827 7 INFO neutron.services.segments.plugin [-] Segment aef13f3b-4bbb-42bf-9d11-bc4061a9a30a resource provider aggregate not found 2026-04-23 01:33:47.837 7 INFO neutron.services.segments.plugin [-] Segment aef13f3b-4bbb-42bf-9d11-bc4061a9a30a resource provider aggregate not found 2026-04-23 01:33:47.839 8 INFO neutron.api.v2.resource [None req-27ef15a9-a2c1-4662-94a5-732db36aa1c9 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3208] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:47 2026] GET /v2.0/routers/d0788023-df01-4f67-a325-f69c6ab16bc5 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:47.843 7 INFO neutron.services.segments.plugin [-] Segment aef13f3b-4bbb-42bf-9d11-bc4061a9a30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef13f3b-4bbb-42bf-9d11-bc4061a9a30a found for delete ", "request_id": "req-1118df28-3543-4639-bda1-3cbdadd650b2"}]} 2026-04-23 01:33:47.855 7 INFO neutron.services.segments.plugin [-] Segment aef13f3b-4bbb-42bf-9d11-bc4061a9a30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef13f3b-4bbb-42bf-9d11-bc4061a9a30a found for delete ", "request_id": "req-87a53c2e-a851-4c63-abb4-40f5869a2ee9"}]} [pid: 7|app: 0|req: 1586/3209] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:47 2026] DELETE /v2.0/subnets/0554ab0e-3c26-46fe-9a42-61d810557165 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:48.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a25beb6-964d-4999-bb32-120bd858c045 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3210] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:47 2026] GET /v2.0/subnets/0554ab0e-3c26-46fe-9a42-61d810557165 => 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: 1587/3211] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:48 2026] DELETE /v2.0/subnets/b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:48.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17fa217f-a953-496e-aa3f-32f8bd851e80 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3212] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:48 2026] GET /v2.0/subnets/b93d9cd8-b2a7-414d-8719-0d621479dc5b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:48.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cb06df7-5301-4d00-89ee-88087bd6ebf8 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: a02029c6-9f01-462c-acd4-c84618d8196a 2026-04-23 01:33:48.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb06df7-5301-4d00-89ee-88087bd6ebf8 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: a02029c6-9f01-462c-acd4-c84618d8196a [pid: 7|app: 0|req: 1588/3213] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:33:48 2026] DELETE /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:48.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b736b539-c604-434d-8423-f02c1d0127fb 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3214] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:33:48 2026] GET /v2.0/networks/e691036c-768d-4054-bb1e-1a348688d023 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3215] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:48 2026] DELETE /v2.0/subnets/dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:48.722 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8750d8-eac2-4af4-9ef5-8db41a3dc833 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3216] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:48 2026] GET /v2.0/subnets/dddcc4ce-9891-4f8a-a09f-b637b7a9ba8f => 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: 1590/3217] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:48 2026] DELETE /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:48.905 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98952d63-557b-43ab-b0e3-6f23dc884c0a 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3218] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:48 2026] GET /v2.0/subnets/dc600489-1c5e-4a61-9fac-bd4307a4f660 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:49.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-896a9da7-a95b-42e7-a1d8-83f01de3d92b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 2bccec79-6d79-42d8-b542-cb764fd0e6a3 2026-04-23 01:33:49.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896a9da7-a95b-42e7-a1d8-83f01de3d92b 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 2bccec79-6d79-42d8-b542-cb764fd0e6a3 [pid: 7|app: 0|req: 1591/3219] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:33:48 2026] DELETE /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:49.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9bef996-4f05-4a52-9cb9-2929e1e58e01 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3220] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:33:49 2026] GET /v2.0/networks/34132872-c33c-4d00-adc1-d34b1d1907fc => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3221] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:49 2026] DELETE /v2.0/subnets/bbc1a358-bf84-4f82-b8d7-e0271dbee64c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:49.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35b64a65-6756-41df-a151-50794d69f4e4 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3222] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:49 2026] GET /v2.0/subnets/bbc1a358-bf84-4f82-b8d7-e0271dbee64c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3223] 10.0.0.253 () {32 vars in 724 bytes} [Thu Apr 23 01:33:49 2026] DELETE /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:49.616 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b82f46e-aea0-4ccf-a54f-0d0a3c0b09a3 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3224] 10.0.0.253 () {32 vars in 721 bytes} [Thu Apr 23 01:33:49 2026] GET /v2.0/subnets/be306a90-60a6-42c6-be1f-ba0af480b9ee => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:49.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fa5bd25-1f3c-488a-994d-099600916977 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] TaaS: Handle Delete Port: 21fee7da-6374-4965-9f79-61f4ba9d3463 2026-04-23 01:33:49.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa5bd25-1f3c-488a-994d-099600916977 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] Tap Mirror: Handle Delete Port: 21fee7da-6374-4965-9f79-61f4ba9d3463 2026-04-23 01:33:49.862 7 INFO neutron.services.segments.plugin [-] Segment 007d73f3-9bbe-42e3-9d0e-7a71098945fc resource provider aggregate not found 2026-04-23 01:33:49.883 7 INFO neutron.services.segments.plugin [-] Segment 007d73f3-9bbe-42e3-9d0e-7a71098945fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 007d73f3-9bbe-42e3-9d0e-7a71098945fc found for delete ", "request_id": "req-bc33c15e-25ac-4b14-af27-2f2ff1ec9ce9"}]} 2026-04-23 01:33:49.889 7 INFO neutron.services.segments.plugin [-] Segment 007d73f3-9bbe-42e3-9d0e-7a71098945fc resource provider aggregate not found 2026-04-23 01:33:49.904 7 INFO neutron.services.segments.plugin [-] Segment e3926c3a-91cc-4dde-ac05-5091e6282863 resource provider aggregate not found 2026-04-23 01:33:49.911 7 INFO neutron.services.segments.plugin [-] Segment 007d73f3-9bbe-42e3-9d0e-7a71098945fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 007d73f3-9bbe-42e3-9d0e-7a71098945fc found for delete ", "request_id": "req-7f6fe987-dadd-45eb-a587-2e9e2ea22f39"}]} 2026-04-23 01:33:49.918 7 INFO neutron.services.segments.plugin [-] Segment e3926c3a-91cc-4dde-ac05-5091e6282863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3926c3a-91cc-4dde-ac05-5091e6282863 found for delete ", "request_id": "req-cc2708de-5676-4636-befa-4bf434097b38"}]} 2026-04-23 01:33:49.929 7 INFO neutron.services.segments.plugin [-] Segment e3926c3a-91cc-4dde-ac05-5091e6282863 resource provider aggregate not found [pid: 7|app: 0|req: 1594/3225] 10.0.0.253 () {32 vars in 726 bytes} [Thu Apr 23 01:33:49 2026] DELETE /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 01:33:49.945 7 INFO neutron.services.segments.plugin [-] Segment e3926c3a-91cc-4dde-ac05-5091e6282863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3926c3a-91cc-4dde-ac05-5091e6282863 found for delete ", "request_id": "req-6258d945-d6e8-4627-b57a-1204a9dbd42a"}]} 2026-04-23 01:33:49.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e84be402-ffe8-4705-bc1d-fe5c2fbdaafd 600fc050139947a493b3f7074ec36720 459c0ed2654c4273a23cbff9ae64684c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3226] 10.0.0.253 () {32 vars in 723 bytes} [Thu Apr 23 01:33:49 2026] GET /v2.0/networks/cf823200-d226-4ada-b345-99358d8e64f4 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 01:33:51.932 7 INFO neutron.services.segments.plugin [-] Segment a92a6d44-7d08-4815-9312-ed1533df3de6 resource provider aggregate not found 2026-04-23 01:33:51.950 7 INFO neutron.services.segments.plugin [-] Segment a92a6d44-7d08-4815-9312-ed1533df3de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92a6d44-7d08-4815-9312-ed1533df3de6 found for delete ", "request_id": "req-a899e1b3-cd13-4cb5-a38e-90abc9624d19"}]} 2026-04-23 01:33:51.962 7 INFO neutron.services.segments.plugin [-] Segment a92a6d44-7d08-4815-9312-ed1533df3de6 resource provider aggregate not found 2026-04-23 01:33:51.977 7 INFO neutron.services.segments.plugin [-] Segment a92a6d44-7d08-4815-9312-ed1533df3de6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92a6d44-7d08-4815-9312-ed1533df3de6 found for delete ", "request_id": "req-bd609d33-b7d9-477e-97cb-db29d97ea0af"}]} [pid: 8|app: 0|req: 1634/3229] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:51 2026] GET /v2.0/security-groups?tenant_id=9ace07218199467ab76266bdc3e219b1&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3230] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:52 2026] DELETE /v2.0/security-groups/6906869a-d1b9-4927-b283-590d1e2a2f19 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3231] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:52 2026] GET /v2.0/security-groups?tenant_id=459c0ed2654c4273a23cbff9ae64684c&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3232] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:52 2026] DELETE /v2.0/security-groups/c06125e7-182c-48b4-b486-63c4099f9ea7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3233] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:52 2026] GET /v2.0/security-groups?tenant_id=4f648a4bc6fb471aa19a3c45b7923b4a&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3234] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:52 2026] DELETE /v2.0/security-groups/505d9293-4cbb-4766-a006-502e4022ca7b => 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: 1637/3235] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:52 2026] GET /v2.0/security-groups?tenant_id=9e1967c90f8c4895af3967ef53b39e36&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: 1599/3236] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:52 2026] DELETE /v2.0/security-groups/bd05c30c-511b-4e68-880b-ca6ead84586d => 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: 1638/3237] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:53 2026] GET /v2.0/security-groups?tenant_id=376c8c8ee38c4899a050a22ed6e91daf&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3238] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:53 2026] DELETE /v2.0/security-groups/a5cf719e-8b26-43f6-be2b-c6849b858879 => 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: 1639/3239] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:53 2026] GET /v2.0/security-groups?tenant_id=ceb273420fe64240b17c451835dbb2f0&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3240] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:53 2026] DELETE /v2.0/security-groups/cb67cb25-d2bf-4964-aaec-89152e59cd5f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3241] 10.0.0.253 () {32 vars in 774 bytes} [Thu Apr 23 01:33:53 2026] GET /v2.0/security-groups?tenant_id=55e0c9a69b42448abdc70410133de662&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3242] 10.0.0.253 () {32 vars in 740 bytes} [Thu Apr 23 01:33:53 2026] DELETE /v2.0/security-groups/9951199a-5299-463e-9493-38e1fc5ffe06 => 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: 1641/3243] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:33:56 2026] GET /v2.0/networks => generated 2168 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3244] 10.0.0.253 () {32 vars in 655 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3245] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:33:57 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: 1604/3246] 10.0.0.253 () {32 vars in 643 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3247] 10.0.0.253 () {32 vars in 647 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3248] 10.0.0.253 () {32 vars in 649 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3249] 10.0.0.253 () {32 vars in 663 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/security-groups => generated 17397 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3250] 10.0.0.253 () {32 vars in 655 bytes} [Thu Apr 23 01:33:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)