+ 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 [Fri Mar 6 01:07:28 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-dfbf9458b-4nxd2 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f252ad0b668 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-03-06 01:07:33.114 8 INFO neutron.common.config [-] Logging enabled! 2026-03-06 01:07:33.114 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-06 01:07:33.200 7 INFO neutron.common.config [-] Logging enabled! 2026-03-06 01:07:33.201 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-06 01:07:33.484 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 01:07:33.625 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 01:07:34.957 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:34.960 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 01:07:34.963 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 01:07:34.964 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:34.964 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 01:07:34.965 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 01:07:34.965 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:34.972 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:34.972 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:34.972 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:34.994 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 01:07:34.995 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:34.995 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 01:07:35.025 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 01:07:35.025 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 01:07:35.025 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 01:07:35.025 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 01:07:35.195 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:35.197 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 01:07:35.201 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 01:07:35.202 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:35.202 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 01:07:35.202 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 01:07:35.203 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:35.210 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:35.210 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:35.210 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:35.232 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 01:07:35.233 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:35.233 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 01:07:35.262 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 01:07:35.262 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 01:07:35.262 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 01:07:35.263 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 01:07:35.309 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing driver for type 'vlan' 2026-03-06 01:07:35.553 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing driver for type 'vlan' 2026-03-06 01:07:35.572 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] VlanTypeDriver initialization complete 2026-03-06 01:07:35.573 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 01:07:35.573 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing extension driver 'port_security' 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing extension driver 'qos' 2026-03-06 01:07:35.591 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 01:07:35.592 8 INFO neutron.plugins.ml2.managers [None req-cf04329b-4e67-413a-af35-f82be5c24547 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 01:07:35.606 8 INFO neutron.quota [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded quota_driver: . 2026-03-06 01:07:35.606 8 INFO neutron.plugins.ml2.plugin [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 01:07:35.606 8 INFO neutron.plugins.ml2.managers [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 01:07:35.607 8 INFO neutron.plugins.ml2.managers [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 01:07:35.607 8 INFO neutron.plugins.ml2.managers [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 01:07:35.607 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: qos 2026-03-06 01:07:35.620 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: router 2026-03-06 01:07:35.660 8 INFO neutron.services.service_base [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 01:07:35.661 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: segments 2026-03-06 01:07:35.757 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: trunk 2026-03-06 01:07:35.771 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: vpnaas 2026-03-06 01:07:35.809 8 WARNING stevedore.named [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:35.836 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] VlanTypeDriver initialization complete 2026-03-06 01:07:35.836 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 01:07:35.836 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 01:07:35.850 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing extension driver 'port_security' 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.extensions.port_security [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing extension driver 'qos' 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 01:07:35.851 7 INFO neutron.plugins.ml2.managers [None req-6ffe6f96-9de5-4576-81aa-6d5ec35f89cb - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 01:07:35.864 7 INFO neutron.quota [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded quota_driver: . 2026-03-06 01:07:35.864 7 INFO neutron.plugins.ml2.plugin [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 01:07:35.864 7 INFO neutron.plugins.ml2.managers [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 01:07:35.865 7 INFO neutron.plugins.ml2.managers [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 01:07:35.865 7 INFO neutron.plugins.ml2.managers [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 01:07:35.865 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: qos 2026-03-06 01:07:35.875 8 INFO neutron_vpnaas.services.vpn.plugin [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 01:07:35.876 8 INFO neutron.common.utils [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 01:07:35.876 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: taas 2026-03-06 01:07:35.878 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: router 2026-03-06 01:07:35.907 8 WARNING stevedore.named [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:35.907 8 WARNING stevedore.named [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:35.920 7 INFO neutron.services.service_base [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 01:07:35.921 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: segments 2026-03-06 01:07:35.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:35.931 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: tapmirror 2026-03-06 01:07:35.941 8 WARNING stevedore.named [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:35.941 8 WARNING stevedore.named [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:35.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:35.957 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: auto_allocate 2026-03-06 01:07:35.965 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: tag 2026-03-06 01:07:35.972 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: timestamp 2026-03-06 01:07:35.975 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 01:07:35.979 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: flavors 2026-03-06 01:07:35.982 8 INFO neutron.manager [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loading Plugin: revisions 2026-03-06 01:07:35.987 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Initializing extension manager. 2026-03-06 01:07:35.988 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: address-group 2026-03-06 01:07:35.990 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: address-scope 2026-03-06 01:07:35.991 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 01:07:35.992 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: agent 2026-03-06 01:07:35.992 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 01:07:35.993 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 01:07:35.994 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 01:07:35.995 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: availability_zone 2026-03-06 01:07:35.996 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 01:07:35.997 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 01:07:35.998 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: default-subnetpools 2026-03-06 01:07:35.999 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 01:07:36.000 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: dns-integration 2026-03-06 01:07:36.001 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 01:07:36.001 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 01:07:36.002 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: dvr 2026-03-06 01:07:36.003 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 01:07:36.003 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 01:07:36.004 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:36.005 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 01:07:36.005 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: external-net 2026-03-06 01:07:36.006 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 01:07:36.006 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: extraroute 2026-03-06 01:07:36.007 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 01:07:36.008 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 01:07:36.009 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 01:07:36.009 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 01:07:36.010 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 01:07:36.010 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: fip-port-details 2026-03-06 01:07:36.011 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: flavors 2026-03-06 01:07:36.013 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 01:07:36.013 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: floatingip-pools 2026-03-06 01:07:36.014 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: ip_allocation 2026-03-06 01:07:36.015 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 01:07:36.015 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: l2_adjacency 2026-03-06 01:07:36.016 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: router 2026-03-06 01:07:36.018 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:36.019 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 01:07:36.020 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 01:07:36.020 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 01:07:36.021 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: l3-ha 2026-03-06 01:07:36.021 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:36.022 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 01:07:36.023 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: l3-flavors 2026-03-06 01:07:36.024 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:36.024 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 01:07:36.026 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 01:07:36.028 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 01:07:36.029 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 01:07:36.030 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 01:07:36.031 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 01:07:36.031 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: multi-provider 2026-03-06 01:07:36.032 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: net-mtu 2026-03-06 01:07:36.033 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 01:07:36.033 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: network_availability_zone 2026-03-06 01:07:36.034 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: network_ha 2026-03-06 01:07:36.035 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: network-ip-availability 2026-03-06 01:07:36.036 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 01:07:36.036 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: pagination 2026-03-06 01:07:36.036 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: trunk 2026-03-06 01:07:36.037 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-device-profile 2026-03-06 01:07:36.037 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 01:07:36.038 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 01:07:36.038 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 01:07:36.039 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-mac-override 2026-03-06 01:07:36.040 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 01:07:36.040 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 01:07:36.041 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 01:07:36.041 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-resource-request 2026-03-06 01:07:36.042 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 01:07:36.042 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 01:07:36.043 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: binding 2026-03-06 01:07:36.044 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: binding-extended 2026-03-06 01:07:36.044 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-security 2026-03-06 01:07:36.045 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: project-id 2026-03-06 01:07:36.045 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: provider 2026-03-06 01:07:36.046 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 01:07:36.048 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos 2026-03-06 01:07:36.049 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 01:07:36.049 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 01:07:36.050 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-default 2026-03-06 01:07:36.050 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-fip 2026-03-06 01:07:36.051 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 01:07:36.051 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: vpnaas 2026-03-06 01:07:36.052 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 01:07:36.052 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 01:07:36.053 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 01:07:36.053 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 01:07:36.054 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-pps 2026-03-06 01:07:36.055 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 01:07:36.055 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 01:07:36.056 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 01:07:36.056 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: quota-check-limit 2026-03-06 01:07:36.057 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 01:07:36.061 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: quotas 2026-03-06 01:07:36.062 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: quota_details 2026-03-06 01:07:36.063 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: rbac-policies 2026-03-06 01:07:36.064 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: rbac-address-group 2026-03-06 01:07:36.064 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 01:07:36.065 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 01:07:36.065 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 01:07:36.066 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: revision-if-match 2026-03-06 01:07:36.067 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 01:07:36.067 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: router_availability_zone 2026-03-06 01:07:36.068 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 01:07:36.070 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 01:07:36.070 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 01:07:36.071 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 01:07:36.071 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 01:07:36.072 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 01:07:36.072 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 01:07:36.077 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: security-group 2026-03-06 01:07:36.078 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: segment 2026-03-06 01:07:36.079 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 01:07:36.080 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: service-type 2026-03-06 01:07:36.080 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: sorting 2026-03-06 01:07:36.081 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 01:07:36.082 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: standard-attr-description 2026-03-06 01:07:36.082 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: stateful-security-group 2026-03-06 01:07:36.083 8 WARNING neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 01:07:36.083 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 01:07:36.084 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnet-external-network 2026-03-06 01:07:36.085 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnet_onboard 2026-03-06 01:07:36.085 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 01:07:36.086 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnet-service-types 2026-03-06 01:07:36.086 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnet_allocation 2026-03-06 01:07:36.087 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 01:07:36.088 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: tag-creation 2026-03-06 01:07:36.088 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 01:07:36.093 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 01:07:36.094 7 WARNING stevedore.named [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:36.094 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 01:07:36.095 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: trunk 2026-03-06 01:07:36.095 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: trunk-details 2026-03-06 01:07:36.096 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 01:07:36.096 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 01:07:36.098 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 01:07:36.098 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 01:07:36.100 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 01:07:36.101 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 01:07:36.102 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: vpn-flavors 2026-03-06 01:07:36.104 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: vpnaas 2026-03-06 01:07:36.105 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: taas 2026-03-06 01:07:36.106 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: tap-mirror 2026-03-06 01:07:36.107 8 INFO neutron.api.extensions [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 01:07:36.110 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 01:07:36.110 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 01:07:36.110 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.110 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 01:07:36.114 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 01:07:36.114 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 01:07:36.119 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 01:07:36.119 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 01:07:36.120 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 01:07:36.121 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.121 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.121 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.122 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.122 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 01:07:36.123 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.123 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.124 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 01:07:36.124 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 01:07:36.124 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 01:07:36.125 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.125 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.125 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.126 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.130 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 01:07:36.130 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] router is already registered 2026-03-06 01:07:36.131 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 01:07:36.131 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] floatingip is already registered 2026-03-06 01:07:36.134 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 01:07:36.135 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] rbac_policy is already registered 2026-03-06 01:07:36.135 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 01:07:36.135 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] security_group is already registered 2026-03-06 01:07:36.136 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 01:07:36.136 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] security_group_rule is already registered 2026-03-06 01:07:36.137 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.137 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.137 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.138 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.138 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 01:07:36.138 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] trunk is already registered 2026-03-06 01:07:36.139 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.139 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.139 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.140 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.140 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 01:07:36.140 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] endpoint_group is already registered 2026-03-06 01:07:36.141 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 01:07:36.141 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] vpnservice is already registered 2026-03-06 01:07:36.141 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 01:07:36.141 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ipsec_site_connection is already registered 2026-03-06 01:07:36.142 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.142 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.142 8 INFO neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.143 8 WARNING neutron.quota.resource_registry [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.152 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 01:07:36.153 7 INFO neutron.common.utils [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 01:07:36.153 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: taas 2026-03-06 01:07:36.178 7 WARNING stevedore.named [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:36.178 7 WARNING stevedore.named [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:36.180 8 WARNING keystonemiddleware._common.config [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 01:07:36.186 8 WARNING oslo_config.cfg [None req-6505c24b-dc51-4cd2-9ad5-311a6674dbdf - - - - - -] 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 0x7f252ad0b668 pid: 8 (default app) 2026-03-06 01:07:36.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:36.199 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: tapmirror 2026-03-06 01:07:36.213 7 WARNING stevedore.named [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:36.214 7 WARNING stevedore.named [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:36.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:36.238 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: auto_allocate 2026-03-06 01:07:36.248 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: tag 2026-03-06 01:07:36.258 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: timestamp 2026-03-06 01:07:36.260 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 01:07:36.264 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: flavors 2026-03-06 01:07:36.268 7 INFO neutron.manager [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loading Plugin: revisions 2026-03-06 01:07:36.271 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Initializing extension manager. 2026-03-06 01:07:36.272 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: address-group 2026-03-06 01:07:36.273 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: address-scope 2026-03-06 01:07:36.274 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 01:07:36.274 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: agent 2026-03-06 01:07:36.275 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 01:07:36.276 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 01:07:36.277 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 01:07:36.278 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: availability_zone 2026-03-06 01:07:36.278 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 01:07:36.279 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 01:07:36.280 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: default-subnetpools 2026-03-06 01:07:36.282 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 01:07:36.283 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: dns-integration 2026-03-06 01:07:36.283 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 01:07:36.284 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 01:07:36.284 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: dvr 2026-03-06 01:07:36.285 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 01:07:36.286 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 01:07:36.286 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:36.286 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 01:07:36.287 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: external-net 2026-03-06 01:07:36.288 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 01:07:36.288 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: extraroute 2026-03-06 01:07:36.289 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 01:07:36.289 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 01:07:36.290 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 01:07:36.290 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 01:07:36.291 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 01:07:36.291 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: fip-port-details 2026-03-06 01:07:36.292 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: flavors 2026-03-06 01:07:36.293 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 01:07:36.294 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: floatingip-pools 2026-03-06 01:07:36.294 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: ip_allocation 2026-03-06 01:07:36.295 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 01:07:36.295 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: l2_adjacency 2026-03-06 01:07:36.297 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: router 2026-03-06 01:07:36.298 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:36.299 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 01:07:36.300 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 01:07:36.300 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 01:07:36.301 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: l3-ha 2026-03-06 01:07:36.301 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:36.302 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 01:07:36.303 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: l3-flavors 2026-03-06 01:07:36.304 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:36.304 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 01:07:36.306 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 01:07:36.307 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 01:07:36.308 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 01:07:36.310 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 01:07:36.310 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 01:07:36.311 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: multi-provider 2026-03-06 01:07:36.311 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: net-mtu 2026-03-06 01:07:36.312 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 01:07:36.312 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: network_availability_zone 2026-03-06 01:07:36.313 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: network_ha 2026-03-06 01:07:36.313 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: network-ip-availability 2026-03-06 01:07:36.315 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 01:07:36.315 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: pagination 2026-03-06 01:07:36.316 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-device-profile 2026-03-06 01:07:36.316 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 01:07:36.317 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 01:07:36.317 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 01:07:36.318 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-mac-override 2026-03-06 01:07:36.318 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 01:07:36.319 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 01:07:36.319 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 01:07:36.320 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-resource-request 2026-03-06 01:07:36.320 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 01:07:36.321 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 01:07:36.322 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: binding 2026-03-06 01:07:36.322 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: binding-extended 2026-03-06 01:07:36.323 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-security 2026-03-06 01:07:36.323 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: project-id 2026-03-06 01:07:36.324 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: provider 2026-03-06 01:07:36.325 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 01:07:36.327 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos 2026-03-06 01:07:36.328 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 01:07:36.328 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 01:07:36.329 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-default 2026-03-06 01:07:36.329 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-fip 2026-03-06 01:07:36.330 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 01:07:36.330 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 01:07:36.331 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 01:07:36.331 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 01:07:36.332 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 01:07:36.333 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-pps 2026-03-06 01:07:36.333 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 01:07:36.334 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 01:07:36.334 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 01:07:36.335 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: quota-check-limit 2026-03-06 01:07:36.336 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 01:07:36.338 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: quotas 2026-03-06 01:07:36.339 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: quota_details 2026-03-06 01:07:36.340 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: rbac-policies 2026-03-06 01:07:36.341 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: rbac-address-group 2026-03-06 01:07:36.341 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 01:07:36.342 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 01:07:36.342 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 01:07:36.343 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: revision-if-match 2026-03-06 01:07:36.344 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 01:07:36.344 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: router_availability_zone 2026-03-06 01:07:36.345 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 01:07:36.349 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 01:07:36.349 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 01:07:36.350 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 01:07:36.350 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 01:07:36.351 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 01:07:36.351 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 01:07:36.356 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: security-group 2026-03-06 01:07:36.357 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: segment 2026-03-06 01:07:36.357 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 01:07:36.358 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: service-type 2026-03-06 01:07:36.358 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: sorting 2026-03-06 01:07:36.359 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 01:07:36.360 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: standard-attr-description 2026-03-06 01:07:36.360 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: stateful-security-group 2026-03-06 01:07:36.361 7 WARNING neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 01:07:36.361 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 01:07:36.362 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnet-external-network 2026-03-06 01:07:36.363 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnet_onboard 2026-03-06 01:07:36.363 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 01:07:36.364 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnet-service-types 2026-03-06 01:07:36.365 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnet_allocation 2026-03-06 01:07:36.366 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 01:07:36.367 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: tag-creation 2026-03-06 01:07:36.367 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 01:07:36.373 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 01:07:36.374 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 01:07:36.375 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: trunk 2026-03-06 01:07:36.376 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: trunk-details 2026-03-06 01:07:36.377 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 01:07:36.377 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 01:07:36.378 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 01:07:36.379 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 01:07:36.383 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 01:07:36.384 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 01:07:36.385 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: vpn-flavors 2026-03-06 01:07:36.387 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: vpnaas 2026-03-06 01:07:36.389 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: taas 2026-03-06 01:07:36.390 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: tap-mirror 2026-03-06 01:07:36.391 7 INFO neutron.api.extensions [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 01:07:36.394 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 01:07:36.394 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 01:07:36.394 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.395 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 01:07:36.398 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 01:07:36.398 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 01:07:36.403 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 01:07:36.403 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 01:07:36.404 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 01:07:36.405 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.405 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.405 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.405 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.406 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 01:07:36.406 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.407 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.407 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 01:07:36.407 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 01:07:36.408 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 01:07:36.408 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.408 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.409 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.409 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.413 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 01:07:36.414 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] router is already registered 2026-03-06 01:07:36.414 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 01:07:36.414 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] floatingip is already registered 2026-03-06 01:07:36.418 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 01:07:36.418 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] rbac_policy is already registered 2026-03-06 01:07:36.419 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 01:07:36.419 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] security_group is already registered 2026-03-06 01:07:36.419 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 01:07:36.419 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] security_group_rule is already registered 2026-03-06 01:07:36.420 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.420 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.421 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 01:07:36.421 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] subnetpool is already registered 2026-03-06 01:07:36.421 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 01:07:36.421 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] trunk is already registered 2026-03-06 01:07:36.422 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.422 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.422 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.422 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.423 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 01:07:36.423 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] endpoint_group is already registered 2026-03-06 01:07:36.423 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 01:07:36.423 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] vpnservice is already registered 2026-03-06 01:07:36.424 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 01:07:36.424 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ipsec_site_connection is already registered 2026-03-06 01:07:36.425 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 01:07:36.425 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ipsecpolicy is already registered 2026-03-06 01:07:36.425 7 INFO neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 01:07:36.425 7 WARNING neutron.quota.resource_registry [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] ikepolicy is already registered 2026-03-06 01:07:36.463 7 WARNING keystonemiddleware._common.config [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 01:07:36.469 7 WARNING oslo_config.cfg [None req-5d4d7a30-6acf-4b69-9c3a-58bdc2d6953d - - - - - -] 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 0x7f252ad0b668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:07:41.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e63a9a7b-86e8-40b1-85e6-199941f94999 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:07:41 2026] GET /v2.0/networks/public => generated 108 bytes in 763 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: 1/4] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:07:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:07:42.499 8 WARNING neutron.services.revisions.revision_plugin [None req-f6243039-fe31-4330-b56b-e660b65c1286 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Could not find related network for resource to bump revision. 2026-03-06 01:07:42.520 8 INFO neutron.db.segments_db [None req-f6243039-fe31-4330-b56b-e660b65c1286 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 0a1056cd-3b40-4aa0-8452-a941b41eae3f of type flat for network b1688514-9e0c-4ff7-b62f-290da7c10cd1 2026-03-06 01:07:42.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6243039-fe31-4330-b56b-e660b65c1286 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.102 () {48 vars in 967 bytes} [Fri Mar 6 01:07:42 2026] POST /v2.0/networks => generated 124 bytes in 452 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:07:48.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c80bd132-3e57-44d6-95a4-9e0e2a475bd4 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:07:48 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:07:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:07:48.489 8 WARNING neutron.services.revisions.revision_plugin [None req-82d98f42-70c9-4d9d-95f8-503ccc696802 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Could not find related network for resource to bump revision. 2026-03-06 01:07:48.502 8 INFO neutron.db.segments_db [None req-82d98f42-70c9-4d9d-95f8-503ccc696802 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 00968a47-e88d-4cb6-a3c6-3cae148233f5 of type flat for network 4a5f9de8-96b5-4a28-88c8-f3f1161a5789 2026-03-06 01:07:48.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82d98f42-70c9-4d9d-95f8-503ccc696802 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.102 () {48 vars in 967 bytes} [Fri Mar 6 01:07:48 2026] POST /v2.0/networks => generated 124 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:07:54.668 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e4ff68f-2b21-4932-840f-47c898d3d653 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:07:54 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:07:54 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-03-06 01:07:54.919 7 WARNING neutron.services.revisions.revision_plugin [None req-2f325b76-fb4d-4f62-89fa-840ea68ae7fc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Could not find related network for resource to bump revision. 2026-03-06 01:07:54.939 7 INFO neutron.db.segments_db [None req-2f325b76-fb4d-4f62-89fa-840ea68ae7fc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 43e65662-81c3-4bc2-8f0a-5d22336e9280 of type flat for network 1d3624f0-4418-4d52-b1cf-6cf498b4afb1 2026-03-06 01:07:54.993 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f325b76-fb4d-4f62-89fa-840ea68ae7fc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.102 () {48 vars in 967 bytes} [Fri Mar 6 01:07:54 2026] POST /v2.0/networks => generated 124 bytes in 311 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:08:00.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5babb693-57c5-4704-ac63-d804911def9b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:08:00 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:08:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:08:00.975 7 WARNING neutron.services.revisions.revision_plugin [None req-47a471a1-8bbc-4c7b-ab53-ee7ead03ed98 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Could not find related network for resource to bump revision. 2026-03-06 01:08:01.000 7 INFO neutron.db.segments_db [None req-47a471a1-8bbc-4c7b-ab53-ee7ead03ed98 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 84a2a3a7-e2c9-4756-bdcc-d813ca421b2b of type flat for network 423aa869-de9b-4aa5-bfe3-1bf6205d9293 2026-03-06 01:08:01.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47a471a1-8bbc-4c7b-ab53-ee7ead03ed98 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.102 () {48 vars in 967 bytes} [Fri Mar 6 01:08:00 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:08:06.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a4e979d-e274-43e0-ac99-b24e1f6dbb2a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:08:06 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: 8/18] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:08:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:08:06.964 8 WARNING neutron.services.revisions.revision_plugin [None req-247f89dc-d9b0-4c4d-b91c-d766e9151b9e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Could not find related network for resource to bump revision. 2026-03-06 01:08:06.984 8 INFO neutron.db.segments_db [None req-247f89dc-d9b0-4c4d-b91c-d766e9151b9e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 94490148-e5f5-4315-bcab-c83a4af03da4 of type flat for network 92e52b1d-40e1-44a0-962c-4dd22538b606 [pid: 8|app: 0|req: 11/19] 199.204.45.102 () {48 vars in 967 bytes} [Fri Mar 6 01:08:06 2026] POST /v2.0/networks => generated 706 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:08:08.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db57f243-7cf7-4ffd-869e-ad9d782e14c4 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:08:08 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:08:08 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:08:08.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65352bfd-7f01-48a1-a4ba-47f0912453ee 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.102 () {44 vars in 1034 bytes} [Fri Mar 6 01:08:08 2026] GET /v2.0/subnets/public-subnet?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.102 () {44 vars in 1057 bytes} [Fri Mar 6 01:08:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.102 () {48 vars in 965 bytes} [Fri Mar 6 01:08:08 2026] POST /v2.0/subnets => generated 664 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:12:53.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dc58ad2-6266-4620-8a8e-03dd59bf778f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 30/62] 199.204.45.102 () {44 vars in 937 bytes} [Fri Mar 6 01:12:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/63] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:12:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:12:53.321 7 INFO neutron.db.segments_db [None req-acb8d02e-b4e4-43ae-8dc4-df2dbc4e21c2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment cae77f56-72d9-440f-9aa6-c99490c9d5fc of type vxlan for network 6e69b51b-a897-4907-aa58-d6ab91970923 [pid: 7|app: 0|req: 31/64] 199.204.45.102 () {48 vars in 966 bytes} [Fri Mar 6 01:12:53 2026] POST /v2.0/networks => generated 707 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:12:54.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06a6a847-a253-4334-ae44-603f9232af0c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/65] 199.204.45.102 () {44 vars in 937 bytes} [Fri Mar 6 01:12:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:12:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:12:54.356 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3120f59-2fbf-4e6c-a5c9-cb1e9cbc43c4 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.102 () {44 vars in 1036 bytes} [Fri Mar 6 01:12:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.102 () {44 vars in 1059 bytes} [Fri Mar 6 01:12:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => 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: 36/69] 199.204.45.102 () {48 vars in 965 bytes} [Fri Mar 6 01:12:54 2026] POST /v2.0/subnets => generated 651 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:12:55.680 7 INFO neutron.api.v2.resource [None req-a049527b-7d01-471e-87f4-98ef01dfa4be 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.102 () {44 vars in 971 bytes} [Fri Mar 6 01:12:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.102 () {44 vars in 993 bytes} [Fri Mar 6 01:12:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.102 () {48 vars in 980 bytes} [Fri Mar 6 01:12:55 2026] POST /v2.0/security-groups => generated 1616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:56 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:57 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:57 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:12:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:57 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:58 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => 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: 41/79] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:58 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:12:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:58 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:59 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:12:59 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:12:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:00 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:00 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:00 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:13:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:01 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:01 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:01 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:13:01 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: 8|app: 0|req: 49/95] 199.204.45.102 () {44 vars in 987 bytes} [Fri Mar 6 01:13:02 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:13:02.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-847a049c-847b-49fb-9137-1bfceaf75efc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/96] 199.204.45.102 () {44 vars in 1076 bytes} [Fri Mar 6 01:13:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.102 () {44 vars in 1099 bytes} [Fri Mar 6 01:13:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:02 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.102 () {48 vars in 961 bytes} [Fri Mar 6 01:13:02 2026] POST /v2.0/ports => generated 1100 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:13:10.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac376449-119f-4fab-b591-710da1fc4e34 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/100] 199.204.45.102 () {44 vars in 979 bytes} [Fri Mar 6 01:13:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 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/101] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.102 () {48 vars in 1031 bytes} [Fri Mar 6 01:13:10 2026] PUT /v2.0/ports/c449e8ac-06b0-410d-ae62-dd27c3e6edd2 => generated 1249 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.102 () {44 vars in 920 bytes} [Fri Mar 6 01:13:12 2026] GET /v2.0/ports => generated 3730 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:13:13.568 7 INFO neutron.api.v2.resource [None req-04275fcc-9886-484e-878c-85e97c7eb917 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:13:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.102 () {44 vars in 981 bytes} [Fri Mar 6 01:13:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.102 () {48 vars in 980 bytes} [Fri Mar 6 01:13:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:14 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 1610 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:14 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:14 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:13:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:15 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:15 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:13:15 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:13:15 2026] POST /v2.0/security-group-rules => generated 627 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.204.45.102 () {44 vars in 975 bytes} [Fri Mar 6 01:14:12 2026] GET /v2.0/quotas/8d7126b0494148e9abbea4181d6d7e53 => 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: 63/124] 199.204.45.102 () {48 vars in 1027 bytes} [Fri Mar 6 01:14:12 2026] PUT /v2.0/quotas/8d7126b0494148e9abbea4181d6d7e53 => generated 291 bytes in 30 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-03-06 01:16:32.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29eeb6c7-d738-4a93-8b05-ef93c5702f56 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 72/145] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:16:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 117 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: 74/146] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:16:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:16:34.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ccd678fd-283b-45f1-805d-3852e1e1de9f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/147] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:16:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/148] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:16:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:22:46.985 7 INFO neutron.api.v2.resource [None req-461d980c-96cc-4176-871e-012d351a365a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 99/199] 199.204.45.102 () {44 vars in 1074 bytes} [Fri Mar 6 01:22:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3e9ac250addb40eeaee894468a47def7 => generated 139 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/200] 199.204.45.102 () {44 vars in 1097 bytes} [Fri Mar 6 01:22:46 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3e9ac250addb40eeaee894468a47def7 => generated 23 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/201] 199.204.45.102 () {48 vars in 981 bytes} [Fri Mar 6 01:22:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/202] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:48 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 1624 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:22:48 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => 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: 103/204] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:48 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:22:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:49 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:22:49 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:49 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:22:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:50 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:22:50 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:50 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => 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: 106/213] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:22:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:51 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:22:51 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:22:52 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.102 () {48 vars in 991 bytes} [Fri Mar 6 01:22:52 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: 8|app: 0|req: 119/236] 199.204.45.102 () {30 vars in 739 bytes} [Fri Mar 6 01:25:03 2026] GET /v2.0/networks?tenant_id=3e9ac250addb40eeaee894468a47def7&shared=False => generated 15 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:25:03.388 7 INFO neutron.db.segments_db [None req-bad8203f-6e8b-42f4-a91b-59c4752844ed ff75e9905cb74f2b946507229edde09b 3e9ac250addb40eeaee894468a47def7 - - 21f075bbfc0547cb92e0dce61bcd29cd 21f075bbfc0547cb92e0dce61bcd29cd] Added segment 0dc06480-aea0-4a8e-aff9-fd6b12c00038 of type vxlan for network 808f7e2a-713a-4817-910d-ce40844ed730 [pid: 7|app: 0|req: 118/237] 199.204.45.102 () {34 vars in 681 bytes} [Fri Mar 6 01:25:03 2026] POST /v2.0/networks => generated 718 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/238] 199.204.45.102 () {30 vars in 721 bytes} [Fri Mar 6 01:25:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/239] 199.204.45.102 () {30 vars in 632 bytes} [Fri Mar 6 01:25:03 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/240] 199.204.45.102 () {34 vars in 676 bytes} [Fri Mar 6 01:25:03 2026] POST /v2.0/ports => generated 999 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/241] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:25:04 2026] GET /v2.0/networks/808f7e2a-713a-4817-910d-ce40844ed730 => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.102 () {30 vars in 721 bytes} [Fri Mar 6 01:25:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:25:06 2026] GET /v2.0/networks/808f7e2a-713a-4817-910d-ce40844ed730 => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.204.45.102 () {44 vars in 975 bytes} [Fri Mar 6 01:25:22 2026] GET /v2.0/quotas/3e9ac250addb40eeaee894468a47def7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.102 () {48 vars in 1027 bytes} [Fri Mar 6 01:25:22 2026] PUT /v2.0/quotas/3e9ac250addb40eeaee894468a47def7 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/256] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/257] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/258] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/259] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/260] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/261] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/262] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/263] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:26:26 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/264] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:26:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/265] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:26:27 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/266] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:26:27 2026] GET /v2.0/agents => generated 3385 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/275] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/networks => generated 2168 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/276] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/277] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/278] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/279] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/280] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/subnetpools => 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: 141/281] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/282] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:27:26 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/283] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:27:27 2026] GET /v2.0/agents => generated 3385 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/284] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:27:27 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:27:27 2026] GET /v2.0/floatingips => 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: 147/294] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/floatingips => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/295] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/296] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/297] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/298] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/agents => generated 3385 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/299] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/300] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/301] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:28:26 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) [pid: 8|app: 0|req: 151/302] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/303] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/304] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:28:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/313] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/314] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/agents => generated 3385 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/315] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/floatingips => 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: 158/316] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/317] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/318] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/319] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/320] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/321] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/322] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/323] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:29:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/332] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/333] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/floatingips => 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: 167/334] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/335] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/336] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/337] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/338] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/339] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/340] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/341] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:30:26 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: 8|app: 0|req: 171/342] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:30:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/agents => generated 3385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/352] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/354] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:31:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:31:27 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/361] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:31:27 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/routers => generated 15 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:32:26 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) [pid: 7|app: 0|req: 189/376] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:32:26 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: 188/377] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:32:26 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/subnets => generated 1308 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/floatingips => 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: 195/392] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:33:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/floatingips => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:34:26 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: 210/416] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:34:26 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/floatingips => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:35:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:35:46.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2dcfd62-4b25-4378-87ff-23566169e42d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/442] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:35:45 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:35:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:35:47.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3f368fb-6bcd-4fa9-89d1-3e87e960187b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 224/444] 199.204.45.102 () {44 vars in 927 bytes} [Fri Mar 6 01:35:47 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:35:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:35:47.200 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f368fd1-0847-4b5f-b32a-293caaceaab0 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/446] 199.204.45.102 () {44 vars in 1034 bytes} [Fri Mar 6 01:35:47 2026] GET /v2.0/subnets/public-subnet?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 199.204.45.102 () {44 vars in 1057 bytes} [Fri Mar 6 01:35:47 2026] GET /v2.0/subnets?name=public-subnet&network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 667 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:36:12.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68da0d2d-7de7-4dfd-ab08-e5b316a75df9 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 227/450] 199.204.45.102 () {44 vars in 937 bytes} [Fri Mar 6 01:36:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:36:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:36:13.623 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79d0e849-1129-46ff-9b2b-94033ad8c37c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 228/452] 199.204.45.102 () {44 vars in 937 bytes} [Fri Mar 6 01:36:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/453] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:36:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:36:13.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21d8538c-2dcd-44b7-a0ba-8d54bc6cae87 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 229/454] 199.204.45.102 () {44 vars in 1036 bytes} [Fri Mar 6 01:36:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/455] 199.204.45.102 () {44 vars in 1059 bytes} [Fri Mar 6 01:36:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 654 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:36:14.842 7 INFO neutron.api.v2.resource [None req-471dfa94-339b-4057-a652-cef13239ba37 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 230/456] 199.204.45.102 () {44 vars in 971 bytes} [Fri Mar 6 01:36:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/457] 199.204.45.102 () {44 vars in 993 bytes} [Fri Mar 6 01:36:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:15 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => 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: 232/461] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:16 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:16 2026] GET /v2.0/security-group-rules/15dea0f5-d563-4e19-87af-2b46359483bd => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:16 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:16 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => 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: 234/465] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:16 2026] GET /v2.0/security-group-rules/961a5b66-e897-49fc-909d-c51d427e9b93 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:17 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:17 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:17 2026] GET /v2.0/security-group-rules/87a766da-d656-4104-be59-83862c5d51b4 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:18 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:18 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:18 2026] GET /v2.0/security-group-rules/fd52de9b-44a0-42ab-ac58-a433ce6f9544 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:19 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:19 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:19 2026] GET /v2.0/security-group-rules/0c34b621-2ebd-42e5-891d-6c48ac64454f => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 199.204.45.102 () {44 vars in 987 bytes} [Fri Mar 6 01:36:20 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:36:20.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0b544c5-3f16-47bd-ad4c-bee4b56a886f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/476] 199.204.45.102 () {44 vars in 1076 bytes} [Fri Mar 6 01:36:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/477] 199.204.45.102 () {44 vars in 1099 bytes} [Fri Mar 6 01:36:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:21 2026] GET /v2.0/security-groups/230937bf-61b9-424e-994c-09c4ca5b63f8 => 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: 241/479] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/subnets => generated 1308 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/480] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/484] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:36:26 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:36:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:36:28.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-774cce7b-f117-4049-b870-7ec2d9e60ae7 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 244/490] 199.204.45.102 () {44 vars in 979 bytes} [Fri Mar 6 01:36:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/491] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/494] 199.204.45.102 () {44 vars in 920 bytes} [Fri Mar 6 01:36:30 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:36:31.110 7 INFO neutron.api.v2.resource [None req-6f9c604e-4000-4ddc-b448-e29f3a18459a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/495] 199.204.45.102 () {44 vars in 959 bytes} [Fri Mar 6 01:36:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/496] 199.204.45.102 () {44 vars in 981 bytes} [Fri Mar 6 01:36:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/497] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:31 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/498] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:32 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/499] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:32 2026] GET /v2.0/security-group-rules/9140f793-1925-40b3-b980-699739a20e45 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/500] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:32 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/501] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:36:32 2026] GET /v2.0/security-groups/e8d9ad93-8e47-47b6-9e49-a3e84f221b99 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/502] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:36:32 2026] GET /v2.0/security-group-rules/ceb969b3-11ea-426c-9076-ab5480eede2b => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/503] 199.204.45.102 () {44 vars in 975 bytes} [Fri Mar 6 01:36:43 2026] GET /v2.0/quotas/8d7126b0494148e9abbea4181d6d7e53 => 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: 257/510] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/511] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/512] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/513] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/514] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/515] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/516] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/floatingips => 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: 257/517] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/518] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/519] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:37:26 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:37:33.962 7 INFO neutron.api.v2.resource [None req-254166ee-af40-4fb2-ad52-ae403a0d225a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/523] 199.204.45.102 () {44 vars in 1074 bytes} [Fri Mar 6 01:37:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3e9ac250addb40eeaee894468a47def7 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/524] 199.204.45.102 () {44 vars in 1097 bytes} [Fri Mar 6 01:37:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3e9ac250addb40eeaee894468a47def7 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/525] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:37:34 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/526] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:37:34 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/527] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:37:35 2026] GET /v2.0/security-group-rules/23b59606-5ac8-4798-9699-1f5db778e8bd => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/528] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:37:35 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => 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: 267/529] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:37:35 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/530] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:37:36 2026] GET /v2.0/security-group-rules/d3480b3f-4801-4098-9b93-8594b3614094 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/531] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:37:36 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/532] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:37:37 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/533] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:37:37 2026] GET /v2.0/security-group-rules/8a6a9253-5c67-4dab-a4d1-c039fcd1da28 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/534] 199.204.45.102 () {44 vars in 1088 bytes} [Fri Mar 6 01:37:38 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1?project_id=3e9ac250addb40eeaee894468a47def7 => 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: 270/535] 199.204.45.102 () {44 vars in 1001 bytes} [Fri Mar 6 01:37:38 2026] GET /v2.0/security-groups/3f9d2285-a80c-49eb-ac19-f3e4e53cece1 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/536] 199.204.45.102 () {44 vars in 1011 bytes} [Fri Mar 6 01:37:38 2026] GET /v2.0/security-group-rules/841a5080-6a55-48f6-a069-3244df414348 => 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: 272/539] 199.204.45.102 () {44 vars in 975 bytes} [Fri Mar 6 01:37:45 2026] GET /v2.0/quotas/3e9ac250addb40eeaee894468a47def7 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/544] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/subnets => generated 1308 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/545] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/546] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/547] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/548] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/549] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/550] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/551] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/552] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/553] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/554] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:38:26 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/555] 199.204.45.102 () {44 vars in 949 bytes} [Fri Mar 6 01:38:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/562] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:39:05 2026] GET /v2.0/networks => generated 2168 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/563] 10.0.0.155 () {32 vars in 654 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/564] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/565] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/566] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/567] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/568] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/569] 10.0.0.155 () {32 vars in 654 bytes} [Fri Mar 6 01:39:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:17.540 7 INFO neutron.db.segments_db [None req-7ee607b5-5e6f-48d1-a131-968cb99fc06d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 13ddda5c-5eb7-4188-8d00-e790946ad632 of type vxlan for network e2b2aa87-4475-440c-976e-c1f229e315b7 2026-03-06 01:39:17.582 8 INFO neutron.db.segments_db [None req-c175b28a-06d3-421e-8791-33c6bc95753f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 of type vxlan for network dfd2a359-a3aa-497e-9801-965bc05803d8 [pid: 7|app: 0|req: 289/572] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:17 2026] POST /v2.0/networks => generated 744 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/573] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:17 2026] POST /v2.0/networks => generated 748 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/574] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:17 2026] POST /v2.0/subnets => generated 691 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:17.954 7 INFO neutron.db.segments_db [None req-ce4b22ab-eafa-47e0-ba33-49164765bd30 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 0a12ee5a-5c17-4b28-aafc-f90e51215a1f of type vxlan for network 7e49f325-32e7-43ae-93aa-cbd88305fcf3 [pid: 7|app: 0|req: 290/575] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:17 2026] POST /v2.0/networks => generated 743 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/576] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:17 2026] POST /v2.0/subnets => generated 695 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:18.088 7 INFO neutron.db.segments_db [None req-8ee94622-119e-4616-afc8-360ac7242daf 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f of type vxlan for network 4730b065-67d0-4f8a-8204-f173271ad0c9 [pid: 8|app: 0|req: 287/577] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:18 2026] GET /v2.0/security-groups?tenant_id=688c7df1c16e4e8babfad0ed9bfdad00&name=default => generated 2921 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:18.311 7 INFO neutron.db.l3_hamode_db [None req-8ee94622-119e-4616-afc8-360ac7242daf 9cf9f9220fe74ca89a194e4fc6aa8c82 96faed27b0b44a0b840137b64800c846 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 288/578] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:18 2026] POST /v2.0/subnets => generated 690 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:18.405 8 INFO neutron.db.segments_db [None req-78449b0e-17af-4bce-b4eb-95d6772e8055 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 73b884bb-249c-41c0-9d34-afb01ecac962 of type vxlan for network 28e58eb8-9ef7-46ea-afd8-125a32777624 2026-03-06 01:39:18.681 8 INFO neutron.db.l3_hamode_db [None req-78449b0e-17af-4bce-b4eb-95d6772e8055 9cf9f9220fe74ca89a194e4fc6aa8c82 21b10708efaf4223ae6932fd0ccbe015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:39:19.332 7 INFO neutron.db.l3_hamode_db [None req-8ee94622-119e-4616-afc8-360ac7242daf 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:39:19.713 8 INFO neutron.db.l3_hamode_db [None req-78449b0e-17af-4bce-b4eb-95d6772e8055 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 291/579] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:18 2026] POST /v2.0/routers => generated 731 bytes in 2171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/580] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:20 2026] DELETE /v2.0/security-groups/b1e547f2-5295-4426-9aa5-3766a88ff080 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:39:20.352 7 INFO neutron.db.segments_db [None req-25377fd2-8988-4e51-b073-04dfe87862f4 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 3e01d5a8-964c-4887-ba2a-96fc5678439f of type vxlan for network 8dbc78ca-8b0c-40ab-b8f5-da6d5f07a7ef 2026-03-06 01:39:20.564 7 INFO neutron.db.l3_hamode_db [None req-25377fd2-8988-4e51-b073-04dfe87862f4 9cf9f9220fe74ca89a194e4fc6aa8c82 7409c05a43f34972b445d960913b075a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/581] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:18 2026] POST /v2.0/routers => generated 735 bytes in 2313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:21.176 7 INFO neutron.db.l3_hamode_db [None req-25377fd2-8988-4e51-b073-04dfe87862f4 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 290/582] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:20 2026] PUT /v2.0/routers/50131a87-20ca-4335-9d52-1956f9a6edb2/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/583] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:20 2026] POST /v2.0/routers => generated 730 bytes in 1616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/584] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:21 2026] PUT /v2.0/routers/4839c9b8-ed82-4798-bd56-1546bb1ecdfd/add_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:23.019 8 INFO neutron.db.segments_db [None req-3cc0f36b-f8e5-44ad-be1b-38aa0d953935 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment c05b3dbe-377f-4901-97bf-248e155ac941 of type vxlan for network 30835eb7-a0a8-4718-a6a4-8fda7777ced8 [pid: 8|app: 0|req: 292/585] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:22 2026] POST /v2.0/networks => generated 751 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/586] 10.0.0.156 () {38 vars in 970 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/587] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/subnets => generated 698 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/588] 10.0.0.156 () {38 vars in 970 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:39:23.521 8 INFO neutron.db.segments_db [None req-105ae503-463e-46be-b90d-8484525bfd70 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment f0f9a100-e31f-4e71-8a3a-db31289d7041 of type vxlan for network 89d93fd7-4105-4323-83ab-52d64afb50d4 [pid: 7|app: 0|req: 294/589] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:21 2026] PUT /v2.0/routers/c940c2a5-30ca-4ab4-a763-f448c155d963/add_router_interface => generated 309 bytes in 1607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/590] 10.0.0.156 () {38 vars in 970 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:39:23.738 8 INFO neutron.db.l3_hamode_db [None req-105ae503-463e-46be-b90d-8484525bfd70 9cf9f9220fe74ca89a194e4fc6aa8c82 68c957eb6bf44ec7b6736f480bc35e89 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/591] 10.0.0.156 () {38 vars in 970 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/security-groups => generated 1684 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/592] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:39:23 2026] GET /v2.0/security-groups?tenant_id=96faed27b0b44a0b840137b64800c846 => generated 7905 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/593] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:23 2026] GET /v2.0/security-groups/4608d2b2-443f-41cb-a645-4fed67999c25 => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/594] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:23 2026] GET /v2.0/security-groups/ca4bd025-03f6-4517-aaac-608bdcc89e48 => 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: 300/595] 10.0.0.156 () {38 vars in 980 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/596] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:24 2026] GET /v2.0/security-groups/ca4bd025-03f6-4517-aaac-608bdcc89e48 => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/597] 10.0.0.156 () {38 vars in 970 bytes} [Fri Mar 6 01:39:24 2026] POST /v2.0/security-groups => generated 1683 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/598] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:39:24 2026] POST /v2.0/security-groups => generated 1661 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/599] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:24 2026] GET /v2.0/security-groups/e193d971-3563-48eb-a91f-06dafb8218fd => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/600] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:24 2026] GET /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => generated 1683 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/601] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/602] 10.0.0.156 () {36 vars in 1012 bytes} [Fri Mar 6 01:39:24 2026] DELETE /v2.0/security-groups/e193d971-3563-48eb-a91f-06dafb8218fd => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/603] 10.0.0.156 () {38 vars in 980 bytes} [Fri Mar 6 01:39:24 2026] POST /v2.0/security-group-rules => generated 614 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/604] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:24 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) 2026-03-06 01:39:24.707 7 INFO neutron.api.v2.resource [req-25647253-dffa-4113-bc76-496bddc21d91 req-0c103887-954b-4fcf-8e54-21a48d6634f3 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 310/605] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:24 2026] GET /v2.0/security-groups/e193d971-3563-48eb-a91f-06dafb8218fd => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:39:24.713 8 INFO neutron.db.l3_hamode_db [None req-105ae503-463e-46be-b90d-8484525bfd70 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 311/606] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:24 2026] GET /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => generated 2308 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:39:24 2026] POST /v2.0/floatingips => generated 552 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/608] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/133ffeaa-01dc-4b4b-aab9-2ff0866efe84 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/609] 10.0.0.156 () {38 vars in 980 bytes} [Fri Mar 6 01:39:25 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/610] 10.0.0.156 () {36 vars in 1012 bytes} [Fri Mar 6 01:39:25 2026] DELETE /v2.0/security-groups/133ffeaa-01dc-4b4b-aab9-2ff0866efe84 => 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: 316/611] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => generated 2938 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:25.379 7 INFO neutron.api.v2.resource [req-9ea5133b-4760-40ab-b05e-aa7bbbf42f6f req-5f2bce68-ec56-4f4f-9b79-d33ff118bd9c 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/612] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/133ffeaa-01dc-4b4b-aab9-2ff0866efe84 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/613] 10.0.0.156 () {34 vars in 1000 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-group-rules/39324fe6-067f-4b81-93d1-201284f82c5f => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/614] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/73b9af27-65c2-4cde-b655-d8d7b7af6352 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/615] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => generated 2938 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/616] 10.0.0.156 () {36 vars in 1012 bytes} [Fri Mar 6 01:39:25 2026] DELETE /v2.0/security-groups/73b9af27-65c2-4cde-b655-d8d7b7af6352 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/617] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:23 2026] POST /v2.0/routers => generated 738 bytes in 2056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/618] 10.0.0.156 () {36 vars in 1022 bytes} [Fri Mar 6 01:39:25 2026] DELETE /v2.0/security-group-rules/39324fe6-067f-4b81-93d1-201284f82c5f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:39:25.634 7 INFO neutron.api.v2.resource [req-6ffc3aac-cff1-4920-b9b3-43e2093dea39 req-9866210b-e682-4857-985e-6ec4b9aaf43f 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/619] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/73b9af27-65c2-4cde-b655-d8d7b7af6352 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/620] 10.0.0.156 () {34 vars in 1099 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1592404258&fields=id&tenant_id=7409c05a43f34972b445d960913b075a => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/621] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => generated 2308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/622] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/networks?id=7e49f325-32e7-43ae-93aa-cbd88305fcf3 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/623] 10.0.0.156 () {36 vars in 1012 bytes} [Fri Mar 6 01:39:25 2026] DELETE /v2.0/security-groups/c2baa9a2-a52e-4060-99d1-6342803d1b1e => 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: 328/624] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/quotas/7409c05a43f34972b445d960913b075a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/625] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups?tenant_id=96faed27b0b44a0b840137b64800c846 => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/626] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/ports?tenant_id=7409c05a43f34972b445d960913b075a&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/627] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/ca4bd025-03f6-4517-aaac-608bdcc89e48 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/628] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:25 2026] GET /v2.0/security-groups/ca4bd025-03f6-4517-aaac-608bdcc89e48 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/629] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/security-groups/4608d2b2-443f-41cb-a645-4fed67999c25 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/630] 10.0.0.156 () {36 vars in 1012 bytes} [Fri Mar 6 01:39:26 2026] DELETE /v2.0/security-groups/4608d2b2-443f-41cb-a645-4fed67999c25 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:39:26.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-68c8ce1d-2253-4094-bccb-c902714cbf2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 6f9a102c-ba32-4a66-b0bc-ad74e2d3f287 2026-03-06 01:39:26.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68c8ce1d-2253-4094-bccb-c902714cbf2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 6f9a102c-ba32-4a66-b0bc-ad74e2d3f287 [pid: 8|app: 0|req: 297/631] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:25 2026] PUT /v2.0/routers/1414fb90-0b4f-432c-90d9-bccf436284cb/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:26.754 8 INFO neutron.api.v2.resource [req-dc1b5bc8-9b2e-4f93-8c26-707b864adb76 req-6ffcba57-bb30-4ea2-8a4c-9ff82f805c49 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/632] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/security-groups/73b9af27-65c2-4cde-b655-d8d7b7af6352 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/633] 10.0.0.156 () {34 vars in 906 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/extensions => generated 21537 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/634] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/security-groups => generated 31871 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/635] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:27.003 8 INFO neutron.api.v2.resource [req-71e5a2a5-b99d-4e06-9201-c056e501c36c req-a68fb7ae-9594-47f6-82e4-70e9a1c0ea1e 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 302/636] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:26 2026] GET /v2.0/security-groups/133ffeaa-01dc-4b4b-aab9-2ff0866efe84 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/637] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:39:27 2026] GET /v2.0/subnets => generated 6530 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/638] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:39:27 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?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: 335/639] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:39:26 2026] PUT /v2.0/routers/4839c9b8-ed82-4798-bd56-1546bb1ecdfd/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:27.141 7 INFO neutron.api.v2.resource [req-0b42b564-4ad8-4dc5-bb09-c1c189072fbf req-7e20ee3d-b799-497c-b4cb-7a159489e53c 1545d268d15c4fb1a9fe39325588a39f 96faed27b0b44a0b840137b64800c846 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 336/640] 10.0.0.156 () {34 vars in 990 bytes} [Fri Mar 6 01:39:27 2026] GET /v2.0/security-groups/e193d971-3563-48eb-a91f-06dafb8218fd => 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: 305/641] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:39:27 2026] GET /v2.0/subnets => generated 6530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/642] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:39:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:27.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 6286f65c-5942-4de3-8e38-900786fc1af0 2026-03-06 01:39:27.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 6286f65c-5942-4de3-8e38-900786fc1af0 2026-03-06 01:39:27.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 187e984a-4fea-485f-a71b-c711b0139a86 2026-03-06 01:39:27.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 187e984a-4fea-485f-a71b-c711b0139a86 2026-03-06 01:39:27.634 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - 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-03-06 01:39:27.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-20a0be7c-0416-4a46-a593-63ca6820585e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 1902c6e0-a2bf-4987-9a61-116c820fb30d 2026-03-06 01:39:27.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20a0be7c-0416-4a46-a593-63ca6820585e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 1902c6e0-a2bf-4987-9a61-116c820fb30d 2026-03-06 01:39:28.002 7 INFO neutron.db.l3_hamode_db [None req-9b281fc1-e79f-4faf-8d50-06c733e912f5 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 28e58eb8-9ef7-46ea-afd8-125a32777624 was deleted as no HA routers are present in tenant 21b10708efaf4223ae6932fd0ccbe015. [pid: 7|app: 0|req: 337/643] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:27 2026] DELETE /v2.0/routers/4839c9b8-ed82-4798-bd56-1546bb1ecdfd => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/644] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:39:28 2026] GET /v2.0/agents => generated 3385 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/645] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:28 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/646] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:39:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/647] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:39:27 2026] PUT /v2.0/routers/50131a87-20ca-4335-9d52-1956f9a6edb2/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/648] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:39:28 2026] GET /v2.0/networks => generated 7298 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:28.319 7 INFO neutron.services.segments.plugin [-] Segment 73b884bb-249c-41c0-9d34-afb01ecac962 resource provider aggregate not found [pid: 7|app: 0|req: 341/649] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:28 2026] DELETE /v2.0/subnets/d15ac986-ca3d-4142-8650-a9d13e2bc028 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:28.345 7 INFO neutron.services.segments.plugin [-] Segment 73b884bb-249c-41c0-9d34-afb01ecac962 resource provider aggregate not found 2026-03-06 01:39:28.345 7 INFO neutron.services.segments.plugin [-] Segment 73b884bb-249c-41c0-9d34-afb01ecac962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b884bb-249c-41c0-9d34-afb01ecac962 found for delete ", "request_id": "req-23b19d0e-c9dc-4529-8e3a-6bc6b838fcf6"}]} 2026-03-06 01:39:28.367 7 INFO neutron.services.segments.plugin [-] Segment 73b884bb-249c-41c0-9d34-afb01ecac962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b884bb-249c-41c0-9d34-afb01ecac962 found for delete ", "request_id": "req-4e1bee6a-b987-4c81-9af1-16cffbf1682e"}]} [pid: 8|app: 0|req: 309/650] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/651] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:39:28 2026] GET /v2.0/routers => generated 2200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:28.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-b16bb459-86a2-4508-9889-6f99fdd3a4df 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 19bb3e04-3e43-4038-8971-2f2b9054caa4 2026-03-06 01:39:28.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b16bb459-86a2-4508-9889-6f99fdd3a4df 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 19bb3e04-3e43-4038-8971-2f2b9054caa4 2026-03-06 01:39:28.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-8178824d-24e8-4539-8d82-cfda5d94d815 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: eda999e8-0ab4-4c1c-9033-9172720885c0 2026-03-06 01:39:28.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8178824d-24e8-4539-8d82-cfda5d94d815 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: eda999e8-0ab4-4c1c-9033-9172720885c0 2026-03-06 01:39:28.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-b16bb459-86a2-4508-9889-6f99fdd3a4df 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 9c32bb9a-e3e0-4447-ba24-54aa62c85685 2026-03-06 01:39:28.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b16bb459-86a2-4508-9889-6f99fdd3a4df 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 9c32bb9a-e3e0-4447-ba24-54aa62c85685 [pid: 8|app: 0|req: 311/652] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:28 2026] DELETE /v2.0/networks/dfd2a359-a3aa-497e-9801-965bc05803d8 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/653] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:28 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) [pid: 8|app: 0|req: 313/654] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:29.155 7 INFO neutron.db.l3_hamode_db [None req-b16bb459-86a2-4508-9889-6f99fdd3a4df 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 4730b065-67d0-4f8a-8204-f173271ad0c9 was deleted as no HA routers are present in tenant 96faed27b0b44a0b840137b64800c846. [pid: 7|app: 0|req: 342/655] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:28 2026] DELETE /v2.0/routers/50131a87-20ca-4335-9d52-1956f9a6edb2 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/656] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/routers/1414fb90-0b4f-432c-90d9-bccf436284cb/l3-agents => generated 682 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/657] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/security-groups?tenant_id=21b10708efaf4223ae6932fd0ccbe015&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/658] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:29.383 8 INFO neutron.services.segments.plugin [-] Segment a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 resource provider aggregate not found 2026-03-06 01:39:29.409 8 INFO neutron.services.segments.plugin [-] Segment a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 found for delete ", "request_id": "req-caaa304a-54a9-40aa-b741-8acec05b40e1"}]} 2026-03-06 01:39:29.418 8 INFO neutron.services.segments.plugin [-] Segment a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 resource provider aggregate not found 2026-03-06 01:39:29.438 8 INFO neutron.services.segments.plugin [-] Segment a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89e7e87-81dd-4e61-abc2-3f2d4684ebe6 found for delete ", "request_id": "req-75cb2b4e-ec1c-4374-b3b5-ac3c03087caa"}]} [pid: 7|app: 0|req: 346/659] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:29 2026] DELETE /v2.0/subnets/55afad01-0902-46de-83e0-4891c914e879 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:29.462 7 INFO neutron.api.v2.resource [None req-7f686af2-1200-4e85-a6df-3631ecdb981e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] index failed (client error): The resource could not be found. [pid: 7|app: 0|req: 347/660] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/routers/50131a87-20ca-4335-9d52-1956f9a6edb2/l3-agents => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/661] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:29 2026] DELETE /v2.0/security-groups/4686942f-7bd8-4dfb-bcb8-e5f647bd6885 => 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: 314/662] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:39:29 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/663] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/network-ip-availabilities => generated 3210 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:29.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1be1988-5752-4912-b88e-20ddafa22414 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 4cfee306-ac26-4746-9033-e8c505adaa3c 2026-03-06 01:39:29.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1be1988-5752-4912-b88e-20ddafa22414 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 4cfee306-ac26-4746-9033-e8c505adaa3c [pid: 8|app: 0|req: 316/664] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/floatingips => generated 1093 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/665] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/ports => generated 14319 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/666] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:29 2026] DELETE /v2.0/networks/e2b2aa87-4475-440c-976e-c1f229e315b7 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/669] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:29 2026] GET /v2.0/security-groups?tenant_id=96faed27b0b44a0b840137b64800c846&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/670] 10.0.0.156 () {34 vars in 1097 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--374558021&fields=id&tenant_id=68c957eb6bf44ec7b6736f480bc35e89 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/671] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/672] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:29 2026] DELETE /v2.0/security-groups/ca4bd025-03f6-4517-aaac-608bdcc89e48 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/673] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/quotas/68c957eb6bf44ec7b6736f480bc35e89 => 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: 320/674] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/675] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/676] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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-03-06 01:39:30.368 7 INFO neutron.services.segments.plugin [-] Segment 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f resource provider aggregate not found 2026-03-06 01:39:30.384 7 INFO neutron.services.segments.plugin [-] Segment 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f resource provider aggregate not found 2026-03-06 01:39:30.390 7 INFO neutron.services.segments.plugin [-] Segment 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f found for delete ", "request_id": "req-5db97634-7546-48db-8183-0b33e89f5a71"}]} 2026-03-06 01:39:30.402 7 INFO neutron.services.segments.plugin [-] Segment 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c91dea4-bef6-4966-8bfd-bbc30ce0dc6f found for delete ", "request_id": "req-141e46ca-b02b-4017-bc34-caa9e52b808a"}]} 2026-03-06 01:39:30.414 7 INFO neutron.services.segments.plugin [-] Segment 13ddda5c-5eb7-4188-8d00-e790946ad632 resource provider aggregate not found 2026-03-06 01:39:30.427 7 INFO neutron.services.segments.plugin [-] Segment 13ddda5c-5eb7-4188-8d00-e790946ad632 resource provider aggregate not found [pid: 7|app: 0|req: 356/677] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:30.448 7 INFO neutron.services.segments.plugin [-] Segment 13ddda5c-5eb7-4188-8d00-e790946ad632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13ddda5c-5eb7-4188-8d00-e790946ad632 found for delete ", "request_id": "req-8fc8a481-2a2d-49e0-b4e0-1e48795d6e9f"}]} 2026-03-06 01:39:30.450 7 INFO neutron.services.segments.plugin [-] Segment 13ddda5c-5eb7-4188-8d00-e790946ad632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13ddda5c-5eb7-4188-8d00-e790946ad632 found for delete ", "request_id": "req-9ed17d84-89f0-4b0a-aa74-4d48051d3fca"}]} [pid: 8|app: 0|req: 322/678] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:30 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 357/679] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:31 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 323/680] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:31 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:32.089 7 INFO neutron.db.segments_db [None req-e08ba64d-002d-480a-8d9f-ccc480cf1ed2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment e7c8c06d-5a51-4467-80bb-80d06bb2aad4 of type vxlan for network 4d80f481-e915-446d-973e-55c5533a3a82 [pid: 7|app: 0|req: 358/681] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:31 2026] POST /v2.0/networks => generated 738 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/682] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:32 2026] POST /v2.0/subnets => generated 685 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/683] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/networks?id=7e49f325-32e7-43ae-93aa-cbd88305fcf3 => generated 675 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:32.471 7 INFO neutron.db.segments_db [None req-19ae4082-a815-424b-859a-a4c1e45aef45 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 of type vxlan for network 1d9a8dae-ca02-4fb5-b4aa-f166338a2b2f [pid: 8|app: 0|req: 325/684] 199.204.45.102 () {34 vars in 910 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/685] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7409c05a43f34972b445d960913b075a => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:32.735 7 INFO neutron.db.l3_hamode_db [None req-19ae4082-a815-424b-859a-a4c1e45aef45 9cf9f9220fe74ca89a194e4fc6aa8c82 889d48ab6a40442b85f1ab3a39a11195 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 327/686] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:39:32 2026] POST /v2.0/ports => generated 958 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 328/687] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/688] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 330/689] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:32 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:33.743 7 INFO neutron.db.l3_hamode_db [None req-19ae4082-a815-424b-859a-a4c1e45aef45 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 331/690] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:39:33 2026] PUT /v2.0/ports/1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b => generated 1239 bytes in 472 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: 332/691] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:33 2026] GET /v2.0/security-groups?tenant_id=6a9787b3ac9e4ff296dad68599479787&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/692] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:33 2026] DELETE /v2.0/security-groups/2b2ae706-3d81-477d-89a3-012f9664e2e6 => 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: 334/693] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 335/694] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/695] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/696] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/security-groups?tenant_id=f3ed1dcfef314d48b088c40337d10e5f&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:34.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c19c97f-c8c5-432a-b3a8-d86451b37e84'] response: {'name': 'network-changed', 'server_uuid': '474e05c1-ec0e-4739-9775-9d966afdb97c', 'tag': '1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 338/697] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:34 2026] DELETE /v2.0/security-groups/803fcd6e-a1f5-44d1-81fc-acaac157efc9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/698] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:32 2026] POST /v2.0/routers => generated 725 bytes in 2205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/699] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/700] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=68c957eb6bf44ec7b6736f480bc35e89 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/701] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:34 2026] GET /v2.0/ports?tenant_id=7409c05a43f34972b445d960913b075a&device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/702] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:39:34 2026] POST /v2.0/ports => generated 958 bytes in 509 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/703] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/704] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:35 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 961 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/705] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:35 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 368/706] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:39:35 2026] PUT /v2.0/ports/77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 1239 bytes in 457 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: 369/707] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:35 2026] GET /v2.0/subnets?id=fac4f68a-2f00-4dd0-a876-78dbeb674100 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/708] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:36 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 371/709] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:36 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 7|app: 0|req: 372/710] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:36 2026] GET /v2.0/ports?network_id=7e49f325-32e7-43ae-93aa-cbd88305fcf3&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/711] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:34 2026] PUT /v2.0/routers/2afaa54a-417a-43c0-820e-47e745f4029f/add_router_interface => generated 309 bytes in 1533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/712] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:36 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/713] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:36 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?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) 2026-03-06 01:39:36.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a55f08d8-b931-4578-8ace-093996601ed1'] response: {'name': 'network-changed', 'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/714] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:39:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/715] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/716] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:39:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/717] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 377/718] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => 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: 378/719] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/720] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&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: 380/721] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/722] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/723] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/724] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/725] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 7|app: 0|req: 385/726] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 7|app: 0|req: 386/727] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?tenant_id=7409c05a43f34972b445d960913b075a&device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/728] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/networks?id=7e49f325-32e7-43ae-93aa-cbd88305fcf3 => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/729] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b => 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: 389/730] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/subnets?id=fac4f68a-2f00-4dd0-a876-78dbeb674100 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/731] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:39:37 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/732] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/ports?network_id=7e49f325-32e7-43ae-93aa-cbd88305fcf3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/733] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/734] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:37 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?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: 344/735] 10.0.0.156 () {34 vars in 1097 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--384478462&fields=id&tenant_id=889d48ab6a40442b85f1ab3a39a11195 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/736] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks?id=4d80f481-e915-446d-973e-55c5533a3a82 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/737] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/quotas/889d48ab6a40442b85f1ab3a39a11195 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/738] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?tenant_id=889d48ab6a40442b85f1ab3a39a11195&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/739] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/740] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?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: 347/741] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/742] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/743] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/744] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/745] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/746] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/747] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/748] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 350/749] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/750] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/751] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 401/752] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 352/753] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:38 2026] GET /v2.0/security-groups?tenant_id=2d5a446fbb4b48559740faeb0f7dafa9&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/754] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:39 2026] DELETE /v2.0/security-groups/60772a52-b402-4101-a1c9-bcaa99f1554d => 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: 353/755] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/security-groups?tenant_id=e11cf8a0b28946fc87907378a359d4fd&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/756] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:39 2026] DELETE /v2.0/security-groups/6c758d0c-5f36-4bb1-9277-8adc6564f2e2 => 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: 354/757] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/758] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/759] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 405/760] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/761] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:39 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 406/762] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:40 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 407/763] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:40 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 357/764] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:40 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 408/765] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:40 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/766] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:40 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/767] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:41 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 359/768] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:41 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/769] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:41 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 360/770] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:41 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/771] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:42 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 361/772] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:42 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 412/773] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:42 2026] GET /v2.0/networks?id=4d80f481-e915-446d-973e-55c5533a3a82 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/774] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=889d48ab6a40442b85f1ab3a39a11195 => generated 180 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/775] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/776] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/777] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/778] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/security-groups?tenant_id=14d051ecacb949ca860538b4955887b5&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/779] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:39:43 2026] POST /v2.0/ports => generated 958 bytes in 429 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: 417/780] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 364/781] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:43 2026] DELETE /v2.0/security-groups/16d5acf4-b998-46f4-b9c0-86dc166e0b39 => 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: 365/782] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:43 2026] GET /v2.0/security-groups?tenant_id=3486da77316b4f52a4d4e2763b8ad5f6&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: 366/783] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:43 2026] DELETE /v2.0/security-groups/e07782b1-99f9-4a73-9263-cca241943885 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/784] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:39:43 2026] PUT /v2.0/ports/ab9481dd-9bcc-4cb2-a8a7-430aa891000e => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:43.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-128f020f-d2ac-43a1-9287-74ac29bd739b'] response: {'name': 'network-changed', 'server_uuid': '6c8b915b-6c46-478e-9216-ba0b2e1ddc14', 'tag': 'ab9481dd-9bcc-4cb2-a8a7-430aa891000e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 367/785] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 419/786] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/787] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/788] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 369/789] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/ports?tenant_id=889d48ab6a40442b85f1ab3a39a11195&device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/790] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/networks?tenant_id=889d48ab6a40442b85f1ab3a39a11195&shared=False => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/791] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 422/792] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/793] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/794] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:44 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:45.222 8 INFO neutron.db.l3_db [None req-bed9d664-3ec1-431a-b164-7f25cef80111 dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] Floating IP 32cf6abf-ba8c-4a1b-ab5b-2a9480bb1324 associated. External IP: 10.96.250.211, port: 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b. [pid: 7|app: 0|req: 426/797] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/798] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/799] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/800] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/801] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:39:44 2026] PUT /v2.0/floatingips/32cf6abf-ba8c-4a1b-ab5b-2a9480bb1324 => generated 856 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:45.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7f52c32-5264-4220-8227-0497c6f4caeb'] response: {'name': 'network-changed', 'server_uuid': '474e05c1-ec0e-4739-9775-9d966afdb97c', 'tag': '1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 430/802] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/803] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&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: 431/804] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/ports?tenant_id=889d48ab6a40442b85f1ab3a39a11195&device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/805] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ab9481dd-9bcc-4cb2-a8a7-430aa891000e => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/806] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/subnets?id=5962e6aa-e741-4e16-8d50-95af661614bb => generated 688 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/807] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/ports?network_id=4d80f481-e915-446d-973e-55c5533a3a82&device_owner=network%3Adhcp => 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: 433/808] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?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: 376/809] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:45 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/810] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?tenant_id=7409c05a43f34972b445d960913b075a&device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 377/811] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/networks?id=7e49f325-32e7-43ae-93aa-cbd88305fcf3 => generated 771 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/812] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/813] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/814] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/subnets?id=fac4f68a-2f00-4dd0-a876-78dbeb674100 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/815] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/816] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?network_id=7e49f325-32e7-43ae-93aa-cbd88305fcf3&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: 437/817] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?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: 381/818] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3?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: 438/819] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/820] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 439/821] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/822] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 440/823] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:46 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:46.999 8 INFO neutron.db.l3_db [None req-971e9d47-d8cd-42a4-b844-4c6b0fef05d6 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] Floating IP 6b7ab74e-4a48-4efc-908e-ba0cf5da398c associated. External IP: 10.96.250.202, port: 77726ff2-8bd5-438d-b542-c6022cd61ee8. [pid: 8|app: 0|req: 384/824] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:39:46 2026] PUT /v2.0/floatingips/6b7ab74e-4a48-4efc-908e-ba0cf5da398c => generated 856 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/825] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 385/826] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/827] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/828] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 443/829] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:47.581 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5b1ba05-dfef-478a-8cd5-e7af484a5f10'] response: {'name': 'network-changed', 'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/830] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:47 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 444/831] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/832] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/833] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/834] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/835] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&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: 390/836] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 447/837] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/838] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/839] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/security-groups?id=4395aceb-4a4f-4d7e-a36c-ac0f03a876d8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/840] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:48.809 7 INFO neutron_taas.services.taas.taas_plugin [req-1ba37b3a-6090-407c-830f-562981f5aaeb req-35e242a6-d1ba-4d0f-a80d-dacdb39b2b4d dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] TaaS: Handle Delete Port: 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b 2026-03-06 01:39:48.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1ba37b3a-6090-407c-830f-562981f5aaeb req-35e242a6-d1ba-4d0f-a80d-dacdb39b2b4d dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] Tap Mirror: Handle Delete Port: 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b [pid: 8|app: 0|req: 393/841] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/security-groups?tenant_id=39a9df604d334aaaa8971db262a7d845&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:48.998 7 INFO neutron.db.l3_db [req-1ba37b3a-6090-407c-830f-562981f5aaeb req-35e242a6-d1ba-4d0f-a80d-dacdb39b2b4d dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] Floating IP 32cf6abf-ba8c-4a1b-ab5b-2a9480bb1324 disassociated. External IP: 10.96.250.211, port: 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b. [pid: 8|app: 0|req: 394/842] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:48 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/843] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:49 2026] DELETE /v2.0/security-groups/a83e2fe5-4cbe-47d0-b17c-adced4bdb1f6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/844] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:49 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 449/845] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:39:48 2026] DELETE /v2.0/ports/1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b => generated 0 bytes in 767 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:49.445 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a724c51-eede-4c0c-ab4b-edbc3906153e'] response: {'server_uuid': '474e05c1-ec0e-4739-9775-9d966afdb97c', 'name': 'network-vif-deleted', 'tag': '1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 397/846] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:49 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => 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: 450/847] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:50 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/848] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:50 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/849] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:50 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:51.116 7 INFO neutron.db.segments_db [None req-cafdbd4a-4853-4488-9fe7-1ad0fd295d57 c2b450ce03d346e08b0d90a84d2951c9 c7dd46b4cca541128224a5a99923ec3a - - default default] Added segment eb437fd2-e936-47bb-a773-5e27c6bd32fc of type vxlan for network dbfec5f7-8267-42ba-be5e-4d9e00becc4f [pid: 7|app: 0|req: 451/850] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:39:50 2026] POST /v2.0/networks => generated 647 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/851] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:51 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/852] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:51 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 401/853] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:51 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/854] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:51 2026] POST /v2.0/subnets => generated 673 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:52.013 8 INFO neutron.db.segments_db [None req-1f36bd77-6453-4517-8771-d92533f05315 c2b450ce03d346e08b0d90a84d2951c9 c7dd46b4cca541128224a5a99923ec3a - - default default] Added segment 1f67295f-3cc8-41be-a47d-2a9900a3cef0 of type vxlan for network 14bc92d9-ef5b-47cc-b895-57ff985f51c8 [pid: 8|app: 0|req: 403/855] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:39:51 2026] POST /v2.0/networks => generated 648 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/856] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:52 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:52.170 7 INFO neutron.db.l3_db [None req-c285c5a3-db82-4b77-94b2-1499917cc9f4 d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] Floating IP 875007fb-acd6-4696-9ea7-7a99b28cc627 associated. External IP: 10.96.250.203, port: ab9481dd-9bcc-4cb2-a8a7-430aa891000e. [pid: 8|app: 0|req: 405/857] 10.0.0.155 () {34 vars in 742 bytes} [Fri Mar 6 01:39:52 2026] PUT /v2.0/networks/14bc92d9-ef5b-47cc-b895-57ff985f51c8 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/858] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:52 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: 407/859] 10.0.0.155 () {34 vars in 740 bytes} [Fri Mar 6 01:39:52 2026] PUT /v2.0/subnets/2bd431e7-fa52-45c5-a22e-8e0b216e79ea => generated 656 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:52.827 8 INFO neutron.services.segments.plugin [-] Segment 1f67295f-3cc8-41be-a47d-2a9900a3cef0 resource provider aggregate not found 2026-03-06 01:39:52.835 8 INFO neutron.services.segments.plugin [-] Segment 1f67295f-3cc8-41be-a47d-2a9900a3cef0 resource provider aggregate not found [pid: 7|app: 0|req: 453/860] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:39:51 2026] PUT /v2.0/floatingips/875007fb-acd6-4696-9ea7-7a99b28cc627 => generated 856 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:52.844 8 INFO neutron.services.segments.plugin [-] Segment 1f67295f-3cc8-41be-a47d-2a9900a3cef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f67295f-3cc8-41be-a47d-2a9900a3cef0 found for delete ", "request_id": "req-a213b425-a4f9-4473-832f-ea18e2155734"}]} [pid: 8|app: 0|req: 408/861] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:52 2026] DELETE /v2.0/networks/14bc92d9-ef5b-47cc-b895-57ff985f51c8 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:52.862 8 INFO neutron.services.segments.plugin [-] Segment 1f67295f-3cc8-41be-a47d-2a9900a3cef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f67295f-3cc8-41be-a47d-2a9900a3cef0 found for delete ", "request_id": "req-24de6604-5155-4ea5-b2aa-5cf512b59ae1"}]} 2026-03-06 01:39:52.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9e20c1e-efe5-4cc0-878c-2f1b4f30a5a9'] response: {'name': 'network-changed', 'server_uuid': '6c8b915b-6c46-478e-9216-ba0b2e1ddc14', 'tag': 'ab9481dd-9bcc-4cb2-a8a7-430aa891000e', 'status': 'completed', 'code': 200} 2026-03-06 01:39:52.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c307493c-8987-4be8-8cc9-554f1badc958 c2b450ce03d346e08b0d90a84d2951c9 c7dd46b4cca541128224a5a99923ec3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/862] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:52 2026] DELETE /v2.0/networks/14bc92d9-ef5b-47cc-b895-57ff985f51c8 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/863] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:52 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 455/864] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:39:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/865] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:52 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 456/866] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:39:52 2026] GET /v2.0/subnets?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/867] 10.0.0.155 () {32 vars in 652 bytes} [Fri Mar 6 01:39:53 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: 457/868] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/networks => generated 1312 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/869] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/870] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/networks/dbfec5f7-8267-42ba-be5e-4d9e00becc4f => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/871] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/subnets/bcc97105-049f-4b9e-8f96-610703c2edb5 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/872] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/ports?device_id=474e05c1-ec0e-4739-9775-9d966afdb97c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:53.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5970b4f2-735d-47c9-aded-84ac95692483 c2b450ce03d346e08b0d90a84d2951c9 c7dd46b4cca541128224a5a99923ec3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/873] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:53 2026] DELETE /v2.0/subnets/2bd431e7-fa52-45c5-a22e-8e0b216e79ea => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:39:53.269 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cf27019-500d-4818-af1e-b9241aa6629c c2b450ce03d346e08b0d90a84d2951c9 c7dd46b4cca541128224a5a99923ec3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/874] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:53 2026] DELETE /v2.0/networks/14bc92d9-ef5b-47cc-b895-57ff985f51c8 => 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: 461/875] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 462/876] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 415/877] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:53 2026] DELETE /v2.0/subnets/bcc97105-049f-4b9e-8f96-610703c2edb5 => 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: 463/878] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/ports?tenant_id=889d48ab6a40442b85f1ab3a39a11195&device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 464/879] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/networks?id=4d80f481-e915-446d-973e-55c5533a3a82 => generated 766 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/880] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ab9481dd-9bcc-4cb2-a8a7-430aa891000e => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/881] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:53 2026] DELETE /v2.0/networks/dbfec5f7-8267-42ba-be5e-4d9e00becc4f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/882] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/subnets?id=5962e6aa-e741-4e16-8d50-95af661614bb => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/883] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/ports?network_id=4d80f481-e915-446d-973e-55c5533a3a82&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/884] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/885] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:39:53 2026] GET /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82?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: 468/886] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:54 2026] GET /v2.0/security-groups?tenant_id=c7dd46b4cca541128224a5a99923ec3a&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/887] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:54 2026] DELETE /v2.0/security-groups/9011e5c5-e4ff-42e6-b025-296622ab579d => 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: 469/888] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:54 2026] DELETE /v2.0/security-groups/4395aceb-4a4f-4d7e-a36c-ac0f03a876d8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:39:54.437 8 INFO neutron.api.v2.resource [None req-137a2955-e4a2-4e3c-ba24-c841a83f2b5b dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/889] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:39:54 2026] GET /v2.0/security-groups/4395aceb-4a4f-4d7e-a36c-ac0f03a876d8 => generated 146 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/890] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:54 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:54.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bb10779-54d3-4602-9649-6799f916d220 dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] TaaS: Handle Delete Port: feca591a-c3b5-47b2-b187-36d9c572e8b8 2026-03-06 01:39:54.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bb10779-54d3-4602-9649-6799f916d220 dbdd313c2d954a829edca6102579d657 7409c05a43f34972b445d960913b075a - - default default] Tap Mirror: Handle Delete Port: feca591a-c3b5-47b2-b187-36d9c572e8b8 [pid: 8|app: 0|req: 422/891] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:54 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&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: 470/892] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:39:54 2026] DELETE /v2.0/floatingips/32cf6abf-ba8c-4a1b-ab5b-2a9480bb1324 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:39:54.876 8 INFO neutron.services.segments.plugin [-] Segment eb437fd2-e936-47bb-a773-5e27c6bd32fc resource provider aggregate not found 2026-03-06 01:39:54.883 8 INFO neutron.services.segments.plugin [-] Segment eb437fd2-e936-47bb-a773-5e27c6bd32fc resource provider aggregate not found 2026-03-06 01:39:54.899 8 INFO neutron.services.segments.plugin [-] Segment eb437fd2-e936-47bb-a773-5e27c6bd32fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb437fd2-e936-47bb-a773-5e27c6bd32fc found for delete ", "request_id": "req-234baa12-92d1-4813-ac3a-4d30f5797edd"}]} 2026-03-06 01:39:54.905 8 INFO neutron.services.segments.plugin [-] Segment eb437fd2-e936-47bb-a773-5e27c6bd32fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb437fd2-e936-47bb-a773-5e27c6bd32fc found for delete ", "request_id": "req-f56cea3f-5a72-436c-a172-19ca29ab3d84"}]} 2026-03-06 01:39:55.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d22e24d-8acd-46f9-9f63-2965c1cbbafd 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 9283b92b-a9b7-4aa3-a96c-ef4e8712851f 2026-03-06 01:39:55.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d22e24d-8acd-46f9-9f63-2965c1cbbafd 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 9283b92b-a9b7-4aa3-a96c-ef4e8712851f [pid: 8|app: 0|req: 423/893] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:39:54 2026] PUT /v2.0/routers/c940c2a5-30ca-4ab4-a763-f448c155d963/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/894] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:55 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 472/895] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:39:55 2026] GET /v2.0/security-groups?id=4af49041-eda3-49df-85ce-3b673296a35e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:55.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5125160e-85e5-42db-9ef4-029443d315d9 2026-03-06 01:39:55.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5125160e-85e5-42db-9ef4-029443d315d9 [pid: 7|app: 0|req: 473/896] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:39:55 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:39:56.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 30f0098a-417a-43e7-afa0-d68dbb8c6a42 2026-03-06 01:39:56.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 30f0098a-417a-43e7-afa0-d68dbb8c6a42 2026-03-06 01:39:56.108 7 INFO neutron_taas.services.taas.taas_plugin [req-a722736e-1e6a-42eb-b5be-529581d33f07 req-21320a81-225f-4ad3-9623-f4b915e5359a d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] TaaS: Handle Delete Port: ab9481dd-9bcc-4cb2-a8a7-430aa891000e 2026-03-06 01:39:56.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a722736e-1e6a-42eb-b5be-529581d33f07 req-21320a81-225f-4ad3-9623-f4b915e5359a d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] Tap Mirror: Handle Delete Port: ab9481dd-9bcc-4cb2-a8a7-430aa891000e 2026-03-06 01:39:56.180 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - 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-03-06 01:39:56.246 7 INFO neutron.db.l3_db [req-a722736e-1e6a-42eb-b5be-529581d33f07 req-21320a81-225f-4ad3-9623-f4b915e5359a d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] Floating IP 875007fb-acd6-4696-9ea7-7a99b28cc627 disassociated. External IP: 10.96.250.203, port: ab9481dd-9bcc-4cb2-a8a7-430aa891000e. 2026-03-06 01:39:56.482 8 INFO neutron.db.l3_hamode_db [None req-e2eda2d8-41b2-4992-acb7-e73501ee137f 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 8dbc78ca-8b0c-40ab-b8f5-da6d5f07a7ef was deleted as no HA routers are present in tenant 7409c05a43f34972b445d960913b075a. [pid: 8|app: 0|req: 424/897] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:55 2026] DELETE /v2.0/routers/c940c2a5-30ca-4ab4-a763-f448c155d963 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/898] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:39:55 2026] DELETE /v2.0/ports/ab9481dd-9bcc-4cb2-a8a7-430aa891000e => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:56.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b0ea200-e712-4dd7-ad04-293339b852d0'] response: {'server_uuid': '6c8b915b-6c46-478e-9216-ba0b2e1ddc14', 'name': 'network-vif-deleted', 'tag': 'ab9481dd-9bcc-4cb2-a8a7-430aa891000e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 475/899] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:39:56 2026] DELETE /v2.0/subnets/fac4f68a-2f00-4dd0-a876-78dbeb674100 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:39:56.765 8 INFO neutron.db.segments_db [None req-6fcd63ab-428c-4764-ade9-44c4e63d45f9 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment 078db669-c88c-4ef8-85da-bb2c8abb1bd9 of type vxlan for network 5734b08e-4922-405f-acef-55c99f384ac9 2026-03-06 01:39:56.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4f98401-dc96-475e-9977-300ffdb598f6 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 9e133dbf-bbee-4091-85ef-d50e2ad4d20b 2026-03-06 01:39:56.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4f98401-dc96-475e-9977-300ffdb598f6 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 9e133dbf-bbee-4091-85ef-d50e2ad4d20b [pid: 8|app: 0|req: 425/900] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:39:56 2026] POST /v2.0/networks => generated 629 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/901] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:56 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:56.920 8 INFO neutron.db.segments_db [None req-fbc89f2a-7c63-40be-a34b-09efb7911a53 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 of type vxlan for network abb4f728-f35f-44d5-8e26-84776a3291e6 2026-03-06 01:39:56.925 8 INFO neutron.services.segments.plugin [-] Segment 3e01d5a8-964c-4887-ba2a-96fc5678439f resource provider aggregate not found 2026-03-06 01:39:56.931 8 INFO neutron.services.segments.plugin [-] Segment 3e01d5a8-964c-4887-ba2a-96fc5678439f resource provider aggregate not found 2026-03-06 01:39:56.947 8 INFO neutron.services.segments.plugin [-] Segment 3e01d5a8-964c-4887-ba2a-96fc5678439f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e01d5a8-964c-4887-ba2a-96fc5678439f found for delete ", "request_id": "req-a9a7306f-a720-433e-a99e-c072aff0d83e"}]} 2026-03-06 01:39:56.973 8 INFO neutron.services.segments.plugin [-] Segment 3e01d5a8-964c-4887-ba2a-96fc5678439f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e01d5a8-964c-4887-ba2a-96fc5678439f found for delete ", "request_id": "req-ee3a1010-2047-4095-bc79-efc6e06cd58a"}]} 2026-03-06 01:39:56.999 7 INFO neutron.services.segments.plugin [-] Segment 0a12ee5a-5c17-4b28-aafc-f90e51215a1f resource provider aggregate not found 2026-03-06 01:39:57.003 7 INFO neutron.services.segments.plugin [-] Segment 0a12ee5a-5c17-4b28-aafc-f90e51215a1f resource provider aggregate not found 2026-03-06 01:39:57.016 7 INFO neutron.services.segments.plugin [-] Segment 0a12ee5a-5c17-4b28-aafc-f90e51215a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a12ee5a-5c17-4b28-aafc-f90e51215a1f found for delete ", "request_id": "req-dbcf47eb-0e08-4ff6-b1f9-31004c1f8976"}]} 2026-03-06 01:39:57.023 7 INFO neutron.services.segments.plugin [-] Segment 0a12ee5a-5c17-4b28-aafc-f90e51215a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a12ee5a-5c17-4b28-aafc-f90e51215a1f found for delete ", "request_id": "req-69dfc46a-5051-4eb9-9051-6be7f1a9777a"}]} [pid: 7|app: 0|req: 476/902] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:39:56 2026] DELETE /v2.0/networks/7e49f325-32e7-43ae-93aa-cbd88305fcf3 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/903] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:39:56 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/904] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:39:57 2026] GET /v2.0/security-groups?tenant_id=7409c05a43f34972b445d960913b075a&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/905] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:57 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/906] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:39:57 2026] DELETE /v2.0/security-groups/4d7738bb-8981-443f-bfce-c842c094a982 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/907] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:57 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:57.574 8 INFO neutron.db.segments_db [None req-dcc0fd2c-473f-4adf-8300-c51cc78158c9 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 of type vxlan for network 55d5d163-5769-4296-83ed-4c2142f47cea 2026-03-06 01:39:57.835 8 INFO neutron.db.l3_hamode_db [None req-dcc0fd2c-473f-4adf-8300-c51cc78158c9 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 479/908] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:57 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:39:57.967 8 INFO neutron.db.l3_hamode_db [None req-dcc0fd2c-473f-4adf-8300-c51cc78158c9 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 430/909] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:57 2026] POST /v2.0/routers => generated 507 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/910] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:39:58 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1244 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:39:59.254 8 INFO neutron.db.segments_db [None req-0902c79a-452b-439f-8d9c-fce12e10a090 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 29cc63eb-5029-4332-a9a8-4d1f34139cef of type vxlan for network e596e3e7-13ef-418a-a8de-3128f2327ff6 [pid: 7|app: 0|req: 480/911] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:58 2026] PUT /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/912] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:39:59 2026] GET /v2.0/ports?device_id=6c8b915b-6c46-478e-9216-ba0b2e1ddc14 => 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: 482/913] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:39:59 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 483/914] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:39:59 2026] GET /v2.0/ports/e22f7784-ed33-4fd0-8324-ffe31461d39a => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/915] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:39:59 2026] POST /v2.0/networks => generated 742 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/916] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:59 2026] POST /v2.0/subnets => generated 690 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:39:59.957 8 INFO neutron.db.segments_db [None req-e4712900-cfd1-4476-b55a-07a2921cbec2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 76756158-9232-4649-8059-3919bb4019b5 of type vxlan for network e5847772-cc99-4528-a79b-9496293e4adb 2026-03-06 01:40:00.209 8 INFO neutron.db.l3_hamode_db [None req-e4712900-cfd1-4476-b55a-07a2921cbec2 9cf9f9220fe74ca89a194e4fc6aa8c82 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 484/919] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:39:59 2026] PUT /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/920] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:00 2026] DELETE /v2.0/security-groups/4af49041-eda3-49df-85ce-3b673296a35e => 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: 486/921] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:40:00 2026] GET /v2.0/ports/1328a54b-a683-45c9-a069-2dbe2ec1d4a5 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:00.938 7 INFO neutron.api.v2.resource [None req-0dd81b67-eae0-4373-b1ad-a4e9bc82bdae d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 487/922] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:40:00 2026] GET /v2.0/security-groups/4af49041-eda3-49df-85ce-3b673296a35e => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:01.040 8 INFO neutron.db.l3_hamode_db [None req-e4712900-cfd1-4476-b55a-07a2921cbec2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:40:01.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-11233ea2-ec29-4152-b7ae-a2e7a6565a41 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: 1328a54b-a683-45c9-a069-2dbe2ec1d4a5 2026-03-06 01:40:01.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11233ea2-ec29-4152-b7ae-a2e7a6565a41 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: 1328a54b-a683-45c9-a069-2dbe2ec1d4a5 [pid: 7|app: 0|req: 488/923] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:00 2026] PUT /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/924] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:39:59 2026] POST /v2.0/routers => generated 730 bytes in 1884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:01.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6b65e10-945f-4096-a4b4-fafcb220c2a6 d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] TaaS: Handle Delete Port: bd995491-5c8a-4c99-b79b-78b6354eaebc 2026-03-06 01:40:01.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6b65e10-945f-4096-a4b4-fafcb220c2a6 d72970827935474da643ae9c7001ac51 889d48ab6a40442b85f1ab3a39a11195 - - default default] Tap Mirror: Handle Delete Port: bd995491-5c8a-4c99-b79b-78b6354eaebc [pid: 7|app: 0|req: 489/925] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:40:01 2026] DELETE /v2.0/floatingips/875007fb-acd6-4696-9ea7-7a99b28cc627 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:02.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b79283a-cd67-4251-8cf5-5b49c9d0ca22 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: e22f7784-ed33-4fd0-8324-ffe31461d39a 2026-03-06 01:40:02.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b79283a-cd67-4251-8cf5-5b49c9d0ca22 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: e22f7784-ed33-4fd0-8324-ffe31461d39a [pid: 8|app: 0|req: 437/926] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:01 2026] PUT /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:03.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6620bd3-d82c-41cb-bd33-72fa65f24c93 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5240387b-8f5e-40b3-bc45-dee6d18b02d6 2026-03-06 01:40:03.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6620bd3-d82c-41cb-bd33-72fa65f24c93 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5240387b-8f5e-40b3-bc45-dee6d18b02d6 [pid: 7|app: 0|req: 490/927] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:01 2026] PUT /v2.0/routers/abbf29a9-cb19-4cb5-8599-08e7c780ea54/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/928] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:03 2026] GET /v2.0/ports?device_id=1bb7aa8e-745f-425f-a53f-4483ed421d8b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:03.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaf3a782-4039-49f7-b931-47e218272601 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: f52d7cc0-2a51-415f-aa7c-f2040109d0d0 2026-03-06 01:40:03.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaf3a782-4039-49f7-b931-47e218272601 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: f52d7cc0-2a51-415f-aa7c-f2040109d0d0 [pid: 8|app: 0|req: 438/929] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:02 2026] PUT /v2.0/routers/2afaa54a-417a-43c0-820e-47e745f4029f/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:03.622 7 INFO neutron.services.segments.plugin [-] Segment 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 resource provider aggregate not found 2026-03-06 01:40:03.623 7 INFO neutron.services.segments.plugin [-] Segment 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 resource provider aggregate not found 2026-03-06 01:40:03.654 7 INFO neutron.services.segments.plugin [-] Segment 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 found for delete ", "request_id": "req-8f53cc72-4be9-44a3-a28f-dc53da58e7f9"}]} 2026-03-06 01:40:03.656 7 INFO neutron.services.segments.plugin [-] Segment 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b9bb76-f80b-4234-b3cf-ea6c9de385c9 found for delete ", "request_id": "req-23b7a632-9bde-41b3-8494-000f4a7ee98a"}]} 2026-03-06 01:40:03.659 7 INFO neutron.db.l3_hamode_db [None req-eaf3a782-4039-49f7-b931-47e218272601 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] HA network 55d5d163-5769-4296-83ed-4c2142f47cea was deleted as no HA routers are present in tenant 65b6b07791764820a9b12b5332fb4f63. [pid: 7|app: 0|req: 492/930] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:03 2026] DELETE /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:03.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-49c41bd5-f62f-48e9-b948-097b4acdfdd8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 774f6904-1a93-48f3-bb65-aec7405997ef 2026-03-06 01:40:03.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c41bd5-f62f-48e9-b948-097b4acdfdd8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 774f6904-1a93-48f3-bb65-aec7405997ef [pid: 7|app: 0|req: 493/931] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:40:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/932] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:03 2026] DELETE /v2.0/subnets/f00c0d15-4f4c-4fd3-9e7b-e59ce742ef20 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:04.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-49c41bd5-f62f-48e9-b948-097b4acdfdd8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5558df25-bdda-47a8-a9c5-31de1c6cd3e2 2026-03-06 01:40:04.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c41bd5-f62f-48e9-b948-097b4acdfdd8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5558df25-bdda-47a8-a9c5-31de1c6cd3e2 [pid: 7|app: 0|req: 495/933] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:04 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: 496/934] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:04 2026] DELETE /v2.0/subnets/dc6433ee-cbd8-4d92-97ea-4f19d66bc762 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/935] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:04.382 8 INFO neutron.services.segments.plugin [-] Segment de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 resource provider aggregate not found 2026-03-06 01:40:04.393 8 INFO neutron.services.segments.plugin [-] Segment de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 resource provider aggregate not found 2026-03-06 01:40:04.402 8 INFO neutron.services.segments.plugin [-] Segment de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 found for delete ", "request_id": "req-cfc3879b-1a79-493a-b711-47b3bb0602ab"}]} 2026-03-06 01:40:04.414 8 INFO neutron.services.segments.plugin [-] Segment de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1fa0fc-17d0-4bb4-8068-6e9a3dbda145 found for delete ", "request_id": "req-2d86ec24-8c4f-4b30-942b-07c8f601c8cc"}]} 2026-03-06 01:40:04.420 8 INFO neutron.db.l3_hamode_db [None req-49c41bd5-f62f-48e9-b948-097b4acdfdd8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 1d9a8dae-ca02-4fb5-b4aa-f166338a2b2f was deleted as no HA routers are present in tenant 889d48ab6a40442b85f1ab3a39a11195. [pid: 8|app: 0|req: 439/936] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:03 2026] DELETE /v2.0/routers/2afaa54a-417a-43c0-820e-47e745f4029f => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/937] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:04 2026] DELETE /v2.0/networks/abb4f728-f35f-44d5-8e26-84776a3291e6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/938] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:04 2026] DELETE /v2.0/subnets/5962e6aa-e741-4e16-8d50-95af661614bb => 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: 500/939] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:04 2026] DELETE /v2.0/networks/5734b08e-4922-405f-acef-55c99f384ac9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:04.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3aa3e97-95a3-40b9-a09c-8a8fe534f755 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 3cb04c36-3874-4cb2-8ab7-95c33416551c 2026-03-06 01:40:04.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3aa3e97-95a3-40b9-a09c-8a8fe534f755 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 3cb04c36-3874-4cb2-8ab7-95c33416551c [pid: 8|app: 0|req: 440/940] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:40:04 2026] POST /v2.0/floatingips => generated 552 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:04.939 8 INFO neutron.db.segments_db [None req-ea870fe5-375c-4b82-8f26-6a3e6c9a5bdd d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment 2c526376-4ef9-445a-ba97-4adcdbc8222f of type vxlan for network 2cfab3fb-32ee-4ee6-88ff-023b8286a356 [pid: 8|app: 0|req: 441/941] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:04 2026] POST /v2.0/networks => generated 629 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/942] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:04 2026] DELETE /v2.0/networks/4d80f481-e915-446d-973e-55c5533a3a82 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/943] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/security-groups?tenant_id=889d48ab6a40442b85f1ab3a39a11195&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/944] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:05 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:05.290 8 INFO neutron.db.segments_db [None req-a94d9773-162e-43f4-b92b-68cc02be99ab d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment a2c24569-5031-47a9-a080-e105f643d017 of type vxlan for network 41802d8d-a6e3-4368-99f2-2469aa4c394c [pid: 7|app: 0|req: 503/945] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:05 2026] DELETE /v2.0/security-groups/f6c019da-1a2b-4a43-aece-82092eb92ab1 => 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: 504/946] 10.0.0.156 () {34 vars in 1099 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1325113421&fields=id&tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/947] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/networks?id=e596e3e7-13ef-418a-a8de-3128f2327ff6 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/948] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/quotas/c7eb33b80ad0412a9b9cdd702d2ac395 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:05.536 8 INFO neutron.db.l3_hamode_db [None req-a94d9773-162e-43f4-b92b-68cc02be99ab d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 507/949] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/ports?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/950] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:05.644 8 INFO neutron.db.l3_hamode_db [None req-a94d9773-162e-43f4-b92b-68cc02be99ab d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 509/951] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:05.673 7 INFO neutron.services.segments.plugin [-] Segment 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 resource provider aggregate not found 2026-03-06 01:40:05.677 7 INFO neutron.services.segments.plugin [-] Segment 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 resource provider aggregate not found 2026-03-06 01:40:05.692 7 INFO neutron.services.segments.plugin [-] Segment 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 found for delete ", "request_id": "req-d3fc4157-bee1-429e-9887-7910b4591fb9"}]} 2026-03-06 01:40:05.695 7 INFO neutron.services.segments.plugin [-] Segment 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13ed5987-ce53-49a6-abad-8dbe84cd3cc6 found for delete ", "request_id": "req-b711568f-a2af-4303-895c-cd2ada19891b"}]} 2026-03-06 01:40:05.707 7 INFO neutron.services.segments.plugin [-] Segment 078db669-c88c-4ef8-85da-bb2c8abb1bd9 resource provider aggregate not found 2026-03-06 01:40:05.712 7 INFO neutron.services.segments.plugin [-] Segment 078db669-c88c-4ef8-85da-bb2c8abb1bd9 resource provider aggregate not found 2026-03-06 01:40:05.728 7 INFO neutron.services.segments.plugin [-] Segment 078db669-c88c-4ef8-85da-bb2c8abb1bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 078db669-c88c-4ef8-85da-bb2c8abb1bd9 found for delete ", "request_id": "req-3266e8b6-55eb-4081-b440-57ba08a0a8cf"}]} 2026-03-06 01:40:05.732 7 INFO neutron.services.segments.plugin [-] Segment 078db669-c88c-4ef8-85da-bb2c8abb1bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 078db669-c88c-4ef8-85da-bb2c8abb1bd9 found for delete ", "request_id": "req-a3ca07f4-ed1b-4377-91af-49dec7ecd406"}]} 2026-03-06 01:40:05.744 7 INFO neutron.services.segments.plugin [-] Segment e7c8c06d-5a51-4467-80bb-80d06bb2aad4 resource provider aggregate not found 2026-03-06 01:40:05.755 7 INFO neutron.services.segments.plugin [-] Segment e7c8c06d-5a51-4467-80bb-80d06bb2aad4 resource provider aggregate not found 2026-03-06 01:40:05.765 7 INFO neutron.services.segments.plugin [-] Segment e7c8c06d-5a51-4467-80bb-80d06bb2aad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c8c06d-5a51-4467-80bb-80d06bb2aad4 found for delete ", "request_id": "req-46937b50-1ce0-4ce9-8299-8813013525dd"}]} 2026-03-06 01:40:05.773 7 INFO neutron.services.segments.plugin [-] Segment e7c8c06d-5a51-4467-80bb-80d06bb2aad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c8c06d-5a51-4467-80bb-80d06bb2aad4 found for delete ", "request_id": "req-c91d53ce-1b21-457c-a698-cadbd6e241a0"}]} [pid: 7|app: 0|req: 510/952] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:05 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 443/953] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:05 2026] POST /v2.0/routers => generated 507 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/954] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:40:06 2026] POST /v2.0/ports => generated 952 bytes in 406 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: 512/955] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:06 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 513/956] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:07 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 444/957] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:06 2026] PUT /v2.0/routers/4e3fbcc3-3215-4ae7-824f-d1546cdbc07d/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/958] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:40:08 2026] GET /v2.0/ports/62ecbf4c-f588-4c09-8b76-eea5cc73326d => generated 1026 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, ' 2026-03-06 01:40:08.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-865c6a1d-974c-448b-b7f0-0a8d97944518 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: 62ecbf4c-f588-4c09-8b76-eea5cc73326d 2026-03-06 01:40:08.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-865c6a1d-974c-448b-b7f0-0a8d97944518 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: 62ecbf4c-f588-4c09-8b76-eea5cc73326d [pid: 7|app: 0|req: 515/959] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:08 2026] GET /v2.0/security-groups?tenant_id=e097ccad2cbc433fb2b1d0b2abf713e4&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/960] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:08 2026] PUT /v2.0/routers/4e3fbcc3-3215-4ae7-824f-d1546cdbc07d/remove_router_interface => generated 309 bytes in 724 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: 516/961] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:08 2026] DELETE /v2.0/security-groups/2f3eafd6-c6e5-4927-81ab-16600b070524 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:08.949 8 INFO neutron.api.v2.resource [None req-33db4ab7-e17f-4599-a911-83a1acbe799e d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/962] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:08 2026] PUT /v2.0/routers/4e3fbcc3-3215-4ae7-824f-d1546cdbc07d/remove_router_interface => generated 197 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/963] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:08 2026] GET /v2.0/ports?device_id=4e3fbcc3-3215-4ae7-824f-d1546cdbc07d => 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: 518/964] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:09 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:09.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-067f85fe-6017-4ad3-8f53-48e1416430f8 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: 788361b2-a55c-4cb2-bf08-94f3b8e79fe1 2026-03-06 01:40:09.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-067f85fe-6017-4ad3-8f53-48e1416430f8 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: 788361b2-a55c-4cb2-bf08-94f3b8e79fe1 2026-03-06 01:40:09.556 8 INFO neutron.services.segments.plugin [-] Segment a2c24569-5031-47a9-a080-e105f643d017 resource provider aggregate not found 2026-03-06 01:40:09.563 8 INFO neutron.services.segments.plugin [-] Segment a2c24569-5031-47a9-a080-e105f643d017 resource provider aggregate not found 2026-03-06 01:40:09.582 8 INFO neutron.services.segments.plugin [-] Segment a2c24569-5031-47a9-a080-e105f643d017 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2c24569-5031-47a9-a080-e105f643d017 found for delete ", "request_id": "req-e8c07c05-8588-4935-aafe-3d8ae86c5af5"}]} 2026-03-06 01:40:09.583 8 INFO neutron.services.segments.plugin [-] Segment a2c24569-5031-47a9-a080-e105f643d017 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2c24569-5031-47a9-a080-e105f643d017 found for delete ", "request_id": "req-813e0210-8828-44b9-9e5c-90fecc1e0e1f"}]} 2026-03-06 01:40:09.592 8 INFO neutron.db.l3_hamode_db [None req-067f85fe-6017-4ad3-8f53-48e1416430f8 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] HA network 41802d8d-a6e3-4368-99f2-2469aa4c394c was deleted as no HA routers are present in tenant 65b6b07791764820a9b12b5332fb4f63. [pid: 8|app: 0|req: 447/965] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:08 2026] DELETE /v2.0/routers/4e3fbcc3-3215-4ae7-824f-d1546cdbc07d => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/966] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:09 2026] DELETE /v2.0/subnets/17a86979-2f10-438e-a6f6-7daae8786280 => 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: 448/967] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:09 2026] DELETE /v2.0/networks/2cfab3fb-32ee-4ee6-88ff-023b8286a356 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:09.944 7 INFO neutron.db.segments_db [None req-f308755a-c64c-4f9a-b4c7-75bb0f3f94af d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment b6070bef-b7e4-4f23-9a76-24b112e93e18 of type vxlan for network 559ee4e7-bd2f-4a45-8585-eb6de2460791 [pid: 7|app: 0|req: 520/968] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:09 2026] POST /v2.0/networks => generated 629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/969] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:10 2026] GET /v2.0/networks?id=e596e3e7-13ef-418a-a8de-3128f2327ff6 => 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: 522/970] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:10 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 523/971] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:40:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/972] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:10 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:10.324 8 INFO neutron.db.segments_db [None req-a3dc6a00-c1f0-4ad5-8b39-e19ba6638cca d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment 6f5dc68c-1280-4c5d-86eb-9fa02f30199d of type vxlan for network 6ae62c7f-1fca-4d94-9e50-5abde2dacfb5 [pid: 7|app: 0|req: 524/973] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:40:10 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, ' 2026-03-06 01:40:10.558 8 INFO neutron.db.l3_hamode_db [None req-a3dc6a00-c1f0-4ad5-8b39-e19ba6638cca d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:40:10.664 8 INFO neutron.db.l3_hamode_db [None req-a3dc6a00-c1f0-4ad5-8b39-e19ba6638cca d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 525/974] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:40:10 2026] PUT /v2.0/ports/da23b397-9f78-41ad-8a2c-b98d60fce271 => generated 1235 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:40:10.940 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7012038d-47fb-4315-ba95-16e33f67d11c'] response: {'name': 'network-changed', 'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', '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: 450/975] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:10 2026] POST /v2.0/routers => generated 506 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/976] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:11 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/977] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:11 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 528/978] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:11 2026] GET /v2.0/ports?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/979] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:40:11 2026] GET /v2.0/networks?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&shared=False => 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: 530/980] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:40:11 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-03-06 01:40:11.602 8 INFO neutron.services.segments.plugin [-] Segment 2c526376-4ef9-445a-ba97-4adcdbc8222f resource provider aggregate not found 2026-03-06 01:40:11.605 8 INFO neutron.services.segments.plugin [-] Segment 2c526376-4ef9-445a-ba97-4adcdbc8222f resource provider aggregate not found 2026-03-06 01:40:11.621 8 INFO neutron.services.segments.plugin [-] Segment 2c526376-4ef9-445a-ba97-4adcdbc8222f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c526376-4ef9-445a-ba97-4adcdbc8222f found for delete ", "request_id": "req-365157bf-65cc-4c8a-aba6-b8b9375342aa"}]} 2026-03-06 01:40:11.628 8 INFO neutron.services.segments.plugin [-] Segment 2c526376-4ef9-445a-ba97-4adcdbc8222f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c526376-4ef9-445a-ba97-4adcdbc8222f found for delete ", "request_id": "req-9ee99e3b-171f-4339-aca3-684c9efdc252"}]} [pid: 8|app: 0|req: 451/981] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:11 2026] PUT /v2.0/routers/e823cfa2-c754-4a89-b5f0-2d76d249b97f/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/982] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/ports/345a5d44-8306-49e0-9b83-8e4f074426df => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/983] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/984] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 454/985] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/ports?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/986] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=da23b397-9f78-41ad-8a2c-b98d60fce271 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:12.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-e47fb23e-ec8c-47b3-8559-b079f96f9c62 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: 345a5d44-8306-49e0-9b83-8e4f074426df 2026-03-06 01:40:12.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e47fb23e-ec8c-47b3-8559-b079f96f9c62 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: 345a5d44-8306-49e0-9b83-8e4f074426df [pid: 8|app: 0|req: 456/987] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/subnets?id=e0f17ddb-e0ac-4254-8b47-dfb19a7fc440 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/988] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/ports?network_id=e596e3e7-13ef-418a-a8de-3128f2327ff6&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/989] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/990] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:12 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?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: 532/991] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:12 2026] PUT /v2.0/routers/e823cfa2-c754-4a89-b5f0-2d76d249b97f/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/992] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:13 2026] GET /v2.0/ports?device_id=e823cfa2-c754-4a89-b5f0-2d76d249b97f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:13.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-0494e2b0-bb7f-4331-a08c-e9b7194c7597 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: d808274b-e835-43df-9639-5736f9b7fd5d 2026-03-06 01:40:13.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0494e2b0-bb7f-4331-a08c-e9b7194c7597 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: d808274b-e835-43df-9639-5736f9b7fd5d [pid: 8|app: 0|req: 461/993] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:13 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:13.611 7 INFO neutron.services.segments.plugin [-] Segment 6f5dc68c-1280-4c5d-86eb-9fa02f30199d resource provider aggregate not found 2026-03-06 01:40:13.623 7 INFO neutron.services.segments.plugin [-] Segment 6f5dc68c-1280-4c5d-86eb-9fa02f30199d resource provider aggregate not found [pid: 8|app: 0|req: 462/994] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:13 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:13.631 7 INFO neutron.services.segments.plugin [-] Segment 6f5dc68c-1280-4c5d-86eb-9fa02f30199d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f5dc68c-1280-4c5d-86eb-9fa02f30199d found for delete ", "request_id": "req-c26680d6-e6b2-44a2-aa35-1a4a6fe81cbd"}]} 2026-03-06 01:40:13.641 7 INFO neutron.services.segments.plugin [-] Segment 6f5dc68c-1280-4c5d-86eb-9fa02f30199d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f5dc68c-1280-4c5d-86eb-9fa02f30199d found for delete ", "request_id": "req-bdd561b4-fc1d-416c-a678-1090260f8422"}]} 2026-03-06 01:40:13.646 7 INFO neutron.db.l3_hamode_db [None req-0494e2b0-bb7f-4331-a08c-e9b7194c7597 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] HA network 6ae62c7f-1fca-4d94-9e50-5abde2dacfb5 was deleted as no HA routers are present in tenant 65b6b07791764820a9b12b5332fb4f63. [pid: 7|app: 0|req: 533/995] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:13 2026] DELETE /v2.0/routers/e823cfa2-c754-4a89-b5f0-2d76d249b97f => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/996] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:13 2026] DELETE /v2.0/subnets/c7c1b360-fc0c-4a9c-8525-ee49cb35f923 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/997] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:13 2026] DELETE /v2.0/networks/559ee4e7-bd2f-4a45-8585-eb6de2460791 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:13.940 8 INFO neutron.db.segments_db [None req-f9d06ecf-272a-4399-a5da-916c04421b39 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Added segment e254831f-f83b-4aa9-8478-d6590dbec2bb of type vxlan for network 1ca77513-1df4-4cfc-96d3-6d9c0d298a63 2026-03-06 01:40:14.194 8 INFO neutron.db.l3_hamode_db [None req-f9d06ecf-272a-4399-a5da-916c04421b39 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 535/998] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:13 2026] GET /v2.0/security-groups?tenant_id=ac0d6a2f965f43d59941e754e1f832f2&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/999] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:14 2026] DELETE /v2.0/security-groups/8ad4774d-cd0e-4c98-a4b5-23c779df868b => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1000] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:14 2026] GET /v2.0/security-groups?tenant_id=61a38171197f4569ab014554486d2d1d&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: 538/1001] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:14 2026] DELETE /v2.0/security-groups/0e2aeb96-d1d5-42a1-8aea-1db1f2da2a98 => 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: 539/1002] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:14 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 540/1003] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:14 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:14.968 8 INFO neutron.db.l3_hamode_db [None req-f9d06ecf-272a-4399-a5da-916c04421b39 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:40:15.652 7 INFO neutron.services.segments.plugin [-] Segment b6070bef-b7e4-4f23-9a76-24b112e93e18 resource provider aggregate not found 2026-03-06 01:40:15.658 7 INFO neutron.services.segments.plugin [-] Segment b6070bef-b7e4-4f23-9a76-24b112e93e18 resource provider aggregate not found 2026-03-06 01:40:15.663 7 INFO neutron.services.segments.plugin [-] Segment b6070bef-b7e4-4f23-9a76-24b112e93e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6070bef-b7e4-4f23-9a76-24b112e93e18 found for delete ", "request_id": "req-a3da085b-9043-46d3-9e19-8024e41b6557"}]} 2026-03-06 01:40:15.671 7 INFO neutron.services.segments.plugin [-] Segment b6070bef-b7e4-4f23-9a76-24b112e93e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6070bef-b7e4-4f23-9a76-24b112e93e18 found for delete ", "request_id": "req-6083bd8b-92aa-4354-ac78-c1019b9f6fa8"}]} [pid: 7|app: 0|req: 543/1006] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:15 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1007] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:15 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1008] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:15 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 546/1009] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/ports/77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 972 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1010] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:13 2026] POST /v2.0/routers => generated 688 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1011] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/routers/25f5ad58-2740-484a-9e11-0f413b58591c => generated 694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1012] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/routers => generated 697 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1013] 10.0.0.155 () {34 vars in 740 bytes} [Fri Mar 6 01:40:16 2026] PUT /v2.0/routers/25f5ad58-2740-484a-9e11-0f413b58591c => generated 701 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1014] 199.204.45.102 () {34 vars in 999 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/subnets?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 683 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1015] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/routers/25f5ad58-2740-484a-9e11-0f413b58591c => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1016] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/ports?device_id=25f5ad58-2740-484a-9e11-0f413b58591c => 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: 467/1017] 199.204.45.102 () {34 vars in 1145 bytes} [Fri Mar 6 01:40:16 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366&device_owner=compute%3Anova&network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:17.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ad37a83-9aff-4c3c-99b7-43902b76658a d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: c8e1352c-2366-4d18-94d8-5998aa9c91da 2026-03-06 01:40:17.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ad37a83-9aff-4c3c-99b7-43902b76658a d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: c8e1352c-2366-4d18-94d8-5998aa9c91da 2026-03-06 01:40:17.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ad37a83-9aff-4c3c-99b7-43902b76658a d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] TaaS: Handle Delete Port: 39573b03-00a7-4902-81e5-9a627117216a 2026-03-06 01:40:17.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ad37a83-9aff-4c3c-99b7-43902b76658a d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] Tap Mirror: Handle Delete Port: 39573b03-00a7-4902-81e5-9a627117216a [pid: 8|app: 0|req: 468/1018] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:40:16 2026] PUT /v2.0/ports/77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 1149 bytes in 569 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-03-06 01:40:17.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ce0746e-02a4-4140-8cd0-13453a002d0b'] response: {'name': 'network-changed', 'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 469/1019] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 470/1020] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:17.734 7 INFO neutron.services.segments.plugin [-] Segment e254831f-f83b-4aa9-8478-d6590dbec2bb resource provider aggregate not found 2026-03-06 01:40:17.746 7 INFO neutron.services.segments.plugin [-] Segment e254831f-f83b-4aa9-8478-d6590dbec2bb resource provider aggregate not found 2026-03-06 01:40:17.750 7 INFO neutron.services.segments.plugin [-] Segment e254831f-f83b-4aa9-8478-d6590dbec2bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e254831f-f83b-4aa9-8478-d6590dbec2bb found for delete ", "request_id": "req-c618bbbd-cb06-40df-bc53-4e05b696cfa0"}]} 2026-03-06 01:40:17.765 7 INFO neutron.services.segments.plugin [-] Segment e254831f-f83b-4aa9-8478-d6590dbec2bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e254831f-f83b-4aa9-8478-d6590dbec2bb found for delete ", "request_id": "req-c1b8ab2d-68c2-4e9a-9390-8fd76120ce7b"}]} 2026-03-06 01:40:17.770 7 INFO neutron.db.l3_hamode_db [None req-7ad37a83-9aff-4c3c-99b7-43902b76658a d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] HA network 1ca77513-1df4-4cfc-96d3-6d9c0d298a63 was deleted as no HA routers are present in tenant 65b6b07791764820a9b12b5332fb4f63. [pid: 7|app: 0|req: 551/1021] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:16 2026] DELETE /v2.0/routers/25f5ad58-2740-484a-9e11-0f413b58591c => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1022] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?device_id=25f5ad58-2740-484a-9e11-0f413b58591c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:17.848 7 INFO neutron.api.v2.resource [None req-d4638076-97d8-4281-a32d-552e5020a946 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1023] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:17 2026] DELETE /v2.0/routers/25f5ad58-2740-484a-9e11-0f413b58591c => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1024] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?device_id=e823cfa2-c754-4a89-b5f0-2d76d249b97f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:17.892 7 INFO neutron.api.v2.resource [None req-a64d054d-5e60-4446-bc3a-f2fb7f6bde9b d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1025] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:17 2026] DELETE /v2.0/routers/e823cfa2-c754-4a89-b5f0-2d76d249b97f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:17.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0d5dbdd-290a-4948-ba35-00a7b4ad1dc4 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/1026] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:17 2026] DELETE /v2.0/subnets/c7c1b360-fc0c-4a9c-8525-ee49cb35f923 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1027] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1421 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1028] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?device_id=4e3fbcc3-3215-4ae7-824f-d1546cdbc07d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:17.961 7 INFO neutron.api.v2.resource [None req-dc9bd518-37ae-413e-8c45-bdcff50d1fff d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1029] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:17 2026] DELETE /v2.0/routers/4e3fbcc3-3215-4ae7-824f-d1546cdbc07d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:17.989 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee0b61c3-569f-45c1-ad10-560c0a7ded86 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1030] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:17 2026] DELETE /v2.0/subnets/17a86979-2f10-438e-a6f6-7daae8786280 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1031] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/ports?device_id=1bb7aa8e-745f-425f-a53f-4483ed421d8b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1032] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:17 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:18.034 7 INFO neutron.api.v2.resource [None req-a4eb60ed-fa9e-4b1a-9dbb-ccc70da682c4 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1033] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:18 2026] DELETE /v2.0/routers/1bb7aa8e-745f-425f-a53f-4483ed421d8b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:18.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48ac2731-b149-477e-b824-759dab6a8ac8 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 476/1034] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:18 2026] DELETE /v2.0/subnets/f00c0d15-4f4c-4fd3-9e7b-e59ce742ef20 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:18.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d097583-4774-4172-aeb1-ff37589edd03 d2618dc37d6846a8a3e9f75bcc6a3264 65b6b07791764820a9b12b5332fb4f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/1035] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:18 2026] DELETE /v2.0/subnets/dc6433ee-cbd8-4d92-97ea-4f19d66bc762 => 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: 559/1036] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1037] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => 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: 560/1038] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1039] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1040] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 480/1041] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 562/1042] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1043] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1044] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 564/1045] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:18 2026] GET /v2.0/security-groups?tenant_id=65b6b07791764820a9b12b5332fb4f63&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1046] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:18 2026] DELETE /v2.0/security-groups/85cd8d25-4c13-4b29-92ed-492b2f493b6b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:19.057 8 INFO neutron.db.l3_db [None req-bfab93a4-4cfc-4574-b5b0-a8611bb0e8fd 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] Floating IP 237ab556-d21d-4097-bc95-4b6fa4cec495 associated. External IP: 10.96.250.217, port: da23b397-9f78-41ad-8a2c-b98d60fce271. [pid: 8|app: 0|req: 482/1047] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:40:18 2026] PUT /v2.0/floatingips/237ab556-d21d-4097-bc95-4b6fa4cec495 => generated 855 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1048] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1049] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1152 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1050] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1051] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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: 568/1052] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:19.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad58028d-cab8-40b7-8ff1-e170b648e868'] response: {'name': 'network-changed', 'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 569/1053] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => 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: 570/1054] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1055] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1056] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 573/1057] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 485/1058] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/security-groups?tenant_id=398f42e194d74a0385d6c04946fe41a9&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1059] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:19 2026] DELETE /v2.0/security-groups/db4c85eb-6983-4cd3-b046-638abc121d8f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1060] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:19 2026] GET /v2.0/ports?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1061] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/networks?id=e596e3e7-13ef-418a-a8de-3128f2327ff6 => generated 770 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1062] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=da23b397-9f78-41ad-8a2c-b98d60fce271 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1063] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/subnets?id=e0f17ddb-e0ac-4254-8b47-dfb19a7fc440 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1064] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/ports?network_id=e596e3e7-13ef-418a-a8de-3128f2327ff6&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1065] 199.204.45.102 () {34 vars in 1117 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1066] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/security-groups?tenant_id=cf8d26567f4c48d3b3f33117af521fbf&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1067] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1068] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:20 2026] DELETE /v2.0/security-groups/fb40c837-e441-44fd-8305-17318677974c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1069] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:20 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?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: 577/1070] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:40:20 2026] PUT /v2.0/ports/77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 972 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:20.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0382ce8-f80b-429f-9801-4ee953ff82ef'] response: {'name': 'network-changed', 'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 494/1071] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:40:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 406 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: 578/1072] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/security-groups => generated 4530 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1073] 10.0.0.155 () {34 vars in 757 bytes} [Fri Mar 6 01:40:21 2026] PUT /v2.0/security-groups/8cd3fb54-61cf-43cc-86e4-cf5fc6785478 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1074] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1075] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/security-groups/8cd3fb54-61cf-43cc-86e4-cf5fc6785478 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1076] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1077] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1078] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:21 2026] DELETE /v2.0/security-groups/8cd3fb54-61cf-43cc-86e4-cf5fc6785478 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1079] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1080] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:21 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) 2026-03-06 01:40:21.501 8 INFO neutron.api.v2.resource [None req-047bfd80-38c7-475a-bce4-233b97f826c8 52c0589984844610a0cfe5e7e334665f 3abeafe4a7074c61859c6df423304c0c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/1081] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:21 2026] DELETE /v2.0/security-groups/8cd3fb54-61cf-43cc-86e4-cf5fc6785478 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1082] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1083] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 585/1084] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 500/1085] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:40:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1086] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1087] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/security-group-rules/00a305c4-4039-4f71-a4e8-c72c8a1dbc36 => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1088] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1089] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:21 2026] DELETE /v2.0/security-group-rules/00a305c4-4039-4f71-a4e8-c72c8a1dbc36 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1090] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1091] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1092] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-group-rules/d2d58af6-c35b-448c-b170-b9d6784bb350 => 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: 504/1093] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1094] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:22 2026] DELETE /v2.0/security-group-rules/d2d58af6-c35b-448c-b170-b9d6784bb350 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1095] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:22 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) 2026-03-06 01:40:22.387 7 INFO neutron.db.securitygroups_db [None req-2a24df5b-34da-406c-bf86-0ca88e3351fb 52c0589984844610a0cfe5e7e334665f 3abeafe4a7074c61859c6df423304c0c - - default default] Project 3abeafe4a7074c61859c6df423304c0c 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: 591/1096] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1097] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-group-rules/eb135992-a5ac-4114-9e57-0ca0e6df05fd => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1098] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1099] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:22 2026] DELETE /v2.0/security-group-rules/eb135992-a5ac-4114-9e57-0ca0e6df05fd => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1100] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1101] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/ports?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1102] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/networks?id=30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1103] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:22 2026] DELETE /v2.0/security-groups/6daa0932-e301-469c-ba46-b65995f4615e => 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: 510/1104] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1105] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1106] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1107] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/subnets?id=38b50903-76f3-471a-b9ab-709ce3197410 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1108] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1109] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/ports?network_id=30835eb7-a0a8-4718-a6a4-8fda7777ced8&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: 8|app: 0|req: 515/1110] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1111] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 517/1112] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:23 2026] GET /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8?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: 596/1113] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:22 2026] GET /v2.0/security-groups?tenant_id=000841a404ea466a8abc5cce826a5f2b&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1114] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:23 2026] DELETE /v2.0/security-groups/486e6506-f8c4-41e6-beff-5cc9b90be529 => 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: 597/1115] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:23 2026] GET /v2.0/security-groups?tenant_id=3abeafe4a7074c61859c6df423304c0c&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1116] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:23 2026] DELETE /v2.0/security-groups/e0ffc3d0-3c49-4e31-a9e7-e6779fed2307 => 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: 598/1117] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:24 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 520/1118] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:24 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:25.086 7 INFO neutron.db.segments_db [None req-753aaec9-559c-4904-84eb-bd3144cc3975 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Added segment 4c665294-7932-4f17-90a1-e0d09449d320 of type vxlan for network bd879fe4-6ecd-4d02-9566-d1c29acb7745 [pid: 7|app: 0|req: 599/1119] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:24 2026] POST /v2.0/networks => generated 647 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1120] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:25 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 522/1121] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:40:25 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 523/1122] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:25 2026] GET /v2.0/security-groups?id=a3cd5e88-6052-432d-914c-0611c5d75ee5&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-03-06 01:40:25.382 8 INFO neutron_taas.services.taas.taas_plugin [req-386e61ae-3c97-4937-b9f1-7e15f29d32b6 req-ad8e9d38-77f6-48cd-8099-2e73de88a356 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] TaaS: Handle Delete Port: 77726ff2-8bd5-438d-b542-c6022cd61ee8 2026-03-06 01:40:25.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-386e61ae-3c97-4937-b9f1-7e15f29d32b6 req-ad8e9d38-77f6-48cd-8099-2e73de88a356 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] Tap Mirror: Handle Delete Port: 77726ff2-8bd5-438d-b542-c6022cd61ee8 [pid: 7|app: 0|req: 600/1123] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:25 2026] POST /v2.0/subnets => generated 627 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:25.492 7 INFO neutron.db.segments_db [None req-f6ceeed6-10fa-4472-a268-8c570c989037 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Added segment f2e83841-4363-45d6-816c-c52f63971aad of type vxlan for network 28762fdf-bde4-49f9-acec-61c53cb6ebf1 2026-03-06 01:40:25.573 8 INFO neutron.db.l3_db [req-386e61ae-3c97-4937-b9f1-7e15f29d32b6 req-ad8e9d38-77f6-48cd-8099-2e73de88a356 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] Floating IP 6b7ab74e-4a48-4efc-908e-ba0cf5da398c disassociated. External IP: 10.96.250.202, port: 77726ff2-8bd5-438d-b542-c6022cd61ee8. 2026-03-06 01:40:25.691 7 INFO neutron.db.l3_hamode_db [None req-f6ceeed6-10fa-4472-a268-8c570c989037 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 524/1124] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:40:25 2026] DELETE /v2.0/ports/77726ff2-8bd5-438d-b542-c6022cd61ee8 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:25.907 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05478f88-8a4d-4e73-8053-e2c4f2195534'] response: {'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'name': 'network-vif-deleted', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 525/1125] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:26 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:26.754 7 INFO neutron.db.l3_hamode_db [None req-f6ceeed6-10fa-4472-a268-8c570c989037 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 526/1126] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:40:26 2026] GET /v2.0/ports => generated 19618 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1127] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/security-groups?tenant_id=5b8aa692d36a4bf49f3dcb8401d3c2c9&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: 528/1128] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/subnets => generated 5177 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1129] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:27 2026] DELETE /v2.0/security-groups/5a50107a-ad30-496e-9cdb-4370fcdf493d => 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: 530/1130] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/networks => generated 6533 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1131] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 532/1132] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1133] 10.0.0.156 () {34 vars in 1083 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac&device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1134] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/routers => generated 2197 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1135] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:25 2026] POST /v2.0/routers => generated 694 bytes in 2275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1136] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1137] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1138] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/routers/1414fb90-0b4f-432c-90d9-bccf436284cb/l3-agents => generated 681 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1139] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/routers/abbf29a9-cb19-4cb5-8599-08e7c780ea54/l3-agents => generated 681 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1140] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/routers/f6b8c2f4-8c98-4072-93c7-1e50e5d9feab/l3-agents => generated 682 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1141] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:40:27 2026] GET /v2.0/floatingips => generated 1398 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1142] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/network-ip-availabilities => generated 3783 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1143] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/subnets => generated 5177 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1144] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1145] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/security-groups => generated 31844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1146] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:27 2026] PUT /v2.0/routers/f6b8c2f4-8c98-4072-93c7-1e50e5d9feab/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1147] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/ports?device_id=92601a85-ec5f-497c-9e47-e9569a5ad366 => 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: 611/1148] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1240 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1149] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:40:28 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:29.142 7 INFO neutron.db.segments_db [None req-717489c1-6d10-4da4-977f-e0ef4abb7b3b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf of type vxlan for network a61e2362-6130-4a9b-8483-56a553305aa3 [pid: 8|app: 0|req: 538/1150] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:40:28 2026] POST /v2.0/ports => generated 958 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 613/1151] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:40:28 2026] POST /v2.0/networks => generated 741 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1152] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:29 2026] POST /v2.0/subnets => generated 688 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:29.407 7 INFO neutron.db.segments_db [None req-f835d7b5-f7a1-4252-af76-74b4d5ae0da2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment aca622f8-3829-4a1f-9e53-a61c360d59ca of type vxlan for network d0f6d580-8ba2-4198-83cb-3e0aefe0197e [pid: 8|app: 0|req: 539/1153] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:40:29 2026] POST /v2.0/ports => generated 955 bytes in 307 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-03-06 01:40:29.643 7 INFO neutron.db.l3_hamode_db [None req-f835d7b5-f7a1-4252-af76-74b4d5ae0da2 9cf9f9220fe74ca89a194e4fc6aa8c82 9a72381579e84db9ba77bedb72e80dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:40:30.200 8 INFO neutron.db.l3_db [None req-a13cac8a-a445-4f7f-a6a3-d71eb0daa9c1 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Floating IP fb8f0a72-8125-45bc-ba91-874e9725bda2 associated. External IP: 10.96.250.201, port: b18f8aed-d9c6-4a21-85d6-22add05b61f0. 2026-03-06 01:40:30.393 7 INFO neutron.db.l3_hamode_db [None req-f835d7b5-f7a1-4252-af76-74b4d5ae0da2 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 540/1154] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:40:29 2026] POST /v2.0/floatingips => generated 842 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1155] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:30 2026] DELETE /v2.0/security-groups/a3cd5e88-6052-432d-914c-0611c5d75ee5 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:30.655 8 INFO neutron.db.l3_db [None req-7e2f6210-a408-4f31-a4ed-5aeb6c48352c 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Floating IP fb8f0a72-8125-45bc-ba91-874e9725bda2 disassociated. External IP: 10.96.250.201, port: b18f8aed-d9c6-4a21-85d6-22add05b61f0. [pid: 8|app: 0|req: 544/1158] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:40:30 2026] PUT /v2.0/floatingips/fb8f0a72-8125-45bc-ba91-874e9725bda2 => generated 552 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:30.912 8 INFO neutron.api.v2.resource [None req-18227798-ae3a-4b5d-9d95-cb50e9e7cb7c b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 545/1159] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:40:30 2026] GET /v2.0/security-groups/a3cd5e88-6052-432d-914c-0611c5d75ee5 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:30.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-41460c7d-a6c1-4bf1-91a2-c6cbbdef108b 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: 35398322-787c-4695-b86f-2402bd61d62c 2026-03-06 01:40:30.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41460c7d-a6c1-4bf1-91a2-c6cbbdef108b 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: 35398322-787c-4695-b86f-2402bd61d62c [pid: 8|app: 0|req: 546/1160] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:40:30 2026] DELETE /v2.0/floatingips/fb8f0a72-8125-45bc-ba91-874e9725bda2 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1161] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:29 2026] POST /v2.0/routers => generated 728 bytes in 1769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:31.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f0e2c1c-e427-42ac-988c-5c20164e6006 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] TaaS: Handle Delete Port: 93c4f533-9614-4d87-a9c7-f99af37a1c07 2026-03-06 01:40:31.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f0e2c1c-e427-42ac-988c-5c20164e6006 b55e2321c9ed43ba98b47563dcdd652a 68c957eb6bf44ec7b6736f480bc35e89 - - default default] Tap Mirror: Handle Delete Port: 93c4f533-9614-4d87-a9c7-f99af37a1c07 [pid: 8|app: 0|req: 547/1162] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:40:31 2026] DELETE /v2.0/floatingips/6b7ab74e-4a48-4efc-908e-ba0cf5da398c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:31.820 7 INFO neutron.db.l3_db [None req-dd9b7743-73e5-4409-8aa9-f214213739de 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Floating IP e7f1e62e-db7f-4dd7-b54d-d024aca14f4f associated. External IP: 10.96.250.220, port: 1bbbf543-c9bb-4e24-babe-7da3dcef425b. [pid: 7|app: 0|req: 616/1163] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:40:31 2026] POST /v2.0/floatingips => generated 842 bytes in 972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1164] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:31 2026] PUT /v2.0/routers/4b3e47c8-cdc7-4a57-ace0-5a91b53015b5/add_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1165] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:40:32 2026] GET /v2.0/floatingips/e7f1e62e-db7f-4dd7-b54d-d024aca14f4f => generated 842 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1166] 10.0.0.155 () {32 vars in 654 bytes} [Fri Mar 6 01:40:32 2026] GET /v2.0/floatingips => generated 845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:32.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-47a6d2b6-4eda-4361-90de-7eb4022c20aa 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:40:32.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47a6d2b6-4eda-4361-90de-7eb4022c20aa 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:40:32.837 8 INFO neutron.db.l3_db [None req-d42479bf-2f35-45b3-8f09-ff8f8b0284ed 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Floating IP e7f1e62e-db7f-4dd7-b54d-d024aca14f4f associated. External IP: 10.96.250.220, port: 1bbbf543-c9bb-4e24-babe-7da3dcef425b. [pid: 7|app: 0|req: 617/1167] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:32 2026] PUT /v2.0/routers/1414fb90-0b4f-432c-90d9-bccf436284cb/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:33.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa408216-fbb0-488b-8053-fe93d72b748c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 4658eb08-fc7d-44e3-8eef-47db79271ef8 2026-03-06 01:40:33.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa408216-fbb0-488b-8053-fe93d72b748c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 4658eb08-fc7d-44e3-8eef-47db79271ef8 2026-03-06 01:40:33.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa408216-fbb0-488b-8053-fe93d72b748c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 402fe70b-80ca-44ec-a78e-977352320acf 2026-03-06 01:40:33.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa408216-fbb0-488b-8053-fe93d72b748c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 402fe70b-80ca-44ec-a78e-977352320acf [pid: 8|app: 0|req: 551/1168] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:40:32 2026] PUT /v2.0/floatingips/e7f1e62e-db7f-4dd7-b54d-d024aca14f4f => generated 842 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:33.499 8 INFO neutron.db.l3_db [None req-3996ee28-6671-4b65-add7-e1912a453605 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Floating IP e7f1e62e-db7f-4dd7-b54d-d024aca14f4f disassociated. External IP: 10.96.250.220, port: b18f8aed-d9c6-4a21-85d6-22add05b61f0. 2026-03-06 01:40:33.636 7 INFO neutron.services.segments.plugin [-] Segment f0f9a100-e31f-4e71-8a3a-db31289d7041 resource provider aggregate not found 2026-03-06 01:40:33.644 7 INFO neutron.services.segments.plugin [-] Segment f0f9a100-e31f-4e71-8a3a-db31289d7041 resource provider aggregate not found 2026-03-06 01:40:33.656 7 INFO neutron.db.l3_hamode_db [None req-fa408216-fbb0-488b-8053-fe93d72b748c 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 89d93fd7-4105-4323-83ab-52d64afb50d4 was deleted as no HA routers are present in tenant 68c957eb6bf44ec7b6736f480bc35e89. [pid: 7|app: 0|req: 618/1169] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:32 2026] DELETE /v2.0/routers/1414fb90-0b4f-432c-90d9-bccf436284cb => generated 0 bytes in 713 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:33.665 7 INFO neutron.services.segments.plugin [-] Segment f0f9a100-e31f-4e71-8a3a-db31289d7041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f9a100-e31f-4e71-8a3a-db31289d7041 found for delete ", "request_id": "req-1289a0b3-3460-48dc-927d-f0aad43579ce"}]} 2026-03-06 01:40:33.665 7 INFO neutron.services.segments.plugin [-] Segment f0f9a100-e31f-4e71-8a3a-db31289d7041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f9a100-e31f-4e71-8a3a-db31289d7041 found for delete ", "request_id": "req-116aa260-2e7f-4eb3-acae-9214b37c2d29"}]} [pid: 7|app: 0|req: 619/1170] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:33 2026] DELETE /v2.0/subnets/38b50903-76f3-471a-b9ab-709ce3197410 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1171] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:40:33 2026] PUT /v2.0/floatingips/e7f1e62e-db7f-4dd7-b54d-d024aca14f4f => generated 552 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:33.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-a64de974-ac21-4b95-89dd-0d6425fd64fc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 1718963a-3692-46a3-9987-78b9d82b8f44 2026-03-06 01:40:33.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a64de974-ac21-4b95-89dd-0d6425fd64fc 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 1718963a-3692-46a3-9987-78b9d82b8f44 2026-03-06 01:40:33.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c7ba8e9-0bc0-4a14-8a22-dac44873d8f0 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: 303e1839-96a0-47de-acc1-595d36f0950f 2026-03-06 01:40:33.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c7ba8e9-0bc0-4a14-8a22-dac44873d8f0 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: 303e1839-96a0-47de-acc1-595d36f0950f [pid: 7|app: 0|req: 620/1172] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:33 2026] DELETE /v2.0/networks/30835eb7-a0a8-4718-a6a4-8fda7777ced8 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1173] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:40:33 2026] DELETE /v2.0/floatingips/e7f1e62e-db7f-4dd7-b54d-d024aca14f4f => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:34.110 7 INFO neutron.api.v2.resource [None req-0fa00574-bc32-4b46-9de8-26fb4b48f3a1 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1174] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:40:34 2026] DELETE /v2.0/floatingips/e7f1e62e-db7f-4dd7-b54d-d024aca14f4f => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1175] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:34 2026] GET /v2.0/security-groups?tenant_id=68c957eb6bf44ec7b6736f480bc35e89&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:40:34.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-af55c44b-e723-495f-9c27-0003d0066060 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: b18f8aed-d9c6-4a21-85d6-22add05b61f0 2026-03-06 01:40:34.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af55c44b-e723-495f-9c27-0003d0066060 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: b18f8aed-d9c6-4a21-85d6-22add05b61f0 [pid: 7|app: 0|req: 623/1176] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:34 2026] DELETE /v2.0/security-groups/74fb85c9-db74-4d79-a3ab-44a097c7fccd => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1177] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:34 2026] DELETE /v2.0/ports/b18f8aed-d9c6-4a21-85d6-22add05b61f0 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:34.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-44253cb9-4580-4f0d-9045-9456050824fd 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: 1bbbf543-c9bb-4e24-babe-7da3dcef425b 2026-03-06 01:40:34.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44253cb9-4580-4f0d-9045-9456050824fd 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: 1bbbf543-c9bb-4e24-babe-7da3dcef425b [pid: 7|app: 0|req: 624/1178] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:34 2026] DELETE /v2.0/ports/1bbbf543-c9bb-4e24-babe-7da3dcef425b => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1179] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:40:34 2026] GET /v2.0/ports?device_id=f6b8c2f4-8c98-4072-93c7-1e50e5d9feab => generated 958 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:35.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-751bfe8a-7815-402d-b051-470cc9c49d1c 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: 5c34128e-968c-4170-b564-a1b2a7092631 2026-03-06 01:40:35.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-751bfe8a-7815-402d-b051-470cc9c49d1c 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: 5c34128e-968c-4170-b564-a1b2a7092631 2026-03-06 01:40:35.690 7 INFO neutron.services.segments.plugin [-] Segment c05b3dbe-377f-4901-97bf-248e155ac941 resource provider aggregate not found 2026-03-06 01:40:35.700 7 INFO neutron.services.segments.plugin [-] Segment c05b3dbe-377f-4901-97bf-248e155ac941 resource provider aggregate not found 2026-03-06 01:40:35.704 7 INFO neutron.services.segments.plugin [-] Segment c05b3dbe-377f-4901-97bf-248e155ac941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c05b3dbe-377f-4901-97bf-248e155ac941 found for delete ", "request_id": "req-b4984b67-2e50-4473-8808-d477fa785bc2"}]} 2026-03-06 01:40:35.720 7 INFO neutron.services.segments.plugin [-] Segment c05b3dbe-377f-4901-97bf-248e155ac941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c05b3dbe-377f-4901-97bf-248e155ac941 found for delete ", "request_id": "req-1bdbd0f6-47c3-478e-97ac-4ba4b9166eaf"}]} [pid: 7|app: 0|req: 625/1180] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:34 2026] PUT /v2.0/routers/f6b8c2f4-8c98-4072-93c7-1e50e5d9feab/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:36.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc982b0a-cbb9-4a91-800a-a506fcb388f7 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: 6ec98cf6-0a9d-413e-b5ad-4cdab621f60f 2026-03-06 01:40:36.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc982b0a-cbb9-4a91-800a-a506fcb388f7 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: 6ec98cf6-0a9d-413e-b5ad-4cdab621f60f 2026-03-06 01:40:36.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc982b0a-cbb9-4a91-800a-a506fcb388f7 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] TaaS: Handle Delete Port: b2a964cf-a30b-4cfc-b3fc-33d5e789ac7e 2026-03-06 01:40:36.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc982b0a-cbb9-4a91-800a-a506fcb388f7 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] Tap Mirror: Handle Delete Port: b2a964cf-a30b-4cfc-b3fc-33d5e789ac7e 2026-03-06 01:40:36.387 7 INFO neutron.db.segments_db [None req-3c26a564-2e54-42ef-b457-de6535686901 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 2c0f6775-c69a-4944-87ca-5065e4e2a0fa of type vxlan for network 69387fa6-96fc-470c-8eae-65dbecc3484e [pid: 7|app: 0|req: 626/1181] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:40:36 2026] POST /v2.0/networks => generated 748 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:36.651 8 INFO neutron.services.segments.plugin [-] Segment f2e83841-4363-45d6-816c-c52f63971aad resource provider aggregate not found 2026-03-06 01:40:36.656 8 INFO neutron.services.segments.plugin [-] Segment f2e83841-4363-45d6-816c-c52f63971aad resource provider aggregate not found [pid: 7|app: 0|req: 627/1182] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:36 2026] POST /v2.0/subnets => generated 695 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:36.672 8 INFO neutron.services.segments.plugin [-] Segment f2e83841-4363-45d6-816c-c52f63971aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e83841-4363-45d6-816c-c52f63971aad found for delete ", "request_id": "req-9321b970-8c51-4192-b32b-016788331bbf"}]} 2026-03-06 01:40:36.673 8 INFO neutron.services.segments.plugin [-] Segment f2e83841-4363-45d6-816c-c52f63971aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e83841-4363-45d6-816c-c52f63971aad found for delete ", "request_id": "req-6706b962-d42e-4852-8812-870bf8a3d6f7"}]} 2026-03-06 01:40:36.685 8 INFO neutron.db.l3_hamode_db [None req-cc982b0a-cbb9-4a91-800a-a506fcb388f7 94577051071d49d5a12cd7f2b8e6f286 e67e1e98e9df45e5a2f59b7cbd29af30 - - default default] HA network 28762fdf-bde4-49f9-acec-61c53cb6ebf1 was deleted as no HA routers are present in tenant e67e1e98e9df45e5a2f59b7cbd29af30. [pid: 8|app: 0|req: 556/1183] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:35 2026] DELETE /v2.0/routers/f6b8c2f4-8c98-4072-93c7-1e50e5d9feab => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:36.765 7 INFO neutron.db.segments_db [None req-20702aab-f15d-4921-bf39-3c29a82fcd9a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c of type vxlan for network d7337d4e-af11-410a-a667-8c7527e1b1c9 [pid: 8|app: 0|req: 557/1184] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:36 2026] DELETE /v2.0/subnets/7231d81b-e6ef-4265-95df-a6c4c38b6b5c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1185] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:40:36 2026] GET /v2.0/networks?id=a61e2362-6130-4a9b-8483-56a553305aa3 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1186] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:36 2026] DELETE /v2.0/networks/bd879fe4-6ecd-4d02-9566-d1c29acb7745 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:37.066 7 INFO neutron.db.l3_hamode_db [None req-20702aab-f15d-4921-bf39-3c29a82fcd9a 9cf9f9220fe74ca89a194e4fc6aa8c82 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 560/1187] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/quotas/9a72381579e84db9ba77bedb72e80dad => 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: 561/1188] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/ports?tenant_id=9a72381579e84db9ba77bedb72e80dad&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1189] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/networks/a61e2362-6130-4a9b-8483-56a553305aa3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1190] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/networks/a61e2362-6130-4a9b-8483-56a553305aa3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1191] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 565/1192] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:37 2026] GET /v2.0/security-groups?tenant_id=e67e1e98e9df45e5a2f59b7cbd29af30&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1193] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:37 2026] DELETE /v2.0/security-groups/b7638c3f-49da-474d-a3db-b695030f92f8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:37.950 7 INFO neutron.db.l3_hamode_db [None req-20702aab-f15d-4921-bf39-3c29a82fcd9a 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 567/1194] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:38 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:38.691 8 INFO neutron.services.segments.plugin [-] Segment 4c665294-7932-4f17-90a1-e0d09449d320 resource provider aggregate not found 2026-03-06 01:40:38.697 8 INFO neutron.services.segments.plugin [-] Segment 4c665294-7932-4f17-90a1-e0d09449d320 resource provider aggregate not found 2026-03-06 01:40:38.705 8 INFO neutron.services.segments.plugin [-] Segment 4c665294-7932-4f17-90a1-e0d09449d320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c665294-7932-4f17-90a1-e0d09449d320 found for delete ", "request_id": "req-ab0fb39c-28d2-4b93-a96f-4c757deaee52"}]} 2026-03-06 01:40:38.711 8 INFO neutron.services.segments.plugin [-] Segment 4c665294-7932-4f17-90a1-e0d09449d320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c665294-7932-4f17-90a1-e0d09449d320 found for delete ", "request_id": "req-07b13aef-d30f-4306-99f8-4e33162f26b3"}]} [pid: 7|app: 0|req: 628/1195] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:36 2026] POST /v2.0/routers => generated 735 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:39.820 7 INFO neutron.db.segments_db [None req-f4a2a486-7748-446f-a6b4-0a75fce9d0bc 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment 00421117-5819-4c9a-a1a1-5079105234d9 of type vxlan for network cec2b0ed-1a08-4902-9d21-b93f6871a3af 2026-03-06 01:40:39.879 7 INFO neutron.db.segments_db [None req-f4a2a486-7748-446f-a6b4-0a75fce9d0bc 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 of type vxlan for network 748c0b6c-4b33-45a1-8f97-a537390d9a65 [pid: 7|app: 0|req: 629/1196] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:39 2026] POST /v2.0/networks => generated 1246 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1197] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:39 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 631/1198] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/networks => generated 1845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:40:40.223 7 INFO neutron.services.segments.plugin [-] Segment 00421117-5819-4c9a-a1a1-5079105234d9 resource provider aggregate not found 2026-03-06 01:40:40.228 7 INFO neutron.services.segments.plugin [-] Segment 00421117-5819-4c9a-a1a1-5079105234d9 resource provider aggregate not found [pid: 7|app: 0|req: 632/1199] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:40 2026] DELETE /v2.0/networks/cec2b0ed-1a08-4902-9d21-b93f6871a3af => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:40.249 7 INFO neutron.services.segments.plugin [-] Segment 00421117-5819-4c9a-a1a1-5079105234d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00421117-5819-4c9a-a1a1-5079105234d9 found for delete ", "request_id": "req-2be8c900-9194-4631-ac8c-9d951c6c9c19"}]} 2026-03-06 01:40:40.250 7 INFO neutron.services.segments.plugin [-] Segment 00421117-5819-4c9a-a1a1-5079105234d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00421117-5819-4c9a-a1a1-5079105234d9 found for delete ", "request_id": "req-d3a08572-d8e8-4c33-9c5f-b141b9cbee2f"}]} [pid: 7|app: 0|req: 633/1200] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:40 2026] DELETE /v2.0/networks/748c0b6c-4b33-45a1-8f97-a537390d9a65 => 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: 568/1201] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:40:38 2026] PUT /v2.0/routers/25442e63-d023-43e4-90a5-9f70d8cc6778/add_router_interface => generated 309 bytes in 1666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1202] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:40.526 8 INFO neutron.db.segments_db [None req-1a190632-0bc3-452f-82c5-7f6065589063 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment 5802c0e8-1c97-4c0f-b093-e7f672e335ab of type vxlan for network 491f9db0-e0aa-4d34-b490-0597dbb6d527 [pid: 7|app: 0|req: 635/1203] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1204] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:40 2026] POST /v2.0/networks => generated 653 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1205] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:40.649 8 INFO neutron.db.segments_db [None req-80bf7cb3-ad3d-44da-aaf8-1520dc62023a 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment cadb7696-0fee-431f-9cea-54c30920320a of type vxlan for network 108dde76-734d-4230-be79-d9521fbd0782 [pid: 7|app: 0|req: 637/1206] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1207] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:40 2026] POST /v2.0/networks => generated 653 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1208] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:40 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 639/1209] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:40:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1210] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1211] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1212] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1213] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1214] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:41 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: 8|app: 0|req: 571/1215] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:40:40 2026] POST /v2.0/ports => generated 1506 bytes in 694 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: 572/1216] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/ports => generated 1506 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:40:41.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-d73ae7bd-6683-4f77-88bd-b0a52444a2a7 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] TaaS: Handle Delete Port: 83751a42-176b-4ceb-b33c-fe9d3d7c4bf8 2026-03-06 01:40:41.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d73ae7bd-6683-4f77-88bd-b0a52444a2a7 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Tap Mirror: Handle Delete Port: 83751a42-176b-4ceb-b33c-fe9d3d7c4bf8 [pid: 8|app: 0|req: 573/1217] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:41 2026] DELETE /v2.0/ports/83751a42-176b-4ceb-b33c-fe9d3d7c4bf8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:41.792 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f0889e4-11ae-4f06-aa2f-dfa8ab309f12 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] TaaS: Handle Delete Port: 5d822fb2-ed2d-43e6-a081-183fb4f3212e 2026-03-06 01:40:41.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f0889e4-11ae-4f06-aa2f-dfa8ab309f12 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Tap Mirror: Handle Delete Port: 5d822fb2-ed2d-43e6-a081-183fb4f3212e [pid: 7|app: 0|req: 645/1218] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:40:41 2026] POST /v2.0/floatingips => generated 552 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1219] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:41 2026] DELETE /v2.0/ports/5d822fb2-ed2d-43e6-a081-183fb4f3212e => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1220] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/networks?id=a61e2362-6130-4a9b-8483-56a553305aa3 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1221] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:40:41 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:41.983 8 INFO neutron.db.segments_db [None req-b020bb50-e00d-4a39-ad8c-e5692bdefee9 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment 397f0862-0ff1-4a67-a36a-deddce57bd5f of type vxlan for network b114db7d-065c-4c60-b969-fd08b613ca5a [pid: 8|app: 0|req: 576/1222] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:41 2026] POST /v2.0/networks => generated 653 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:42.129 8 INFO neutron.db.segments_db [None req-0ff176fc-d63e-4dcf-845d-110792ad0563 382e084b03404fd2aa0b778dfe46f915 168b0e76e8cc4f6fb4be9901020561ea - - default default] Added segment 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 of type vxlan for network f94b0a44-fa29-4d96-ad11-aeb10f846548 [pid: 8|app: 0|req: 577/1223] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:42 2026] POST /v2.0/networks => generated 653 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:42.275 7 INFO neutron.services.segments.plugin [-] Segment 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 resource provider aggregate not found 2026-03-06 01:40:42.279 7 INFO neutron.services.segments.plugin [-] Segment 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 resource provider aggregate not found 2026-03-06 01:40:42.293 7 INFO neutron.services.segments.plugin [-] Segment 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 found for delete ", "request_id": "req-30bee99a-e6b6-4247-895d-8bfc3dd5671d"}]} 2026-03-06 01:40:42.295 7 INFO neutron.services.segments.plugin [-] Segment 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95bd10aa-3d93-4aaa-aed9-e0f516e3d4a7 found for delete ", "request_id": "req-f2076d3a-e3e5-4d6f-8cb3-4331698ce0ce"}]} [pid: 7|app: 0|req: 647/1224] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:40:41 2026] POST /v2.0/ports => generated 954 bytes in 391 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: 578/1225] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 957 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1226] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1227] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1228] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1229] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/ports?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1230] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/networks?id=e596e3e7-13ef-418a-a8de-3128f2327ff6 => generated 770 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1231] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=da23b397-9f78-41ad-8a2c-b98d60fce271 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1232] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:40:42 2026] PUT /v2.0/ports/0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 => generated 1235 bytes in 446 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: 649/1233] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/subnets?id=e0f17ddb-e0ac-4254-8b47-dfb19a7fc440 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:42.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72b8a060-db5f-4c00-92f6-a1d4700cc365'] response: {'name': 'network-changed', 'server_uuid': '8a207bb0-6dbb-4dbd-833e-9d99dc9ca194', 'tag': '0d711ddd-63bf-4dcb-b364-5ca2e69f3e30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 650/1234] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/ports?network_id=e596e3e7-13ef-418a-a8de-3128f2327ff6&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: 651/1235] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1236] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:42 2026] GET /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6?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: 585/1237] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:42 2026] POST /v2.0/subnets => generated 1324 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1238] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/subnets => generated 1960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1239] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/subnets/b88b91bb-13ce-41c0-8a09-10e0ae7ec4c7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1240] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/ports?tenant_id=9a72381579e84db9ba77bedb72e80dad&device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1241] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/networks?tenant_id=9a72381579e84db9ba77bedb72e80dad&shared=False => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1242] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1243] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/subnets/9adc9c0f-391f-4350-9b6e-9f6451c65a56 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1244] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:43 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: 8|app: 0|req: 588/1245] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 589/1246] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1247] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/networks/f94b0a44-fa29-4d96-ad11-aeb10f846548 => 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: 590/1248] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1249] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:43 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1250] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/networks/b114db7d-065c-4c60-b969-fd08b613ca5a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:43.902 8 INFO neutron.services.segments.plugin [-] Segment cadb7696-0fee-431f-9cea-54c30920320a resource provider aggregate not found 2026-03-06 01:40:43.906 8 INFO neutron.services.segments.plugin [-] Segment cadb7696-0fee-431f-9cea-54c30920320a resource provider aggregate not found [pid: 8|app: 0|req: 592/1251] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/networks/108dde76-734d-4230-be79-d9521fbd0782 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:43.931 8 INFO neutron.services.segments.plugin [-] Segment cadb7696-0fee-431f-9cea-54c30920320a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb7696-0fee-431f-9cea-54c30920320a found for delete ", "request_id": "req-cc093da9-2b70-4be0-84c7-17a30cf8e2ba"}]} 2026-03-06 01:40:43.932 8 INFO neutron.services.segments.plugin [-] Segment cadb7696-0fee-431f-9cea-54c30920320a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb7696-0fee-431f-9cea-54c30920320a found for delete ", "request_id": "req-64aa7f08-fe6c-447c-be41-803c10b4f37e"}]} [pid: 7|app: 0|req: 660/1252] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:43 2026] DELETE /v2.0/networks/491f9db0-e0aa-4d34-b490-0597dbb6d527 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:44.315 7 INFO neutron.services.segments.plugin [-] Segment 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 resource provider aggregate not found 2026-03-06 01:40:44.330 7 INFO neutron.services.segments.plugin [-] Segment 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 resource provider aggregate not found 2026-03-06 01:40:44.338 7 INFO neutron.services.segments.plugin [-] Segment 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 found for delete ", "request_id": "req-bee33d9a-a798-4f7b-a56a-43dc665a5d16"}]} 2026-03-06 01:40:44.351 7 INFO neutron.services.segments.plugin [-] Segment 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfe1d80-3f1d-4ec0-9c40-fa7638afd571 found for delete ", "request_id": "req-37062073-7d01-47ec-939e-e1658aaf0c67"}]} 2026-03-06 01:40:44.355 7 INFO neutron.services.segments.plugin [-] Segment 397f0862-0ff1-4a67-a36a-deddce57bd5f resource provider aggregate not found 2026-03-06 01:40:44.371 7 INFO neutron.services.segments.plugin [-] Segment 397f0862-0ff1-4a67-a36a-deddce57bd5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 397f0862-0ff1-4a67-a36a-deddce57bd5f found for delete ", "request_id": "req-297a6437-e540-41a8-b6d1-243c02d79b5e"}]} 2026-03-06 01:40:44.376 7 INFO neutron.services.segments.plugin [-] Segment 397f0862-0ff1-4a67-a36a-deddce57bd5f resource provider aggregate not found 2026-03-06 01:40:44.385 7 INFO neutron.services.segments.plugin [-] Segment 5802c0e8-1c97-4c0f-b093-e7f672e335ab resource provider aggregate not found 2026-03-06 01:40:44.390 7 INFO neutron.services.segments.plugin [-] Segment 397f0862-0ff1-4a67-a36a-deddce57bd5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 397f0862-0ff1-4a67-a36a-deddce57bd5f found for delete ", "request_id": "req-eacf4356-6e26-403f-9d7a-1d5687dbd171"}]} [pid: 8|app: 0|req: 593/1253] 10.0.0.156 () {34 vars in 1099 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1597971774&fields=id&tenant_id=9f2e5d781b44451da5f0b2dcc04c6117 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:44.401 7 INFO neutron.services.segments.plugin [-] Segment 5802c0e8-1c97-4c0f-b093-e7f672e335ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5802c0e8-1c97-4c0f-b093-e7f672e335ab found for delete ", "request_id": "req-41bd6a86-2a54-4334-9d97-5407b076e6eb"}]} 2026-03-06 01:40:44.417 7 INFO neutron.services.segments.plugin [-] Segment 5802c0e8-1c97-4c0f-b093-e7f672e335ab resource provider aggregate not found 2026-03-06 01:40:44.436 7 INFO neutron.services.segments.plugin [-] Segment 5802c0e8-1c97-4c0f-b093-e7f672e335ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5802c0e8-1c97-4c0f-b093-e7f672e335ab found for delete ", "request_id": "req-a9e145b8-d6a2-4012-a318-02b5f4d0edf2"}]} [pid: 8|app: 0|req: 594/1254] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/ports?tenant_id=9a72381579e84db9ba77bedb72e80dad&device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1255] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/networks?id=69387fa6-96fc-470c-8eae-65dbecc3484e => generated 680 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1256] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 => 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: 662/1257] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/quotas/9f2e5d781b44451da5f0b2dcc04c6117 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1258] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/subnets?id=a38e2934-0e06-4362-9b9b-7489a1472507 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1259] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/ports?network_id=a61e2362-6130-4a9b-8483-56a553305aa3&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: 663/1260] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/ports?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1261] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/networks/a61e2362-6130-4a9b-8483-56a553305aa3?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1262] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 599/1263] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/networks/a61e2362-6130-4a9b-8483-56a553305aa3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1264] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1265] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1266] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1267] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/security-groups?tenant_id=168b0e76e8cc4f6fb4be9901020561ea&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1270] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:44 2026] DELETE /v2.0/security-groups/60394485-9103-4d22-ab3d-84eae8bf78e3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1271] 10.0.0.156 () {34 vars in 906 bytes} [Fri Mar 6 01:40:44 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1272] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1273] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?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: 670/1274] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 605/1275] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1276] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&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: 606/1277] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1278] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:45 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1279] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:46 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:46.970 7 INFO neutron.db.segments_db [None req-8ffce873-6453-4740-adc7-40c40decf147 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment 5db05df6-774f-4f69-af46-d4acd0f7e54e of type vxlan for network 8e9e68b7-6f32-4401-9742-2fc3e985b650 [pid: 8|app: 0|req: 608/1280] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:46 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:47.048 7 INFO neutron.db.segments_db [None req-8ffce873-6453-4740-adc7-40c40decf147 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment efc84eea-baa8-4a80-a827-b76bdd3c7174 of type vxlan for network d02dd8fe-a2bc-4964-939f-749feca6615e [pid: 8|app: 0|req: 609/1281] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&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: 610/1282] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1283] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1284] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:46 2026] POST /v2.0/networks => generated 1246 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1285] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/networks => generated 1845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:40:47.305 7 INFO neutron.services.segments.plugin [-] Segment 5db05df6-774f-4f69-af46-d4acd0f7e54e resource provider aggregate not found 2026-03-06 01:40:47.315 7 INFO neutron.services.segments.plugin [-] Segment 5db05df6-774f-4f69-af46-d4acd0f7e54e resource provider aggregate not found 2026-03-06 01:40:47.320 7 INFO neutron.services.segments.plugin [-] Segment 5db05df6-774f-4f69-af46-d4acd0f7e54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db05df6-774f-4f69-af46-d4acd0f7e54e found for delete ", "request_id": "req-5e947d36-4f5e-4b74-93f1-9cd757da3b7d"}]} [pid: 7|app: 0|req: 674/1286] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:47 2026] DELETE /v2.0/networks/8e9e68b7-6f32-4401-9742-2fc3e985b650 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:47.332 7 INFO neutron.services.segments.plugin [-] Segment 5db05df6-774f-4f69-af46-d4acd0f7e54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db05df6-774f-4f69-af46-d4acd0f7e54e found for delete ", "request_id": "req-43658194-f959-4a14-9376-6a59d1e29253"}]} 2026-03-06 01:40:47.440 8 INFO neutron.services.segments.plugin [-] Segment efc84eea-baa8-4a80-a827-b76bdd3c7174 resource provider aggregate not found 2026-03-06 01:40:47.445 8 INFO neutron.services.segments.plugin [-] Segment efc84eea-baa8-4a80-a827-b76bdd3c7174 resource provider aggregate not found 2026-03-06 01:40:47.460 8 INFO neutron.services.segments.plugin [-] Segment efc84eea-baa8-4a80-a827-b76bdd3c7174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc84eea-baa8-4a80-a827-b76bdd3c7174 found for delete ", "request_id": "req-cc1d35c2-e534-4f69-a897-e95976551138"}]} 2026-03-06 01:40:47.461 8 INFO neutron.services.segments.plugin [-] Segment efc84eea-baa8-4a80-a827-b76bdd3c7174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc84eea-baa8-4a80-a827-b76bdd3c7174 found for delete ", "request_id": "req-aa5c9d78-d3e3-49de-aacf-652966703a90"}]} [pid: 8|app: 0|req: 613/1287] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:47 2026] DELETE /v2.0/networks/d02dd8fe-a2bc-4964-939f-749feca6615e => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1288] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1289] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:47 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:47.586 8 INFO neutron.db.segments_db [None req-19d83c4b-f0a8-4664-9ade-fc1ff157f8b1 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment afa4af36-da40-4383-aaac-a2c2deae0d48 of type vxlan for network 3212f5c3-fb7c-4ab5-8488-5d1b8b67341b [pid: 8|app: 0|req: 614/1290] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:47 2026] POST /v2.0/networks => generated 650 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:47.742 7 INFO neutron.db.segments_db [None req-20dae80b-0281-4d98-9a2f-397ecf26b964 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment ad692fb6-5569-4745-84cd-f19c422b3d56 of type vxlan for network 7cb5c992-cc77-48d9-943c-a5fc1bbb2122 [pid: 7|app: 0|req: 677/1291] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:47 2026] POST /v2.0/networks => generated 650 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1292] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1293] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&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: 680/1294] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1295] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1296] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:40:47 2026] POST /v2.0/ports => generated 1506 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1297] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/ports => generated 1506 bytes in 149 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-03-06 01:40:48.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-acfa8aa0-f09a-4f41-96eb-bfbbfcba5c1c e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] TaaS: Handle Delete Port: b9d36f64-b0b4-44ed-af10-22c043c30048 2026-03-06 01:40:48.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acfa8aa0-f09a-4f41-96eb-bfbbfcba5c1c e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Tap Mirror: Handle Delete Port: b9d36f64-b0b4-44ed-af10-22c043c30048 [pid: 7|app: 0|req: 683/1298] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 616/1299] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:48 2026] DELETE /v2.0/ports/b9d36f64-b0b4-44ed-af10-22c043c30048 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:40:48.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc77e9d0-e740-44a2-9f3f-e7fc4eaacb28 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] TaaS: Handle Delete Port: 62c15e08-6876-4df2-8257-c967f1a90194 2026-03-06 01:40:48.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc77e9d0-e740-44a2-9f3f-e7fc4eaacb28 e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Tap Mirror: Handle Delete Port: 62c15e08-6876-4df2-8257-c967f1a90194 [pid: 7|app: 0|req: 684/1300] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:40:48 2026] DELETE /v2.0/ports/62c15e08-6876-4df2-8257-c967f1a90194 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1301] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:40:48 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:48.995 7 INFO neutron.db.segments_db [None req-778c88a1-2994-4525-9255-02a948f03b5f e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment f7545e62-3606-4173-aff3-7563678ea372 of type vxlan for network 790371f1-81e5-435d-96e1-067f75bec2a8 [pid: 7|app: 0|req: 685/1302] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:48 2026] POST /v2.0/networks => generated 649 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:49.143 8 INFO neutron.db.segments_db [None req-14f18616-e4b3-436d-8e0c-03ea71890dbf e534cca250434325a242a742c14b13a3 2a9a603e2936494aad7f62f808b3a92d - - default default] Added segment f070fff6-36a8-4833-aa07-810c9c15006c of type vxlan for network 3c815377-62fd-4d0d-aeb7-2d7f80dd8358 [pid: 8|app: 0|req: 618/1303] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:49 2026] POST /v2.0/networks => generated 649 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1304] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1305] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1306] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1307] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1308] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:49 2026] POST /v2.0/subnets => generated 1274 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1309] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/subnets => generated 1910 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1310] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 687/1311] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:49 2026] DELETE /v2.0/subnets/cafab488-5b45-491e-bd9e-5d2cc5d81e1b => 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: 625/1312] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:49 2026] DELETE /v2.0/subnets/4573c002-f90e-4e47-aa0d-beaf76a7cdb2 => 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: 688/1313] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/networks?id=69387fa6-96fc-470c-8eae-65dbecc3484e => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1314] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:49 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1315] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f2e5d781b44451da5f0b2dcc04c6117 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:50.141 8 INFO neutron.services.segments.plugin [-] Segment f070fff6-36a8-4833-aa07-810c9c15006c resource provider aggregate not found 2026-03-06 01:40:50.144 8 INFO neutron.services.segments.plugin [-] Segment f070fff6-36a8-4833-aa07-810c9c15006c resource provider aggregate not found 2026-03-06 01:40:50.161 8 INFO neutron.services.segments.plugin [-] Segment f070fff6-36a8-4833-aa07-810c9c15006c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f070fff6-36a8-4833-aa07-810c9c15006c found for delete ", "request_id": "req-fde7dded-efcd-4d41-a2e8-c8a082a4c953"}]} 2026-03-06 01:40:50.165 8 INFO neutron.services.segments.plugin [-] Segment f070fff6-36a8-4833-aa07-810c9c15006c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f070fff6-36a8-4833-aa07-810c9c15006c found for delete ", "request_id": "req-854dfa71-aee8-4558-aabb-db7b25010c25"}]} [pid: 8|app: 0|req: 627/1316] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:50 2026] DELETE /v2.0/networks/3c815377-62fd-4d0d-aeb7-2d7f80dd8358 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1317] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:50 2026] DELETE /v2.0/networks/790371f1-81e5-435d-96e1-067f75bec2a8 => 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: 629/1318] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:50 2026] DELETE /v2.0/networks/7cb5c992-cc77-48d9-943c-a5fc1bbb2122 => 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: 690/1319] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:40:50 2026] POST /v2.0/ports => generated 954 bytes in 388 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: 630/1320] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:50 2026] DELETE /v2.0/networks/3212f5c3-fb7c-4ab5-8488-5d1b8b67341b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1321] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1322] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1323] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1324] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 7|app: 0|req: 691/1325] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:40:50 2026] PUT /v2.0/ports/098e6fe6-4a96-4864-aaaa-9d56909e46c8 => generated 1235 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1326] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:40:50.924 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f4364a0-9219-49c7-90b8-7ab3aaae2ec7'] response: {'name': 'network-changed', 'server_uuid': '793bff6e-6041-4e5e-9849-aa8634649132', 'tag': '098e6fe6-4a96-4864-aaaa-9d56909e46c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 692/1327] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:50 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&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: 636/1328] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/security-groups?tenant_id=2a9a603e2936494aad7f62f808b3a92d&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1329] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:51 2026] DELETE /v2.0/security-groups/9ff88a19-1e51-403d-bf0a-f8107b603c60 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1330] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/ports?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1331] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/networks?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&shared=False => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1332] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1333] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 639/1334] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 696/1335] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:51 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1336] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1337] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:52.192 8 INFO neutron.services.segments.plugin [-] Segment f7545e62-3606-4173-aff3-7563678ea372 resource provider aggregate not found [pid: 8|app: 0|req: 641/1338] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:52.200 8 INFO neutron.services.segments.plugin [-] Segment f7545e62-3606-4173-aff3-7563678ea372 resource provider aggregate not found 2026-03-06 01:40:52.215 8 INFO neutron.services.segments.plugin [-] Segment f7545e62-3606-4173-aff3-7563678ea372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7545e62-3606-4173-aff3-7563678ea372 found for delete ", "request_id": "req-c735b97c-57a8-4630-bb26-6414a67354c7"}]} 2026-03-06 01:40:52.220 8 INFO neutron.services.segments.plugin [-] Segment f7545e62-3606-4173-aff3-7563678ea372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7545e62-3606-4173-aff3-7563678ea372 found for delete ", "request_id": "req-03df2bcb-cc96-4300-a6c8-1ded53c00dba"}]} 2026-03-06 01:40:52.232 8 INFO neutron.services.segments.plugin [-] Segment ad692fb6-5569-4745-84cd-f19c422b3d56 resource provider aggregate not found 2026-03-06 01:40:52.235 8 INFO neutron.services.segments.plugin [-] Segment ad692fb6-5569-4745-84cd-f19c422b3d56 resource provider aggregate not found 2026-03-06 01:40:52.245 8 INFO neutron.services.segments.plugin [-] Segment ad692fb6-5569-4745-84cd-f19c422b3d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad692fb6-5569-4745-84cd-f19c422b3d56 found for delete ", "request_id": "req-82a3adb6-d114-4f1d-bc1c-5aae69ce5bd0"}]} 2026-03-06 01:40:52.257 8 INFO neutron.services.segments.plugin [-] Segment ad692fb6-5569-4745-84cd-f19c422b3d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad692fb6-5569-4745-84cd-f19c422b3d56 found for delete ", "request_id": "req-ec88ae68-81e8-41b6-ac7d-ca5e6c122ab0"}]} 2026-03-06 01:40:52.261 8 INFO neutron.services.segments.plugin [-] Segment afa4af36-da40-4383-aaac-a2c2deae0d48 resource provider aggregate not found 2026-03-06 01:40:52.273 8 INFO neutron.services.segments.plugin [-] Segment afa4af36-da40-4383-aaac-a2c2deae0d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa4af36-da40-4383-aaac-a2c2deae0d48 found for delete ", "request_id": "req-244135a8-edfc-4837-9a52-4e8304d78515"}]} 2026-03-06 01:40:52.274 8 INFO neutron.services.segments.plugin [-] Segment afa4af36-da40-4383-aaac-a2c2deae0d48 resource provider aggregate not found 2026-03-06 01:40:52.286 8 INFO neutron.services.segments.plugin [-] Segment afa4af36-da40-4383-aaac-a2c2deae0d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa4af36-da40-4383-aaac-a2c2deae0d48 found for delete ", "request_id": "req-8c6c1669-5b09-498e-bfc2-c8b3a7d68770"}]} [pid: 7|app: 0|req: 698/1339] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/ports?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1340] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=098e6fe6-4a96-4864-aaaa-9d56909e46c8 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1341] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/subnets?id=b72850af-b408-4e43-9a78-b0a910a6599c => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1342] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/ports?network_id=69387fa6-96fc-470c-8eae-65dbecc3484e&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: 700/1343] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1344] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:40:52 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?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: 645/1345] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:53 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1346] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:53 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1347] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:53 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1348] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:53 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:40:53.448 7 INFO neutron.db.segments_db [None req-ec433374-cf82-4b4b-bf23-1910f6299c7d 20e75169236a4c19a2142c4c6a73b64d c75b13d8979a4fcf93f39b1d8c88feea - - default default] Added segment 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 of type vxlan for network fe5cbd7e-1b48-44a2-8c18-f687181eff45 [pid: 7|app: 0|req: 701/1349] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:53 2026] POST /v2.0/networks => generated 644 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1350] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:53 2026] POST /v2.0/subnets => generated 641 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:40:53.819 7 INFO neutron.db.segments_db [None req-25e2b0ca-a732-429e-93d4-de3b7956eeb4 20e75169236a4c19a2142c4c6a73b64d c75b13d8979a4fcf93f39b1d8c88feea - - default default] Added segment 8dc3553f-66bb-4501-8f12-3f1cc46ac31a of type vxlan for network 1180193a-c468-4957-a25b-d0ff0a2fdfcd [pid: 7|app: 0|req: 702/1351] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:40:53 2026] POST /v2.0/networks => generated 644 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1352] 10.0.0.155 () {34 vars in 742 bytes} [Fri Mar 6 01:40:53 2026] PUT /v2.0/networks/1180193a-c468-4957-a25b-d0ff0a2fdfcd => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1353] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:40:54 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1354] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 705/1355] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1356] 10.0.0.155 () {34 vars in 740 bytes} [Fri Mar 6 01:40:54 2026] PUT /v2.0/subnets/9799b874-a2d7-41f1-bc3b-1bc1b6814a94 => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1357] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1358] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/security-groups?id=3c9d17cf-f67a-4cb1-84b6-74c8e471efc8&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-03-06 01:40:54.506 7 INFO neutron.services.segments.plugin [-] Segment 8dc3553f-66bb-4501-8f12-3f1cc46ac31a resource provider aggregate not found 2026-03-06 01:40:54.516 7 INFO neutron.services.segments.plugin [-] Segment 8dc3553f-66bb-4501-8f12-3f1cc46ac31a resource provider aggregate not found 2026-03-06 01:40:54.533 7 INFO neutron.services.segments.plugin [-] Segment 8dc3553f-66bb-4501-8f12-3f1cc46ac31a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc3553f-66bb-4501-8f12-3f1cc46ac31a found for delete ", "request_id": "req-0e92f358-14fa-42c3-ba8f-019d3c92fe63"}]} 2026-03-06 01:40:54.533 7 INFO neutron.services.segments.plugin [-] Segment 8dc3553f-66bb-4501-8f12-3f1cc46ac31a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc3553f-66bb-4501-8f12-3f1cc46ac31a found for delete ", "request_id": "req-859ee335-4085-4c6f-b1a6-c51f8b011aaf"}]} [pid: 7|app: 0|req: 706/1359] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/networks/1180193a-c468-4957-a25b-d0ff0a2fdfcd => 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: 654/1360] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:54.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b66381be-1d4c-4313-8bcf-bca9381b805a 20e75169236a4c19a2142c4c6a73b64d c75b13d8979a4fcf93f39b1d8c88feea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1361] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/networks/1180193a-c468-4957-a25b-d0ff0a2fdfcd => 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: 708/1362] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1363] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/subnets?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1364] 10.0.0.155 () {32 vars in 652 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-06 01:40:54.663 8 INFO neutron_taas.services.taas.taas_plugin [req-7dcdcf19-df73-4d82-b8c1-7cbcaa8ffa9e req-51ba56f8-9111-4b3d-aad7-5c451cea75cb abd6b3fc733d432c8adc3821155f1b4b 9a72381579e84db9ba77bedb72e80dad - - default default] TaaS: Handle Delete Port: 0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 2026-03-06 01:40:54.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7dcdcf19-df73-4d82-b8c1-7cbcaa8ffa9e req-51ba56f8-9111-4b3d-aad7-5c451cea75cb abd6b3fc733d432c8adc3821155f1b4b 9a72381579e84db9ba77bedb72e80dad - - default default] Tap Mirror: Handle Delete Port: 0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 [pid: 7|app: 0|req: 711/1365] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1366] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/subnets => generated 1280 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1367] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/networks/fe5cbd7e-1b48-44a2-8c18-f687181eff45 => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1368] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/ports/0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1369] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:40:54 2026] GET /v2.0/subnets/33f7dca6-5319-4596-9c6b-8cffa3e1ab2c => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:40:54.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f6344b5-6463-477e-942d-bdbdb382a60a 20e75169236a4c19a2142c4c6a73b64d c75b13d8979a4fcf93f39b1d8c88feea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1370] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/subnets/9799b874-a2d7-41f1-bc3b-1bc1b6814a94 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:40:54.843 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-307fcfb3-eb2b-4fb2-b0d4-647c38c5dd07'] response: {'server_uuid': '8a207bb0-6dbb-4dbd-833e-9d99dc9ca194', 'name': 'network-vif-deleted', 'tag': '0d711ddd-63bf-4dcb-b364-5ca2e69f3e30', 'status': 'completed', 'code': 200} 2026-03-06 01:40:54.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8b0de94-35b2-460e-8e2e-0afde1d83ab8 20e75169236a4c19a2142c4c6a73b64d c75b13d8979a4fcf93f39b1d8c88feea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1371] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/networks/1180193a-c468-4957-a25b-d0ff0a2fdfcd => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1372] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:40:54 2026] DELETE /v2.0/subnets/33f7dca6-5319-4596-9c6b-8cffa3e1ab2c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1373] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:40:55 2026] DELETE /v2.0/networks/fe5cbd7e-1b48-44a2-8c18-f687181eff45 => 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: 658/1374] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:55 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1375] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:55 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1376] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:55 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 718/1377] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:55 2026] GET /v2.0/security-groups?tenant_id=c75b13d8979a4fcf93f39b1d8c88feea&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1378] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:55 2026] DELETE /v2.0/security-groups/b8d97b94-ae70-4a78-93f4-12f990614668 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:40:56.561 7 INFO neutron.services.segments.plugin [-] Segment 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 resource provider aggregate not found 2026-03-06 01:40:56.564 7 INFO neutron.services.segments.plugin [-] Segment 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 resource provider aggregate not found 2026-03-06 01:40:56.584 7 INFO neutron.services.segments.plugin [-] Segment 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 found for delete ", "request_id": "req-24ca1b27-fc34-46ef-9f1e-b41692ae8832"}]} 2026-03-06 01:40:56.585 7 INFO neutron.services.segments.plugin [-] Segment 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981072b4-9e32-49d4-ba8e-110a6a3c4fd9 found for delete ", "request_id": "req-8b29cc9b-885a-4555-8090-5a96f8cd32a8"}]} [pid: 7|app: 0|req: 719/1379] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:56 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1380] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:56 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 720/1381] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:56 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&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: 721/1382] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:57 2026] GET /v2.0/ports?device_id=8a207bb0-6dbb-4dbd-833e-9d99dc9ca194 => 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: 722/1383] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:57 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 723/1384] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:57 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&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: 662/1385] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:40:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1386] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1387] 10.0.0.155 () {34 vars in 757 bytes} [Fri Mar 6 01:40:57 2026] PUT /v2.0/security-groups/c1a1a11d-7098-462a-a305-aedfb6076e5b => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1388] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:40:57 2026] GET /v2.0/security-groups/c1a1a11d-7098-462a-a305-aedfb6076e5b => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1389] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:58 2026] DELETE /v2.0/security-groups/c1a1a11d-7098-462a-a305-aedfb6076e5b => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1390] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:58 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-03-06 01:40:58.145 8 INFO neutron.api.v2.resource [None req-d6ed8fd4-dc68-45e6-a45c-0fb7e2715a57 be54444ba8ea492abcc3cbcd5844ae6e c7ed0f3867e141e8bf00428f95f6482f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1391] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:58 2026] DELETE /v2.0/security-groups/c1a1a11d-7098-462a-a305-aedfb6076e5b => 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: 727/1392] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:40:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1393] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:58 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: 728/1394] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules/05c8a822-d7b5-4176-a197-a17b897f529a => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1395] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1396] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:58 2026] DELETE /v2.0/security-group-rules/05c8a822-d7b5-4176-a197-a17b897f529a => 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: 668/1397] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:58 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: 7|app: 0|req: 730/1398] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1399] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules/212f1844-af80-415c-aac9-2c1c2aa4cf3c => 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: 731/1400] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1401] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:58 2026] DELETE /v2.0/security-group-rules/212f1844-af80-415c-aac9-2c1c2aa4cf3c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1402] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1403] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1404] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1405] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:40:58 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: 8|app: 0|req: 673/1406] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:40:58 2026] GET /v2.0/security-group-rules/1e399b31-3712-4f4c-a361-27c613ddb598 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1407] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1408] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:40:59 2026] DELETE /v2.0/security-group-rules/1e399b31-3712-4f4c-a361-27c613ddb598 => 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: 735/1409] 10.0.0.155 () {32 vars in 672 bytes} [Fri Mar 6 01:40:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1410] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:59 2026] DELETE /v2.0/security-groups/454626e5-ebbd-45d7-9024-1048f8293dc3 => 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: 736/1411] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:59 2026] GET /v2.0/security-groups => 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: 676/1412] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:40:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1415] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:40:59 2026] GET /v2.0/security-groups?tenant_id=c7ed0f3867e141e8bf00428f95f6482f&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1416] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:40:59 2026] DELETE /v2.0/security-groups/dcf663f8-731a-4650-b9f8-ed503bb4fbb2 => 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: 680/1417] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:00 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1418] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:00 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&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-03-06 01:41:00.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-be647366-b42d-44d9-a85d-6030449cf521 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:41:00.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be647366-b42d-44d9-a85d-6030449cf521 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 [pid: 7|app: 0|req: 738/1419] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:40:59 2026] PUT /v2.0/routers/4b3e47c8-cdc7-4a57-ace0-5a91b53015b5/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:01.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8c1d3f7-ce98-44fa-b0c6-dbfca22cb963 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 32f82f11-2750-4415-b250-591ce5ae8e50 2026-03-06 01:41:01.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8c1d3f7-ce98-44fa-b0c6-dbfca22cb963 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 32f82f11-2750-4415-b250-591ce5ae8e50 [pid: 7|app: 0|req: 739/1420] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:01 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1421] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:01 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:01.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8c1d3f7-ce98-44fa-b0c6-dbfca22cb963 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 37d80a13-1ac6-4df1-a08a-a22bfde7d18c 2026-03-06 01:41:01.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8c1d3f7-ce98-44fa-b0c6-dbfca22cb963 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 37d80a13-1ac6-4df1-a08a-a22bfde7d18c [pid: 7|app: 0|req: 741/1422] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:01 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:01.733 8 INFO neutron.services.segments.plugin [-] Segment aca622f8-3829-4a1f-9e53-a61c360d59ca resource provider aggregate not found 2026-03-06 01:41:01.739 8 INFO neutron.services.segments.plugin [-] Segment aca622f8-3829-4a1f-9e53-a61c360d59ca resource provider aggregate not found 2026-03-06 01:41:01.751 8 INFO neutron.services.segments.plugin [-] Segment aca622f8-3829-4a1f-9e53-a61c360d59ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca622f8-3829-4a1f-9e53-a61c360d59ca found for delete ", "request_id": "req-7ebb7536-1e53-48f5-a4c9-26ae818f887c"}]} 2026-03-06 01:41:01.761 8 INFO neutron.services.segments.plugin [-] Segment aca622f8-3829-4a1f-9e53-a61c360d59ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca622f8-3829-4a1f-9e53-a61c360d59ca found for delete ", "request_id": "req-b5bc1255-f792-442e-8b8c-d29fa9c87629"}]} 2026-03-06 01:41:01.761 8 INFO neutron.db.l3_hamode_db [None req-b8c1d3f7-ce98-44fa-b0c6-dbfca22cb963 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network d0f6d580-8ba2-4198-83cb-3e0aefe0197e was deleted as no HA routers are present in tenant 9a72381579e84db9ba77bedb72e80dad. [pid: 8|app: 0|req: 682/1423] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:00 2026] DELETE /v2.0/routers/4b3e47c8-cdc7-4a57-ace0-5a91b53015b5 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1424] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:01 2026] DELETE /v2.0/subnets/a38e2934-0e06-4362-9b9b-7489a1472507 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:02.106 7 INFO neutron.db.l3_db [None req-d202213f-c985-4e5f-9791-325b2368749c ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] Floating IP e583afd6-c203-49cd-95dd-8b47da76f4f7 associated. External IP: 10.96.250.209, port: 098e6fe6-4a96-4864-aaaa-9d56909e46c8. [pid: 8|app: 0|req: 684/1425] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:41:01 2026] POST /v2.0/subnetpools => generated 549 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:02.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-277b18db-2761-473a-b135-445ff26486f0 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 3bf2aa56-d665-41d5-bd36-4476d23eb619 2026-03-06 01:41:02.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-277b18db-2761-473a-b135-445ff26486f0 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 3bf2aa56-d665-41d5-bd36-4476d23eb619 [pid: 7|app: 0|req: 742/1426] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:41:01 2026] PUT /v2.0/floatingips/e583afd6-c203-49cd-95dd-8b47da76f4f7 => generated 855 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1427] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1428] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:02 2026] DELETE /v2.0/networks/a61e2362-6130-4a9b-8483-56a553305aa3 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:02.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf66ad93-f339-4bf8-8a7f-000b66540f02'] response: {'name': 'network-changed', 'server_uuid': '793bff6e-6041-4e5e-9849-aa8634649132', 'tag': '098e6fe6-4a96-4864-aaaa-9d56909e46c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 744/1429] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/subnetpools/decb6d98-1950-4b7c-a135-79d6d496b5a0 => generated 549 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1430] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1431] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1432] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1433] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:41:02 2026] PUT /v2.0/subnetpools/decb6d98-1950-4b7c-a135-79d6d496b5a0 => generated 500 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1434] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:02 2026] DELETE /v2.0/subnetpools/decb6d98-1950-4b7c-a135-79d6d496b5a0 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:02.683 8 INFO neutron.api.v2.resource [None req-c86eecd5-29f2-4d7c-92c4-ac2036fdea27 dc5cef200711495faf1bdb9af173daf7 3485d60090db4ae2b9ae53641e1dd43d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1435] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/subnetpools/decb6d98-1950-4b7c-a135-79d6d496b5a0 => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:02.704 7 INFO neutron.api.v2.resource [None req-286cb02a-4371-4d0c-b8cc-0abe1e5f85ec dc5cef200711495faf1bdb9af173daf7 3485d60090db4ae2b9ae53641e1dd43d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1436] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:02 2026] DELETE /v2.0/subnetpools/decb6d98-1950-4b7c-a135-79d6d496b5a0 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1437] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/security-groups?tenant_id=9a72381579e84db9ba77bedb72e80dad&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1438] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:02 2026] DELETE /v2.0/security-groups/3c9d17cf-f67a-4cb1-84b6-74c8e471efc8 => 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: 690/1439] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1440] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:02 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1441] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/ports?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1442] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/networks?id=69387fa6-96fc-470c-8eae-65dbecc3484e => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1443] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=098e6fe6-4a96-4864-aaaa-9d56909e46c8 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1444] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/subnets?id=b72850af-b408-4e43-9a78-b0a910a6599c => generated 698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1445] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/ports?network_id=69387fa6-96fc-470c-8eae-65dbecc3484e&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: 753/1446] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1447] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e?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: 694/1448] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/security-groups?tenant_id=3485d60090db4ae2b9ae53641e1dd43d&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1449] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:03 2026] DELETE /v2.0/security-groups/0cca1e6d-593f-4e3e-baf8-279adb730c19 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:03.772 8 INFO neutron.services.segments.plugin [-] Segment 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf resource provider aggregate not found 2026-03-06 01:41:03.779 8 INFO neutron.services.segments.plugin [-] Segment 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf resource provider aggregate not found 2026-03-06 01:41:03.797 8 INFO neutron.services.segments.plugin [-] Segment 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf found for delete ", "request_id": "req-2905fa0c-0e4b-4cd1-839b-c1e7253680f0"}]} 2026-03-06 01:41:03.797 8 INFO neutron.services.segments.plugin [-] Segment 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ea2182-2fe4-4e5f-af2a-c067dc2e8ecf found for delete ", "request_id": "req-cbafdc3b-8e3f-47b1-b052-7501e6909343"}]} [pid: 8|app: 0|req: 695/1450] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:03 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1451] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:04 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&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: 696/1452] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:05 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1453] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:05 2026] GET /v2.0/security-groups?id=dbd79353-fa67-41c0-ad73-eb4daa196255&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1454] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:41:05 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:05.474 7 INFO neutron_taas.services.taas.taas_plugin [req-01a3a112-18d1-422a-b866-c812ff82e0ba req-18942eac-404d-4ffd-a02d-85c7961ed4c1 ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] TaaS: Handle Delete Port: 098e6fe6-4a96-4864-aaaa-9d56909e46c8 2026-03-06 01:41:05.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01a3a112-18d1-422a-b866-c812ff82e0ba req-18942eac-404d-4ffd-a02d-85c7961ed4c1 ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] Tap Mirror: Handle Delete Port: 098e6fe6-4a96-4864-aaaa-9d56909e46c8 2026-03-06 01:41:05.585 7 INFO neutron.db.l3_db [req-01a3a112-18d1-422a-b866-c812ff82e0ba req-18942eac-404d-4ffd-a02d-85c7961ed4c1 ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] Floating IP e583afd6-c203-49cd-95dd-8b47da76f4f7 disassociated. External IP: 10.96.250.209, port: 098e6fe6-4a96-4864-aaaa-9d56909e46c8. [pid: 7|app: 0|req: 758/1455] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:41:05 2026] DELETE /v2.0/ports/098e6fe6-4a96-4864-aaaa-9d56909e46c8 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:05.971 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a497cbf7-53a3-4c75-bd7c-cf47c2c1c212'] response: {'server_uuid': '793bff6e-6041-4e5e-9849-aa8634649132', 'name': 'network-vif-deleted', 'tag': '098e6fe6-4a96-4864-aaaa-9d56909e46c8', 'status': 'completed', 'code': 200} 2026-03-06 01:41:06.133 8 INFO neutron.db.segments_db [None req-0bce2b94-389a-47e0-aa60-7dac31e5faa8 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Added segment d3d29504-f494-4bfe-906f-8defec5690dc of type vxlan for network 189bd79c-32be-4b6b-8192-95a877079a8e [pid: 8|app: 0|req: 698/1456] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:41:05 2026] POST /v2.0/networks => generated 633 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:06.270 7 INFO neutron.db.segments_db [None req-825e90c1-5243-4acf-8968-dc3bf52751de 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Added segment a79f6932-33af-4059-afcc-a5656587f30d of type vxlan for network 7505237f-3c04-4967-b85a-fb385cfae30e [pid: 8|app: 0|req: 699/1457] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:06 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:06.490 7 INFO neutron.db.l3_hamode_db [None req-825e90c1-5243-4acf-8968-dc3bf52751de 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:07.321 7 INFO neutron.db.l3_hamode_db [None req-825e90c1-5243-4acf-8968-dc3bf52751de 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1458] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:07 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 759/1459] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:06 2026] POST /v2.0/routers => generated 694 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1460] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:07 2026] GET /v2.0/security-groups?tenant_id=27cadca4117e46099df9088878f1ccb7&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1461] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:08 2026] DELETE /v2.0/security-groups/e06214b1-74e8-4256-9002-17c1aca8fcf6 => 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: 703/1462] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:08 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 760/1463] 10.0.0.155 () {32 vars in 775 bytes} [Fri Mar 6 01:41:08 2026] GET /v2.0/subnets?project_id=4537cf9254f14b5da4b9712cc46675bc&cidr=10.100.0.0%2F28 => generated 14 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1464] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:41:08 2026] GET /v2.0/networks?router%3Aexternal=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/1465] 10.0.0.155 () {32 vars in 783 bytes} [Fri Mar 6 01:41:08 2026] GET /v2.0/subnets?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1466] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:08 2026] GET /v2.0/security-groups?tenant_id=411fcb20180a404ab31e33ed484ec1ed&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1467] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:08 2026] DELETE /v2.0/security-groups/9daf4565-9635-41c2-bf01-84a7934941e6 => 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: 706/1468] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:08 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1469] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:09 2026] GET /v2.0/ports?device_id=793bff6e-6041-4e5e-9849-aa8634649132 => 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: 763/1470] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:08 2026] PUT /v2.0/routers/d60f1993-0d6b-4d4c-bd79-1ef0f4f5e67e/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1471] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:41:09 2026] GET /v2.0/networks => generated 6515 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1472] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:41:10 2026] GET /v2.0/subnets => generated 5203 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1473] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:41:10 2026] GET /v2.0/routers => generated 2194 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1474] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1475] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1476] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1477] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1478] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:10 2026] DELETE /v2.0/security-groups/dbd79353-fa67-41c0-ad73-eb4daa196255 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:10.761 7 INFO neutron.api.v2.resource [None req-14e2e160-a1f7-4de7-a822-3bbf1d626588 ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1479] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:41:10 2026] GET /v2.0/security-groups/dbd79353-fa67-41c0-ad73-eb4daa196255 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:10.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-20d64220-db5a-4fd0-8953-e3dc199261fd ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] TaaS: Handle Delete Port: 9bfe199e-b53c-47a0-8fa1-c60a3ec66db1 2026-03-06 01:41:10.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d64220-db5a-4fd0-8953-e3dc199261fd ccf95e6d4b08404091d3f2e85e3f3e54 9f2e5d781b44451da5f0b2dcc04c6117 - - default default] Tap Mirror: Handle Delete Port: 9bfe199e-b53c-47a0-8fa1-c60a3ec66db1 [pid: 8|app: 0|req: 712/1480] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:10.932 8 INFO neutron.db.securitygroups_db [None req-a7de5890-fd7f-4302-8c46-e145468cb6c6 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Project 4537cf9254f14b5da4b9712cc46675bc 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: 769/1481] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:10 2026] DELETE /v2.0/floatingips/e583afd6-c203-49cd-95dd-8b47da76f4f7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1482] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:11.067 8 INFO neutron.db.securitygroups_db [None req-9aa4ca8e-5ec2-4d1b-8e98-bb6f7027cd84 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Project 4537cf9254f14b5da4b9712cc46675bc 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: 714/1483] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:11.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-7385da49-d803-4ae2-990c-7c5dbb04f5a8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:41:11.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7385da49-d803-4ae2-990c-7c5dbb04f5a8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 251cc577-ad66-4c89-bce3-0c90cef0cab2 [pid: 8|app: 0|req: 715/1484] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/networks => generated 1298 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1485] 10.0.0.156 () {34 vars in 1097 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-155742863&fields=id&tenant_id=4537cf9254f14b5da4b9712cc46675bc => 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: 770/1486] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:11 2026] PUT /v2.0/routers/25442e63-d023-43e4-90a5-9f70d8cc6778/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1487] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1488] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/quotas/4537cf9254f14b5da4b9712cc46675bc => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1489] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&fields=id => generated 103 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1490] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:41:11 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1491] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:41:12 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:12.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a05a51a-29b2-4a0d-a995-c79c62be7b2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5f16a9fe-4115-44b3-bfaf-a6d16a411abe 2026-03-06 01:41:12.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a05a51a-29b2-4a0d-a995-c79c62be7b2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5f16a9fe-4115-44b3-bfaf-a6d16a411abe [pid: 8|app: 0|req: 722/1492] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:12 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:12.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a05a51a-29b2-4a0d-a995-c79c62be7b2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: ef07f8b8-3a8c-47e2-ae2c-690da07eb115 2026-03-06 01:41:12.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a05a51a-29b2-4a0d-a995-c79c62be7b2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: ef07f8b8-3a8c-47e2-ae2c-690da07eb115 2026-03-06 01:41:12.754 7 INFO neutron.services.segments.plugin [-] Segment 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c resource provider aggregate not found 2026-03-06 01:41:12.760 7 INFO neutron.services.segments.plugin [-] Segment 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c resource provider aggregate not found 2026-03-06 01:41:12.774 7 INFO neutron.db.l3_hamode_db [None req-3a05a51a-29b2-4a0d-a995-c79c62be7b2e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network d7337d4e-af11-410a-a667-8c7527e1b1c9 was deleted as no HA routers are present in tenant 9f2e5d781b44451da5f0b2dcc04c6117. 2026-03-06 01:41:12.780 7 INFO neutron.services.segments.plugin [-] Segment 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c found for delete ", "request_id": "req-5939bc17-49f7-42d1-afd1-fdb544ab239e"}]} [pid: 7|app: 0|req: 771/1493] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:11 2026] DELETE /v2.0/routers/25442e63-d023-43e4-90a5-9f70d8cc6778 => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:12.784 7 INFO neutron.services.segments.plugin [-] Segment 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6bdbdf-ed19-49cc-8a8c-69a55a23c12c found for delete ", "request_id": "req-380a2c17-506d-4fce-899a-891a234fc87c"}]} [pid: 8|app: 0|req: 723/1494] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:12 2026] DELETE /v2.0/subnets/b72850af-b408-4e43-9a78-b0a910a6599c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:13.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-e78e789f-9c36-4266-aa47-ec49ccca6e3d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5762edd3-5bef-49ce-b004-6e097e5a91e6 2026-03-06 01:41:13.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e78e789f-9c36-4266-aa47-ec49ccca6e3d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5762edd3-5bef-49ce-b004-6e097e5a91e6 [pid: 7|app: 0|req: 772/1495] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:12 2026] DELETE /v2.0/networks/69387fa6-96fc-470c-8eae-65dbecc3484e => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1496] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1497] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 773/1498] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 726/1499] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/security-groups?tenant_id=9f2e5d781b44451da5f0b2dcc04c6117&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1500] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1501] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:13 2026] DELETE /v2.0/security-groups/136cf987-1bee-40ff-a030-99408246818c => 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: 728/1502] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:13 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 775/1503] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:14 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 729/1504] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:14 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:14.806 7 INFO neutron.services.segments.plugin [-] Segment 2c0f6775-c69a-4944-87ca-5065e4e2a0fa resource provider aggregate not found 2026-03-06 01:41:14.807 7 INFO neutron.services.segments.plugin [-] Segment 2c0f6775-c69a-4944-87ca-5065e4e2a0fa resource provider aggregate not found 2026-03-06 01:41:14.823 7 INFO neutron.services.segments.plugin [-] Segment 2c0f6775-c69a-4944-87ca-5065e4e2a0fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0f6775-c69a-4944-87ca-5065e4e2a0fa found for delete ", "request_id": "req-d9fd8b32-3bff-4ca4-887d-6ec0bcf37100"}]} 2026-03-06 01:41:14.824 7 INFO neutron.services.segments.plugin [-] Segment 2c0f6775-c69a-4944-87ca-5065e4e2a0fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0f6775-c69a-4944-87ca-5065e4e2a0fa found for delete ", "request_id": "req-1d3e9ee7-950e-4ea2-adc7-a708ca15934d"}]} [pid: 7|app: 0|req: 776/1505] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:14 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1508] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:15 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 731/1509] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:15 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1510] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:15 2026] GET /v2.0/security-groups?id=618921ca-b078-46c1-bda8-fcf8079c14cd&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: 732/1511] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:41:16 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:16.200 7 INFO neutron_taas.services.taas.taas_plugin [req-e0da3762-7ea4-4565-81f2-c3fefc77aadc req-3d34abdb-b7b6-4b3e-8011-f2c3d3d32b41 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] TaaS: Handle Delete Port: da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:41:16.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0da3762-7ea4-4565-81f2-c3fefc77aadc req-3d34abdb-b7b6-4b3e-8011-f2c3d3d32b41 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] Tap Mirror: Handle Delete Port: da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:41:16.327 7 INFO neutron.db.l3_db [req-e0da3762-7ea4-4565-81f2-c3fefc77aadc req-3d34abdb-b7b6-4b3e-8011-f2c3d3d32b41 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] Floating IP 237ab556-d21d-4097-bc95-4b6fa4cec495 disassociated. External IP: 10.96.250.217, port: da23b397-9f78-41ad-8a2c-b98d60fce271. [pid: 8|app: 0|req: 733/1512] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:16 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1513] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:41:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4537cf9254f14b5da4b9712cc46675bc => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1514] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:41:16 2026] DELETE /v2.0/ports/da23b397-9f78-41ad-8a2c-b98d60fce271 => generated 0 bytes in 634 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1515] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:16 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:16.758 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfd7ca22-83d7-4df0-83ec-82b5183f4b07'] response: {'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'name': 'network-vif-deleted', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 735/1516] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:41:16 2026] POST /v2.0/ports => generated 954 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1517] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:17 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 736/1518] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:41:17 2026] PUT /v2.0/ports/981c7fe8-d06d-499b-9fae-9e3ed9ff5448 => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:17.540 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aba72b46-38b4-458d-a942-09299652019e'] response: {'name': 'network-changed', 'server_uuid': '4f2d3826-719a-49bc-bb23-7c2836fc28bc', 'tag': '981c7fe8-d06d-499b-9fae-9e3ed9ff5448', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 783/1519] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:17 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 969 bytes in 115 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: 737/1520] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:17 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 784/1521] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:18 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1522] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:41:18 2026] GET /v2.0/networks?tenant_id=4537cf9254f14b5da4b9712cc46675bc&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1523] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:18 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 785/1524] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:41:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1525] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 786/1526] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 787/1527] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/ports?device_id=96bc7ca4-985e-4953-a414-0f406bcd3bac => 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: 741/1528] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1529] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=981c7fe8-d06d-499b-9fae-9e3ed9ff5448 => 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: 742/1530] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/subnets?id=f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1531] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/ports?network_id=189bd79c-32be-4b6b-8192-95a877079a8e&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: 743/1532] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 790/1533] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 744/1534] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:19 2026] GET /v2.0/security-groups?tenant_id=f252182e79d34d34ae69699b3377a1b2&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1535] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:19 2026] DELETE /v2.0/security-groups/faf4f23d-ca80-40c6-ba98-94cdab21e941 => 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: 745/1536] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:20 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 746/1537] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:20 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 792/1538] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:20 2026] GET /v2.0/security-groups?tenant_id=7ad5a5548c9d4be8a68a58064ca48174&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1539] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:20 2026] DELETE /v2.0/security-groups/0058fae9-5586-4bf9-b9f8-df029ba1fbf6 => 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: 793/1540] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:20 2026] DELETE /v2.0/security-groups/618921ca-b078-46c1-bda8-fcf8079c14cd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:20.443 8 INFO neutron.api.v2.resource [None req-35c606be-631e-4869-8f53-8e40d2a45f3b 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 748/1541] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:41:20 2026] GET /v2.0/security-groups/618921ca-b078-46c1-bda8-fcf8079c14cd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:20.578 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d6ac5f3-1b87-4f5b-b57e-04e4b9e61687 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] TaaS: Handle Delete Port: d7aa8353-a895-45c6-8e1a-c83533c3d9fb 2026-03-06 01:41:20.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d6ac5f3-1b87-4f5b-b57e-04e4b9e61687 21a009e9eca14cef87d71ff147880ec3 c7eb33b80ad0412a9b9cdd702d2ac395 - - default default] Tap Mirror: Handle Delete Port: d7aa8353-a895-45c6-8e1a-c83533c3d9fb [pid: 7|app: 0|req: 794/1542] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:20 2026] DELETE /v2.0/floatingips/237ab556-d21d-4097-bc95-4b6fa4cec495 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:21.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-e54036e3-2d43-475c-86ac-22cf9b668666 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:41:21.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e54036e3-2d43-475c-86ac-22cf9b668666 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 678cd7f2-2b57-4932-aa57-cdab2b127c13 [pid: 7|app: 0|req: 795/1543] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:21 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1544] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:21 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1545] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:20 2026] PUT /v2.0/routers/abbf29a9-cb19-4cb5-8599-08e7c780ea54/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:21.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-34cee30c-4954-46bc-a550-a7b7b3e48707 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:41:21.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34cee30c-4954-46bc-a550-a7b7b3e48707 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:41:21.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-34cee30c-4954-46bc-a550-a7b7b3e48707 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 2a2613d6-8a27-4aea-a39d-3c7d2657fd55 2026-03-06 01:41:21.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34cee30c-4954-46bc-a550-a7b7b3e48707 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 2a2613d6-8a27-4aea-a39d-3c7d2657fd55 2026-03-06 01:41:22.267 7 INFO neutron.services.segments.plugin [-] Segment 76756158-9232-4649-8059-3919bb4019b5 resource provider aggregate not found 2026-03-06 01:41:22.273 7 INFO neutron.services.segments.plugin [-] Segment 76756158-9232-4649-8059-3919bb4019b5 resource provider aggregate not found 2026-03-06 01:41:22.288 7 INFO neutron.services.segments.plugin [-] Segment 76756158-9232-4649-8059-3919bb4019b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76756158-9232-4649-8059-3919bb4019b5 found for delete ", "request_id": "req-89eb991e-2a01-4893-952c-b58867454c81"}]} 2026-03-06 01:41:22.294 7 INFO neutron.services.segments.plugin [-] Segment 76756158-9232-4649-8059-3919bb4019b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76756158-9232-4649-8059-3919bb4019b5 found for delete ", "request_id": "req-861263f5-9783-44e9-976e-da90b6e41d45"}]} 2026-03-06 01:41:22.313 7 INFO neutron.db.l3_hamode_db [None req-34cee30c-4954-46bc-a550-a7b7b3e48707 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network e5847772-cc99-4528-a79b-9496293e4adb was deleted as no HA routers are present in tenant c7eb33b80ad0412a9b9cdd702d2ac395. [pid: 7|app: 0|req: 797/1546] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:21 2026] DELETE /v2.0/routers/abbf29a9-cb19-4cb5-8599-08e7c780ea54 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1547] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:22 2026] GET /v2.0/security-groups?tenant_id=089268aec5174e3c8aa0a238a8064f36&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1548] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:22 2026] DELETE /v2.0/security-groups/3c6c2b41-5029-433f-8e24-37102bc12f36 => 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: 798/1549] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:22 2026] DELETE /v2.0/subnets/e0f17ddb-e0ac-4254-8b47-dfb19a7fc440 => 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: 752/1550] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:22 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:22.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b063d8b-5bd8-4d5a-bf4e-262d0e600341 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: b98ad933-f5ec-403f-a189-e28417e18065 2026-03-06 01:41:22.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b063d8b-5bd8-4d5a-bf4e-262d0e600341 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: b98ad933-f5ec-403f-a189-e28417e18065 [pid: 8|app: 0|req: 753/1551] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:22 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 799/1552] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:22 2026] DELETE /v2.0/networks/e596e3e7-13ef-418a-a8de-3128f2327ff6 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1553] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:22 2026] GET /v2.0/security-groups?tenant_id=c7eb33b80ad0412a9b9cdd702d2ac395&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: 800/1554] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:22 2026] DELETE /v2.0/security-groups/4f205156-840a-414d-bd85-29e756adb609 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1555] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:23 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1556] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:23 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:24.310 7 INFO neutron.services.segments.plugin [-] Segment 29cc63eb-5029-4332-a9a8-4d1f34139cef resource provider aggregate not found 2026-03-06 01:41:24.320 7 INFO neutron.services.segments.plugin [-] Segment 29cc63eb-5029-4332-a9a8-4d1f34139cef resource provider aggregate not found 2026-03-06 01:41:24.333 7 INFO neutron.services.segments.plugin [-] Segment 29cc63eb-5029-4332-a9a8-4d1f34139cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cc63eb-5029-4332-a9a8-4d1f34139cef found for delete ", "request_id": "req-2fc21dd0-b26c-4065-b71a-74164c93d11a"}]} 2026-03-06 01:41:24.347 7 INFO neutron.services.segments.plugin [-] Segment 29cc63eb-5029-4332-a9a8-4d1f34139cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cc63eb-5029-4332-a9a8-4d1f34139cef found for delete ", "request_id": "req-4d0a7263-9761-4ae2-abdd-706e5df72db9"}]} [pid: 7|app: 0|req: 802/1557] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:24 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1558] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:24 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 804/1559] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:25 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1560] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:25 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 806/1561] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:25 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:25.200 8 INFO neutron.db.segments_db [None req-b64677ae-fd23-4f75-9d57-c8e908efb47e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 553a752b-43e3-414e-b0dc-474239089eb9 of type vxlan for network 393f5a72-ff7b-404c-bebf-d6b95c7ed2ab [pid: 8|app: 0|req: 756/1562] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:41:24 2026] POST /v2.0/networks => generated 746 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1563] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:25 2026] POST /v2.0/subnets => generated 693 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:25.541 8 INFO neutron.db.segments_db [None req-f07c8dfb-dcab-4ef3-ba5f-832db407443d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment ccbd7ee4-b481-4120-a1e0-ce384e89f04b of type vxlan for network b57d1eac-06cd-41bf-a2bd-6733b158ddde 2026-03-06 01:41:25.778 8 INFO neutron.db.l3_hamode_db [None req-f07c8dfb-dcab-4ef3-ba5f-832db407443d 9cf9f9220fe74ca89a194e4fc6aa8c82 5c369077b2a543baa402c1b601099766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:25.976 7 INFO neutron.db.l3_db [None req-8492a896-67f8-4b71-9ffc-f27e9f4b2a7d 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Floating IP 18042bf9-d676-4a84-b8f7-29ce4c42751f associated. External IP: 10.96.250.216, port: 981c7fe8-d06d-499b-9fae-9e3ed9ff5448. [pid: 7|app: 0|req: 807/1564] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:41:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:26.396 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57397be0-bc6d-4bbd-83d2-66bf1344e8d8'] response: {'name': 'network-changed', 'server_uuid': '4f2d3826-719a-49bc-bb23-7c2836fc28bc', 'tag': '981c7fe8-d06d-499b-9fae-9e3ed9ff5448', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 808/1565] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:26 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1566] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:26 2026] GET /v2.0/security-groups?tenant_id=8786d6746bcf47a7a39a0c8524796d90&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:26.661 8 INFO neutron.db.l3_hamode_db [None req-f07c8dfb-dcab-4ef3-ba5f-832db407443d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 810/1567] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:26 2026] DELETE /v2.0/security-groups/0928a9c1-4798-4505-84f3-b5227614699c => 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: 811/1568] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:26 2026] GET /v2.0/security-groups?tenant_id=e9e6cabb2ea54df4aeb7d07d03574767&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1569] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1570] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:27 2026] DELETE /v2.0/security-groups/f7430146-99ad-4174-baa2-353aca651c24 => 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: 814/1571] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1572] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=981c7fe8-d06d-499b-9fae-9e3ed9ff5448 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1573] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/subnets?id=f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1574] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/ports?network_id=189bd79c-32be-4b6b-8192-95a877079a8e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1575] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 758/1576] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:25 2026] POST /v2.0/routers => generated 733 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1577] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1578] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/floatingips => generated 860 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1579] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 761/1580] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/agents => generated 3386 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1581] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/subnets => generated 3899 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1582] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1583] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1584] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 766/1585] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/subnets => generated 3899 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1586] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/network-ip-availabilities => generated 2886 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1587] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:41:27 2026] GET /v2.0/networks => generated 5062 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1588] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/routers => generated 1466 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1589] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1590] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/routers/098dfa20-a2e6-4117-872e-ad8361675cd4/l3-agents => generated 682 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1591] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/routers/d60f1993-0d6b-4d4c-bd79-1ef0f4f5e67e/l3-agents => generated 681 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1592] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/security-groups => generated 28549 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1593] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:41:28 2026] GET /v2.0/ports => generated 16264 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1594] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:27 2026] PUT /v2.0/routers/098dfa20-a2e6-4117-872e-ad8361675cd4/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1595] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:29 2026] GET /v2.0/security-groups?tenant_id=5346aca4eaa24f3cbb686e6c41a7d6d0&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1596] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:29 2026] DELETE /v2.0/security-groups/4a7c13e2-a7ff-4bad-a92a-c293e9bbd662 => 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: 776/1597] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:41:29 2026] GET /v2.0/networks?id=393f5a72-ff7b-404c-bebf-d6b95c7ed2ab => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1600] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:41:29 2026] GET /v2.0/quotas/5c369077b2a543baa402c1b601099766 => 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: 823/1601] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:41:29 2026] GET /v2.0/ports?tenant_id=5c369077b2a543baa402c1b601099766&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1602] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:41:30 2026] GET /v2.0/networks/393f5a72-ff7b-404c-bebf-d6b95c7ed2ab?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: 824/1603] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:41:30 2026] GET /v2.0/networks/393f5a72-ff7b-404c-bebf-d6b95c7ed2ab?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: 780/1604] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:30 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 825/1605] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:31 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:31.839 8 INFO neutron.db.segments_db [None req-7026d4e8-1b3a-4777-a618-ea2788baf64e d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment 513a195d-f8ab-495b-bcca-ae81568b0fee of type vxlan for network d01f215d-eef6-4e22-8850-639f4207a575 [pid: 8|app: 0|req: 781/1606] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:31 2026] POST /v2.0/networks => generated 634 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:32.005 7 INFO neutron.db.segments_db [None req-bc400b16-6268-472c-b524-826572452f0c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment 2d94c018-4c23-40da-9e8e-c035fa0487d8 of type vxlan for network b9a79e26-b936-4c2e-9e37-0d1ea79544d2 [pid: 7|app: 0|req: 826/1607] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:31 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1608] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:32 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1609] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:32 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 827/1610] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:32 2026] POST /v2.0/subnets => generated 655 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:32.627 8 INFO neutron.db.segments_db [None req-24f09c2d-4a17-4136-87c6-c95c848fc844 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment d91afe64-a3f1-4ee7-9cc6-347515c90525 of type vxlan for network 50282b10-821c-4b41-9f84-b29517f68340 2026-03-06 01:41:32.886 8 INFO neutron.db.l3_hamode_db [None req-24f09c2d-4a17-4136-87c6-c95c848fc844 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:33.003 8 INFO neutron.db.l3_hamode_db [None req-24f09c2d-4a17-4136-87c6-c95c848fc844 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1611] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:33 2026] GET /v2.0/security-groups?tenant_id=66820f71fb604c9aa5e8eb8cea6452dd&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1612] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:33 2026] DELETE /v2.0/security-groups/cd15d055-1af4-4b77-b862-5963d35ef517 => 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: 830/1613] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:33 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 784/1614] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:32 2026] POST /v2.0/routers => generated 511 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1615] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:33 2026] PUT /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0/add_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1616] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:41:34 2026] GET /v2.0/ports/bb992ea1-942e-4e65-aebd-376392e4a222 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1617] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:34 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 833/1618] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:34 2026] GET /v2.0/networks?id=393f5a72-ff7b-404c-bebf-d6b95c7ed2ab => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1619] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:41:34 2026] POST /v2.0/ports => generated 954 bytes in 300 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: 835/1620] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:41:34 2026] PUT /v2.0/ports/9a3877d5-a371-474a-adc2-1cef2c722751 => generated 1235 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:35.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec086042-a47e-4d22-ae98-eaf1c95c858c'] response: {'name': 'network-changed', 'server_uuid': '5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be', 'tag': '9a3877d5-a371-474a-adc2-1cef2c722751', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 786/1621] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:34 2026] PUT /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0/add_router_interface => generated 309 bytes in 936 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: 836/1622] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/ports/4ac5cd9e-6b8f-4743-92d7-3aadf1a801c2 => generated 967 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1623] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1624] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 789/1625] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1626] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:35.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1b8c732-c7a5-4602-a58a-8246bbcd3c3a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 4ac5cd9e-6b8f-4743-92d7-3aadf1a801c2 2026-03-06 01:41:35.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b8c732-c7a5-4602-a58a-8246bbcd3c3a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 4ac5cd9e-6b8f-4743-92d7-3aadf1a801c2 [pid: 8|app: 0|req: 791/1627] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:35 2026] GET /v2.0/ports?tenant_id=5c369077b2a543baa402c1b601099766&device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 792/1628] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:41:36 2026] GET /v2.0/networks?tenant_id=5c369077b2a543baa402c1b601099766&shared=False => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1629] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:41:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1630] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:35 2026] PUT /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:36.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-f260d431-42a8-4b57-b26b-1f822cc1e35f d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: bb992ea1-942e-4e65-aebd-376392e4a222 2026-03-06 01:41:36.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f260d431-42a8-4b57-b26b-1f822cc1e35f d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: bb992ea1-942e-4e65-aebd-376392e4a222 [pid: 7|app: 0|req: 838/1631] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:36 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1632] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:36 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1633] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/ports?tenant_id=5c369077b2a543baa402c1b601099766&device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1634] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9a3877d5-a371-474a-adc2-1cef2c722751 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1635] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/subnets?id=46677b07-7c5a-40af-8f33-8d751dd51256 => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1636] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/ports?network_id=393f5a72-ff7b-404c-bebf-d6b95c7ed2ab&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: 794/1637] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:36 2026] PUT /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0/remove_router_interface => generated 309 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1638] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/ports?device_id=a055f251-cb7f-403e-a100-9aee59c76be0 => 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: 844/1639] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/networks/393f5a72-ff7b-404c-bebf-d6b95c7ed2ab?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: 845/1640] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:41:37 2026] GET /v2.0/networks/393f5a72-ff7b-404c-bebf-d6b95c7ed2ab?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-03-06 01:41:37.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e1a7a44-0558-43d3-a7f8-de1cc8a6b0f1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: e6811486-8598-4274-b499-a825271aeca8 2026-03-06 01:41:37.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e1a7a44-0558-43d3-a7f8-de1cc8a6b0f1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: e6811486-8598-4274-b499-a825271aeca8 2026-03-06 01:41:37.895 8 INFO neutron.services.segments.plugin [-] Segment d91afe64-a3f1-4ee7-9cc6-347515c90525 resource provider aggregate not found 2026-03-06 01:41:37.900 8 INFO neutron.services.segments.plugin [-] Segment d91afe64-a3f1-4ee7-9cc6-347515c90525 resource provider aggregate not found 2026-03-06 01:41:37.916 8 INFO neutron.services.segments.plugin [-] Segment d91afe64-a3f1-4ee7-9cc6-347515c90525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d91afe64-a3f1-4ee7-9cc6-347515c90525 found for delete ", "request_id": "req-563a2275-c56d-46c3-b3f3-d90786a8103d"}]} 2026-03-06 01:41:37.920 8 INFO neutron.services.segments.plugin [-] Segment d91afe64-a3f1-4ee7-9cc6-347515c90525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d91afe64-a3f1-4ee7-9cc6-347515c90525 found for delete ", "request_id": "req-b52ef870-b69d-444c-a087-1ab61fcee33a"}]} 2026-03-06 01:41:37.924 8 INFO neutron.db.l3_hamode_db [None req-8e1a7a44-0558-43d3-a7f8-de1cc8a6b0f1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] HA network 50282b10-821c-4b41-9f84-b29517f68340 was deleted as no HA routers are present in tenant b46ae24661144b26a61b351b0cdeb608. [pid: 8|app: 0|req: 796/1641] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:37 2026] DELETE /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1642] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:37 2026] DELETE /v2.0/subnets/ae8a1e88-e9d9-4f44-8039-1f1ef551dcec => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1643] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:38 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 846/1644] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:41:37 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1645] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:38 2026] DELETE /v2.0/subnets/2bcc396d-e881-48f2-9087-d31d893823ed => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1646] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:38 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:38.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-647f027c-76dc-48e1-842e-71deba022b0c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: a8abe48c-4cdb-4cd1-a375-80c448d9176b 2026-03-06 01:41:38.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-647f027c-76dc-48e1-842e-71deba022b0c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: a8abe48c-4cdb-4cd1-a375-80c448d9176b 2026-03-06 01:41:38.572 7 INFO neutron.services.segments.plugin [-] Segment 2d94c018-4c23-40da-9e8e-c035fa0487d8 resource provider aggregate not found 2026-03-06 01:41:38.576 7 INFO neutron.services.segments.plugin [-] Segment 2d94c018-4c23-40da-9e8e-c035fa0487d8 resource provider aggregate not found 2026-03-06 01:41:38.585 7 INFO neutron.services.segments.plugin [-] Segment 2d94c018-4c23-40da-9e8e-c035fa0487d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d94c018-4c23-40da-9e8e-c035fa0487d8 found for delete ", "request_id": "req-e6a640a9-9baa-4946-b830-6c9ff0e30ae6"}]} 2026-03-06 01:41:38.597 7 INFO neutron.services.segments.plugin [-] Segment 2d94c018-4c23-40da-9e8e-c035fa0487d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d94c018-4c23-40da-9e8e-c035fa0487d8 found for delete ", "request_id": "req-61512399-3d28-4993-87b3-4a88d5f90c92"}]} [pid: 7|app: 0|req: 848/1647] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:38 2026] DELETE /v2.0/networks/b9a79e26-b936-4c2e-9e37-0d1ea79544d2 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1648] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:38 2026] DELETE /v2.0/networks/d01f215d-eef6-4e22-8850-639f4207a575 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:38.762 7 INFO neutron.db.segments_db [None req-7d9eaeab-c597-4d17-99b1-22b61422e8db d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 of type vxlan for network dd4863ec-2a6d-47cc-922c-69023d49a82d [pid: 7|app: 0|req: 850/1649] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:38 2026] POST /v2.0/networks => generated 634 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1650] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:38 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:39.117 7 INFO neutron.db.segments_db [None req-cf1c3801-fb8c-4257-bc9f-b5fb86fb2d5f d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b of type vxlan for network 1a9d0dce-7954-47ce-9799-0066ad863419 [pid: 8|app: 0|req: 800/1651] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:41:38 2026] POST /v2.0/floatingips => generated 552 bytes in 911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:39.340 7 INFO neutron.db.l3_hamode_db [None req-cf1c3801-fb8c-4257-bc9f-b5fb86fb2d5f d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:39.452 7 INFO neutron.db.l3_hamode_db [None req-cf1c3801-fb8c-4257-bc9f-b5fb86fb2d5f d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1652] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:41:39 2026] POST /v2.0/floatingips => generated 552 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1653] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:39 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 852/1654] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:39 2026] POST /v2.0/routers => generated 510 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1655] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:41:39 2026] POST /v2.0/floatingips => generated 552 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1656] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:39 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1657] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:41:40 2026] POST /v2.0/ports => generated 963 bytes in 305 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: 854/1658] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:41:40 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:40.949 7 INFO neutron.services.segments.plugin [-] Segment 513a195d-f8ab-495b-bcca-ae81568b0fee resource provider aggregate not found 2026-03-06 01:41:40.950 7 INFO neutron.services.segments.plugin [-] Segment 513a195d-f8ab-495b-bcca-ae81568b0fee resource provider aggregate not found 2026-03-06 01:41:40.974 7 INFO neutron.services.segments.plugin [-] Segment 513a195d-f8ab-495b-bcca-ae81568b0fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513a195d-f8ab-495b-bcca-ae81568b0fee found for delete ", "request_id": "req-406aead5-0ad5-41d1-ba45-29df00e725d7"}]} 2026-03-06 01:41:40.976 7 INFO neutron.services.segments.plugin [-] Segment 513a195d-f8ab-495b-bcca-ae81568b0fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513a195d-f8ab-495b-bcca-ae81568b0fee found for delete ", "request_id": "req-1dac71d7-615f-41ca-8844-02b408d6445a"}]} [pid: 7|app: 0|req: 855/1659] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:41:40 2026] PUT /v2.0/floatingips/7fff2139-131f-463a-a460-e7e4c3402b46/tags => generated 17 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1660] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:41:41 2026] PUT /v2.0/floatingips/36f4fd88-c3c8-4bd9-bb4f-c6ab31e897ab/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1661] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:41:41 2026] PUT /v2.0/floatingips/06e82cb0-87b8-40d6-b1ca-fef238d48f74/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: 858/1662] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1663] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:41:41 2026] PUT /v2.0/floatingips/52345667-e1b6-40b0-b2cb-852c9b1150e8/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: 860/1664] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&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: 861/1665] 10.0.0.155 () {32 vars in 671 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1666] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1667] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:40 2026] PUT /v2.0/routers/4cdf5e2c-3910-4820-b1f9-da1cf346b69b/add_router_interface => generated 309 bytes in 1065 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: 863/1668] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1669] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/ports/d53f31b9-d45d-4f4b-bd9f-20bfc65f8e20 => generated 1037 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1670] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1671] 10.0.0.155 () {32 vars in 679 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1672] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1673] 10.0.0.155 () {32 vars in 689 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1674] 10.0.0.155 () {32 vars in 701 bytes} [Fri Mar 6 01:41:41 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:41.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-af2cbb5d-e265-425f-b11a-377d35dfea35 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] TaaS: Handle Delete Port: 803f2396-310e-4286-9c68-e37555adc979 2026-03-06 01:41:41.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2cbb5d-e265-425f-b11a-377d35dfea35 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] Tap Mirror: Handle Delete Port: 803f2396-310e-4286-9c68-e37555adc979 2026-03-06 01:41:41.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-19992c40-3fea-4b19-9fe7-be5822b25be9 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: d53f31b9-d45d-4f4b-bd9f-20bfc65f8e20 2026-03-06 01:41:41.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19992c40-3fea-4b19-9fe7-be5822b25be9 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: d53f31b9-d45d-4f4b-bd9f-20bfc65f8e20 [pid: 7|app: 0|req: 869/1675] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:41 2026] DELETE /v2.0/floatingips/7fff2139-131f-463a-a460-e7e4c3402b46 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:42.055 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b55382e-4481-4c54-859e-9fffdfdd20ad 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] TaaS: Handle Delete Port: b0fd4cf2-b96f-499e-a1b3-0c5621adaa97 2026-03-06 01:41:42.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b55382e-4481-4c54-859e-9fffdfdd20ad 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] Tap Mirror: Handle Delete Port: b0fd4cf2-b96f-499e-a1b3-0c5621adaa97 [pid: 8|app: 0|req: 807/1676] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:41 2026] PUT /v2.0/routers/4cdf5e2c-3910-4820-b1f9-da1cf346b69b/remove_router_interface => generated 309 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1677] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:41 2026] DELETE /v2.0/floatingips/36f4fd88-c3c8-4bd9-bb4f-c6ab31e897ab => generated 0 bytes in 276 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-03-06 01:41:42.320 8 INFO neutron.api.v2.resource [None req-ca316903-e8aa-461d-a3b5-7059813a2f8b d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1678] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:42 2026] PUT /v2.0/routers/4cdf5e2c-3910-4820-b1f9-da1cf346b69b/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:42.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-aea7b059-e406-4db7-a6ee-29296bda824e 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] TaaS: Handle Delete Port: ac45e18f-b6d8-4da8-9fb9-6e5fb79d238b 2026-03-06 01:41:42.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea7b059-e406-4db7-a6ee-29296bda824e 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] Tap Mirror: Handle Delete Port: ac45e18f-b6d8-4da8-9fb9-6e5fb79d238b [pid: 8|app: 0|req: 809/1679] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:42 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1680] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:42 2026] GET /v2.0/ports?device_id=4cdf5e2c-3910-4820-b1f9-da1cf346b69b => 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: 811/1681] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:42 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1682] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:42 2026] DELETE /v2.0/floatingips/06e82cb0-87b8-40d6-b1ca-fef238d48f74 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:42.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-56b1d72b-0fc9-4883-8fcf-fa845c797559 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 02c1cd43-2f81-4255-a3f5-cd3adda13448 2026-03-06 01:41:42.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56b1d72b-0fc9-4883-8fcf-fa845c797559 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 02c1cd43-2f81-4255-a3f5-cd3adda13448 2026-03-06 01:41:42.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-bebb451b-53e3-4023-aac4-e954c5080aeb 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] TaaS: Handle Delete Port: 58f8fe54-caf0-4003-a80d-8868e23c08b6 2026-03-06 01:41:42.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bebb451b-53e3-4023-aac4-e954c5080aeb 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] Tap Mirror: Handle Delete Port: 58f8fe54-caf0-4003-a80d-8868e23c08b6 [pid: 7|app: 0|req: 872/1683] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:42 2026] DELETE /v2.0/floatingips/52345667-e1b6-40b0-b2cb-852c9b1150e8 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1684] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:42 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:43.020 8 INFO neutron.services.segments.plugin [-] Segment fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b resource provider aggregate not found 2026-03-06 01:41:43.028 8 INFO neutron.services.segments.plugin [-] Segment fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b resource provider aggregate not found 2026-03-06 01:41:43.044 8 INFO neutron.services.segments.plugin [-] Segment fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b found for delete ", "request_id": "req-e8f32f18-4b95-45e0-9e38-371e2fad1075"}]} 2026-03-06 01:41:43.044 8 INFO neutron.services.segments.plugin [-] Segment fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc3908a9-7ae3-4766-8b1c-c5d9bfb7db2b found for delete ", "request_id": "req-730603e2-3d57-4d5a-be53-994c05c2012c"}]} 2026-03-06 01:41:43.057 8 INFO neutron.db.l3_hamode_db [None req-56b1d72b-0fc9-4883-8fcf-fa845c797559 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] HA network 1a9d0dce-7954-47ce-9799-0066ad863419 was deleted as no HA routers are present in tenant b46ae24661144b26a61b351b0cdeb608. [pid: 8|app: 0|req: 812/1685] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:42 2026] DELETE /v2.0/routers/4cdf5e2c-3910-4820-b1f9-da1cf346b69b => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:43.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-51c59506-1578-474c-ab1c-3a04e77e028c 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] TaaS: Handle Delete Port: d978f130-03f8-4d59-b300-a2ad3167a2c2 2026-03-06 01:41:43.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51c59506-1578-474c-ab1c-3a04e77e028c 5abc2161044b4c19a4f479749f84295e 817a18b7c9f941298b65b4889191918c - - default default] Tap Mirror: Handle Delete Port: d978f130-03f8-4d59-b300-a2ad3167a2c2 [pid: 8|app: 0|req: 813/1686] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:43 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1687] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:43 2026] DELETE /v2.0/subnets/1266c993-2c4e-491b-9012-d99f2e9cb4a5 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1688] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:42 2026] DELETE /v2.0/floatingips/faf6f12a-5490-4be3-a931-ae31768fda11 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:43.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-64fbcb68-007c-4de2-9411-ac8cba487729 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 3a2d1de9-6d28-45dd-9221-10beb9adaa92 2026-03-06 01:41:43.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64fbcb68-007c-4de2-9411-ac8cba487729 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 3a2d1de9-6d28-45dd-9221-10beb9adaa92 [pid: 8|app: 0|req: 815/1689] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:43 2026] DELETE /v2.0/networks/dd4863ec-2a6d-47cc-922c-69023d49a82d => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:43.623 7 INFO neutron.db.segments_db [None req-2ec98ee6-f289-489d-82e4-fc8eec5f8b6d d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment 20e4f6b5-eafa-4345-a619-faa78edc7efe of type vxlan for network dfa828e6-4064-4761-94fe-989ed2526b9b [pid: 7|app: 0|req: 875/1690] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:43 2026] POST /v2.0/networks => generated 632 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1691] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:43 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:44.004 7 INFO neutron.db.segments_db [None req-eda774ec-8508-45b5-a7f8-ce8e9ae5bfc1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 of type vxlan for network 46c4e8f1-e14b-4331-b296-a6f9b32fc5eb 2026-03-06 01:41:44.217 7 INFO neutron.db.l3_hamode_db [None req-eda774ec-8508-45b5-a7f8-ce8e9ae5bfc1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:44.323 7 INFO neutron.db.l3_hamode_db [None req-eda774ec-8508-45b5-a7f8-ce8e9ae5bfc1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 817/1692] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:44 2026] GET /v2.0/security-groups?tenant_id=817a18b7c9f941298b65b4889191918c&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1693] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:44 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1694] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:44 2026] DELETE /v2.0/security-groups/5eaf4799-911f-428f-a006-1ce97a495f6f => 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: 820/1695] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:44 2026] GET /v2.0/security-groups?id=802239a7-7f02-4067-a8d3-cf57fa8a3bc6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1696] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:44 2026] GET /v2.0/security-groups?tenant_id=f049e4fc614a4d60823609288b40c2ce&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1697] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:43 2026] POST /v2.0/routers => generated 508 bytes in 903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1698] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:44 2026] DELETE /v2.0/security-groups/d26216cf-49fe-44d9-bbed-b0f40b1f58ed => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:45.063 8 INFO neutron.services.segments.plugin [-] Segment c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 resource provider aggregate not found 2026-03-06 01:41:45.063 8 INFO neutron.services.segments.plugin [-] Segment c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 resource provider aggregate not found 2026-03-06 01:41:45.078 8 INFO neutron.services.segments.plugin [-] Segment c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 found for delete ", "request_id": "req-72937c1c-bce9-4637-a211-008437941033"}]} 2026-03-06 01:41:45.081 8 INFO neutron.services.segments.plugin [-] Segment c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80e8e32-4d74-4fd7-b4a4-4fb66f7786d4 found for delete ", "request_id": "req-5d4e2492-5937-4e38-b944-f481cc616434"}]} [pid: 8|app: 0|req: 825/1701] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/security-groups?tenant_id=42d979470f7e479d85447423b066d0a1&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1702] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1703] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:45 2026] DELETE /v2.0/security-groups/a264f834-3cbc-48c2-afc5-319818d08f04 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:45.366 8 INFO neutron_taas.services.taas.taas_plugin [req-9b856c24-cad7-4102-b2eb-3c64ca97f049 req-3d73d7e6-9c9f-48cf-951e-c18321be0708 e82dfba35ee744568f18db8e9741c2d0 5c369077b2a543baa402c1b601099766 - - default default] TaaS: Handle Delete Port: 9a3877d5-a371-474a-adc2-1cef2c722751 2026-03-06 01:41:45.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b856c24-cad7-4102-b2eb-3c64ca97f049 req-3d73d7e6-9c9f-48cf-951e-c18321be0708 e82dfba35ee744568f18db8e9741c2d0 5c369077b2a543baa402c1b601099766 - - default default] Tap Mirror: Handle Delete Port: 9a3877d5-a371-474a-adc2-1cef2c722751 [pid: 8|app: 0|req: 828/1704] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:41:45 2026] DELETE /v2.0/ports/9a3877d5-a371-474a-adc2-1cef2c722751 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:45.582 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3631f1c3-480b-4a16-81b1-059fa8285cc3'] response: {'server_uuid': '5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be', 'name': 'network-vif-deleted', 'tag': '9a3877d5-a371-474a-adc2-1cef2c722751', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 829/1705] 10.0.0.155 () {32 vars in 825 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/ports?project_id=4537cf9254f14b5da4b9712cc46675bc&network_id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 3691 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1706] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => 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: 877/1707] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:41:44 2026] PUT /v2.0/routers/c1a0376e-3585-4791-9a2b-d54817245cf6/add_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1708] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/ports/68f38df3-f501-456b-9870-c47a8e527370 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1709] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:41:45 2026] GET /v2.0/subnets?network_id=92e52b1d-40e1-44a0-962c-4dd22538b606 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:46.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-56cc3f23-e458-4b10-a1fb-c6ddef124df4 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 68f38df3-f501-456b-9870-c47a8e527370 2026-03-06 01:41:46.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56cc3f23-e458-4b10-a1fb-c6ddef124df4 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 68f38df3-f501-456b-9870-c47a8e527370 2026-03-06 01:41:46.273 8 INFO neutron.db.l3_db [None req-c5e9a298-0f3a-4f65-8eaa-e4ce97f61c29 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Floating IP 18042bf9-d676-4a84-b8f7-29ce4c42751f disassociated. External IP: 10.96.250.216, port: 981c7fe8-d06d-499b-9fae-9e3ed9ff5448. [pid: 8|app: 0|req: 833/1710] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:41:46 2026] PUT /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 554 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1711] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:46 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1712] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:45 2026] PUT /v2.0/routers/c1a0376e-3585-4791-9a2b-d54817245cf6/remove_router_interface => generated 309 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1713] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:46 2026] GET /v2.0/ports?device_id=c1a0376e-3585-4791-9a2b-d54817245cf6 => 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: 836/1714] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:46 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:46.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b593215-3b0e-48d5-9d97-d2bc25ce8f6c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 4613e581-696b-4fb0-be01-f9c1dd175d53 2026-03-06 01:41:46.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b593215-3b0e-48d5-9d97-d2bc25ce8f6c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 4613e581-696b-4fb0-be01-f9c1dd175d53 2026-03-06 01:41:47.160 7 INFO neutron.services.segments.plugin [-] Segment 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 resource provider aggregate not found 2026-03-06 01:41:47.164 7 INFO neutron.services.segments.plugin [-] Segment 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 resource provider aggregate not found 2026-03-06 01:41:47.177 7 INFO neutron.services.segments.plugin [-] Segment 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 found for delete ", "request_id": "req-d1efdf9a-8bba-4b20-ac31-c53db05cda88"}]} 2026-03-06 01:41:47.188 7 INFO neutron.db.l3_hamode_db [None req-5b593215-3b0e-48d5-9d97-d2bc25ce8f6c d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] HA network 46c4e8f1-e14b-4331-b296-a6f9b32fc5eb was deleted as no HA routers are present in tenant b46ae24661144b26a61b351b0cdeb608. 2026-03-06 01:41:47.191 7 INFO neutron.services.segments.plugin [-] Segment 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004de2b3-fe7e-46f2-b01f-4f67b930e8d9 found for delete ", "request_id": "req-efc35d2e-180d-4837-a015-5db339b8725c"}]} [pid: 7|app: 0|req: 879/1715] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:46 2026] DELETE /v2.0/routers/c1a0376e-3585-4791-9a2b-d54817245cf6 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1716] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:47 2026] DELETE /v2.0/subnets/122a66b9-c927-441a-80b5-48cda24ca917 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:47.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-591c125b-2912-484c-b83b-dbf88cbcbf48 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591c125b-2912-484c-b83b-dbf88cbcbf48 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 [pid: 7|app: 0|req: 880/1717] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:47 2026] DELETE /v2.0/networks/dfa828e6-4064-4761-94fe-989ed2526b9b => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:47.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-898adf0b-f3c8-401c-aae0-c3fb6cdcfb3b'] response: {'name': 'network-changed', 'server_uuid': '4f2d3826-719a-49bc-bb23-7c2836fc28bc', 'tag': '981c7fe8-d06d-499b-9fae-9e3ed9ff5448', 'status': 'completed', 'code': 200} 2026-03-06 01:41:47.640 8 INFO neutron.db.segments_db [None req-191b2521-bac3-4d88-9e12-a5654e694bbe d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Added segment 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff of type vxlan for network 8bbb07b1-c996-4dbc-a999-830f79e90848 [pid: 7|app: 0|req: 881/1718] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:47 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1719] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:47 2026] GET /v2.0/ports?device_id=5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:47.939 8 INFO neutron.db.l3_hamode_db [None req-191b2521-bac3-4d88-9e12-a5654e694bbe d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 883/1720] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1721] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1722] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=981c7fe8-d06d-499b-9fae-9e3ed9ff5448 => 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: 886/1723] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/subnets?id=f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1724] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/ports?network_id=189bd79c-32be-4b6b-8192-95a877079a8e&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1725] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 889/1726] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:48.786 8 INFO neutron.db.l3_hamode_db [None req-191b2521-bac3-4d88-9e12-a5654e694bbe d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:41:48.814 7 INFO neutron.db.segments_db [None req-2ee70bf2-1d1e-48c3-ab44-f01d182cc807 6d81c8d5007a4b7a9637d0933a6647a6 8b1a437e56f44da98f1f2ecc1bd439de - - default default] Added segment 20f8ba08-9c51-4066-8586-238f6054b07c of type vxlan for network ec50657e-1b43-4fe7-afdf-4710454a629f [pid: 7|app: 0|req: 890/1727] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:48 2026] POST /v2.0/networks => generated 632 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1728] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:48 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:49.204 7 INFO neutron.services.segments.plugin [-] Segment 20e4f6b5-eafa-4345-a619-faa78edc7efe resource provider aggregate not found 2026-03-06 01:41:49.210 7 INFO neutron.services.segments.plugin [-] Segment 20e4f6b5-eafa-4345-a619-faa78edc7efe resource provider aggregate not found 2026-03-06 01:41:49.217 7 INFO neutron.services.segments.plugin [-] Segment 20e4f6b5-eafa-4345-a619-faa78edc7efe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e4f6b5-eafa-4345-a619-faa78edc7efe found for delete ", "request_id": "req-42b258db-3a4d-4155-80be-8ff64a469588"}]} 2026-03-06 01:41:49.222 7 INFO neutron.services.segments.plugin [-] Segment 20e4f6b5-eafa-4345-a619-faa78edc7efe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e4f6b5-eafa-4345-a619-faa78edc7efe found for delete ", "request_id": "req-e0d87e7a-18f5-4af5-8b6a-1728e7f3e50b"}]} 2026-03-06 01:41:49.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f593813-359c-42a3-9f65-bcc9e39904a7 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 9cf332df-1943-433e-af4f-41285650ef0d 2026-03-06 01:41:49.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f593813-359c-42a3-9f65-bcc9e39904a7 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 9cf332df-1943-433e-af4f-41285650ef0d [pid: 8|app: 0|req: 838/1729] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:41:47 2026] POST /v2.0/routers => generated 692 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1730] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:41:49 2026] PUT /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1731] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:41:49 2026] GET /v2.0/routers/6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1732] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:49 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1733] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:41:49 2026] GET /v2.0/routers => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1734] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:41:48 2026] PUT /v2.0/routers/098dfa20-a2e6-4117-872e-ad8361675cd4/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1735] 10.0.0.155 () {34 vars in 763 bytes} [Fri Mar 6 01:41:49 2026] PUT /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-06 01:41:50.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-3be29a87-6d9e-4412-818e-1cff25358e5e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: d5a40253-fff3-44b0-970e-827da879c9be 2026-03-06 01:41:50.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be29a87-6d9e-4412-818e-1cff25358e5e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: d5a40253-fff3-44b0-970e-827da879c9be [pid: 7|app: 0|req: 893/1736] 10.0.0.155 () {34 vars in 740 bytes} [Fri Mar 6 01:41:49 2026] PUT /v2.0/routers/6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 705 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1737] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:50 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:50.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-3be29a87-6d9e-4412-818e-1cff25358e5e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: d2a3dc96-c4fb-403a-99ef-489889f1c21b 2026-03-06 01:41:50.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be29a87-6d9e-4412-818e-1cff25358e5e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: d2a3dc96-c4fb-403a-99ef-489889f1c21b [pid: 7|app: 0|req: 895/1738] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:41:50 2026] POST /v2.0/security-groups => generated 1675 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1739] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:41:50 2026] GET /v2.0/routers/6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1740] 10.0.0.155 () {34 vars in 759 bytes} [Fri Mar 6 01:41:50 2026] PUT /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1741] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1742] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:50 2026] GET /v2.0/ports?device_id=6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1743] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:50 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:50.642 8 INFO neutron.services.segments.plugin [-] Segment ccbd7ee4-b481-4120-a1e0-ce384e89f04b resource provider aggregate not found 2026-03-06 01:41:50.647 8 INFO neutron.services.segments.plugin [-] Segment ccbd7ee4-b481-4120-a1e0-ce384e89f04b resource provider aggregate not found 2026-03-06 01:41:50.670 8 INFO neutron.services.segments.plugin [-] Segment ccbd7ee4-b481-4120-a1e0-ce384e89f04b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccbd7ee4-b481-4120-a1e0-ce384e89f04b found for delete ", "request_id": "req-b4b845e6-ac5e-4b4d-b30c-060db632c425"}]} 2026-03-06 01:41:50.674 8 INFO neutron.db.l3_hamode_db [None req-3be29a87-6d9e-4412-818e-1cff25358e5e 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network b57d1eac-06cd-41bf-a2bd-6733b158ddde was deleted as no HA routers are present in tenant 5c369077b2a543baa402c1b601099766. 2026-03-06 01:41:50.678 8 INFO neutron.services.segments.plugin [-] Segment ccbd7ee4-b481-4120-a1e0-ce384e89f04b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccbd7ee4-b481-4120-a1e0-ce384e89f04b found for delete ", "request_id": "req-810656df-ddae-4672-a254-1a1498c3c4a1"}]} [pid: 8|app: 0|req: 844/1744] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:49 2026] DELETE /v2.0/routers/098dfa20-a2e6-4117-872e-ad8361675cd4 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1745] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1746] 10.0.0.155 () {34 vars in 781 bytes} [Fri Mar 6 01:41:50 2026] PUT /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-06 01:41:50.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5c3bca1-6273-4cc0-b29e-05044958d51a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: ff45ce37-7fa4-481b-aff8-08c9a4f00224 2026-03-06 01:41:50.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5c3bca1-6273-4cc0-b29e-05044958d51a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: ff45ce37-7fa4-481b-aff8-08c9a4f00224 [pid: 7|app: 0|req: 903/1747] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:50 2026] DELETE /v2.0/subnets/46677b07-7c5a-40af-8f33-8d751dd51256 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1748] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1749] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:51.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5c3bca1-6273-4cc0-b29e-05044958d51a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] TaaS: Handle Delete Port: 30463664-a6ac-417d-970a-b6ad71b64612 2026-03-06 01:41:51.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5c3bca1-6273-4cc0-b29e-05044958d51a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] Tap Mirror: Handle Delete Port: 30463664-a6ac-417d-970a-b6ad71b64612 2026-03-06 01:41:51.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d4e60d6-52a8-4a48-bb98-d6b639827741 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:51.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d4e60d6-52a8-4a48-bb98-d6b639827741 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:51.349 7 INFO neutron.services.segments.plugin [-] Segment 553a752b-43e3-414e-b0dc-474239089eb9 resource provider aggregate not found 2026-03-06 01:41:51.355 7 INFO neutron.services.segments.plugin [-] Segment 553a752b-43e3-414e-b0dc-474239089eb9 resource provider aggregate not found 2026-03-06 01:41:51.377 7 INFO neutron.services.segments.plugin [-] Segment 553a752b-43e3-414e-b0dc-474239089eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553a752b-43e3-414e-b0dc-474239089eb9 found for delete ", "request_id": "req-f89cf808-5262-448c-a2ed-eddb0d808e30"}]} [pid: 7|app: 0|req: 906/1750] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/networks/393f5a72-ff7b-404c-bebf-d6b95c7ed2ab => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:41:51.382 7 INFO neutron.services.segments.plugin [-] Segment 553a752b-43e3-414e-b0dc-474239089eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553a752b-43e3-414e-b0dc-474239089eb9 found for delete ", "request_id": "req-0ae8361c-8a5a-441e-9a75-804f323fe361"}]} 2026-03-06 01:41:51.469 8 INFO neutron.db.l3_hamode_db [None req-a5c3bca1-6273-4cc0-b29e-05044958d51a d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] HA network 8bbb07b1-c996-4dbc-a999-830f79e90848 was deleted as no HA routers are present in tenant b46ae24661144b26a61b351b0cdeb608. [pid: 8|app: 0|req: 845/1751] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:50 2026] DELETE /v2.0/routers/6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1752] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:51 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: 908/1753] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/ports?device_id=6a3973c9-008b-4e56-aa57-2b93fa068860 => 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: 846/1754] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:41:51 2026] PUT /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:51.563 7 INFO neutron.db.securitygroups_db [None req-8a4acea1-228c-4dd6-bf76-7a1dcec9c12e 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Project 4537cf9254f14b5da4b9712cc46675bc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-03-06 01:41:51.572 8 INFO neutron.api.v2.resource [None req-363957fc-c53e-43a1-b466-28a71ad7088e d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1755] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/routers/6a3973c9-008b-4e56-aa57-2b93fa068860 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1756] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/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: 849/1757] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/ports?device_id=c1a0376e-3585-4791-9a2b-d54817245cf6 => 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: 909/1758] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1759] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/security-groups?tenant_id=5c369077b2a543baa402c1b601099766&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1760] 10.0.0.155 () {32 vars in 740 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:51.721 8 INFO neutron.api.v2.resource [None req-48ea6657-c3c2-46f4-ad9d-6f7c6ebc1fcf d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1761] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/routers/c1a0376e-3585-4791-9a2b-d54817245cf6 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:51.739 7 INFO neutron.db.securitygroups_db [None req-42891aeb-7aac-4e10-8bdb-939479767bc1 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Project 4537cf9254f14b5da4b9712cc46675bc added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-03-06 01:41:51.767 8 INFO neutron.api.v2.resource [None req-e91026df-50b7-4b2c-a6a3-20c15fab10af 6d81c8d5007a4b7a9637d0933a6647a6 8b1a437e56f44da98f1f2ecc1bd439de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1762] 10.0.0.155 () {32 vars in 744 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1763] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:41:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:41:51.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21e96830-49b7-4e9c-b8b1-33ad4894eaa8 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1764] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/subnets/122a66b9-c927-441a-80b5-48cda24ca917 => 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: 853/1765] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/security-groups/802239a7-7f02-4067-a8d3-cf57fa8a3bc6 => 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: 913/1766] 10.0.0.155 () {32 vars in 743 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1767] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/ports?device_id=4cdf5e2c-3910-4820-b1f9-da1cf346b69b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:51.932 8 INFO neutron.api.v2.resource [None req-6bfce90a-5c0b-4f02-bf0b-6d6e38fe9bce d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 855/1768] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/routers/4cdf5e2c-3910-4820-b1f9-da1cf346b69b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1769] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:51.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b09642d-7d40-413c-a861-c75a7f955b55 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1770] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/subnets/1266c993-2c4e-491b-9012-d99f2e9cb4a5 => 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: 857/1771] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:51 2026] GET /v2.0/ports?device_id=a055f251-cb7f-403e-a100-9aee59c76be0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:51.997 7 INFO neutron.api.v2.resource [None req-bfb9435a-00f0-4f9a-8d81-bdc569e1437b 6d81c8d5007a4b7a9637d0933a6647a6 8b1a437e56f44da98f1f2ecc1bd439de - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1772] 10.0.0.155 () {32 vars in 747 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:41:52.008 8 INFO neutron.api.v2.resource [None req-f365f570-fb07-4c54-ba6c-c441ec376413 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1773] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:51 2026] DELETE /v2.0/routers/a055f251-cb7f-403e-a100-9aee59c76be0 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:52.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e58a8fce-df34-49ea-be9c-987e68f7c2d1 d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1774] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:52 2026] DELETE /v2.0/subnets/ae8a1e88-e9d9-4f44-8039-1f1ef551dcec => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:41:52.052 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84a66dd2-16e5-4853-83ad-76e3586a405b d232e4194d134dcb9557186f8234faf3 b46ae24661144b26a61b351b0cdeb608 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1775] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:41:52 2026] DELETE /v2.0/subnets/2bcc396d-e881-48f2-9087-d31d893823ed => 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: 916/1776] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:41:52 2026] DELETE /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => 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: 861/1777] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1778] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:52 2026] DELETE /v2.0/networks/ec50657e-1b43-4fe7-afdf-4710454a629f => 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: 862/1779] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/networks => generated 1298 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1780] 10.0.0.156 () {34 vars in 1099 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1364759130&fields=id&tenant_id=4537cf9254f14b5da4b9712cc46675bc => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1781] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1782] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/quotas/4537cf9254f14b5da4b9712cc46675bc => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:52.694 8 INFO neutron.services.segments.plugin [-] Segment 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff resource provider aggregate not found 2026-03-06 01:41:52.694 8 INFO neutron.services.segments.plugin [-] Segment 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff resource provider aggregate not found 2026-03-06 01:41:52.711 8 INFO neutron.services.segments.plugin [-] Segment 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff found for delete ", "request_id": "req-b99a6ae5-93ac-45cf-943b-f6fdcd9e028b"}]} 2026-03-06 01:41:52.713 8 INFO neutron.services.segments.plugin [-] Segment 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f35e2d5-1316-4937-b84b-2e8bf9d5d7ff found for delete ", "request_id": "req-c65ae95e-a804-4d0c-aa3c-9d05c9835f25"}]} [pid: 7|app: 0|req: 921/1783] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&fields=id => generated 149 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1784] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1785] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 863/1786] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/security-groups?tenant_id=b46ae24661144b26a61b351b0cdeb608&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1787] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:52 2026] DELETE /v2.0/security-groups/c3159332-9f7e-44ba-9454-f8de2fcd3c97 => 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: 864/1788] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:52 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1789] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:53 2026] GET /v2.0/security-groups?tenant_id=11af7c0cd7d441aaac7eeb5e96416de9&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:53.400 7 INFO neutron.services.segments.plugin [-] Segment 20f8ba08-9c51-4066-8586-238f6054b07c resource provider aggregate not found 2026-03-06 01:41:53.405 7 INFO neutron.services.segments.plugin [-] Segment 20f8ba08-9c51-4066-8586-238f6054b07c resource provider aggregate not found 2026-03-06 01:41:53.423 7 INFO neutron.services.segments.plugin [-] Segment 20f8ba08-9c51-4066-8586-238f6054b07c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f8ba08-9c51-4066-8586-238f6054b07c found for delete ", "request_id": "req-a4577aff-026b-47eb-b0c8-ad6e570c3031"}]} 2026-03-06 01:41:53.430 7 INFO neutron.services.segments.plugin [-] Segment 20f8ba08-9c51-4066-8586-238f6054b07c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f8ba08-9c51-4066-8586-238f6054b07c found for delete ", "request_id": "req-b0d2ccc3-554f-4d72-9f92-e35e50b4c9f1"}]} [pid: 8|app: 0|req: 865/1790] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:53 2026] DELETE /v2.0/security-groups/9eef8e4a-3be1-4bbe-bcca-a76d47b0c0cf => 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: 926/1791] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:53 2026] GET /v2.0/security-groups?tenant_id=8b1a437e56f44da98f1f2ecc1bd439de&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1792] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:53 2026] DELETE /v2.0/security-groups/afb9330b-eff9-418a-aa34-6e3acbffef60 => 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: 927/1793] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:54 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 867/1794] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:55 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 868/1795] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:56 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1796] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:56 2026] GET /v2.0/security-groups?tenant_id=e7947426dc7640f183cfad4f52c6bebc&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1797] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:56 2026] DELETE /v2.0/security-groups/32d1a078-17f8-499c-b741-da764bed8c3e => 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: 929/1798] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:56 2026] GET /v2.0/security-groups?tenant_id=ef11c8cb017e41c19383a6d54c60f37f&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1799] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:56 2026] DELETE /v2.0/security-groups/dd99d60b-31a5-438d-846d-aca4321f3ea1 => 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: 930/1800] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:41:57 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1801] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:41:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4537cf9254f14b5da4b9712cc46675bc => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:41:57.604 8 INFO neutron.db.segments_db [None req-dc7f4a1f-d262-4944-8446-795531477f69 fb8f43d819274fa7ba172eb11d03b174 c0e137ae96df4f51bf43d1f1125c923d - - default default] Added segment f6cabd29-a69e-4548-b08e-27cbd43b45b7 of type vxlan for network 5cbbe22a-94f9-4b25-b5c4-a6ac104a49fb [pid: 8|app: 0|req: 872/1802] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:41:57 2026] POST /v2.0/networks => generated 632 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1803] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:41:57 2026] POST /v2.0/ports => generated 958 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 873/1804] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:57 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 961 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1805] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:41:57 2026] POST /v2.0/ports => generated 743 bytes in 322 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: 933/1806] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 874/1807] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:41:57 2026] PUT /v2.0/ports/df1a67a5-9e71-4c49-9fd0-191964bf0a4b => generated 1239 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:41:58.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8175e24b-b8c1-4e96-8ede-a4403e490394'] response: {'name': 'network-changed', 'server_uuid': '2f3299af-ac03-4079-a79e-c6270e601ebd', 'tag': 'df1a67a5-9e71-4c49-9fd0-191964bf0a4b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 934/1808] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:41:58 2026] POST /v2.0/trunks => generated 407 bytes in 194 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: 875/1809] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:41:58 2026] PUT /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1810] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1811] 10.0.0.155 () {34 vars in 759 bytes} [Fri Mar 6 01:41:58 2026] PUT /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/green => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1812] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1813] 10.0.0.155 () {34 vars in 755 bytes} [Fri Mar 6 01:41:58 2026] PUT /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1814] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1815] 10.0.0.155 () {34 vars in 777 bytes} [Fri Mar 6 01:41:58 2026] PUT /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1816] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/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: 880/1817] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:41:58 2026] PUT /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1818] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1819] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/red => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:58.604 8 INFO neutron.api.v2.resource [None req-a764d4f5-e26f-45d3-93e4-9fe889bc2a80 fb8f43d819274fa7ba172eb11d03b174 c0e137ae96df4f51bf43d1f1125c923d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1820] 10.0.0.155 () {32 vars in 740 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/green => generated 99 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1821] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1822] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:41:58.681 8 INFO neutron.api.v2.resource [None req-e1055ab1-b382-44e8-b3d4-7b8d6e33bc4d fb8f43d819274fa7ba172eb11d03b174 c0e137ae96df4f51bf43d1f1125c923d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1823] 10.0.0.155 () {32 vars in 743 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1824] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1825] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b/tags => 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: 889/1826] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1827] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1828] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/security-groups?tenant_id=259879554a0946fc852567d0c8d0672b&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1829] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/networks?tenant_id=4537cf9254f14b5da4b9712cc46675bc&shared=False => generated 756 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1830] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/ports/a8de4f75-dd47-408b-89b7-e36afc4c523f => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1831] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/security-groups/550b1ee7-20ad-4357-9de5-5703a9e3e9ed => 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: 940/1832] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:41:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1833] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/trunks/292f40bb-1327-44ee-beed-0fcb9788554b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:59.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-c646cd07-deea-4bf7-af5f-f2010e17c471 fb8f43d819274fa7ba172eb11d03b174 c0e137ae96df4f51bf43d1f1125c923d - - default default] TaaS: Handle Delete Port: a8de4f75-dd47-408b-89b7-e36afc4c523f 2026-03-06 01:41:59.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c646cd07-deea-4bf7-af5f-f2010e17c471 fb8f43d819274fa7ba172eb11d03b174 c0e137ae96df4f51bf43d1f1125c923d - - default default] Tap Mirror: Handle Delete Port: a8de4f75-dd47-408b-89b7-e36afc4c523f [pid: 8|app: 0|req: 894/1834] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:41:59 2026] GET /v2.0/security-groups?tenant_id=507423a3269c4b8dad68408b4ed723f6&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1835] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:41:59 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1836] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:41:58 2026] DELETE /v2.0/ports/a8de4f75-dd47-408b-89b7-e36afc4c523f => 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: 942/1837] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:41:59 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 896/1838] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:41:59 2026] DELETE /v2.0/security-groups/365ea27b-299f-4821-979f-a53bd351d4e7 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:41:59.344 7 INFO neutron.services.segments.plugin [-] Segment f6cabd29-a69e-4548-b08e-27cbd43b45b7 resource provider aggregate not found 2026-03-06 01:41:59.351 7 INFO neutron.services.segments.plugin [-] Segment f6cabd29-a69e-4548-b08e-27cbd43b45b7 resource provider aggregate not found 2026-03-06 01:41:59.367 7 INFO neutron.services.segments.plugin [-] Segment f6cabd29-a69e-4548-b08e-27cbd43b45b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6cabd29-a69e-4548-b08e-27cbd43b45b7 found for delete ", "request_id": "req-9dd12fc9-0ca6-456a-b6cb-16ae8fc4255d"}]} 2026-03-06 01:41:59.371 7 INFO neutron.services.segments.plugin [-] Segment f6cabd29-a69e-4548-b08e-27cbd43b45b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6cabd29-a69e-4548-b08e-27cbd43b45b7 found for delete ", "request_id": "req-7e8cc908-d43c-431a-ab9a-abf6d2a5bcb0"}]} [pid: 7|app: 0|req: 943/1839] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:41:59 2026] DELETE /v2.0/networks/5cbbe22a-94f9-4b25-b5c4-a6ac104a49fb => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1842] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:41:59 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 898/1843] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=df1a67a5-9e71-4c49-9fd0-191964bf0a4b => 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: 946/1844] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/subnets?id=f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1845] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/ports?network_id=189bd79c-32be-4b6b-8192-95a877079a8e&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: 900/1846] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 901/1847] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 947/1848] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/security-groups?tenant_id=c0e137ae96df4f51bf43d1f1125c923d&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1849] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:00 2026] DELETE /v2.0/security-groups/f5264da5-d80d-42a6-93b6-a01d9acc2285 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1850] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 903/1851] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 949/1852] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:00 2026] GET /v2.0/security-groups?tenant_id=7128089e9dd54492aa35d1175c601c24&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1853] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:00 2026] DELETE /v2.0/security-groups/bbe4b079-c186-4bd5-8689-bf3af173696f => 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: 950/1854] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:01 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1855] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:01 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1856] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:02 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1857] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:02 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 951/1858] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:02 2026] GET /v2.0/security-groups?tenant_id=e3c744faa2794fdf9126d2853d726dce&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1859] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:02 2026] DELETE /v2.0/security-groups/2e42bb36-ba28-42bc-9fbf-d0db959ecd16 => 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: 952/1860] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:03 2026] GET /v2.0/security-groups?tenant_id=76a89fc336e54a83b25d7a983f6c9007&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1861] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:03 2026] DELETE /v2.0/security-groups/33cb87b0-e233-445f-b91d-786b49327881 => 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: 953/1862] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:03 2026] GET /v2.0/security-groups?tenant_id=a153a24012934799aba278fe9272ad25&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1863] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:03 2026] DELETE /v2.0/security-groups/3910bf24-eeaf-42e6-a599-2bff0222e3f3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1864] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:03 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1865] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:03 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1866] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:04 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 912/1867] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:04 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 956/1868] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:05 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 913/1869] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:05 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 957/1870] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:42:05 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:42:05.520 8 INFO neutron.db.l3_db [None req-576b40af-ad57-451c-87bb-622bcb87b457 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Floating IP 18042bf9-d676-4a84-b8f7-29ce4c42751f associated. External IP: 10.96.250.216, port: df1a67a5-9e71-4c49-9fd0-191964bf0a4b. [pid: 7|app: 0|req: 958/1871] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:05 2026] GET /v2.0/security-groups?tenant_id=671954a2374540af92d98349a290219a&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1872] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:05 2026] DELETE /v2.0/security-groups/1c2be9c2-acc0-4be4-b424-30ff083fc2e3 => 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: 914/1873] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:05 2026] PUT /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 856 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:05.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0bf2897-65be-42b6-82ed-4d2d12c7f57b'] response: {'name': 'network-changed', 'server_uuid': '2f3299af-ac03-4079-a79e-c6270e601ebd', 'tag': 'df1a67a5-9e71-4c49-9fd0-191964bf0a4b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 960/1874] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:42:05 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1875] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/security-groups?tenant_id=8c3374811f714acdaf7fb54d10a937d7&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1876] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/ports?tenant_id=4537cf9254f14b5da4b9712cc46675bc&device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 962/1877] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/networks?id=189bd79c-32be-4b6b-8192-95a877079a8e => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1878] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=df1a67a5-9e71-4c49-9fd0-191964bf0a4b => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1879] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:06 2026] DELETE /v2.0/security-groups/8c480d25-4e80-4ee6-82bb-5c9cc57c7044 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1880] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/subnets?id=f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1881] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/ports?network_id=189bd79c-32be-4b6b-8192-95a877079a8e&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1882] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?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: 918/1883] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1884] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:42:06 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1885] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:42:07 2026] GET /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1886] 10.0.0.155 () {32 vars in 652 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1887] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1888] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1889] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1890] 10.0.0.155 () {32 vars in 664 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1891] 10.0.0.155 () {32 vars in 698 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1892] 10.0.0.155 () {32 vars in 696 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1893] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1894] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1895] 10.0.0.155 () {32 vars in 702 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1896] 10.0.0.155 () {32 vars in 692 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1897] 10.0.0.155 () {32 vars in 694 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1898] 10.0.0.155 () {32 vars in 684 bytes} [Fri Mar 6 01:42:08 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: 926/1899] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1900] 10.0.0.155 () {32 vars in 660 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1901] 10.0.0.155 () {32 vars in 698 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1902] 10.0.0.155 () {32 vars in 678 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1903] 10.0.0.155 () {32 vars in 682 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1904] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1905] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1906] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1907] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1908] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1909] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1910] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:08 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: 933/1911] 10.0.0.155 () {32 vars in 698 bytes} [Fri Mar 6 01:42:08 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: 934/1912] 10.0.0.155 () {32 vars in 678 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1913] 10.0.0.128 () {32 vars in 801 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions => generated 21537 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1914] 10.0.0.155 () {32 vars in 666 bytes} [Fri Mar 6 01:42:08 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: 7|app: 0|req: 980/1915] 10.0.0.155 () {32 vars in 676 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1916] 10.0.0.155 () {32 vars in 664 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1917] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/l3-flavors => 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: 937/1918] 10.0.0.155 () {32 vars in 712 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1919] 10.0.0.155 () {32 vars in 690 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1920] 10.0.0.155 () {32 vars in 682 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1921] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1922] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1923] 10.0.0.155 () {32 vars in 704 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1924] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1925] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1926] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1927] 10.0.0.155 () {32 vars in 692 bytes} [Fri Mar 6 01:42:08 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: 942/1928] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1929] 10.0.0.155 () {32 vars in 708 bytes} [Fri Mar 6 01:42:08 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: 943/1930] 10.0.0.155 () {32 vars in 704 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1931] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:08 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1932] 10.0.0.155 () {32 vars in 696 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1933] 10.0.0.155 () {32 vars in 710 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1934] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1935] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1936] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1937] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1938] 10.0.0.155 () {32 vars in 670 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1939] 10.0.0.155 () {32 vars in 660 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1940] 10.0.0.155 () {32 vars in 698 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1941] 10.0.0.155 () {32 vars in 698 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1942] 10.0.0.155 () {32 vars in 676 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1943] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1944] 10.0.0.128 () {30 vars in 723 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/quotas/676ec61d24e14ab9b69585edce517219/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1945] 10.0.0.155 () {32 vars in 682 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1946] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1947] 10.0.0.155 () {32 vars in 684 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1948] 10.0.0.155 () {32 vars in 706 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1949] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1950] 10.0.0.155 () {32 vars in 696 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1951] 10.0.0.155 () {32 vars in 694 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1952] 10.0.0.155 () {32 vars in 684 bytes} [Fri Mar 6 01:42:09 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: 7|app: 0|req: 1005/1953] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:09 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: 8|app: 0|req: 949/1954] 10.0.0.155 () {32 vars in 704 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1955] 10.0.0.155 () {32 vars in 666 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1956] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1957] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1958] 10.0.0.155 () {32 vars in 690 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1959] 10.0.0.155 () {32 vars in 690 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1960] 10.0.0.155 () {32 vars in 694 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1961] 10.0.0.155 () {32 vars in 684 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1962] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1963] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1964] 10.0.0.155 () {32 vars in 702 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1965] 10.0.0.155 () {32 vars in 712 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1966] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:09 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: 1012/1967] 10.0.0.155 () {32 vars in 714 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1968] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1969] 10.0.0.155 () {32 vars in 740 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1970] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1971] 10.0.0.155 () {32 vars in 682 bytes} [Fri Mar 6 01:42:09 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: 958/1972] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/segment => generated 145 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1973] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:09 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: 959/1974] 10.0.0.155 () {32 vars in 678 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1975] 10.0.0.155 () {32 vars in 668 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1976] 10.0.0.155 () {32 vars in 696 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1977] 10.0.0.155 () {32 vars in 704 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1978] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:09 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: 7|app: 0|req: 1018/1979] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:09 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: 962/1980] 10.0.0.155 () {32 vars in 682 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1981] 10.0.0.155 () {32 vars in 704 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1982] 10.0.0.155 () {32 vars in 694 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1983] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1984] 10.0.0.155 () {32 vars in 696 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1985] 10.0.0.155 () {32 vars in 678 bytes} [Fri Mar 6 01:42:09 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: 8|app: 0|req: 965/1986] 10.0.0.155 () {32 vars in 688 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1987] 10.0.0.155 () {32 vars in 700 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1988] 10.0.0.155 () {32 vars in 664 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1989] 10.0.0.155 () {32 vars in 680 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1990] 10.0.0.155 () {32 vars in 676 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1991] 10.0.0.155 () {32 vars in 692 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1992] 10.0.0.155 () {32 vars in 676 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1993] 10.0.0.155 () {32 vars in 666 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1994] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1995] 10.0.0.155 () {32 vars in 674 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1996] 10.0.0.155 () {32 vars in 686 bytes} [Fri Mar 6 01:42:09 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1997] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:10 2026] GET /v2.0/security-groups?tenant_id=b685baf5e0364ba0ba9a8719601b1095&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1998] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:10 2026] DELETE /v2.0/security-groups/b5d88dc9-832e-4d76-95d4-09b4e9566d93 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1999] 10.0.0.128 () {32 vars in 801 bytes} [Fri Mar 6 01:42:12 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-06 01:42:12.265 7 INFO neutron.db.segments_db [None req-11f60953-c468-4d4d-9b5c-e7dfa4f52833 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Added segment 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 of type vxlan for network 99f26049-b263-4ea1-a63b-a4b1b44d05b9 [pid: 8|app: 0|req: 973/2000] 10.0.0.128 () {30 vars in 723 bytes} [Fri Mar 6 01:42:12 2026] GET /v2.0/quotas/676ec61d24e14ab9b69585edce517219/details => generated 847 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2001] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:12 2026] POST /v2.0/networks => generated 649 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2002] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:12 2026] POST /v2.0/ports => generated 779 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:12.714 7 INFO neutron.db.segments_db [None req-7df48b5c-1d16-42de-9667-b8019947929c b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Added segment 31071f1c-de1b-49e6-bd0b-0737a508fe8c of type vxlan for network 1da031d0-bbec-4e70-80bb-6a3ae3831942 [pid: 7|app: 0|req: 1029/2003] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:12 2026] POST /v2.0/networks => generated 634 bytes in 147 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: 975/2004] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:12 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2005] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:13 2026] POST /v2.0/ports => generated 966 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:13.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-fec1dda3-5715-4cc5-ad76-d74025353c2c b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] TaaS: Handle Delete Port: 9ed62287-5e7a-4170-a9c7-ad4d37c37a04 2026-03-06 01:42:13.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fec1dda3-5715-4cc5-ad76-d74025353c2c b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Tap Mirror: Handle Delete Port: 9ed62287-5e7a-4170-a9c7-ad4d37c37a04 [pid: 8|app: 0|req: 976/2006] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:13 2026] DELETE /v2.0/ports/9ed62287-5e7a-4170-a9c7-ad4d37c37a04 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:42:13.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-624ea613-5434-413e-a84f-68d2019f105c b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2007] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:13 2026] DELETE /v2.0/ports/9ed62287-5e7a-4170-a9c7-ad4d37c37a04 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:13.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fec48dc-165e-4afd-b090-f5f8a53d07bd b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/2008] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:13 2026] GET /v2.0/ports/9ed62287-5e7a-4170-a9c7-ad4d37c37a04 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2009] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:13 2026] DELETE /v2.0/subnets/b0aa8044-a358-4352-960c-273dd0e6a209 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:14.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-040c225b-8579-4cea-8eb6-a581a6679e83 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] TaaS: Handle Delete Port: f51d7733-74e1-4afd-b609-650ff6f8c7dd 2026-03-06 01:42:14.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-040c225b-8579-4cea-8eb6-a581a6679e83 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Tap Mirror: Handle Delete Port: f51d7733-74e1-4afd-b609-650ff6f8c7dd 2026-03-06 01:42:14.204 8 INFO neutron.services.segments.plugin [-] Segment 31071f1c-de1b-49e6-bd0b-0737a508fe8c resource provider aggregate not found 2026-03-06 01:42:14.207 8 INFO neutron.services.segments.plugin [-] Segment 31071f1c-de1b-49e6-bd0b-0737a508fe8c resource provider aggregate not found 2026-03-06 01:42:14.229 8 INFO neutron.services.segments.plugin [-] Segment 31071f1c-de1b-49e6-bd0b-0737a508fe8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31071f1c-de1b-49e6-bd0b-0737a508fe8c found for delete ", "request_id": "req-00d02153-4738-4eef-8117-74d4ae59e987"}]} 2026-03-06 01:42:14.237 8 INFO neutron.services.segments.plugin [-] Segment 31071f1c-de1b-49e6-bd0b-0737a508fe8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31071f1c-de1b-49e6-bd0b-0737a508fe8c found for delete ", "request_id": "req-392274ad-616a-4aee-a2e4-ee0afd6ed06f"}]} [pid: 8|app: 0|req: 978/2010] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:13 2026] DELETE /v2.0/networks/1da031d0-bbec-4e70-80bb-6a3ae3831942 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2011] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:42:14 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2012] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:42:14 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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-03-06 01:42:14.349 8 INFO neutron.db.segments_db [None req-a1212487-c191-4e1d-9422-92fbcd8b0daa b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Added segment e210455d-81a1-4754-803d-0a6129fcf293 of type vxlan for network 811b5b21-efe8-43a9-a8a9-17b6e524df60 [pid: 8|app: 0|req: 979/2013] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:14 2026] POST /v2.0/networks => generated 636 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2014] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:14 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2017] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:14 2026] POST /v2.0/ports => generated 928 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:15.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdd1e514-afcc-4b5c-a680-9da7a88ab67a b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] TaaS: Handle Delete Port: 124828c3-51fa-4b22-b52c-04054510a126 2026-03-06 01:42:15.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdd1e514-afcc-4b5c-a680-9da7a88ab67a b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Tap Mirror: Handle Delete Port: 124828c3-51fa-4b22-b52c-04054510a126 [pid: 7|app: 0|req: 1038/2018] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:15 2026] DELETE /v2.0/ports/124828c3-51fa-4b22-b52c-04054510a126 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:15.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-784aeda4-6003-4d53-a796-ca141538a5c7 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/2019] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:15 2026] GET /v2.0/ports/124828c3-51fa-4b22-b52c-04054510a126 => 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: 1039/2020] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:15 2026] DELETE /v2.0/subnets/7f35bf49-7a04-4b6a-8cee-e0824b05d834 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2021] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:15 2026] DELETE /v2.0/networks/811b5b21-efe8-43a9-a8a9-17b6e524df60 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2022] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:15 2026] GET /v2.0/security-groups?tenant_id=676ec61d24e14ab9b69585edce517219&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2023] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:15 2026] DELETE /v2.0/security-groups/22a228d0-c61b-4de6-9417-3fcc7b40c2a8 => 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: 983/2024] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:15 2026] POST /v2.0/ports => generated 779 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2025] 10.0.0.155 () {34 vars in 736 bytes} [Fri Mar 6 01:42:15 2026] PUT /v2.0/ports/f41ffef3-c3d0-4f86-84c5-4cedac3ec6b9 => generated 752 bytes in 161 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-03-06 01:42:16.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2de9e0b-b2af-491f-a2d0-d735119c3269 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] TaaS: Handle Delete Port: f41ffef3-c3d0-4f86-84c5-4cedac3ec6b9 2026-03-06 01:42:16.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2de9e0b-b2af-491f-a2d0-d735119c3269 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Tap Mirror: Handle Delete Port: f41ffef3-c3d0-4f86-84c5-4cedac3ec6b9 [pid: 8|app: 0|req: 984/2026] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:15 2026] DELETE /v2.0/ports/f41ffef3-c3d0-4f86-84c5-4cedac3ec6b9 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1043/2027] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:42:16 2026] GET /v2.0/ports => generated 782 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:16.208 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9447969-1096-445c-b677-370bc82ed96e b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/2028] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:16 2026] GET /v2.0/ports/f41ffef3-c3d0-4f86-84c5-4cedac3ec6b9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:16.246 8 INFO neutron.services.segments.plugin [-] Segment e210455d-81a1-4754-803d-0a6129fcf293 resource provider aggregate not found [pid: 7|app: 0|req: 1044/2029] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:42:16 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:16.253 8 INFO neutron.services.segments.plugin [-] Segment e210455d-81a1-4754-803d-0a6129fcf293 resource provider aggregate not found 2026-03-06 01:42:16.256 8 INFO neutron.services.segments.plugin [-] Segment e210455d-81a1-4754-803d-0a6129fcf293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e210455d-81a1-4754-803d-0a6129fcf293 found for delete ", "request_id": "req-95307e1f-60a6-4750-9925-b5c762692feb"}]} 2026-03-06 01:42:16.270 8 INFO neutron.services.segments.plugin [-] Segment e210455d-81a1-4754-803d-0a6129fcf293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e210455d-81a1-4754-803d-0a6129fcf293 found for delete ", "request_id": "req-6e592f37-484c-4279-b719-0693bd3ed0f8"}]} [pid: 8|app: 0|req: 986/2030] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:16 2026] GET /v2.0/ports/7df4148e-930c-433b-8689-302ef9aa2d3b => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:16.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9dc8577-7d1f-48c1-942a-2fcbb94571ad b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2031] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:16 2026] DELETE /v2.0/ports/124828c3-51fa-4b22-b52c-04054510a126 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:16.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80c3b1a3-7c22-4598-9a67-e456439683f2 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/2032] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:16 2026] DELETE /v2.0/subnets/7f35bf49-7a04-4b6a-8cee-e0824b05d834 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:16.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-729b9dcc-0f08-471d-b4f4-c3801640a7ac b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2033] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:16 2026] DELETE /v2.0/subnets/b0aa8044-a358-4352-960c-273dd0e6a209 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:16.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0451993-fff8-49ef-85e4-299404f9b817 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] TaaS: Handle Delete Port: 7df4148e-930c-433b-8689-302ef9aa2d3b 2026-03-06 01:42:16.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0451993-fff8-49ef-85e4-299404f9b817 b76996b5875d42a185c0ddfc0b84e4fc ef34310ae7ab4987b418a500b6b3eaa9 - - default default] Tap Mirror: Handle Delete Port: 7df4148e-930c-433b-8689-302ef9aa2d3b [pid: 8|app: 0|req: 988/2034] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:16 2026] DELETE /v2.0/ports/7df4148e-930c-433b-8689-302ef9aa2d3b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:16.649 7 INFO neutron.services.segments.plugin [-] Segment 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 resource provider aggregate not found 2026-03-06 01:42:16.657 7 INFO neutron.services.segments.plugin [-] Segment 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 resource provider aggregate not found 2026-03-06 01:42:16.669 7 INFO neutron.services.segments.plugin [-] Segment 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 found for delete ", "request_id": "req-693fa5db-8e39-4670-8aca-2362c59b3de3"}]} 2026-03-06 01:42:16.672 7 INFO neutron.services.segments.plugin [-] Segment 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c4ab80-e7d7-43f5-8e42-d367fbacefe9 found for delete ", "request_id": "req-ed86c86e-0b26-42ae-9a4e-e70654e4e82b"}]} [pid: 7|app: 0|req: 1047/2035] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:16 2026] DELETE /v2.0/networks/99f26049-b263-4ea1-a63b-a4b1b44d05b9 => 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: 989/2036] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:17 2026] GET /v2.0/security-groups?tenant_id=ef34310ae7ab4987b418a500b6b3eaa9&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2037] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:17 2026] DELETE /v2.0/security-groups/b61815ab-eb64-42b9-9df3-1b0184f79697 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:19.400 8 INFO neutron.db.segments_db [None req-651a8651-114e-423e-9996-b4152b28176a a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Added segment cb8a84a1-8169-4c61-9df6-995fd4996073 of type vxlan for network 5b5f7fd6-5ba3-4dc5-805b-fc3779d0ca23 [pid: 8|app: 0|req: 990/2038] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/networks => generated 645 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2039] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/ports => generated 774 bytes in 287 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-03-06 01:42:19.821 8 INFO neutron.db.segments_db [None req-084a54f1-2087-4de0-b736-9eeae69eabbf 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] Added segment 60df0d33-04be-40bd-8671-7d3edd625621 of type vxlan for network aa9414c5-03d4-454a-a415-6a436e241e90 2026-03-06 01:42:19.830 7 INFO neutron.db.segments_db [None req-79296c18-9c74-4a04-b44a-99cae275ba96 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Added segment eaa02a44-1b7f-45e6-9e6a-621739759e58 of type vxlan for network b0049fe5-fd96-41ef-ab02-7e4db7ca9095 [pid: 8|app: 0|req: 991/2040] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/networks => generated 726 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2041] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2042] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/subnets => generated 644 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:20.097 8 WARNING neutron.api.v2.base [None req-7391d32f-5542-4ab0-806a-23ef024b32e4 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - 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-03-06 01:42:20.097 8 INFO neutron.api.v2.resource [None req-7391d32f-5542-4ab0-806a-23ef024b32e4 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 993/2043] 10.0.0.155 () {34 vars in 680 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2044] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:19 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:20.269 8 INFO neutron.services.segments.plugin [-] Segment 60df0d33-04be-40bd-8671-7d3edd625621 resource provider aggregate not found 2026-03-06 01:42:20.271 8 INFO neutron.services.segments.plugin [-] Segment 60df0d33-04be-40bd-8671-7d3edd625621 resource provider aggregate not found 2026-03-06 01:42:20.284 8 INFO neutron.services.segments.plugin [-] Segment 60df0d33-04be-40bd-8671-7d3edd625621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60df0d33-04be-40bd-8671-7d3edd625621 found for delete ", "request_id": "req-8c51cd6a-bafc-4125-8590-3187766af452"}]} 2026-03-06 01:42:20.289 8 INFO neutron.services.segments.plugin [-] Segment 60df0d33-04be-40bd-8671-7d3edd625621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60df0d33-04be-40bd-8671-7d3edd625621 found for delete ", "request_id": "req-84680895-ef3a-423d-9b62-f04b51ded848"}]} [pid: 8|app: 0|req: 994/2045] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/networks/aa9414c5-03d4-454a-a415-6a436e241e90 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:20.361 8 INFO neutron.db.segments_db [None req-1862198a-def4-4a16-a456-f6f8d49f92e7 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] Added segment ccdbc965-ba9c-440b-93e2-b85646c8a8ca of type vxlan for network 5d97c6b6-19f2-409d-9826-87d478b70792 [pid: 8|app: 0|req: 995/2046] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/networks => generated 727 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2047] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/ports => generated 949 bytes in 310 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-03-06 01:42:20.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-adfa6444-eb69-4032-ab0a-c84f240acb97 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] TaaS: Handle Delete Port: 91a0c8d7-4898-4b8a-b6ad-537922a37dad 2026-03-06 01:42:20.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adfa6444-eb69-4032-ab0a-c84f240acb97 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Tap Mirror: Handle Delete Port: 91a0c8d7-4898-4b8a-b6ad-537922a37dad [pid: 8|app: 0|req: 996/2048] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:20.640 8 WARNING neutron.api.v2.base [None req-39c27784-5a79-4d0e-95dd-bfdb2d616a6a 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - 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-03-06 01:42:20.641 8 INFO neutron.api.v2.resource [None req-39c27784-5a79-4d0e-95dd-bfdb2d616a6a 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 997/2049] 10.0.0.155 () {34 vars in 680 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2050] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/ports/91a0c8d7-4898-4b8a-b6ad-537922a37dad => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:20.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f0c3287-d09b-461a-81b2-a65882ecaedf a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1054/2051] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/ports/91a0c8d7-4898-4b8a-b6ad-537922a37dad => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:20.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e30d4ac-df4d-43a7-8726-aa567c113dec a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1055/2052] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:20 2026] GET /v2.0/ports/91a0c8d7-4898-4b8a-b6ad-537922a37dad => 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: 998/2053] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/networks/5d97c6b6-19f2-409d-9826-87d478b70792 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2054] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/subnets/319234ac-a1ad-496e-b7ef-67a45a008dfa => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:20.905 8 INFO neutron.db.segments_db [None req-42ee4698-8617-4184-91e8-e848632a9c08 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] Added segment 88bc9d9e-c5fa-4202-815d-a342f9a2d008 of type vxlan for network 77e2f810-6a87-4e81-95da-3129702bccdc 2026-03-06 01:42:20.996 7 INFO neutron.services.segments.plugin [-] Segment eaa02a44-1b7f-45e6-9e6a-621739759e58 resource provider aggregate not found 2026-03-06 01:42:21.000 7 INFO neutron.services.segments.plugin [-] Segment eaa02a44-1b7f-45e6-9e6a-621739759e58 resource provider aggregate not found [pid: 8|app: 0|req: 999/2055] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:20 2026] POST /v2.0/networks => generated 727 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:21.018 7 INFO neutron.services.segments.plugin [-] Segment eaa02a44-1b7f-45e6-9e6a-621739759e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa02a44-1b7f-45e6-9e6a-621739759e58 found for delete ", "request_id": "req-62e2a672-a044-4e74-9a97-fdc2945f350d"}]} 2026-03-06 01:42:21.020 7 INFO neutron.services.segments.plugin [-] Segment eaa02a44-1b7f-45e6-9e6a-621739759e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaa02a44-1b7f-45e6-9e6a-621739759e58 found for delete ", "request_id": "req-04e89224-b1e2-422d-a40e-7054ecb70cf0"}]} [pid: 7|app: 0|req: 1057/2056] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:20 2026] DELETE /v2.0/networks/b0049fe5-fd96-41ef-ab02-7e4db7ca9095 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:21.084 7 INFO neutron.db.segments_db [None req-3a5dee84-e19c-41f2-a6fc-bfed30b850bb a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Added segment 277d88be-e1d2-4189-b963-18ce421eb307 of type vxlan for network 8557ac01-19cc-4b26-baa4-6bffaf9d0152 [pid: 7|app: 0|req: 1058/2057] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:21 2026] POST /v2.0/networks => generated 632 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2058] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:21 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2059] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:21 2026] POST /v2.0/subnets => generated 626 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2060] 10.0.0.155 () {34 vars in 680 bytes} [Fri Mar 6 01:42:21 2026] POST /v2.0/rbac-policies => generated 324 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2061] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:21 2026] POST /v2.0/ports => generated 916 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:21.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-31a98e59-a23e-4324-a15a-5b72ea439da4 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] TaaS: Handle Delete Port: ac3a47f4-e417-49d6-96ed-a2ae21509ca2 2026-03-06 01:42:21.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31a98e59-a23e-4324-a15a-5b72ea439da4 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Tap Mirror: Handle Delete Port: ac3a47f4-e417-49d6-96ed-a2ae21509ca2 [pid: 7|app: 0|req: 1061/2062] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:42:21 2026] GET /v2.0/networks/77e2f810-6a87-4e81-95da-3129702bccdc => generated 655 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2063] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:21 2026] DELETE /v2.0/ports/ac3a47f4-e417-49d6-96ed-a2ae21509ca2 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:21.977 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d5eebc6-65fc-49a5-9790-b5242d9296e6 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1062/2064] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:21 2026] GET /v2.0/ports/ac3a47f4-e417-49d6-96ed-a2ae21509ca2 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2065] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:21 2026] DELETE /v2.0/subnets/9eb10184-aa4f-414c-bd0e-3551c68db1d9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2066] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/networks/8557ac01-19cc-4b26-baa4-6bffaf9d0152 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:22.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38603ecc-4061-45ec-97e7-fb800f89045f 43d4338e5ad141949e4f7f11ce4534d7 a1e230c0e5ee46ce8e4223a5f90f2ec2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2067] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:42:22 2026] GET /v2.0/networks/77e2f810-6a87-4e81-95da-3129702bccdc => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:22.307 8 INFO neutron.services.segments.plugin [-] Segment ccdbc965-ba9c-440b-93e2-b85646c8a8ca resource provider aggregate not found 2026-03-06 01:42:22.310 8 INFO neutron.services.segments.plugin [-] Segment ccdbc965-ba9c-440b-93e2-b85646c8a8ca resource provider aggregate not found 2026-03-06 01:42:22.328 8 INFO neutron.services.segments.plugin [-] Segment ccdbc965-ba9c-440b-93e2-b85646c8a8ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccdbc965-ba9c-440b-93e2-b85646c8a8ca found for delete ", "request_id": "req-79c717b7-1860-4bfb-a899-e25ed71818e5"}]} 2026-03-06 01:42:22.330 8 INFO neutron.services.segments.plugin [-] Segment ccdbc965-ba9c-440b-93e2-b85646c8a8ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccdbc965-ba9c-440b-93e2-b85646c8a8ca found for delete ", "request_id": "req-fec85e99-5dfb-4cde-98da-31714ce3f7e4"}]} [pid: 8|app: 0|req: 1005/2068] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/networks/77e2f810-6a87-4e81-95da-3129702bccdc => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:22.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f642d974-7cdb-49fd-ac5e-91aeb3695edd 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/2069] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/subnets/9fb320cd-f174-43df-88dd-82305d0b8bec => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2070] 10.0.0.155 () {34 vars in 664 bytes} [Fri Mar 6 01:42:22 2026] POST /v2.0/ports => generated 775 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:22.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-784d4be9-9911-454e-a49c-820f3d555f8e 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] DELETE failed (client error): The resource could not be found. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1007/2071] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/subnets/4c7689e0-2ae3-4cf1-a615-6f5ba2eebe96 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:22.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa280618-d92d-464c-aee3-e1527e13222b 196de46e852844c3864b625deff977a0 d1ab33ab47f04983ac178befc3b8c084 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/2072] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/subnets/d08a230c-f241-44aa-a720-ea532235304a => 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: 1065/2073] 10.0.0.155 () {34 vars in 736 bytes} [Fri Mar 6 01:42:22 2026] PUT /v2.0/ports/ada77bab-3c6a-401e-824f-75076b45412e => generated 752 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:22.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-1debe7a0-7126-46e8-837e-8b9834c8ca11 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] TaaS: Handle Delete Port: ada77bab-3c6a-401e-824f-75076b45412e 2026-03-06 01:42:22.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1debe7a0-7126-46e8-837e-8b9834c8ca11 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Tap Mirror: Handle Delete Port: ada77bab-3c6a-401e-824f-75076b45412e [pid: 8|app: 0|req: 1009/2074] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:22 2026] DELETE /v2.0/ports/ada77bab-3c6a-401e-824f-75076b45412e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1066/2075] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:42:22 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:23.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a5cc76e-1523-4875-87ee-5e96b102ce5b a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1010/2076] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:22 2026] GET /v2.0/ports/ada77bab-3c6a-401e-824f-75076b45412e => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:23.041 7 INFO neutron.services.segments.plugin [-] Segment 277d88be-e1d2-4189-b963-18ce421eb307 resource provider aggregate not found 2026-03-06 01:42:23.047 7 INFO neutron.services.segments.plugin [-] Segment 277d88be-e1d2-4189-b963-18ce421eb307 resource provider aggregate not found [pid: 7|app: 0|req: 1067/2077] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:42:23 2026] GET /v2.0/ports => generated 777 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:23.072 7 INFO neutron.services.segments.plugin [-] Segment 277d88be-e1d2-4189-b963-18ce421eb307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277d88be-e1d2-4189-b963-18ce421eb307 found for delete ", "request_id": "req-57b44f61-c264-4c8a-a2cb-dffccbc656f4"}]} 2026-03-06 01:42:23.073 7 INFO neutron.services.segments.plugin [-] Segment 277d88be-e1d2-4189-b963-18ce421eb307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277d88be-e1d2-4189-b963-18ce421eb307 found for delete ", "request_id": "req-f43a4994-f6e9-4afa-81f7-a36c90a7ba01"}]} [pid: 8|app: 0|req: 1011/2078] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:23 2026] GET /v2.0/ports/418afbb7-0dff-4fd4-815c-65019877985e => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:23.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a12191e4-fc1b-43cc-978c-47de5c5e1674 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2079] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/ports/ac3a47f4-e417-49d6-96ed-a2ae21509ca2 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:23.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6abfddf-a7d4-4f96-8fd7-d2eec1642b05 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1012/2080] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/subnets/9eb10184-aa4f-414c-bd0e-3551c68db1d9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:23.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0cd0be0-92fa-4b23-aadf-2c7347f5baa4 a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1069/2081] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/subnets/319234ac-a1ad-496e-b7ef-67a45a008dfa => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:42:23.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4297d55-b209-46bf-963c-46acc9c9823d a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] TaaS: Handle Delete Port: 418afbb7-0dff-4fd4-815c-65019877985e 2026-03-06 01:42:23.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4297d55-b209-46bf-963c-46acc9c9823d a10bce677047496487ec635df92b601c 703f2ecbc94f461cae847f7e48cfb099 - - default default] Tap Mirror: Handle Delete Port: 418afbb7-0dff-4fd4-815c-65019877985e [pid: 8|app: 0|req: 1013/2082] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/ports/418afbb7-0dff-4fd4-815c-65019877985e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2083] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/networks/5b5f7fd6-5ba3-4dc5-805b-fc3779d0ca23 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2084] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:23 2026] GET /v2.0/security-groups?tenant_id=a1e230c0e5ee46ce8e4223a5f90f2ec2&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2085] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/security-groups/c113f594-2e9a-4245-9b86-d3068cf2a2e7 => 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: 1015/2086] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:23 2026] GET /v2.0/security-groups?tenant_id=da167ff2096347a68bb480d2f5bb5b42&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: 1072/2087] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:23 2026] DELETE /v2.0/security-groups/8207175a-ed7c-4ef9-9551-8c0e2da42dbc => 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: 1073/2088] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:24 2026] GET /v2.0/security-groups?tenant_id=d1ab33ab47f04983ac178befc3b8c084&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2089] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:24 2026] DELETE /v2.0/security-groups/8908a0ff-2017-4f6c-be9e-12c9cd59dcda => 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: 1016/2090] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:23 2026] GET /v2.0/security-groups?tenant_id=703f2ecbc94f461cae847f7e48cfb099&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2091] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:24 2026] DELETE /v2.0/security-groups/fa3abf93-a0ec-465b-baad-0bd611114b34 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:24.349 8 INFO neutron.services.segments.plugin [-] Segment 88bc9d9e-c5fa-4202-815d-a342f9a2d008 resource provider aggregate not found 2026-03-06 01:42:24.353 8 INFO neutron.services.segments.plugin [-] Segment 88bc9d9e-c5fa-4202-815d-a342f9a2d008 resource provider aggregate not found 2026-03-06 01:42:24.364 8 INFO neutron.services.segments.plugin [-] Segment 88bc9d9e-c5fa-4202-815d-a342f9a2d008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bc9d9e-c5fa-4202-815d-a342f9a2d008 found for delete ", "request_id": "req-af97628c-5dbb-4d6b-b9f5-f8d317f8d31c"}]} 2026-03-06 01:42:24.368 8 INFO neutron.services.segments.plugin [-] Segment 88bc9d9e-c5fa-4202-815d-a342f9a2d008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bc9d9e-c5fa-4202-815d-a342f9a2d008 found for delete ", "request_id": "req-b3504bc0-0c99-422b-9ab9-98794d8ff08d"}]} 2026-03-06 01:42:25.089 7 INFO neutron.services.segments.plugin [-] Segment cb8a84a1-8169-4c61-9df6-995fd4996073 resource provider aggregate not found 2026-03-06 01:42:25.093 7 INFO neutron.services.segments.plugin [-] Segment cb8a84a1-8169-4c61-9df6-995fd4996073 resource provider aggregate not found 2026-03-06 01:42:25.108 7 INFO neutron.services.segments.plugin [-] Segment cb8a84a1-8169-4c61-9df6-995fd4996073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8a84a1-8169-4c61-9df6-995fd4996073 found for delete ", "request_id": "req-2f81cc72-d4c2-46aa-b1c7-053151646657"}]} 2026-03-06 01:42:25.109 7 INFO neutron.services.segments.plugin [-] Segment cb8a84a1-8169-4c61-9df6-995fd4996073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8a84a1-8169-4c61-9df6-995fd4996073 found for delete ", "request_id": "req-6d36f89a-5e90-4c86-a6a0-b1eb0f3e9d0a"}]} [pid: 8|app: 0|req: 1017/2092] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:25 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 1076/2093] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:25 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2094] 10.0.0.155 () {32 vars in 622 bytes} [Fri Mar 6 01:42:26 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: 1077/2095] 10.0.0.155 () {32 vars in 632 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/ => generated 632 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2096] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2097] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2098] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/security-groups?tenant_id=eefaabdf001a48ec84eda2efe84e443f&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2099] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:26 2026] DELETE /v2.0/security-groups/32d9311c-5805-485f-9585-043be17a6e01 => 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: 1021/2100] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/subnets => generated 2594 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2101] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:42:26 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2102] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/network-ip-availabilities => generated 1977 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2103] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/floatingips => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2104] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/subnets => generated 2594 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2105] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/subnetpools => 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: 1024/2106] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/networks => generated 3606 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2107] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/security-groups => generated 30987 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2108] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/ports => generated 12992 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2109] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2110] 10.0.0.156 () {34 vars in 1083 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd&device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 2473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2111] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/security-groups?id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&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: 1085/2112] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/routers => generated 737 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2113] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&id=eedc1fcf-0c76-4e57-86bf-8bb7ef7df562&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2114] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2115] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2116] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:42:27 2026] GET /v2.0/routers/d60f1993-0d6b-4d4c-bd79-1ef0f4f5e67e/l3-agents => generated 681 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:28.006 8 INFO neutron_taas.services.taas.taas_plugin [req-041dbfd6-de70-4699-94a0-c14dfccf1894 req-de87ada6-46f3-467d-aa3f-af37b8efd300 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: df1a67a5-9e71-4c49-9fd0-191964bf0a4b 2026-03-06 01:42:28.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-041dbfd6-de70-4699-94a0-c14dfccf1894 req-de87ada6-46f3-467d-aa3f-af37b8efd300 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: df1a67a5-9e71-4c49-9fd0-191964bf0a4b 2026-03-06 01:42:28.119 8 INFO neutron.db.l3_db [req-041dbfd6-de70-4699-94a0-c14dfccf1894 req-de87ada6-46f3-467d-aa3f-af37b8efd300 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Floating IP 18042bf9-d676-4a84-b8f7-29ce4c42751f disassociated. External IP: 10.96.250.216, port: df1a67a5-9e71-4c49-9fd0-191964bf0a4b. [pid: 8|app: 0|req: 1030/2117] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:42:27 2026] DELETE /v2.0/ports/df1a67a5-9e71-4c49-9fd0-191964bf0a4b => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:28.509 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ca3b6f9-fe25-4426-9191-5703c75cd80a'] response: {'server_uuid': '2f3299af-ac03-4079-a79e-c6270e601ebd', 'name': 'network-vif-deleted', 'tag': 'df1a67a5-9e71-4c49-9fd0-191964bf0a4b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1088/2118] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2119] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2120] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2121] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2122] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2123] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:28 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 1033/2124] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:42:28 2026] PUT /v2.0/subnetpools/092e82f9-1197-49bf-a6c6-5551a10d2260/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2125] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:42:28 2026] PUT /v2.0/subnetpools/ffe6f284-0e61-40fa-ab41-c4e22ab9e6c0/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2126] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:42:28 2026] PUT /v2.0/subnetpools/867df76b-31ef-42d0-b996-62b51c0aa041/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2127] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:42:29 2026] PUT /v2.0/subnetpools/cdb6356d-caea-49c6-8f43-56bfd5eb88e8/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2128] 10.0.0.155 () {32 vars in 671 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2129] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2130] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2131] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2132] 10.0.0.155 () {32 vars in 679 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2133] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2134] 10.0.0.155 () {32 vars in 689 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2135] 10.0.0.155 () {32 vars in 701 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2136] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:29 2026] DELETE /v2.0/subnetpools/092e82f9-1197-49bf-a6c6-5551a10d2260 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2137] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:29 2026] DELETE /v2.0/subnetpools/ffe6f284-0e61-40fa-ab41-c4e22ab9e6c0 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2138] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:29 2026] DELETE /v2.0/subnetpools/867df76b-31ef-42d0-b996-62b51c0aa041 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2139] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:29 2026] DELETE /v2.0/subnetpools/cdb6356d-caea-49c6-8f43-56bfd5eb88e8 => 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: 1041/2140] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:29 2026] DELETE /v2.0/subnetpools/8dfbafc9-79f4-4f3c-9393-7eca2eb88f06 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2143] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:29 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 1044/2144] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:30 2026] GET /v2.0/security-groups?tenant_id=03f84eaf6de14c049fd8e09191e16127&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2145] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:30 2026] GET /v2.0/security-groups?tenant_id=fa412617400a4e85ac624275fbcb9e56&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2146] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:30 2026] DELETE /v2.0/security-groups/2c70550a-04f9-43b5-903d-d06a9fcdd839 => 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: 1102/2147] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:30 2026] DELETE /v2.0/security-groups/20b672ec-d7c7-4972-ad49-28ecb1a38858 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2148] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:30 2026] GET /v2.0/security-groups?tenant_id=fefcfc3ee8c542a6b4e172eb8f4e4dfb&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2149] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:31 2026] GET /v2.0/ports?device_id=2f3299af-ac03-4079-a79e-c6270e601ebd => 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: 1047/2150] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:31 2026] DELETE /v2.0/security-groups/8374c8cf-efea-424d-b09a-469a0e0af34d => 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: 1104/2151] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:31 2026] GET /v2.0/security-groups?tenant_id=921542a79cb747d1b3a16a7ddd52d494&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2152] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:31 2026] DELETE /v2.0/security-groups/d5f4a21e-791f-4f5f-8a81-3e82a58aafc8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2153] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:32 2026] DELETE /v2.0/security-groups/eedc1fcf-0c76-4e57-86bf-8bb7ef7df562 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:32.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-00f62e1d-b776-42f1-a256-9c55fc291a60 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: 0a009418-3ad5-4e39-af9b-f546fca8b09d 2026-03-06 01:42:32.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f62e1d-b776-42f1-a256-9c55fc291a60 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: 0a009418-3ad5-4e39-af9b-f546fca8b09d [pid: 8|app: 0|req: 1049/2154] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:42:32 2026] DELETE /v2.0/floatingips/18042bf9-d676-4a84-b8f7-29ce4c42751f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:32.752 7 INFO neutron.db.segments_db [None req-3959e2a8-4384-4687-848d-99d559c5c43d 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 5329bc48-6c19-410e-8d4e-93d858da1883 of type vxlan for network 21ada7c7-969d-492d-87ab-8ee807afdbb6 [pid: 8|app: 0|req: 1050/2155] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:32 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2156] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:42:32 2026] POST /v2.0/networks => generated 741 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2157] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:32 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 1107/2158] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:32 2026] POST /v2.0/subnets => generated 688 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:33.072 8 INFO neutron.db.segments_db [None req-7d6a17bd-8c8b-4087-9fff-4635c8a59af3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment a69dc609-e867-4b2a-a188-c0b8f36e10af of type vxlan for network 8dc77316-3abd-4de3-a714-2c994fd0204c 2026-03-06 01:42:33.295 8 INFO neutron.db.l3_hamode_db [None req-7d6a17bd-8c8b-4087-9fff-4635c8a59af3 9cf9f9220fe74ca89a194e4fc6aa8c82 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:42:33.928 8 INFO neutron.db.l3_hamode_db [None req-7d6a17bd-8c8b-4087-9fff-4635c8a59af3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1108/2159] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:33 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2160] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:33 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2161] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:35 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2162] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:42:35 2026] GET /v2.0/security-groups?id=a1198818-e013-4c9c-8232-ed8b899a3439&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: 1112/2163] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:42:35 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2164] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:33 2026] POST /v2.0/routers => generated 728 bytes in 2258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:35.318 7 INFO neutron_taas.services.taas.taas_plugin [req-37f70205-af28-4ad6-8a90-eda119ec61b0 req-4a999b8b-34af-4f43-907e-2245279459f2 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: 981c7fe8-d06d-499b-9fae-9e3ed9ff5448 2026-03-06 01:42:35.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37f70205-af28-4ad6-8a90-eda119ec61b0 req-4a999b8b-34af-4f43-907e-2245279459f2 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: 981c7fe8-d06d-499b-9fae-9e3ed9ff5448 [pid: 7|app: 0|req: 1113/2165] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:42:35 2026] DELETE /v2.0/ports/981c7fe8-d06d-499b-9fae-9e3ed9ff5448 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:35.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d84de3fd-79e9-45c4-9aad-8d39d15935f9'] response: {'server_uuid': '4f2d3826-719a-49bc-bb23-7c2836fc28bc', 'name': 'network-vif-deleted', 'tag': '981c7fe8-d06d-499b-9fae-9e3ed9ff5448', 'status': 'completed', 'code': 200} 2026-03-06 01:42:35.813 7 INFO neutron.db.segments_db [None req-625e754a-00da-408d-9c4e-e2d61f38f33e df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Added segment abf30ff5-8f1f-40d7-bdae-369a7f185db5 of type vxlan for network 93e83b56-f070-4809-9a85-bef61718c741 [pid: 7|app: 0|req: 1114/2166] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:35 2026] POST /v2.0/networks => generated 632 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2167] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:35 2026] POST /v2.0/ports => generated 743 bytes in 246 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: 1116/2168] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:42:36 2026] POST /v2.0/trunks => generated 407 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2169] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:42:35 2026] PUT /v2.0/routers/45247f15-f1bc-4127-9eb5-32eaef75f6bb/add_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2170] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:36 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:36.329 8 INFO neutron.db.segments_db [None req-6518efbe-a6f6-4039-af4c-dd067ea24d9a df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Added segment e1a23109-109e-466a-bb87-4b9a3a21518d of type vxlan for network 6d154a02-45ef-4290-92de-b72630293f7b [pid: 8|app: 0|req: 1054/2171] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:36 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2172] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:36 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2173] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:42:36 2026] POST /v2.0/trunks => generated 407 bytes in 224 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-03-06 01:42:36.981 7 INFO neutron.db.segments_db [None req-4e307b12-5cb5-4979-8f1e-71b18e0087ca df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Added segment 6f21848d-2d22-4858-b9f3-eedd1e31db12 of type vxlan for network a9b00cf4-3014-4056-ab80-fbc352c0462d [pid: 7|app: 0|req: 1119/2174] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:36 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2175] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:37 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 1056/2176] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/ports => generated 743 bytes in 377 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-03-06 01:42:37.574 7 INFO neutron.db.segments_db [None req-0aa9b2b6-1da7-4a6b-b2ec-417fe152defb 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment 164e2944-9817-4ba2-91b0-084504880607 of type vxlan for network d58497ed-73d9-45b1-b64e-fa433f03c87e [pid: 8|app: 0|req: 1057/2177] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:37.654 8 INFO neutron.db.segments_db [None req-8c5fc33c-5036-4d70-ac84-b0dc6eb8a9c3 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Added segment 11e601e8-e896-451a-87ec-b1658f22144c of type vxlan for network 76b68b80-56f0-4e7e-93f1-dc728bbf63cb [pid: 7|app: 0|req: 1121/2178] 10.0.0.155 () {34 vars in 670 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/networks => generated 740 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2179] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:37 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: 1122/2180] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/subnets => generated 687 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:37.905 7 INFO neutron.db.segments_db [None req-fc459053-e7c2-432b-9046-11e7e284b235 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Added segment df85757b-a764-47b6-b4e9-2dc3ea0e644d of type vxlan for network 13dc5689-8574-427a-a58e-7507f49e3396 [pid: 8|app: 0|req: 1059/2181] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/ports => generated 743 bytes in 315 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-03-06 01:42:38.190 7 INFO neutron.db.l3_hamode_db [None req-fc459053-e7c2-432b-9046-11e7e284b235 9cf9f9220fe74ca89a194e4fc6aa8c82 95e77091fa9a4ea29e1a605452d57c40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1060/2182] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:42:38 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:38.294 8 INFO neutron.db.segments_db [None req-0ba94d1d-7632-4fd0-b92b-f819bda1f7a2 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Added segment 486ae7c7-7f91-4608-97f4-eb6c7165d35c of type vxlan for network c66ef382-d59e-4672-96d1-9c88023d6edc [pid: 8|app: 0|req: 1061/2183] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:38 2026] POST /v2.0/networks => generated 630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2184] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:38 2026] POST /v2.0/ports => generated 743 bytes in 279 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: 1063/2185] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:38 2026] GET /v2.0/ports?device_id=4f2d3826-719a-49bc-bb23-7c2836fc28bc => 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: 1064/2186] 10.0.0.155 () {34 vars in 665 bytes} [Fri Mar 6 01:42:38 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2187] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:38 2026] PUT /v2.0/trunks/cae2b99e-ef26-4bb9-8876-0a398b7b8cf3/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2188] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:38 2026] PUT /v2.0/trunks/1ba22f84-9e84-40e4-9fda-5bf07df7ffd7/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: 1067/2189] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:38 2026] PUT /v2.0/trunks/1b572d9d-b47e-41ad-9aef-3d191c585abd/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:38.942 7 INFO neutron.db.l3_hamode_db [None req-fc459053-e7c2-432b-9046-11e7e284b235 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1068/2190] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:38 2026] PUT /v2.0/trunks/84b68848-8085-4718-a14a-437fc32ec587/tags => 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: 1069/2191] 10.0.0.155 () {32 vars in 661 bytes} [Fri Mar 6 01:42:38 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2192] 10.0.0.155 () {32 vars in 675 bytes} [Fri Mar 6 01:42:38 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: 1071/2193] 10.0.0.155 () {32 vars in 671 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2194] 10.0.0.155 () {32 vars in 683 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2195] 10.0.0.155 () {32 vars in 669 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2196] 10.0.0.155 () {32 vars in 683 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2197] 10.0.0.155 () {32 vars in 679 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 1076/2198] 10.0.0.155 () {32 vars in 691 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2199] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks/cae2b99e-ef26-4bb9-8876-0a398b7b8cf3 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2200] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/ports/765de006-ed23-42c5-90c8-e5b9a24a00e9 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2201] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:42:39 2026] DELETE /v2.0/trunks/cae2b99e-ef26-4bb9-8876-0a398b7b8cf3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2202] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks/1ba22f84-9e84-40e4-9fda-5bf07df7ffd7 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2203] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/ports/b5da3e0d-9388-49bf-959b-bceb6a3ef2cb => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2204] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:42:39 2026] DELETE /v2.0/trunks/1ba22f84-9e84-40e4-9fda-5bf07df7ffd7 => 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: 1083/2205] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks/1b572d9d-b47e-41ad-9aef-3d191c585abd => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2206] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/ports/9ae19622-e5ea-4a70-a944-0e03ff929c04 => 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: 1085/2207] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:42:39 2026] DELETE /v2.0/trunks/1b572d9d-b47e-41ad-9aef-3d191c585abd => 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: 1086/2208] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks/84b68848-8085-4718-a14a-437fc32ec587 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2209] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/ports/ab5e8138-9297-4f2d-a85f-4e45785c6e2a => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2210] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:42:39 2026] DELETE /v2.0/trunks/84b68848-8085-4718-a14a-437fc32ec587 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2211] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:42:37 2026] POST /v2.0/routers => generated 727 bytes in 1966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2212] 10.0.0.155 () {32 vars in 718 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/trunks/9eb6af59-c8e4-4c0c-9011-d1954ac394d1 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2213] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:39 2026] DELETE /v2.0/security-groups/a1198818-e013-4c9c-8232-ed8b899a3439 => 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: 1090/2214] 10.0.0.155 () {32 vars in 716 bytes} [Fri Mar 6 01:42:39 2026] GET /v2.0/ports/82edafd2-69c4-45ef-83bd-538aeb24c699 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:40.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4dfd157-a848-44a8-88c2-398822d59087 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:42:40.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4dfd157-a848-44a8-88c2-398822d59087 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: c00f00b7-3d93-4c74-813f-1a40eb489e04 [pid: 8|app: 0|req: 1091/2215] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:42:39 2026] PUT /v2.0/routers/d60f1993-0d6b-4d4c-bd79-1ef0f4f5e67e/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2216] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:42:40 2026] DELETE /v2.0/trunks/9eb6af59-c8e4-4c0c-9011-d1954ac394d1 => 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: 1125/2217] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:42:39 2026] PUT /v2.0/routers/8093222d-b670-4431-93b3-f8106e71a659/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:41.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-55036230-c551-4b0f-ab08-7489b92ee0c1 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] TaaS: Handle Delete Port: 765de006-ed23-42c5-90c8-e5b9a24a00e9 2026-03-06 01:42:41.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55036230-c551-4b0f-ab08-7489b92ee0c1 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Tap Mirror: Handle Delete Port: 765de006-ed23-42c5-90c8-e5b9a24a00e9 [pid: 8|app: 0|req: 1093/2218] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:40 2026] DELETE /v2.0/subnets/f27166bd-cd4a-421c-8c2b-bca7dd016bfa => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2219] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:40 2026] DELETE /v2.0/ports/765de006-ed23-42c5-90c8-e5b9a24a00e9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:41.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7133184-1ab5-4ae5-808f-12d26fe073de df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] TaaS: Handle Delete Port: b5da3e0d-9388-49bf-959b-bceb6a3ef2cb 2026-03-06 01:42:41.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7133184-1ab5-4ae5-808f-12d26fe073de df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Tap Mirror: Handle Delete Port: b5da3e0d-9388-49bf-959b-bceb6a3ef2cb [pid: 7|app: 0|req: 1127/2220] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:41 2026] DELETE /v2.0/ports/b5da3e0d-9388-49bf-959b-bceb6a3ef2cb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:41.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-05c82c78-72e6-433d-af8d-c3c0fc52a095 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: bc2726b2-db83-418d-acee-69759a30643f 2026-03-06 01:42:41.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c82c78-72e6-433d-af8d-c3c0fc52a095 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: bc2726b2-db83-418d-acee-69759a30643f 2026-03-06 01:42:41.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3fd22f9-da1a-46ab-8735-3a363512be28 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] TaaS: Handle Delete Port: 9ae19622-e5ea-4a70-a944-0e03ff929c04 2026-03-06 01:42:41.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3fd22f9-da1a-46ab-8735-3a363512be28 df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Tap Mirror: Handle Delete Port: 9ae19622-e5ea-4a70-a944-0e03ff929c04 [pid: 7|app: 0|req: 1128/2221] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:41 2026] DELETE /v2.0/ports/9ae19622-e5ea-4a70-a944-0e03ff929c04 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:41.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-05c82c78-72e6-433d-af8d-c3c0fc52a095 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: c9f44ba4-091b-4373-bfd0-e2a3352edc32 2026-03-06 01:42:41.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c82c78-72e6-433d-af8d-c3c0fc52a095 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: c9f44ba4-091b-4373-bfd0-e2a3352edc32 2026-03-06 01:42:41.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac2397f6-8266-4dba-a9cd-a1fa410fd93a df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] TaaS: Handle Delete Port: ab5e8138-9297-4f2d-a85f-4e45785c6e2a 2026-03-06 01:42:41.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac2397f6-8266-4dba-a9cd-a1fa410fd93a df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Tap Mirror: Handle Delete Port: ab5e8138-9297-4f2d-a85f-4e45785c6e2a [pid: 7|app: 0|req: 1129/2222] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:41 2026] DELETE /v2.0/ports/ab5e8138-9297-4f2d-a85f-4e45785c6e2a => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2223] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:42:41 2026] POST /v2.0/security-groups => generated 1673 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:42:41.971 8 INFO neutron.services.segments.plugin [-] Segment a79f6932-33af-4059-afcc-a5656587f30d resource provider aggregate not found 2026-03-06 01:42:41.983 8 INFO neutron.services.segments.plugin [-] Segment a79f6932-33af-4059-afcc-a5656587f30d resource provider aggregate not found 2026-03-06 01:42:41.991 8 INFO neutron.services.segments.plugin [-] Segment a79f6932-33af-4059-afcc-a5656587f30d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79f6932-33af-4059-afcc-a5656587f30d found for delete ", "request_id": "req-8f0037c7-009c-49d9-87bd-92b270b97d61"}]} 2026-03-06 01:42:41.994 8 INFO neutron.db.l3_hamode_db [None req-05c82c78-72e6-433d-af8d-c3c0fc52a095 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] HA network 7505237f-3c04-4967-b85a-fb385cfae30e was deleted as no HA routers are present in tenant 4537cf9254f14b5da4b9712cc46675bc. 2026-03-06 01:42:42.001 8 INFO neutron.services.segments.plugin [-] Segment a79f6932-33af-4059-afcc-a5656587f30d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79f6932-33af-4059-afcc-a5656587f30d found for delete ", "request_id": "req-e63d387f-9213-46b8-8f09-44df560ed1ab"}]} [pid: 8|app: 0|req: 1094/2224] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:42:41 2026] DELETE /v2.0/routers/d60f1993-0d6b-4d4c-bd79-1ef0f4f5e67e => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:42.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-e08476ff-d8d4-421a-a2dd-1c35ec22b87a df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] TaaS: Handle Delete Port: 82edafd2-69c4-45ef-83bd-538aeb24c699 2026-03-06 01:42:42.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08476ff-d8d4-421a-a2dd-1c35ec22b87a df066ec903904922a83bc10fd76f057b 36843b946e7e408598cb5e6e4a384281 - - default default] Tap Mirror: Handle Delete Port: 82edafd2-69c4-45ef-83bd-538aeb24c699 [pid: 8|app: 0|req: 1095/2225] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2226] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:41 2026] DELETE /v2.0/ports/82edafd2-69c4-45ef-83bd-538aeb24c699 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:42.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-65647154-6200-48c9-a8d3-d039b2f227de 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] TaaS: Handle Delete Port: e3b82a16-109e-4a79-92de-92b1394717ed 2026-03-06 01:42:42.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65647154-6200-48c9-a8d3-d039b2f227de 2fecb42ea16e49b9aa61f0de0f6c04b2 4537cf9254f14b5da4b9712cc46675bc - - default default] Tap Mirror: Handle Delete Port: e3b82a16-109e-4a79-92de-92b1394717ed [pid: 7|app: 0|req: 1132/2227] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:42.398 7 INFO neutron.services.segments.plugin [-] Segment abf30ff5-8f1f-40d7-bdae-369a7f185db5 resource provider aggregate not found 2026-03-06 01:42:42.401 7 INFO neutron.services.segments.plugin [-] Segment abf30ff5-8f1f-40d7-bdae-369a7f185db5 resource provider aggregate not found 2026-03-06 01:42:42.421 7 INFO neutron.services.segments.plugin [-] Segment abf30ff5-8f1f-40d7-bdae-369a7f185db5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abf30ff5-8f1f-40d7-bdae-369a7f185db5 found for delete ", "request_id": "req-8eba75c7-4293-481b-ad9b-fd83fd192813"}]} 2026-03-06 01:42:42.424 7 INFO neutron.services.segments.plugin [-] Segment abf30ff5-8f1f-40d7-bdae-369a7f185db5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abf30ff5-8f1f-40d7-bdae-369a7f185db5 found for delete ", "request_id": "req-42d3997b-108c-43c4-8ed7-04b26e7c680d"}]} [pid: 8|app: 0|req: 1096/2228] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/189bd79c-32be-4b6b-8192-95a877079a8e => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2229] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/93e83b56-f070-4809-9a85-bef61718c741 => 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: 1097/2230] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2231] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/6d154a02-45ef-4290-92de-b72630293f7b => 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: 1135/2232] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/a9b00cf4-3014-4056-ab80-fbc352c0462d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2233] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:42.780 7 INFO neutron.db.securitygroups_db [None req-3f67bc47-12b0-451a-99a0-a22839e1b6aa 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Project eb7a87ca622b4595b22e4b110dcb4667 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: 1099/2234] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/76b68b80-56f0-4e7e-93f1-dc728bbf63cb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2235] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:42.943 7 INFO neutron.db.securitygroups_db [None req-92477c16-6b0e-47f7-8fdc-aa44a152d044 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Project eb7a87ca622b4595b22e4b110dcb4667 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: 1100/2236] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:42 2026] DELETE /v2.0/networks/c66ef382-d59e-4672-96d1-9c88023d6edc => 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: 1137/2237] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2238] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:43 2026] GET /v2.0/security-groups?tenant_id=4537cf9254f14b5da4b9712cc46675bc&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2239] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:43 2026] DELETE /v2.0/security-groups/033a12a3-f2b6-4ba3-8b6e-4e1944b7833d => 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: 1102/2240] 10.0.0.155 () {34 vars in 684 bytes} [Fri Mar 6 01:42:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2241] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2242] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:43 2026] GET /v2.0/security-groups?tenant_id=c82da9badaec4e02be21ab4d68f00710&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: 1140/2243] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:42:43 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: 1104/2244] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:43 2026] DELETE /v2.0/security-groups/52a6bb29-4668-49d6-9c95-e569a87faa6a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:44.012 8 INFO neutron.services.segments.plugin [-] Segment d3d29504-f494-4bfe-906f-8defec5690dc resource provider aggregate not found 2026-03-06 01:42:44.025 8 INFO neutron.services.segments.plugin [-] Segment d3d29504-f494-4bfe-906f-8defec5690dc resource provider aggregate not found 2026-03-06 01:42:44.036 8 INFO neutron.services.segments.plugin [-] Segment d3d29504-f494-4bfe-906f-8defec5690dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d29504-f494-4bfe-906f-8defec5690dc found for delete ", "request_id": "req-d1b0c060-e18a-4d58-9872-8200980c956e"}]} 2026-03-06 01:42:44.043 8 INFO neutron.services.segments.plugin [-] Segment d3d29504-f494-4bfe-906f-8defec5690dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d29504-f494-4bfe-906f-8defec5690dc found for delete ", "request_id": "req-0766b392-d63d-4ab4-b330-a0256f9eb54e"}]} 2026-03-06 01:42:44.055 8 INFO neutron.services.segments.plugin [-] Segment 11e601e8-e896-451a-87ec-b1658f22144c resource provider aggregate not found 2026-03-06 01:42:44.060 8 INFO neutron.services.segments.plugin [-] Segment 11e601e8-e896-451a-87ec-b1658f22144c resource provider aggregate not found 2026-03-06 01:42:44.071 8 INFO neutron.services.segments.plugin [-] Segment 11e601e8-e896-451a-87ec-b1658f22144c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11e601e8-e896-451a-87ec-b1658f22144c found for delete ", "request_id": "req-85accb6e-5109-432d-8357-e667047381db"}]} 2026-03-06 01:42:44.077 8 INFO neutron.services.segments.plugin [-] Segment 11e601e8-e896-451a-87ec-b1658f22144c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11e601e8-e896-451a-87ec-b1658f22144c found for delete ", "request_id": "req-89c5570b-725e-4af8-990b-26d407626473"}]} 2026-03-06 01:42:44.091 8 INFO neutron.services.segments.plugin [-] Segment 486ae7c7-7f91-4608-97f4-eb6c7165d35c resource provider aggregate not found 2026-03-06 01:42:44.095 8 INFO neutron.services.segments.plugin [-] Segment 486ae7c7-7f91-4608-97f4-eb6c7165d35c resource provider aggregate not found 2026-03-06 01:42:44.114 8 INFO neutron.services.segments.plugin [-] Segment 486ae7c7-7f91-4608-97f4-eb6c7165d35c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486ae7c7-7f91-4608-97f4-eb6c7165d35c found for delete ", "request_id": "req-034ed97c-b99d-4e3a-8b52-8984d5993308"}]} 2026-03-06 01:42:44.116 8 INFO neutron.services.segments.plugin [-] Segment 486ae7c7-7f91-4608-97f4-eb6c7165d35c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486ae7c7-7f91-4608-97f4-eb6c7165d35c found for delete ", "request_id": "req-a6446640-bcc2-41d4-a668-e3395d00b544"}]} [pid: 8|app: 0|req: 1105/2245] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/security-groups?tenant_id=0b578f210303434fabc28b4a3ef9ac6c&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2246] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:42:43 2026] POST /v2.0/floatingips => generated 552 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:44.444 7 INFO neutron.services.segments.plugin [-] Segment e1a23109-109e-466a-bb87-4b9a3a21518d resource provider aggregate not found 2026-03-06 01:42:44.448 7 INFO neutron.services.segments.plugin [-] Segment e1a23109-109e-466a-bb87-4b9a3a21518d resource provider aggregate not found [pid: 8|app: 0|req: 1106/2247] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:44 2026] DELETE /v2.0/security-groups/06bf7cff-621f-4a49-99c5-59bbd133f27f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:44.471 7 INFO neutron.services.segments.plugin [-] Segment e1a23109-109e-466a-bb87-4b9a3a21518d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a23109-109e-466a-bb87-4b9a3a21518d found for delete ", "request_id": "req-cea1f691-ebbc-4841-8d15-2c22c0521b66"}]} 2026-03-06 01:42:44.478 7 INFO neutron.services.segments.plugin [-] Segment e1a23109-109e-466a-bb87-4b9a3a21518d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a23109-109e-466a-bb87-4b9a3a21518d found for delete ", "request_id": "req-c2436857-43b1-4539-b80e-586cc870c243"}]} 2026-03-06 01:42:44.494 7 INFO neutron.services.segments.plugin [-] Segment 6f21848d-2d22-4858-b9f3-eedd1e31db12 resource provider aggregate not found 2026-03-06 01:42:44.500 7 INFO neutron.services.segments.plugin [-] Segment 6f21848d-2d22-4858-b9f3-eedd1e31db12 resource provider aggregate not found [pid: 7|app: 0|req: 1142/2248] 10.0.0.156 () {34 vars in 1097 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-218498354&fields=id&tenant_id=eb7a87ca622b4595b22e4b110dcb4667 => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:44.513 7 INFO neutron.services.segments.plugin [-] Segment 6f21848d-2d22-4858-b9f3-eedd1e31db12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f21848d-2d22-4858-b9f3-eedd1e31db12 found for delete ", "request_id": "req-3b6c92e5-330b-4ded-92cb-88e34a692470"}]} 2026-03-06 01:42:44.530 7 INFO neutron.services.segments.plugin [-] Segment 6f21848d-2d22-4858-b9f3-eedd1e31db12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f21848d-2d22-4858-b9f3-eedd1e31db12 found for delete ", "request_id": "req-34caff33-1ec4-4157-ba5a-3eb53f550746"}]} [pid: 8|app: 0|req: 1107/2249] 10.0.0.156 () {34 vars in 1099 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1845612996&fields=id&tenant_id=eb7a87ca622b4595b22e4b110dcb4667 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2250] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/security-groups?tenant_id=36843b946e7e408598cb5e6e4a384281&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2251] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/networks?id=21ada7c7-969d-492d-87ab-8ee807afdbb6 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2252] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/quotas/eb7a87ca622b4595b22e4b110dcb4667 => 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: 1109/2253] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:44 2026] DELETE /v2.0/security-groups/c14a8642-d001-4b71-ac76-9b109e8f9c56 => 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: 1145/2254] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/ports?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2255] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?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: 1146/2256] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2259] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/security-groups?tenant_id=cff9b1c3a0ab445cb132fde9e4c1d70d&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: 1112/2260] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:44 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1149/2261] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:44 2026] DELETE /v2.0/security-groups/2ad9d47c-7cb6-47a6-b1b8-cfe8912f79b6 => 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: 1113/2262] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:46 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1150/2263] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:47 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1151/2264] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:48 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:48.388 8 INFO neutron.db.segments_db [None req-2410681e-5282-4a3c-b417-f0e3e21abf1b 56a8572c7a3547d6b319519f0890eb3d d93557b6968e4fb584e258532407b1a9 - - default default] Added segment 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad of type vxlan for network a8ecb043-24f0-4c20-abed-5df93e8566f4 [pid: 8|app: 0|req: 1114/2265] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:48 2026] POST /v2.0/networks => generated 632 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:42:48.479 7 INFO neutron.db.segments_db [None req-414a8a5f-613a-4a6e-9b9d-2e35d8c03dc1 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Added segment c18f7cd6-7af2-4358-a5fd-f83a28a41430 of type vxlan for network 78a56129-db15-4e92-ab0e-6f1f8988b6dd [pid: 7|app: 0|req: 1152/2266] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:48 2026] POST /v2.0/networks => generated 631 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2267] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:48 2026] POST /v2.0/ports => generated 743 bytes in 315 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: 1116/2268] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:48 2026] PUT /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 25 bytes in 60 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: 1153/2269] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:48 2026] POST /v2.0/ports => generated 743 bytes in 318 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: 1117/2270] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:48 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:42:48.954 7 INFO neutron.db.segments_db [None req-ecfbe8d9-9593-48c1-bb90-9b76e314341c 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Added segment b2154d96-0f29-4630-b563-24051fc9cbd6 of type vxlan for network 93c8e067-12eb-4e5b-86ae-8425f5384337 [pid: 8|app: 0|req: 1118/2271] 10.0.0.155 () {34 vars in 757 bytes} [Fri Mar 6 01:42:48 2026] PUT /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1119/2272] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:48 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2273] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:48 2026] POST /v2.0/networks => generated 631 bytes in 139 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: 1155/2274] 10.0.0.155 () {34 vars in 753 bytes} [Fri Mar 6 01:42:49 2026] PUT /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/red => generated 4 bytes in 70 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: 1156/2275] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2276] 10.0.0.155 () {34 vars in 775 bytes} [Fri Mar 6 01:42:49 2026] PUT /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/black.or.white => generated 4 bytes in 75 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: 1158/2277] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/networks?id=21ada7c7-969d-492d-87ab-8ee807afdbb6 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2278] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:49 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, ' [pid: 7|app: 0|req: 1159/2279] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 52 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: 8|app: 0|req: 1121/2280] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1160/2281] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb7a87ca622b4595b22e4b110dcb4667 => generated 273 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:49.406 8 INFO neutron.db.segments_db [None req-bcaaf4d0-b42f-4c17-8d1e-a3c062657e52 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Added segment c7be232d-2bf8-45c3-a806-a65cb6422c84 of type vxlan for network 39e2e291-a033-4436-b86c-907e73a5a1bf [pid: 7|app: 0|req: 1161/2282] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:49 2026] PUT /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1122/2283] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:49 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: 8|app: 0|req: 1123/2284] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1162/2285] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:42:49 2026] POST /v2.0/ports => generated 993 bytes in 334 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: 1163/2286] 10.0.0.155 () {32 vars in 734 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1124/2287] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:49 2026] POST /v2.0/ports => generated 743 bytes in 286 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-03-06 01:42:49.875 8 INFO neutron.api.v2.resource [None req-4ba2ff15-257d-438c-9ce8-a1d579e43d7b 56a8572c7a3547d6b319519f0890eb3d d93557b6968e4fb584e258532407b1a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1125/2288] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:42:49 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:42:49.924 8 INFO neutron.db.segments_db [None req-ee1aaff5-d3fb-4175-ab4d-1a148f6262d4 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Added segment 2a2be919-72f4-49a9-9449-fcade6507f7a of type vxlan for network c4eecf21-1b9a-46fd-9711-032d47455d76 [pid: 8|app: 0|req: 1126/2289] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:49 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2290] 10.0.0.155 () {32 vars in 737 bytes} [Fri Mar 6 01:42:50 2026] DELETE /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/red => 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: 1164/2291] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:42:49 2026] PUT /v2.0/ports/cb342259-07fd-4978-824d-d5d34d283402 => generated 1274 bytes in 381 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-03-06 01:42:50.224 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-391a0a16-4676-4ec6-af77-6aa23c9d12ae'] response: {'name': 'network-changed', 'server_uuid': '00382425-1265-48be-ad22-850639df3614', 'tag': 'cb342259-07fd-4978-824d-d5d34d283402', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1165/2292] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 30 bytes in 55 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-03-06 01:42:50.300 7 INFO neutron.api.v2.resource [None req-34bbaf30-0436-4752-be26-85d331b5b52a 56a8572c7a3547d6b319519f0890eb3d d93557b6968e4fb584e258532407b1a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2293] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:42:50 2026] DELETE /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2294] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:50 2026] POST /v2.0/ports => generated 743 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:42:50.356 7 INFO neutron.db.segments_db [None req-50138014-c416-426a-a250-2ce1c710c465 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Added segment 00ea1712-0232-4ed8-9e95-69aef1e4bec8 of type vxlan for network 07ef3362-c07b-4849-a15e-228860ba2710 [pid: 8|app: 0|req: 1129/2295] 10.0.0.155 () {32 vars in 729 bytes} [Fri Mar 6 01:42:50 2026] DELETE /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1130/2296] 10.0.0.155 () {32 vars in 726 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f/tags => generated 12 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: 1167/2297] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:42:50 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2298] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1008 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:42:50.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-246c2c6b-8427-4565-b655-8309d9d556c1 56a8572c7a3547d6b319519f0890eb3d d93557b6968e4fb584e258532407b1a9 - - default default] TaaS: Handle Delete Port: 52a196d9-1e51-4925-81be-3c73af4f772f 2026-03-06 01:42:50.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-246c2c6b-8427-4565-b655-8309d9d556c1 56a8572c7a3547d6b319519f0890eb3d d93557b6968e4fb584e258532407b1a9 - - default default] Tap Mirror: Handle Delete Port: 52a196d9-1e51-4925-81be-3c73af4f772f [pid: 7|app: 0|req: 1168/2299] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:50 2026] DELETE /v2.0/ports/52a196d9-1e51-4925-81be-3c73af4f772f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2300] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 8|app: 0|req: 1132/2301] 10.0.0.155 () {34 vars in 663 bytes} [Fri Mar 6 01:42:50 2026] POST /v2.0/ports => generated 743 bytes in 276 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-03-06 01:42:50.784 7 INFO neutron.services.segments.plugin [-] Segment 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad resource provider aggregate not found 2026-03-06 01:42:50.788 7 INFO neutron.services.segments.plugin [-] Segment 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad resource provider aggregate not found 2026-03-06 01:42:50.802 7 INFO neutron.services.segments.plugin [-] Segment 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad found for delete ", "request_id": "req-ebdd5579-6d4c-402c-835d-8c161374aeea"}]} 2026-03-06 01:42:50.807 7 INFO neutron.services.segments.plugin [-] Segment 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a34ed5c-c1cd-460e-b3c8-760c88ccb1ad found for delete ", "request_id": "req-2ad0097e-00b0-4f0f-a3a7-b556b5b21067"}]} [pid: 8|app: 0|req: 1133/2302] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/ports?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&device_id=00382425-1265-48be-ad22-850639df3614 => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2303] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:50 2026] DELETE /v2.0/networks/a8ecb043-24f0-4c20-abed-5df93e8566f4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2304] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/networks?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&shared=False => generated 769 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2305] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:50 2026] PUT /v2.0/ports/a2284eee-a5a3-46ee-8a31-09871d3ab342/tags => generated 17 bytes in 55 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: 1172/2306] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:42:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2307] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:50 2026] PUT /v2.0/ports/6197d2ad-a7e6-4969-b2d4-b7cf56786fff/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2308] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:50 2026] PUT /v2.0/ports/8c09828a-efbe-4fe6-92dd-8a0ed17c2bc7/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1136/2309] 10.0.0.155 () {34 vars in 746 bytes} [Fri Mar 6 01:42:51 2026] PUT /v2.0/ports/312c25fd-7be2-48db-b35f-eb333d055823/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1174/2310] 10.0.0.155 () {32 vars in 659 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 118 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: 1137/2311] 10.0.0.155 () {32 vars in 673 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2312] 10.0.0.155 () {32 vars in 669 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2313] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2314] 10.0.0.155 () {32 vars in 667 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2315] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2316] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/security-groups?tenant_id=71b05ecb5c1948ee95816ac98bb33677&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2317] 10.0.0.155 () {32 vars in 677 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2318] 10.0.0.155 () {32 vars in 689 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2319] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:51 2026] DELETE /v2.0/security-groups/68fa0be3-2cd3-4fa0-bb72-bcf26960546e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:51.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2799d22-480c-455b-90d6-0f777807819f 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] TaaS: Handle Delete Port: a2284eee-a5a3-46ee-8a31-09871d3ab342 2026-03-06 01:42:51.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2799d22-480c-455b-90d6-0f777807819f 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Tap Mirror: Handle Delete Port: a2284eee-a5a3-46ee-8a31-09871d3ab342 [pid: 7|app: 0|req: 1178/2320] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2321] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 1143/2322] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:51 2026] DELETE /v2.0/ports/a2284eee-a5a3-46ee-8a31-09871d3ab342 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2323] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/security-groups?tenant_id=d93557b6968e4fb584e258532407b1a9&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:42:51.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a24342c-e212-4dc8-96de-65ed4d440060 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] TaaS: Handle Delete Port: 6197d2ad-a7e6-4969-b2d4-b7cf56786fff 2026-03-06 01:42:51.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a24342c-e212-4dc8-96de-65ed4d440060 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Tap Mirror: Handle Delete Port: 6197d2ad-a7e6-4969-b2d4-b7cf56786fff [pid: 7|app: 0|req: 1181/2324] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:51 2026] DELETE /v2.0/security-groups/2e630fba-2720-4a15-82fa-6317688bd971 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2325] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:42:51 2026] GET /v2.0/ports?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&device_id=00382425-1265-48be-ad22-850639df3614 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2326] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cb342259-07fd-4978-824d-d5d34d283402 => 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: 1144/2327] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:51 2026] DELETE /v2.0/ports/6197d2ad-a7e6-4969-b2d4-b7cf56786fff => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2328] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/subnets?id=ac51ad6d-18b8-4232-8b3c-01bdaa856e02 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2329] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/ports?network_id=21ada7c7-969d-492d-87ab-8ee807afdbb6&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: 1186/2330] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:52.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-55da9849-e19d-4c1b-94d1-ac4ceb587bbb 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] TaaS: Handle Delete Port: 8c09828a-efbe-4fe6-92dd-8a0ed17c2bc7 2026-03-06 01:42:52.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55da9849-e19d-4c1b-94d1-ac4ceb587bbb 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Tap Mirror: Handle Delete Port: 8c09828a-efbe-4fe6-92dd-8a0ed17c2bc7 [pid: 7|app: 0|req: 1187/2331] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2332] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/ports/8c09828a-efbe-4fe6-92dd-8a0ed17c2bc7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:52.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-60662916-5bd9-45b1-83dc-cef8e1ffa63c 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] TaaS: Handle Delete Port: 312c25fd-7be2-48db-b35f-eb333d055823 2026-03-06 01:42:52.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60662916-5bd9-45b1-83dc-cef8e1ffa63c 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Tap Mirror: Handle Delete Port: 312c25fd-7be2-48db-b35f-eb333d055823 [pid: 7|app: 0|req: 1188/2333] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/ports/312c25fd-7be2-48db-b35f-eb333d055823 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:52.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-bce1a7c8-9515-4c3c-bc70-979edada5450 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] TaaS: Handle Delete Port: a5bca1ae-b973-44b6-8ac6-9fd0a8fbd09c 2026-03-06 01:42:52.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce1a7c8-9515-4c3c-bc70-979edada5450 611df648f148403d85c835884356cb6f decb0d76f4c6441bb9d0bbf21edf34ea - - default default] Tap Mirror: Handle Delete Port: a5bca1ae-b973-44b6-8ac6-9fd0a8fbd09c [pid: 8|app: 0|req: 1146/2334] 10.0.0.155 () {32 vars in 719 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/ports/a5bca1ae-b973-44b6-8ac6-9fd0a8fbd09c => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2335] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/networks/78a56129-db15-4e92-ab0e-6f1f8988b6dd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:52.822 7 INFO neutron.services.segments.plugin [-] Segment c18f7cd6-7af2-4358-a5fd-f83a28a41430 resource provider aggregate not found 2026-03-06 01:42:52.827 7 INFO neutron.services.segments.plugin [-] Segment c18f7cd6-7af2-4358-a5fd-f83a28a41430 resource provider aggregate not found 2026-03-06 01:42:52.830 8 INFO neutron.services.segments.plugin [-] Segment b2154d96-0f29-4630-b563-24051fc9cbd6 resource provider aggregate not found 2026-03-06 01:42:52.834 8 INFO neutron.services.segments.plugin [-] Segment b2154d96-0f29-4630-b563-24051fc9cbd6 resource provider aggregate not found 2026-03-06 01:42:52.843 7 INFO neutron.services.segments.plugin [-] Segment c18f7cd6-7af2-4358-a5fd-f83a28a41430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c18f7cd6-7af2-4358-a5fd-f83a28a41430 found for delete ", "request_id": "req-25fd01ba-2cc4-40d1-af31-d285edf25346"}]} 2026-03-06 01:42:52.846 7 INFO neutron.services.segments.plugin [-] Segment c18f7cd6-7af2-4358-a5fd-f83a28a41430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c18f7cd6-7af2-4358-a5fd-f83a28a41430 found for delete ", "request_id": "req-6fc24c3c-6adf-490f-882c-d61b9d3df90d"}]} [pid: 8|app: 0|req: 1147/2336] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/networks/93c8e067-12eb-4e5b-86ae-8425f5384337 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:42:52.855 8 INFO neutron.services.segments.plugin [-] Segment b2154d96-0f29-4630-b563-24051fc9cbd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2154d96-0f29-4630-b563-24051fc9cbd6 found for delete ", "request_id": "req-ccc97862-bb51-43e6-813a-c92a43cbdd8e"}]} 2026-03-06 01:42:52.857 8 INFO neutron.services.segments.plugin [-] Segment b2154d96-0f29-4630-b563-24051fc9cbd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2154d96-0f29-4630-b563-24051fc9cbd6 found for delete ", "request_id": "req-37679d1f-8f1f-4bbd-b154-2844726e4ba5"}]} [pid: 8|app: 0|req: 1148/2337] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1008 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2338] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:52 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 1190/2339] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/networks/39e2e291-a033-4436-b86c-907e73a5a1bf => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2340] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:52 2026] DELETE /v2.0/networks/c4eecf21-1b9a-46fd-9711-032d47455d76 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2341] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:42:53 2026] DELETE /v2.0/networks/07ef3362-c07b-4849-a15e-228860ba2710 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2342] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:53 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1008 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2343] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:54 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2344] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:53 2026] GET /v2.0/security-groups?tenant_id=b06e8358012545ce9b44f51835b921a9&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2345] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:54 2026] DELETE /v2.0/security-groups/0e7afa61-89f1-4356-a18a-e2ed45d97709 => 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: 1152/2346] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:54 2026] GET /v2.0/security-groups?tenant_id=decb0d76f4c6441bb9d0bbf21edf34ea&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2347] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:54 2026] DELETE /v2.0/security-groups/75a7e304-385c-421f-87f8-0ae5efa4a3a4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2348] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:54 2026] GET /v2.0/security-groups?tenant_id=61ec514052ba4bb1a12b41f7410ef452&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:42:54.868 7 INFO neutron.services.segments.plugin [-] Segment c7be232d-2bf8-45c3-a806-a65cb6422c84 resource provider aggregate not found 2026-03-06 01:42:54.875 7 INFO neutron.services.segments.plugin [-] Segment c7be232d-2bf8-45c3-a806-a65cb6422c84 resource provider aggregate not found 2026-03-06 01:42:54.878 8 INFO neutron.services.segments.plugin [-] Segment 2a2be919-72f4-49a9-9449-fcade6507f7a resource provider aggregate not found 2026-03-06 01:42:54.884 8 INFO neutron.services.segments.plugin [-] Segment 2a2be919-72f4-49a9-9449-fcade6507f7a resource provider aggregate not found 2026-03-06 01:42:54.897 8 INFO neutron.services.segments.plugin [-] Segment 2a2be919-72f4-49a9-9449-fcade6507f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2be919-72f4-49a9-9449-fcade6507f7a found for delete ", "request_id": "req-d9ba8746-d05f-4cd5-b962-2fb1c50b508a"}]} 2026-03-06 01:42:54.903 7 INFO neutron.services.segments.plugin [-] Segment c7be232d-2bf8-45c3-a806-a65cb6422c84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7be232d-2bf8-45c3-a806-a65cb6422c84 found for delete ", "request_id": "req-b9e80088-d8be-4615-ac3a-633841382b68"}]} 2026-03-06 01:42:54.911 8 INFO neutron.services.segments.plugin [-] Segment 2a2be919-72f4-49a9-9449-fcade6507f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2be919-72f4-49a9-9449-fcade6507f7a found for delete ", "request_id": "req-b21c1827-b01c-4183-b906-b1eb1319e8d2"}]} 2026-03-06 01:42:54.913 7 INFO neutron.services.segments.plugin [-] Segment c7be232d-2bf8-45c3-a806-a65cb6422c84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7be232d-2bf8-45c3-a806-a65cb6422c84 found for delete ", "request_id": "req-d831105a-4a4a-415d-9321-3b3da232e7e7"}]} 2026-03-06 01:42:54.928 7 INFO neutron.services.segments.plugin [-] Segment 00ea1712-0232-4ed8-9e95-69aef1e4bec8 resource provider aggregate not found 2026-03-06 01:42:54.932 7 INFO neutron.services.segments.plugin [-] Segment 00ea1712-0232-4ed8-9e95-69aef1e4bec8 resource provider aggregate not found 2026-03-06 01:42:54.947 7 INFO neutron.services.segments.plugin [-] Segment 00ea1712-0232-4ed8-9e95-69aef1e4bec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ea1712-0232-4ed8-9e95-69aef1e4bec8 found for delete ", "request_id": "req-46c78302-fb7e-4563-8074-b4d3f4b6e5dd"}]} 2026-03-06 01:42:54.949 7 INFO neutron.services.segments.plugin [-] Segment 00ea1712-0232-4ed8-9e95-69aef1e4bec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ea1712-0232-4ed8-9e95-69aef1e4bec8 found for delete ", "request_id": "req-3420db6b-1e07-4d9c-b962-4a4efdc15f14"}]} [pid: 7|app: 0|req: 1196/2349] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:54 2026] DELETE /v2.0/security-groups/1c4eb178-0e8a-4056-a5a6-4e3255c4a6c1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2350] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1008 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2351] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:42:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2352] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 1198/2353] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:42:55 2026] PUT /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2354] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2355] 10.0.0.155 () {34 vars in 763 bytes} [Fri Mar 6 01:42:55 2026] PUT /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2356] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2357] 10.0.0.155 () {34 vars in 759 bytes} [Fri Mar 6 01:42:55 2026] PUT /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/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: 1200/2358] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1277 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2359] 199.204.45.102 () {34 vars in 1123 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/security-groups?id=197305c5-88ab-457a-a781-e2a63e5bc6e9&id=4d6f8018-1fad-4f56-aee5-fde805b983c9&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2360] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/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: 1160/2361] 10.0.0.155 () {34 vars in 781 bytes} [Fri Mar 6 01:42:55 2026] PUT /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2362] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2363] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:42:55 2026] PUT /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2364] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2365] 10.0.0.155 () {32 vars in 740 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:42:55.758 7 INFO neutron.api.v2.resource [None req-afeaadd4-ac1d-4059-9447-890c342e3c82 7b9eed19934a4284bacbe74773132f17 777c1c2cc4f1459889783b80f983da98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1204/2366] 10.0.0.155 () {32 vars in 744 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2367] 10.0.0.155 () {32 vars in 743 bytes} [Fri Mar 6 01:42:55 2026] DELETE /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/red => 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: 1205/2368] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:42:55.901 8 INFO neutron.api.v2.resource [None req-4affd0b5-4188-45df-baf8-6edf8686b023 7b9eed19934a4284bacbe74773132f17 777c1c2cc4f1459889783b80f983da98 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2369] 10.0.0.155 () {32 vars in 747 bytes} [Fri Mar 6 01:42:55 2026] DELETE /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2370] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:42:55 2026] DELETE /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => 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: 1165/2371] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:42:55 2026] GET /v2.0/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2372] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:42:56 2026] DELETE /v2.0/qos/policies/dd3d82ac-03da-4b76-b8ef-4ac2bb1fd42a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2373] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:56 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2374] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:56 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 8|app: 0|req: 1167/2375] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:56 2026] GET /v2.0/security-groups?tenant_id=08a09ea3f3474c89b9b8e8838a3a5966&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2376] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:57 2026] DELETE /v2.0/security-groups/1acf18c2-9067-4439-a7e8-d858f5bd792b => 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: 1168/2377] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:42:57 2026] GET /v2.0/security-groups?tenant_id=777c1c2cc4f1459889783b80f983da98&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: 1169/2378] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:57 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2379] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:42:57 2026] DELETE /v2.0/security-groups/86b61b6a-9aae-4ba8-96ac-d0f97d675e0b => 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: 1170/2380] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:42:57 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2381] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:42:57 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:42:58.076 8 INFO neutron.db.l3_db [None req-ee12c6ff-e8eb-497d-b8ea-31813e9cfd12 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Floating IP 11633991-8f88-49de-87d2-b825cee8a495 associated. External IP: 10.96.250.214, port: cb342259-07fd-4978-824d-d5d34d283402. [pid: 8|app: 0|req: 1171/2382] 10.0.0.155 () {34 vars in 748 bytes} [Fri Mar 6 01:42:57 2026] PUT /v2.0/floatingips/11633991-8f88-49de-87d2-b825cee8a495 => generated 855 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:42:58.447 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bb1d885-25ba-4528-9782-76bce8e6b16a'] response: {'name': 'network-changed', 'server_uuid': '00382425-1265-48be-ad22-850639df3614', 'tag': 'cb342259-07fd-4978-824d-d5d34d283402', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2383] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:42:58 2026] GET /v2.0/ports?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&device_id=00382425-1265-48be-ad22-850639df3614 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2384] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:42:58 2026] GET /v2.0/networks?id=21ada7c7-969d-492d-87ab-8ee807afdbb6 => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2385] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:42:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cb342259-07fd-4978-824d-d5d34d283402 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2386] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:42:59 2026] GET /v2.0/subnets?id=ac51ad6d-18b8-4232-8b3c-01bdaa856e02 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2387] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:42:59 2026] GET /v2.0/ports?network_id=21ada7c7-969d-492d-87ab-8ee807afdbb6&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2388] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:42:59 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2389] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:42:59 2026] GET /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2390] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:42:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2391] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:42:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2394] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:42:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2395] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:42:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2396] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:43:00 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2397] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:00 2026] PUT /v2.0/security-groups/230d3c5e-262b-4284-9cc9-946c2d36808b/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2398] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:00 2026] PUT /v2.0/security-groups/edcadf11-be12-4ea2-9545-4aa38ab8e27e/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2399] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:00 2026] PUT /v2.0/security-groups/28af3b93-5609-4546-b398-692f3bb098c2/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2400] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:00 2026] PUT /v2.0/security-groups/b2fed1b3-322e-4749-ba90-147f88ecc822/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2401] 10.0.0.155 () {32 vars in 679 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2402] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2403] 10.0.0.155 () {32 vars in 689 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2404] 10.0.0.155 () {32 vars in 701 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2405] 10.0.0.155 () {32 vars in 687 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2406] 10.0.0.155 () {32 vars in 701 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2407] 10.0.0.155 () {32 vars in 697 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2408] 10.0.0.155 () {32 vars in 709 bytes} [Fri Mar 6 01:43:00 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2409] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:00 2026] DELETE /v2.0/security-groups/230d3c5e-262b-4284-9cc9-946c2d36808b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2410] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:00 2026] DELETE /v2.0/security-groups/edcadf11-be12-4ea2-9545-4aa38ab8e27e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2411] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:00 2026] DELETE /v2.0/security-groups/28af3b93-5609-4546-b398-692f3bb098c2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:01.125 8 INFO neutron.db.segments_db [None req-b94a72ec-fd20-42f2-94df-cbd313b278b2 066dcfdcdaab4ebe82684884bd64c319 4d8952e2da7b4c198097ffbe6c83e562 - - default default] Added segment bbbd2151-928f-4985-a171-a78dad100d01 of type vxlan for network bc8dc963-e017-45f2-ac8a-cbc65396af87 [pid: 7|app: 0|req: 1229/2412] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:01 2026] DELETE /v2.0/security-groups/b2fed1b3-322e-4749-ba90-147f88ecc822 => 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: 1184/2413] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:00 2026] POST /v2.0/networks => generated 631 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2414] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:01 2026] DELETE /v2.0/security-groups/db1d3ea1-53fd-4603-ad1c-68aad15dc99c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:01.242 8 INFO neutron.db.segments_db [None req-929eed65-36b6-4fea-927f-12c757875a54 066dcfdcdaab4ebe82684884bd64c319 4d8952e2da7b4c198097ffbe6c83e562 - - default default] Added segment a609c7b5-5a1f-426b-8d08-7b57da732794 of type vxlan for network a34541c2-f686-4a98-8c50-fe71d5b5918c [pid: 8|app: 0|req: 1185/2415] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:01 2026] POST /v2.0/networks => generated 631 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2416] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:01 2026] PUT /v2.0/networks/bc8dc963-e017-45f2-ac8a-cbc65396af87/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: 1186/2417] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:43:01 2026] GET /v2.0/networks/bc8dc963-e017-45f2-ac8a-cbc65396af87/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2418] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:01 2026] PUT /v2.0/networks/a34541c2-f686-4a98-8c50-fe71d5b5918c/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2419] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:43:01 2026] GET /v2.0/networks/a34541c2-f686-4a98-8c50-fe71d5b5918c/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2420] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:01 2026] PUT /v2.0/networks/a34541c2-f686-4a98-8c50-fe71d5b5918c/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2421] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:43:01 2026] GET /v2.0/networks/a34541c2-f686-4a98-8c50-fe71d5b5918c/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2422] 10.0.0.155 () {32 vars in 732 bytes} [Fri Mar 6 01:43:01 2026] GET /v2.0/networks/bc8dc963-e017-45f2-ac8a-cbc65396af87/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:01.790 8 INFO neutron.services.segments.plugin [-] Segment bbbd2151-928f-4985-a171-a78dad100d01 resource provider aggregate not found 2026-03-06 01:43:01.794 8 INFO neutron.services.segments.plugin [-] Segment bbbd2151-928f-4985-a171-a78dad100d01 resource provider aggregate not found 2026-03-06 01:43:01.806 8 INFO neutron.services.segments.plugin [-] Segment bbbd2151-928f-4985-a171-a78dad100d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbd2151-928f-4985-a171-a78dad100d01 found for delete ", "request_id": "req-4156e63d-bab8-4e72-8156-8fee9e55ce06"}]} 2026-03-06 01:43:01.808 8 INFO neutron.services.segments.plugin [-] Segment bbbd2151-928f-4985-a171-a78dad100d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbd2151-928f-4985-a171-a78dad100d01 found for delete ", "request_id": "req-5ff7d1a9-e4f7-48c7-85ad-f7d872a89da1"}]} [pid: 8|app: 0|req: 1189/2423] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:01 2026] DELETE /v2.0/networks/bc8dc963-e017-45f2-ac8a-cbc65396af87 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:01.953 7 INFO neutron.services.segments.plugin [-] Segment a609c7b5-5a1f-426b-8d08-7b57da732794 resource provider aggregate not found 2026-03-06 01:43:01.959 7 INFO neutron.services.segments.plugin [-] Segment a609c7b5-5a1f-426b-8d08-7b57da732794 resource provider aggregate not found 2026-03-06 01:43:01.975 7 INFO neutron.services.segments.plugin [-] Segment a609c7b5-5a1f-426b-8d08-7b57da732794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a609c7b5-5a1f-426b-8d08-7b57da732794 found for delete ", "request_id": "req-37697956-4259-4f41-af9a-56c1e80d1d31"}]} 2026-03-06 01:43:01.982 7 INFO neutron.services.segments.plugin [-] Segment a609c7b5-5a1f-426b-8d08-7b57da732794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a609c7b5-5a1f-426b-8d08-7b57da732794 found for delete ", "request_id": "req-345febce-02d8-45a5-8d8c-631060768924"}]} [pid: 7|app: 0|req: 1235/2424] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:01 2026] DELETE /v2.0/networks/a34541c2-f686-4a98-8c50-fe71d5b5918c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2425] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:01 2026] GET /v2.0/security-groups?tenant_id=96dc389de639400d88ad179f9cba6573&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: 1236/2426] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:02 2026] DELETE /v2.0/security-groups/a3aa5dc3-55e8-4dcf-85a6-94f720d184c4 => 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: 1191/2427] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:02 2026] GET /v2.0/security-groups?tenant_id=51c0f7b5384f4b7e9cbbda317e23e9ad&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2428] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:02 2026] DELETE /v2.0/security-groups/7d123c51-1f0a-48bc-89b1-e15fc5a45b8f => 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: 1193/2429] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:02 2026] GET /v2.0/security-groups?tenant_id=7ef71de2db314c45809070f0a19c1d7f&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2430] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:02 2026] GET /v2.0/security-groups?tenant_id=0147551cc1b54c03a14069892eea7283&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2431] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:02 2026] DELETE /v2.0/security-groups/baefedbb-34bd-49b8-9cac-5d5346a82f31 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2432] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:02 2026] DELETE /v2.0/security-groups/ffbd042e-2b25-4c04-8f70-8b4cf3515526 => 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: 1195/2433] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:02 2026] GET /v2.0/security-groups?tenant_id=4d8952e2da7b4c198097ffbe6c83e562&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: 1239/2434] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:03 2026] DELETE /v2.0/security-groups/9b27984c-0c34-489a-9d0b-f01c9c7d5ce1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2435] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:05 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2436] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:43:05 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 8|app: 0|req: 1197/2437] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:05 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1279 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2438] 10.0.0.155 () {32 vars in 857 bytes} [Fri Mar 6 01:43:06 2026] GET /v2.0/floatingips?floating_network_id=92e52b1d-40e1-44a0-962c-4dd22538b606&port_id=cb342259-07fd-4978-824d-d5d34d283402 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2439] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:06 2026] GET /v2.0/security-groups?tenant_id=dd0909e75b7e498ca295c3ebffc73bde&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2440] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:06 2026] DELETE /v2.0/security-groups/4c3abc8b-2703-4a0f-b30d-589f895f9539 => 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: 1199/2441] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:06 2026] GET /v2.0/security-groups?tenant_id=f51b9420cb0844629f67297c58df1dbf&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: 1200/2442] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:06 2026] DELETE /v2.0/security-groups/e79d53c5-cbf2-4882-8358-e70bfc032e17 => 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: 1201/2443] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:43:07 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1279 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:07.081 7 INFO neutron.db.segments_db [None req-e8cfa764-645b-447d-be55-3064182914b2 bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Added segment 4bded557-d38b-4c71-a493-64e9fd2df555 of type vxlan for network b7ceef0c-45d7-4863-9c9d-38bc8222612a [pid: 8|app: 0|req: 1202/2444] 10.0.0.71 () {34 vars in 1118 bytes} [Fri Mar 6 01:43:07 2026] GET /v2.0/security-groups?id=197305c5-88ab-457a-a781-e2a63e5bc6e9&id=4d6f8018-1fad-4f56-aee5-fde805b983c9&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2445] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:06 2026] POST /v2.0/networks => generated 632 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2446] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:07 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:07.468 7 INFO neutron.db.segments_db [None req-13733763-1a69-4ed6-8619-16ea23126003 bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Added segment 757e484e-c551-412d-9e66-7858083c324d of type vxlan for network 1c8b0661-5440-4252-8bce-1888bcf6cdf3 [pid: 7|app: 0|req: 1244/2447] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:07 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: 8|app: 0|req: 1204/2448] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:07 2026] POST /v2.0/subnets => generated 629 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:07.927 7 INFO neutron.db.segments_db [None req-49a6d7e4-6461-40fc-80f1-2e8bccb4c5cc bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Added segment 61e81615-61b1-42ee-b15c-dc4abe928f42 of type vxlan for network fa420a39-9bd6-4e3f-a316-d0c8399c2168 [pid: 7|app: 0|req: 1245/2449] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:07 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2450] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:08 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-03-06 01:43:08.297 7 INFO neutron.db.segments_db [None req-fd389aef-4d54-4ef9-8b51-7b094ee9041f bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Added segment c982f4b7-4a88-4219-b155-c8a0b35289ec of type vxlan for network 4e69546d-bc9b-46ed-970b-ea74a4f2016d [pid: 7|app: 0|req: 1246/2451] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:08 2026] POST /v2.0/networks => generated 632 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2452] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:08 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:08.682 7 INFO neutron.db.segments_db [None req-008ccada-91f4-41cc-8e27-a1014ab73cd7 bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Added segment 86e83d5f-876e-45d2-a6c5-1ff7981f154a of type vxlan for network 3a8d9d0f-679b-4d75-807e-1d19b9e44895 [pid: 7|app: 0|req: 1247/2453] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:08 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2454] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:08 2026] POST /v2.0/subnets => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2455] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:09 2026] PUT /v2.0/subnets/79b2dc7a-529c-4827-ba34-7808f47751f0/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2456] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:09 2026] PUT /v2.0/subnets/98cca04d-3891-471b-b2f9-4d4f9c7ab8cf/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2457] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:09 2026] PUT /v2.0/subnets/d6a7e2d6-601b-41ef-b34c-2205586203e7/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2458] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:09 2026] PUT /v2.0/subnets/5b38b87b-7c39-49c5-a732-f7e170165793/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2459] 10.0.0.155 () {32 vars in 663 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2460] 10.0.0.155 () {32 vars in 677 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2461] 10.0.0.155 () {32 vars in 673 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2462] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2463] 10.0.0.155 () {32 vars in 671 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2464] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2465] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2466] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2467] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2468] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:43:09 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2469] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:09 2026] DELETE /v2.0/subnets/79b2dc7a-529c-4827-ba34-7808f47751f0 => 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: 1215/2470] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:09 2026] DELETE /v2.0/subnets/98cca04d-3891-471b-b2f9-4d4f9c7ab8cf => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2471] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:09 2026] DELETE /v2.0/subnets/d6a7e2d6-601b-41ef-b34c-2205586203e7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2472] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/subnets/5b38b87b-7c39-49c5-a732-f7e170165793 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2473] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/subnets/0de5b4e8-8967-4225-a433-baed6fee0898 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:10.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-fca88824-930b-4ce5-8be0-bc1301b0a473 bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] TaaS: Handle Delete Port: d26adc6f-03af-4aeb-b964-16f1c37a43d5 2026-03-06 01:43:10.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca88824-930b-4ce5-8be0-bc1301b0a473 bc6d304c3b0541bbbdb9bf95d6ef6055 ecbab754e56648ae9c1ca8d9864d5a6a - - default default] Tap Mirror: Handle Delete Port: d26adc6f-03af-4aeb-b964-16f1c37a43d5 2026-03-06 01:43:10.553 8 INFO neutron.services.segments.plugin [-] Segment 4bded557-d38b-4c71-a493-64e9fd2df555 resource provider aggregate not found 2026-03-06 01:43:10.558 8 INFO neutron.services.segments.plugin [-] Segment 4bded557-d38b-4c71-a493-64e9fd2df555 resource provider aggregate not found 2026-03-06 01:43:10.578 8 INFO neutron.services.segments.plugin [-] Segment 4bded557-d38b-4c71-a493-64e9fd2df555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bded557-d38b-4c71-a493-64e9fd2df555 found for delete ", "request_id": "req-b476d0bc-4a34-4b23-b893-306779634941"}]} 2026-03-06 01:43:10.581 8 INFO neutron.services.segments.plugin [-] Segment 4bded557-d38b-4c71-a493-64e9fd2df555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bded557-d38b-4c71-a493-64e9fd2df555 found for delete ", "request_id": "req-fbdeba99-2a84-450b-bae7-ec7a5a609e80"}]} [pid: 8|app: 0|req: 1217/2474] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/networks/b7ceef0c-45d7-4863-9c9d-38bc8222612a => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:10.712 7 INFO neutron.services.segments.plugin [-] Segment 757e484e-c551-412d-9e66-7858083c324d resource provider aggregate not found 2026-03-06 01:43:10.716 7 INFO neutron.services.segments.plugin [-] Segment 757e484e-c551-412d-9e66-7858083c324d resource provider aggregate not found 2026-03-06 01:43:10.728 7 INFO neutron.services.segments.plugin [-] Segment 757e484e-c551-412d-9e66-7858083c324d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 757e484e-c551-412d-9e66-7858083c324d found for delete ", "request_id": "req-8f9bb788-9689-48db-82ad-76c7cd86f358"}]} 2026-03-06 01:43:10.732 7 INFO neutron.services.segments.plugin [-] Segment 757e484e-c551-412d-9e66-7858083c324d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 757e484e-c551-412d-9e66-7858083c324d found for delete ", "request_id": "req-8d8e09dd-4b13-4d55-b989-ce035c6d789f"}]} [pid: 8|app: 0|req: 1218/2475] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:10 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2476] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/networks/1c8b0661-5440-4252-8bce-1888bcf6cdf3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2477] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:43:10 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&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: 8|app: 0|req: 1219/2478] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/networks/fa420a39-9bd6-4e3f-a316-d0c8399c2168 => 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: 1260/2479] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/networks/4e69546d-bc9b-46ed-970b-ea74a4f2016d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2480] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:10 2026] DELETE /v2.0/networks/3a8d9d0f-679b-4d75-807e-1d19b9e44895 => 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: 1261/2481] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:11 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2482] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:43:11 2026] GET /v2.0/security-groups?id=4d6f8018-1fad-4f56-aee5-fde805b983c9&id=197305c5-88ab-457a-a781-e2a63e5bc6e9&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2483] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:43:11 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2484] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:11 2026] GET /v2.0/security-groups?tenant_id=ecbab754e56648ae9c1ca8d9864d5a6a&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:12.085 7 INFO neutron_taas.services.taas.taas_plugin [req-2b960ad0-6d89-49d2-b985-f6fe1e59cbb7 req-8bb1d0b8-9608-4177-b6f9-d7cbe9159992 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] TaaS: Handle Delete Port: cb342259-07fd-4978-824d-d5d34d283402 2026-03-06 01:43:12.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2b960ad0-6d89-49d2-b985-f6fe1e59cbb7 req-8bb1d0b8-9608-4177-b6f9-d7cbe9159992 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Tap Mirror: Handle Delete Port: cb342259-07fd-4978-824d-d5d34d283402 [pid: 8|app: 0|req: 1222/2485] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:12 2026] DELETE /v2.0/security-groups/80b89f5d-8bac-481b-86e2-7f25c118569a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:12.199 7 INFO neutron.db.l3_db [req-2b960ad0-6d89-49d2-b985-f6fe1e59cbb7 req-8bb1d0b8-9608-4177-b6f9-d7cbe9159992 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Floating IP 11633991-8f88-49de-87d2-b825cee8a495 disassociated. External IP: 10.96.250.214, port: cb342259-07fd-4978-824d-d5d34d283402. [pid: 8|app: 0|req: 1223/2486] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:12 2026] GET /v2.0/security-groups?tenant_id=95a5872be345442597a7339d3a24e556&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2487] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:12 2026] DELETE /v2.0/security-groups/eba518f7-bf75-485f-8da8-62e2cd015740 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2488] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:43:11 2026] DELETE /v2.0/ports/cb342259-07fd-4978-824d-d5d34d283402 => generated 0 bytes in 500 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:12.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32f539c2-7704-49cc-b65c-8959f46eeb6f'] response: {'server_uuid': '00382425-1265-48be-ad22-850639df3614', 'name': 'network-vif-deleted', 'tag': 'cb342259-07fd-4978-824d-d5d34d283402', 'status': 'completed', 'code': 200} 2026-03-06 01:43:12.598 8 INFO neutron.services.segments.plugin [-] Segment 61e81615-61b1-42ee-b15c-dc4abe928f42 resource provider aggregate not found 2026-03-06 01:43:12.602 8 INFO neutron.services.segments.plugin [-] Segment 61e81615-61b1-42ee-b15c-dc4abe928f42 resource provider aggregate not found 2026-03-06 01:43:12.621 8 INFO neutron.services.segments.plugin [-] Segment 61e81615-61b1-42ee-b15c-dc4abe928f42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e81615-61b1-42ee-b15c-dc4abe928f42 found for delete ", "request_id": "req-4028db62-a616-4e19-bcee-6ccf6f03eb16"}]} 2026-03-06 01:43:12.626 8 INFO neutron.services.segments.plugin [-] Segment 61e81615-61b1-42ee-b15c-dc4abe928f42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e81615-61b1-42ee-b15c-dc4abe928f42 found for delete ", "request_id": "req-f718520c-938d-4d6b-9166-0dec35c61668"}]} 2026-03-06 01:43:12.639 8 INFO neutron.services.segments.plugin [-] Segment 86e83d5f-876e-45d2-a6c5-1ff7981f154a resource provider aggregate not found 2026-03-06 01:43:12.656 8 INFO neutron.services.segments.plugin [-] Segment 86e83d5f-876e-45d2-a6c5-1ff7981f154a resource provider aggregate not found 2026-03-06 01:43:12.656 8 INFO neutron.services.segments.plugin [-] Segment 86e83d5f-876e-45d2-a6c5-1ff7981f154a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e83d5f-876e-45d2-a6c5-1ff7981f154a found for delete ", "request_id": "req-7c49574d-e77f-4ceb-b39d-cc1f7f63b143"}]} 2026-03-06 01:43:12.675 8 INFO neutron.services.segments.plugin [-] Segment 86e83d5f-876e-45d2-a6c5-1ff7981f154a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86e83d5f-876e-45d2-a6c5-1ff7981f154a found for delete ", "request_id": "req-fe53d140-e101-41ca-b798-75b290b241de"}]} [pid: 8|app: 0|req: 1225/2489] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:12 2026] GET /v2.0/security-groups?tenant_id=155af413ca134c2290b5c752c80568a7&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:12.754 7 INFO neutron.services.segments.plugin [-] Segment c982f4b7-4a88-4219-b155-c8a0b35289ec resource provider aggregate not found 2026-03-06 01:43:12.755 7 INFO neutron.services.segments.plugin [-] Segment c982f4b7-4a88-4219-b155-c8a0b35289ec resource provider aggregate not found 2026-03-06 01:43:12.769 7 INFO neutron.services.segments.plugin [-] Segment c982f4b7-4a88-4219-b155-c8a0b35289ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c982f4b7-4a88-4219-b155-c8a0b35289ec found for delete ", "request_id": "req-71d90135-5f50-46a8-a353-11af3b4b2fed"}]} 2026-03-06 01:43:12.769 7 INFO neutron.services.segments.plugin [-] Segment c982f4b7-4a88-4219-b155-c8a0b35289ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c982f4b7-4a88-4219-b155-c8a0b35289ec found for delete ", "request_id": "req-a78c3432-5431-4e93-9422-64159846df22"}]} [pid: 7|app: 0|req: 1265/2490] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:12 2026] DELETE /v2.0/security-groups/55e8aae2-3a72-49b1-9842-80013dd33754 => 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: 1226/2491] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:12 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1266/2492] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:14 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1228/2495] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:43:15 2026] GET /v2.0/ports?device_id=00382425-1265-48be-ad22-850639df3614 => 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: 1268/2496] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:43:15 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2497] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2498] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2499] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:16 2026] DELETE /v2.0/security-groups/4d6f8018-1fad-4f56-aee5-fde805b983c9 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:16.407 7 INFO neutron.api.v2.resource [None req-44f5ca7d-3fce-41c3-8244-7e116cc4465d 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1270/2500] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/security-groups/4d6f8018-1fad-4f56-aee5-fde805b983c9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2501] 10.0.0.155 () {34 vars in 769 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2502] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:16.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-d293f106-fdf3-42ce-aeaf-fdf860391728 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] TaaS: Handle Delete Port: 551f9698-3403-423a-97f8-1ed70fe33ba2 2026-03-06 01:43:16.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d293f106-fdf3-42ce-aeaf-fdf860391728 8b968354f6b14fa1af361dfeb4a378d7 eb7a87ca622b4595b22e4b110dcb4667 - - default default] Tap Mirror: Handle Delete Port: 551f9698-3403-423a-97f8-1ed70fe33ba2 [pid: 8|app: 0|req: 1233/2503] 10.0.0.155 () {34 vars in 765 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2504] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2505] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:43:16 2026] DELETE /v2.0/floatingips/11633991-8f88-49de-87d2-b825cee8a495 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2506] 10.0.0.155 () {34 vars in 787 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/black.or.white => 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: 1236/2507] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2508] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2509] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:16 2026] DELETE /v2.0/security-groups/197305c5-88ab-457a-a781-e2a63e5bc6e9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2510] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2511] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:16.903 7 INFO neutron.api.v2.resource [None req-2fb98759-e418-4a76-aeb2-79fb0eaf5bca de7f152266aa45c4bda8e2bd8685fe7a d8594d53d4b44d10a76a400af7838d7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2512] 10.0.0.155 () {32 vars in 750 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2513] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:43:16 2026] DELETE /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/red => 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: 1276/2514] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:16 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:17.053 7 INFO neutron.api.v2.resource [None req-178b51b4-07fb-437e-96ac-246d74124ffa de7f152266aa45c4bda8e2bd8685fe7a d8594d53d4b44d10a76a400af7838d7a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1277/2515] 10.0.0.155 () {32 vars in 753 bytes} [Fri Mar 6 01:43:17 2026] DELETE /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2516] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:43:17 2026] DELETE /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2517] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:17 2026] GET /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:17.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-4eb4847b-e117-47c8-be6c-659c2c6a6752 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: aa8f6452-8b81-4150-812f-838bdc5ce859 2026-03-06 01:43:17.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eb4847b-e117-47c8-be6c-659c2c6a6752 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: aa8f6452-8b81-4150-812f-838bdc5ce859 2026-03-06 01:43:17.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d6eb6a1-f9c3-4361-acc8-26433e8c472d de7f152266aa45c4bda8e2bd8685fe7a d8594d53d4b44d10a76a400af7838d7a - - default default] TaaS: Handle Delete Port: 02ed229d-6605-4bec-853d-6da228125297 2026-03-06 01:43:17.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d6eb6a1-f9c3-4361-acc8-26433e8c472d de7f152266aa45c4bda8e2bd8685fe7a d8594d53d4b44d10a76a400af7838d7a - - default default] Tap Mirror: Handle Delete Port: 02ed229d-6605-4bec-853d-6da228125297 [pid: 7|app: 0|req: 1280/2518] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:43:17 2026] DELETE /v2.0/floatingips/695708f4-9c91-412b-87b1-f3fae54a2e70 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2519] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:43:16 2026] PUT /v2.0/routers/45247f15-f1bc-4127-9eb5-32eaef75f6bb/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:43:18.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-a040467a-5749-4171-b74d-113e06231017 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: c0b93f23-bddf-45b3-8035-5dcc8acc1ec6 2026-03-06 01:43:18.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a040467a-5749-4171-b74d-113e06231017 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: c0b93f23-bddf-45b3-8035-5dcc8acc1ec6 [pid: 8|app: 0|req: 1240/2520] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:18 2026] GET /v2.0/security-groups?tenant_id=d8594d53d4b44d10a76a400af7838d7a&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:18.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-a040467a-5749-4171-b74d-113e06231017 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 3ebc0fc0-d7ed-4f79-8eb7-fbea44aeb36c 2026-03-06 01:43:18.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a040467a-5749-4171-b74d-113e06231017 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 3ebc0fc0-d7ed-4f79-8eb7-fbea44aeb36c [pid: 8|app: 0|req: 1241/2521] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:18 2026] DELETE /v2.0/security-groups/20f40004-4cd6-4492-b0bf-fb02ca5c042f => 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: 1242/2522] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:18 2026] GET /v2.0/security-groups?tenant_id=9a6156424c7f472ba89a4208cb1a95b5&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2523] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:18 2026] DELETE /v2.0/security-groups/5f6c47a6-41f9-44a0-8f82-22519ef9d812 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:18.646 7 INFO neutron.services.segments.plugin [-] Segment a69dc609-e867-4b2a-a188-c0b8f36e10af resource provider aggregate not found 2026-03-06 01:43:18.653 7 INFO neutron.services.segments.plugin [-] Segment a69dc609-e867-4b2a-a188-c0b8f36e10af resource provider aggregate not found 2026-03-06 01:43:18.667 7 INFO neutron.services.segments.plugin [-] Segment a69dc609-e867-4b2a-a188-c0b8f36e10af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69dc609-e867-4b2a-a188-c0b8f36e10af found for delete ", "request_id": "req-21ec784f-3d5d-48db-b950-c839d90ef9dd"}]} 2026-03-06 01:43:18.668 7 INFO neutron.services.segments.plugin [-] Segment a69dc609-e867-4b2a-a188-c0b8f36e10af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69dc609-e867-4b2a-a188-c0b8f36e10af found for delete ", "request_id": "req-34b76faa-e5c4-4aec-b9dd-cc65a9c2d2b1"}]} 2026-03-06 01:43:18.675 7 INFO neutron.db.l3_hamode_db [None req-a040467a-5749-4171-b74d-113e06231017 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 8dc77316-3abd-4de3-a714-2c994fd0204c was deleted as no HA routers are present in tenant eb7a87ca622b4595b22e4b110dcb4667. [pid: 7|app: 0|req: 1281/2524] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:17 2026] DELETE /v2.0/routers/45247f15-f1bc-4127-9eb5-32eaef75f6bb => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2525] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:18 2026] DELETE /v2.0/subnets/ac51ad6d-18b8-4232-8b3c-01bdaa856e02 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:18.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-34ca0dc7-fd17-4c7b-9c9d-0eb5e7a64fbf 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 4042ad70-383c-4d52-9e43-1ed6b70f5f71 2026-03-06 01:43:18.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34ca0dc7-fd17-4c7b-9c9d-0eb5e7a64fbf 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 4042ad70-383c-4d52-9e43-1ed6b70f5f71 [pid: 7|app: 0|req: 1282/2526] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:18 2026] DELETE /v2.0/networks/21ada7c7-969d-492d-87ab-8ee807afdbb6 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:19.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-e941c79b-9347-46ce-a8cd-18a2b38bade3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:43:19.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e941c79b-9347-46ce-a8cd-18a2b38bade3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 65d3456b-eb1e-4019-99a5-81a16966c5af [pid: 8|app: 0|req: 1245/2527] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:43:19 2026] PUT /v2.0/routers/8093222d-b670-4431-93b3-f8106e71a659/remove_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:43:20.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5bdc2ab-c706-4445-a4e6-5b48f38fcd95 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 57c51f62-e5ad-42a7-8d5e-f18efc848b17 2026-03-06 01:43:20.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5bdc2ab-c706-4445-a4e6-5b48f38fcd95 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 57c51f62-e5ad-42a7-8d5e-f18efc848b17 2026-03-06 01:43:20.694 7 INFO neutron.services.segments.plugin [-] Segment 5329bc48-6c19-410e-8d4e-93d858da1883 resource provider aggregate not found 2026-03-06 01:43:20.697 7 INFO neutron.services.segments.plugin [-] Segment 5329bc48-6c19-410e-8d4e-93d858da1883 resource provider aggregate not found 2026-03-06 01:43:20.719 7 INFO neutron.services.segments.plugin [-] Segment 5329bc48-6c19-410e-8d4e-93d858da1883 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5329bc48-6c19-410e-8d4e-93d858da1883 found for delete ", "request_id": "req-8cc1f955-fa6e-471f-a86a-6f0582775ad0"}]} 2026-03-06 01:43:20.720 7 INFO neutron.services.segments.plugin [-] Segment 5329bc48-6c19-410e-8d4e-93d858da1883 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5329bc48-6c19-410e-8d4e-93d858da1883 found for delete ", "request_id": "req-d189ecfb-0536-431b-bb41-99cb33c9c88c"}]} 2026-03-06 01:43:20.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5bdc2ab-c706-4445-a4e6-5b48f38fcd95 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 7d449170-cd9b-4f5c-af2a-6b477a030066 2026-03-06 01:43:20.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5bdc2ab-c706-4445-a4e6-5b48f38fcd95 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 7d449170-cd9b-4f5c-af2a-6b477a030066 2026-03-06 01:43:21.298 7 INFO neutron.db.l3_hamode_db [None req-e5bdc2ab-c706-4445-a4e6-5b48f38fcd95 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] HA network 13dc5689-8574-427a-a58e-7507f49e3396 was deleted as no HA routers are present in tenant 95e77091fa9a4ea29e1a605452d57c40. [pid: 7|app: 0|req: 1283/2528] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:20 2026] DELETE /v2.0/routers/8093222d-b670-4431-93b3-f8106e71a659 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2529] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:21 2026] DELETE /v2.0/subnets/984e8980-b666-4eed-a377-7ec75d909bba => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:21.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-3de6424a-0446-41a5-adff-5cd015212730 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: d60a9524-04b5-4cc7-8fa1-4414251c9e0c 2026-03-06 01:43:21.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de6424a-0446-41a5-adff-5cd015212730 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: d60a9524-04b5-4cc7-8fa1-4414251c9e0c [pid: 7|app: 0|req: 1284/2530] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:21 2026] DELETE /v2.0/networks/d58497ed-73d9-45b1-b64e-fa433f03c87e => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2531] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:43:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2532] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:21 2026] PUT /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2533] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups?tenant_id=95e77091fa9a4ea29e1a605452d57c40&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2534] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2535] 10.0.0.155 () {34 vars in 777 bytes} [Fri Mar 6 01:43:22 2026] PUT /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/green => 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: 1249/2536] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/5cf7c5df-608d-41c3-8f86-5e4748ee5f96 => 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: 1288/2537] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2538] 10.0.0.155 () {34 vars in 773 bytes} [Fri Mar 6 01:43:22 2026] PUT /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/red => 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: 1289/2539] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2540] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups?tenant_id=eb7a87ca622b4595b22e4b110dcb4667&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: 1251/2541] 10.0.0.155 () {34 vars in 795 bytes} [Fri Mar 6 01:43:22 2026] PUT /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2542] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2543] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/e9a4d8b4-4940-4971-b160-32c37e4cf8a2 => 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: 1253/2544] 10.0.0.155 () {34 vars in 766 bytes} [Fri Mar 6 01:43:22 2026] PUT /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2545] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2546] 10.0.0.155 () {32 vars in 754 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:22.500 7 INFO neutron.api.v2.resource [None req-2f4cfc2d-6161-49b4-9314-c31877157ea0 e6596c266c0c422d9d116a67f1eea8bb bb3ac1f685654a6d8f193ba09c0e5b8c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2547] 10.0.0.155 () {32 vars in 758 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/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: 1255/2548] 10.0.0.155 () {32 vars in 757 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2549] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:22.657 8 INFO neutron.api.v2.resource [None req-1734a035-ca44-4049-b154-9cd7753c615c e6596c266c0c422d9d116a67f1eea8bb bb3ac1f685654a6d8f193ba09c0e5b8c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1256/2550] 10.0.0.155 () {32 vars in 761 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2551] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:22.737 7 INFO neutron.services.segments.plugin [-] Segment df85757b-a764-47b6-b4e9-2dc3ea0e644d resource provider aggregate not found 2026-03-06 01:43:22.744 7 INFO neutron.services.segments.plugin [-] Segment df85757b-a764-47b6-b4e9-2dc3ea0e644d resource provider aggregate not found [pid: 8|app: 0|req: 1257/2552] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:43:22 2026] GET /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:22.761 7 INFO neutron.services.segments.plugin [-] Segment df85757b-a764-47b6-b4e9-2dc3ea0e644d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df85757b-a764-47b6-b4e9-2dc3ea0e644d found for delete ", "request_id": "req-0d103aaa-96ef-4a50-8819-ced30f19fadf"}]} 2026-03-06 01:43:22.778 7 INFO neutron.services.segments.plugin [-] Segment 164e2944-9817-4ba2-91b0-084504880607 resource provider aggregate not found 2026-03-06 01:43:22.783 7 INFO neutron.services.segments.plugin [-] Segment df85757b-a764-47b6-b4e9-2dc3ea0e644d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df85757b-a764-47b6-b4e9-2dc3ea0e644d found for delete ", "request_id": "req-adaeba7c-597b-498e-b088-c62e81c5a61b"}]} 2026-03-06 01:43:22.800 7 INFO neutron.services.segments.plugin [-] Segment 164e2944-9817-4ba2-91b0-084504880607 resource provider aggregate not found 2026-03-06 01:43:22.804 7 INFO neutron.services.segments.plugin [-] Segment 164e2944-9817-4ba2-91b0-084504880607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164e2944-9817-4ba2-91b0-084504880607 found for delete ", "request_id": "req-9f1f6c47-65e0-43c0-bc6a-536552b4ae1d"}]} 2026-03-06 01:43:22.812 7 INFO neutron.services.segments.plugin [-] Segment 164e2944-9817-4ba2-91b0-084504880607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164e2944-9817-4ba2-91b0-084504880607 found for delete ", "request_id": "req-6905719b-942a-4c27-87d0-964b6b35807c"}]} [pid: 7|app: 0|req: 1296/2553] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:22 2026] DELETE /v2.0/security-groups/dd3e9b2b-27a5-4f01-bb23-949f3b7cc8c7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2554] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:23 2026] GET /v2.0/security-groups?tenant_id=bb3ac1f685654a6d8f193ba09c0e5b8c&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2555] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:23 2026] DELETE /v2.0/security-groups/8b948d42-c75a-4251-af97-9e8ccf05c6d8 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2556] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:23 2026] GET /v2.0/security-groups?tenant_id=a5132ee2be364cf18a35a33a0bfe408b&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2557] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:23 2026] DELETE /v2.0/security-groups/b68f3ebd-3167-4bc6-a62b-ffb42c24f6ca => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:26.620 8 INFO neutron.db.segments_db [None req-c0250467-5238-41cc-97d8-66e06bc0a949 56550d77406c442eb7ef95eb4357f153 386f35f0666a4c18ba645c35b7e48114 - - default default] Added segment c10a49ec-3249-4337-a74e-91f271968c55 of type vxlan for network b01d5a7c-76f5-4797-abb5-4b41124d1e84 [pid: 8|app: 0|req: 1260/2558] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:26 2026] POST /v2.0/networks => generated 631 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:26.791 7 INFO neutron.db.segments_db [None req-6f9e32ff-40f1-48d7-b6d1-e8476e414f9c 56550d77406c442eb7ef95eb4357f153 386f35f0666a4c18ba645c35b7e48114 - - default default] Added segment eaca22c7-0531-4146-a256-ba7aeaaa8823 of type vxlan for network 2dca52b8-2ea2-4f3c-8856-abfe31ecd6b2 [pid: 7|app: 0|req: 1299/2559] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:26 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2560] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:43:26 2026] GET /v2.0/ports => generated 4725 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2561] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:43:26 2026] GET /v2.0/network-ip-availabilities => generated 1638 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:26.968 7 INFO neutron.db.segments_db [None req-1cf724b3-17c7-49fe-8c87-5c335a3e156c 56550d77406c442eb7ef95eb4357f153 386f35f0666a4c18ba645c35b7e48114 - - default default] Added segment 7e675766-b5ed-482e-9ebc-b88febd043e4 of type vxlan for network ef4111e5-327c-4376-8973-5b0e41bbd690 [pid: 8|app: 0|req: 1263/2562] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:43:26 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2563] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:43:26 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2564] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:26 2026] POST /v2.0/networks => generated 630 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2565] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/routers => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:27.110 7 INFO neutron.db.segments_db [None req-0eb7bf67-ef45-49b4-aec9-cae65139078d 56550d77406c442eb7ef95eb4357f153 386f35f0666a4c18ba645c35b7e48114 - - default default] Added segment 5001526b-793b-4fa1-bfa0-34238383368b of type vxlan for network 15ba14cf-497c-44bc-824c-6614eda5760f [pid: 7|app: 0|req: 1302/2566] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:27 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: 1303/2567] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:27.273 7 INFO neutron.db.segments_db [None req-cf13d7e3-bdae-47d0-a124-9d8a624752fc 56550d77406c442eb7ef95eb4357f153 386f35f0666a4c18ba645c35b7e48114 - - default default] Added segment b59a2682-3383-48ae-bfd5-d71d8584151a of type vxlan for network a2bd9368-95ea-4a25-bf5c-7c7e25228e78 2026-03-06 01:43:27.287 8 INFO neutron.db.segments_db [None req-df59ffbc-9ee0-44c0-b6b4-99529b12e66d cfc4134138d44d20ae931307185023f2 9cd3aabf231a4c5b8991696d69667419 - - default default] Added segment 90be0198-7532-40a5-a646-20b205efbf6f of type vxlan for network 27e4e67e-a530-4b42-b325-c2796d887a72 [pid: 7|app: 0|req: 1304/2568] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:27 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2569] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2570] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:43:27 2026] POST /v2.0/networks => generated 632 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2571] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/networks/b01d5a7c-76f5-4797-abb5-4b41124d1e84/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: 1266/2572] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks => generated 6350 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2573] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/networks/2dca52b8-2ea2-4f3c-8856-abfe31ecd6b2/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2574] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/security-groups => generated 23217 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2575] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/networks/ef4111e5-327c-4376-8973-5b0e41bbd690/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2576] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/subnets => generated 1942 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2577] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:43:27 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2578] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2579] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/networks/15ba14cf-497c-44bc-824c-6614eda5760f/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2580] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2581] 10.0.0.155 () {32 vars in 665 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?tags=red => generated 1853 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2582] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/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: 1273/2583] 10.0.0.155 () {32 vars in 679 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2584] 10.0.0.155 () {32 vars in 675 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2585] 10.0.0.155 () {34 vars in 761 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2586] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2587] 10.0.0.155 () {32 vars in 687 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1853 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2588] 10.0.0.155 () {34 vars in 757 bytes} [Fri Mar 6 01:43:27 2026] PUT /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2589] 10.0.0.155 () {32 vars in 673 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2590] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2591] 10.0.0.155 () {32 vars in 687 bytes} [Fri Mar 6 01:43:27 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2592] 10.0.0.155 () {34 vars in 779 bytes} [Fri Mar 6 01:43:28 2026] PUT /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2593] 10.0.0.155 () {32 vars in 683 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2594] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/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: 1279/2595] 10.0.0.155 () {32 vars in 695 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2596] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:28 2026] PUT /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2597] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2598] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:28.267 8 INFO neutron.services.segments.plugin [-] Segment c10a49ec-3249-4337-a74e-91f271968c55 resource provider aggregate not found 2026-03-06 01:43:28.272 8 INFO neutron.services.segments.plugin [-] Segment c10a49ec-3249-4337-a74e-91f271968c55 resource provider aggregate not found 2026-03-06 01:43:28.280 7 INFO neutron.api.v2.resource [None req-7855cb29-28e0-4405-813e-9f535fa22d84 cfc4134138d44d20ae931307185023f2 9cd3aabf231a4c5b8991696d69667419 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2599] 10.0.0.155 () {32 vars in 742 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 01:43:28.287 8 INFO neutron.services.segments.plugin [-] Segment c10a49ec-3249-4337-a74e-91f271968c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a49ec-3249-4337-a74e-91f271968c55 found for delete ", "request_id": "req-53ae67e0-bb9c-4b89-af5b-ddadb9dd8015"}]} 2026-03-06 01:43:28.290 8 INFO neutron.services.segments.plugin [-] Segment c10a49ec-3249-4337-a74e-91f271968c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a49ec-3249-4337-a74e-91f271968c55 found for delete ", "request_id": "req-5da0bade-dd96-485c-8b2e-d03ce597831c"}]} [pid: 8|app: 0|req: 1280/2600] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/b01d5a7c-76f5-4797-abb5-4b41124d1e84 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2601] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2602] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:28.438 7 INFO neutron.api.v2.resource [None req-98f34606-79d4-4049-9834-8aea58ca5835 cfc4134138d44d20ae931307185023f2 9cd3aabf231a4c5b8991696d69667419 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1323/2603] 10.0.0.155 () {32 vars in 745 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2604] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/2dca52b8-2ea2-4f3c-8856-abfe31ecd6b2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2605] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2606] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:28 2026] GET /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2607] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/ef4111e5-327c-4376-8973-5b0e41bbd690 => 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: 1283/2608] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/15ba14cf-497c-44bc-824c-6614eda5760f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2609] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/subnets/44c74d4a-36a4-448e-853a-64092bbc330b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2610] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/a2bd9368-95ea-4a25-bf5c-7c7e25228e78 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:43:28.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-97a8457f-3968-42f0-9efe-a0d2335e6d31 cfc4134138d44d20ae931307185023f2 9cd3aabf231a4c5b8991696d69667419 - - default default] TaaS: Handle Delete Port: 162bab63-b66a-47f2-a0a6-85396ad348d5 2026-03-06 01:43:28.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97a8457f-3968-42f0-9efe-a0d2335e6d31 cfc4134138d44d20ae931307185023f2 9cd3aabf231a4c5b8991696d69667419 - - default default] Tap Mirror: Handle Delete Port: 162bab63-b66a-47f2-a0a6-85396ad348d5 2026-03-06 01:43:29.009 7 INFO neutron.services.segments.plugin [-] Segment 90be0198-7532-40a5-a646-20b205efbf6f resource provider aggregate not found 2026-03-06 01:43:29.015 7 INFO neutron.services.segments.plugin [-] Segment 90be0198-7532-40a5-a646-20b205efbf6f resource provider aggregate not found 2026-03-06 01:43:29.025 7 INFO neutron.services.segments.plugin [-] Segment 90be0198-7532-40a5-a646-20b205efbf6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90be0198-7532-40a5-a646-20b205efbf6f found for delete ", "request_id": "req-c6c947bc-a3f0-45cf-bf5e-c577e16a4cd5"}]} 2026-03-06 01:43:29.030 7 INFO neutron.services.segments.plugin [-] Segment 90be0198-7532-40a5-a646-20b205efbf6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90be0198-7532-40a5-a646-20b205efbf6f found for delete ", "request_id": "req-9b1431f4-f5de-4844-b93c-d8c992d27857"}]} [pid: 7|app: 0|req: 1327/2611] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:43:28 2026] DELETE /v2.0/networks/27e4e67e-a530-4b42-b325-c2796d887a72 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2612] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:29 2026] GET /v2.0/security-groups?tenant_id=9cd3aabf231a4c5b8991696d69667419&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2613] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:29 2026] GET /v2.0/security-groups?tenant_id=a7aff9b5073d48d88e06037d83315590&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2614] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:29 2026] DELETE /v2.0/security-groups/3cccc235-772d-4cb1-b8f0-63047d385c55 => 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: 1286/2615] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:29 2026] DELETE /v2.0/security-groups/40bfab51-a216-420f-a3ec-908393f76000 => 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: 1330/2618] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:29 2026] GET /v2.0/security-groups?tenant_id=0531589e9d0d4d8f894570a554e52f1b&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2619] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:29 2026] GET /v2.0/security-groups?tenant_id=386f35f0666a4c18ba645c35b7e48114&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2620] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:29 2026] DELETE /v2.0/security-groups/8a18b183-914f-4cff-8e3e-b808e7304eb6 => 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: 1290/2621] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:30 2026] DELETE /v2.0/security-groups/9f5c9bf8-9464-4de4-bf91-bd54ff5027b1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:30.307 8 INFO neutron.services.segments.plugin [-] Segment eaca22c7-0531-4146-a256-ba7aeaaa8823 resource provider aggregate not found 2026-03-06 01:43:30.310 8 INFO neutron.services.segments.plugin [-] Segment eaca22c7-0531-4146-a256-ba7aeaaa8823 resource provider aggregate not found 2026-03-06 01:43:30.321 8 INFO neutron.services.segments.plugin [-] Segment eaca22c7-0531-4146-a256-ba7aeaaa8823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaca22c7-0531-4146-a256-ba7aeaaa8823 found for delete ", "request_id": "req-1917c67f-9974-4da2-951e-49ac563e31da"}]} 2026-03-06 01:43:30.326 8 INFO neutron.services.segments.plugin [-] Segment eaca22c7-0531-4146-a256-ba7aeaaa8823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaca22c7-0531-4146-a256-ba7aeaaa8823 found for delete ", "request_id": "req-c4ebba21-cf2d-44a3-965f-c78205f1182a"}]} [pid: 7|app: 0|req: 1332/2622] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:30 2026] GET /v2.0/security-groups?tenant_id=a485b78644584583909cf95b43744444&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:43:30.340 8 INFO neutron.services.segments.plugin [-] Segment 7e675766-b5ed-482e-9ebc-b88febd043e4 resource provider aggregate not found 2026-03-06 01:43:30.343 8 INFO neutron.services.segments.plugin [-] Segment 7e675766-b5ed-482e-9ebc-b88febd043e4 resource provider aggregate not found 2026-03-06 01:43:30.369 8 INFO neutron.services.segments.plugin [-] Segment 7e675766-b5ed-482e-9ebc-b88febd043e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e675766-b5ed-482e-9ebc-b88febd043e4 found for delete ", "request_id": "req-c54fad62-8a51-472d-883c-5e7472ba995b"}]} 2026-03-06 01:43:30.383 8 INFO neutron.services.segments.plugin [-] Segment 7e675766-b5ed-482e-9ebc-b88febd043e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e675766-b5ed-482e-9ebc-b88febd043e4 found for delete ", "request_id": "req-5dced419-7ac9-4557-a3c8-1520c87c5541"}]} 2026-03-06 01:43:30.389 8 INFO neutron.services.segments.plugin [-] Segment 5001526b-793b-4fa1-bfa0-34238383368b resource provider aggregate not found 2026-03-06 01:43:30.398 8 INFO neutron.services.segments.plugin [-] Segment 5001526b-793b-4fa1-bfa0-34238383368b resource provider aggregate not found 2026-03-06 01:43:30.409 8 INFO neutron.services.segments.plugin [-] Segment 5001526b-793b-4fa1-bfa0-34238383368b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5001526b-793b-4fa1-bfa0-34238383368b found for delete ", "request_id": "req-f361a748-2b8e-47a8-97a7-078540f6f777"}]} 2026-03-06 01:43:30.415 8 INFO neutron.services.segments.plugin [-] Segment 5001526b-793b-4fa1-bfa0-34238383368b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5001526b-793b-4fa1-bfa0-34238383368b found for delete ", "request_id": "req-b968d07c-78b5-4b51-8148-5b22b1fe9349"}]} 2026-03-06 01:43:30.431 8 INFO neutron.services.segments.plugin [-] Segment b59a2682-3383-48ae-bfd5-d71d8584151a resource provider aggregate not found 2026-03-06 01:43:30.435 8 INFO neutron.services.segments.plugin [-] Segment b59a2682-3383-48ae-bfd5-d71d8584151a resource provider aggregate not found 2026-03-06 01:43:30.450 8 INFO neutron.services.segments.plugin [-] Segment b59a2682-3383-48ae-bfd5-d71d8584151a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b59a2682-3383-48ae-bfd5-d71d8584151a found for delete ", "request_id": "req-40d2ab92-dcea-46bc-aa5e-b222e903ce0f"}]} 2026-03-06 01:43:30.452 8 INFO neutron.services.segments.plugin [-] Segment b59a2682-3383-48ae-bfd5-d71d8584151a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b59a2682-3383-48ae-bfd5-d71d8584151a found for delete ", "request_id": "req-c6c3f862-621e-4aa7-a68f-8acfaf5ab1b9"}]} [pid: 8|app: 0|req: 1291/2623] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:30 2026] DELETE /v2.0/security-groups/6fd5a873-8fdb-4c9d-8f12-fc8979191e8a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2624] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:43:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2625] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:43:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2626] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:43:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2627] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:43:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2628] 10.0.0.155 () {34 vars in 677 bytes} [Fri Mar 6 01:43:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2629] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:34 2026] PUT /v2.0/policies/c4c1ca5f-5daa-4f06-a168-62d2efd6b4b3/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2630] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:34 2026] PUT /v2.0/policies/2366b468-e7f8-40d0-9c0b-bf027da08143/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2631] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:34 2026] PUT /v2.0/policies/55d59dc1-da3c-41c8-a9ad-0a91b3f9a1bf/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2632] 10.0.0.155 () {34 vars in 752 bytes} [Fri Mar 6 01:43:34 2026] PUT /v2.0/policies/6deadfc2-71b4-4b47-b931-a6c22418d01a/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2633] 10.0.0.155 () {32 vars in 673 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2634] 10.0.0.155 () {32 vars in 687 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2635] 10.0.0.155 () {32 vars in 683 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2636] 10.0.0.155 () {32 vars in 695 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2637] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2638] 10.0.0.155 () {32 vars in 695 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2639] 10.0.0.155 () {32 vars in 691 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2640] 10.0.0.155 () {32 vars in 703 bytes} [Fri Mar 6 01:43:35 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2641] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:35 2026] DELETE /v2.0/qos/policies/c4c1ca5f-5daa-4f06-a168-62d2efd6b4b3 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2642] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:35 2026] DELETE /v2.0/qos/policies/2366b468-e7f8-40d0-9c0b-bf027da08143 => 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: 1301/2643] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:35 2026] DELETE /v2.0/qos/policies/55d59dc1-da3c-41c8-a9ad-0a91b3f9a1bf => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2644] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:35 2026] DELETE /v2.0/qos/policies/6deadfc2-71b4-4b47-b931-a6c22418d01a => 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: 1302/2645] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:35 2026] DELETE /v2.0/qos/policies/f4c3b9d5-fe53-4d73-a04c-d5cda84f5b01 => 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: 1344/2646] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:36 2026] GET /v2.0/security-groups?tenant_id=6503ff686fce4a7ab71d864b5e4f18a2&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2647] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:37 2026] DELETE /v2.0/security-groups/4734ba07-18a1-4ed9-8770-ec9c043477e2 => 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: 1345/2648] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:37 2026] GET /v2.0/security-groups?tenant_id=0bdaac865d834e05b3d64c31f62c79a3&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2649] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:37 2026] DELETE /v2.0/security-groups/d361c677-5acb-4e26-b280-597dea01e461 => 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: 1346/2650] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:37 2026] GET /v2.0/security-groups?tenant_id=4c5d7d176db04e3495aa68c40eb18eb0&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2651] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:37 2026] DELETE /v2.0/security-groups/a72f85f5-bc0b-4e4c-b252-0e5d8b9aae4f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:42.121 7 INFO neutron.db.segments_db [None req-82d0f976-425c-489b-b393-13806038ff15 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Added segment 6061b3c2-5da4-4153-8596-423faa6b08e0 of type vxlan for network 4da5a7cb-9d86-4ce8-8953-63dfd1028822 2026-03-06 01:43:42.346 7 INFO neutron.db.l3_hamode_db [None req-82d0f976-425c-489b-b393-13806038ff15 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:42.459 7 INFO neutron.db.l3_hamode_db [None req-82d0f976-425c-489b-b393-13806038ff15 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1347/2652] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:41 2026] POST /v2.0/routers => generated 474 bytes in 1455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:43.435 8 INFO neutron.db.l3_hamode_db [None req-a928203d-540d-40a9-8729-f2916a9e1238 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:43.549 8 INFO neutron.db.l3_hamode_db [None req-a928203d-540d-40a9-8729-f2916a9e1238 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1306/2653] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:43 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:44.202 7 INFO neutron.db.l3_hamode_db [None req-c49b7225-8121-4747-ad1d-7addbff8f99d 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:44.309 7 INFO neutron.db.l3_hamode_db [None req-c49b7225-8121-4747-ad1d-7addbff8f99d 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1348/2654] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:44 2026] POST /v2.0/routers => generated 474 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:44.905 8 INFO neutron.db.l3_hamode_db [None req-9a770db2-3cb7-4157-a002-e5d0631443ab 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:45.012 8 INFO neutron.db.l3_hamode_db [None req-9a770db2-3cb7-4157-a002-e5d0631443ab 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1307/2657] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:44 2026] POST /v2.0/routers => generated 474 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:43:45.628 7 INFO neutron.db.l3_hamode_db [None req-e5d3913b-c2e4-4b16-9e54-3aaf69d24001 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:45.737 7 INFO neutron.db.l3_hamode_db [None req-e5d3913b-c2e4-4b16-9e54-3aaf69d24001 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1351/2658] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:45 2026] POST /v2.0/routers => generated 474 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2659] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:46 2026] PUT /v2.0/routers/741fc329-5954-445f-832b-40f57cf23410/tags => generated 17 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2660] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:46 2026] PUT /v2.0/routers/6499e579-d2f3-4d2f-a0f6-ef504d222fd7/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2661] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:46 2026] PUT /v2.0/routers/55b58dfd-4cf1-4492-91a6-dc485795c7ca/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2662] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:46 2026] PUT /v2.0/routers/9ef955d4-f56b-4c5b-bbbd-2b972b57ccdf/tags => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2663] 10.0.0.155 () {32 vars in 663 bytes} [Fri Mar 6 01:43:46 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2664] 10.0.0.155 () {32 vars in 677 bytes} [Fri Mar 6 01:43:46 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2665] 10.0.0.155 () {32 vars in 673 bytes} [Fri Mar 6 01:43:46 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2666] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:43:46 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2667] 10.0.0.155 () {32 vars in 671 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2668] 10.0.0.155 () {32 vars in 685 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2669] 10.0.0.155 () {32 vars in 681 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2670] 10.0.0.155 () {32 vars in 693 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2671] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/routers/741fc329-5954-445f-832b-40f57cf23410 => generated 485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2672] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:47 2026] PUT /v2.0/routers/741fc329-5954-445f-832b-40f57cf23410 => generated 485 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2673] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:47 2026] GET /v2.0/ports?device_id=741fc329-5954-445f-832b-40f57cf23410 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:48.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-e93eacab-1ac5-4406-9922-225237979deb 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] TaaS: Handle Delete Port: 3cccf65d-9d18-40aa-a465-c12ba8de8e9a 2026-03-06 01:43:48.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93eacab-1ac5-4406-9922-225237979deb 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Tap Mirror: Handle Delete Port: 3cccf65d-9d18-40aa-a465-c12ba8de8e9a [pid: 7|app: 0|req: 1359/2674] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:47 2026] DELETE /v2.0/routers/741fc329-5954-445f-832b-40f57cf23410 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2675] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:48 2026] GET /v2.0/routers/6499e579-d2f3-4d2f-a0f6-ef504d222fd7 => 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: 1360/2676] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:48 2026] PUT /v2.0/routers/6499e579-d2f3-4d2f-a0f6-ef504d222fd7 => generated 493 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2677] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:48 2026] GET /v2.0/ports?device_id=6499e579-d2f3-4d2f-a0f6-ef504d222fd7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:48.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-0399bf53-9040-49ae-9e52-d34385732874 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] TaaS: Handle Delete Port: 3ec7612d-cd39-4754-be06-fdf3f6399dc3 2026-03-06 01:43:48.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0399bf53-9040-49ae-9e52-d34385732874 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Tap Mirror: Handle Delete Port: 3ec7612d-cd39-4754-be06-fdf3f6399dc3 [pid: 7|app: 0|req: 1361/2678] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:48 2026] DELETE /v2.0/routers/6499e579-d2f3-4d2f-a0f6-ef504d222fd7 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2679] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:49 2026] GET /v2.0/routers/55b58dfd-4cf1-4492-91a6-dc485795c7ca => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2680] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:49 2026] PUT /v2.0/routers/55b58dfd-4cf1-4492-91a6-dc485795c7ca => generated 502 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2681] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:49 2026] GET /v2.0/ports?device_id=55b58dfd-4cf1-4492-91a6-dc485795c7ca => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:49.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a8f9a76-38d8-4c3c-ba50-7cac7ec7a727 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] TaaS: Handle Delete Port: 44a48078-c707-4800-840d-765c7b15cafd 2026-03-06 01:43:49.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a8f9a76-38d8-4c3c-ba50-7cac7ec7a727 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Tap Mirror: Handle Delete Port: 44a48078-c707-4800-840d-765c7b15cafd [pid: 7|app: 0|req: 1363/2682] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:49 2026] DELETE /v2.0/routers/55b58dfd-4cf1-4492-91a6-dc485795c7ca => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2683] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:50 2026] GET /v2.0/routers/9ef955d4-f56b-4c5b-bbbd-2b972b57ccdf => generated 487 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2684] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:50 2026] PUT /v2.0/routers/9ef955d4-f56b-4c5b-bbbd-2b972b57ccdf => generated 487 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2685] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:50 2026] GET /v2.0/ports?device_id=9ef955d4-f56b-4c5b-bbbd-2b972b57ccdf => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:50.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-7237c446-9407-4002-88aa-ceee9dda9a20 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] TaaS: Handle Delete Port: d43b7c88-3229-47a3-b0ff-da52b564e1e2 2026-03-06 01:43:50.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7237c446-9407-4002-88aa-ceee9dda9a20 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Tap Mirror: Handle Delete Port: d43b7c88-3229-47a3-b0ff-da52b564e1e2 [pid: 7|app: 0|req: 1365/2686] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:50 2026] DELETE /v2.0/routers/9ef955d4-f56b-4c5b-bbbd-2b972b57ccdf => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2687] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:50 2026] GET /v2.0/routers/79b3d097-a85c-4078-939b-f5e5c11a4b45 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2688] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:50 2026] PUT /v2.0/routers/79b3d097-a85c-4078-939b-f5e5c11a4b45 => generated 480 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2689] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:51 2026] GET /v2.0/ports?device_id=79b3d097-a85c-4078-939b-f5e5c11a4b45 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:51.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-45f2d3d8-7be8-4c90-b75e-350e5cf6f55a 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] TaaS: Handle Delete Port: af50a28a-e4f3-4682-a7e2-51d497c14441 2026-03-06 01:43:51.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45f2d3d8-7be8-4c90-b75e-350e5cf6f55a 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] Tap Mirror: Handle Delete Port: af50a28a-e4f3-4682-a7e2-51d497c14441 2026-03-06 01:43:51.856 7 INFO neutron.services.segments.plugin [-] Segment 6061b3c2-5da4-4153-8596-423faa6b08e0 resource provider aggregate not found 2026-03-06 01:43:51.860 7 INFO neutron.services.segments.plugin [-] Segment 6061b3c2-5da4-4153-8596-423faa6b08e0 resource provider aggregate not found 2026-03-06 01:43:51.874 7 INFO neutron.services.segments.plugin [-] Segment 6061b3c2-5da4-4153-8596-423faa6b08e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6061b3c2-5da4-4153-8596-423faa6b08e0 found for delete ", "request_id": "req-c5a1533c-ae69-4bc1-a9ba-1c7aba8c4687"}]} 2026-03-06 01:43:51.879 7 INFO neutron.services.segments.plugin [-] Segment 6061b3c2-5da4-4153-8596-423faa6b08e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6061b3c2-5da4-4153-8596-423faa6b08e0 found for delete ", "request_id": "req-9ca62d3f-1a40-45c9-ba7a-c080af59f21b"}]} 2026-03-06 01:43:51.879 7 INFO neutron.db.l3_hamode_db [None req-45f2d3d8-7be8-4c90-b75e-350e5cf6f55a 06d1cef25daa43bba6351de44419c00a c44c025e23db427bb80b22ce4347447b - - default default] HA network 4da5a7cb-9d86-4ce8-8953-63dfd1028822 was deleted as no HA routers are present in tenant c44c025e23db427bb80b22ce4347447b. [pid: 7|app: 0|req: 1367/2690] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:51 2026] DELETE /v2.0/routers/79b3d097-a85c-4078-939b-f5e5c11a4b45 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2691] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:52 2026] GET /v2.0/security-groups?tenant_id=86c252605daf40bf84d472a25aa4b162&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2692] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:52 2026] DELETE /v2.0/security-groups/d2ff1e66-56c5-41be-8125-cc47c9b189f0 => 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: 1325/2693] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:53 2026] GET /v2.0/security-groups?tenant_id=c44c025e23db427bb80b22ce4347447b&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2694] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:53 2026] DELETE /v2.0/security-groups/1e7cd4fc-74e4-464e-b9e3-d78306086f3f => 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: 1326/2695] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:43:53 2026] GET /v2.0/security-groups?tenant_id=07497304f4de4ea6a933b9c801c2880e&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: 1370/2696] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:43:53 2026] DELETE /v2.0/security-groups/e758c490-2ddc-4347-ac40-1353aa43e757 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:56.753 8 INFO neutron.db.segments_db [None req-a2b1d286-941b-4138-8d48-73c27f81e38c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] Added segment 533f0fce-1ec9-4292-adfe-5fb673ba23eb of type vxlan for network aaae1f92-9ad3-4ec7-a7fe-bfe17f96525c 2026-03-06 01:43:57.011 8 INFO neutron.db.l3_hamode_db [None req-a2b1d286-941b-4138-8d48-73c27f81e38c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:43:57.142 8 INFO neutron.db.l3_hamode_db [None req-a2b1d286-941b-4138-8d48-73c27f81e38c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1327/2697] 10.0.0.155 () {34 vars in 667 bytes} [Fri Mar 6 01:43:56 2026] POST /v2.0/routers => generated 474 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2698] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:57 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2699] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:57 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2700] 10.0.0.155 () {34 vars in 761 bytes} [Fri Mar 6 01:43:57 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2701] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2702] 10.0.0.155 () {34 vars in 757 bytes} [Fri Mar 6 01:43:58 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/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: 1330/2703] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2704] 10.0.0.155 () {34 vars in 779 bytes} [Fri Mar 6 01:43:58 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/black.or.white => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2705] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2706] 10.0.0.155 () {34 vars in 750 bytes} [Fri Mar 6 01:43:58 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2707] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2708] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:43:58.967 8 INFO neutron.api.v2.resource [None req-80164f05-c48d-4593-bed6-03d1b4d82121 ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1333/2709] 10.0.0.155 () {32 vars in 742 bytes} [Fri Mar 6 01:43:58 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2710] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:43:58 2026] DELETE /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/red => 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: 1334/2711] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:59 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 30 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:43:59.262 7 INFO neutron.api.v2.resource [None req-cf6b03d7-878c-4908-ae99-a673cada665c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1378/2712] 10.0.0.155 () {32 vars in 745 bytes} [Fri Mar 6 01:43:59 2026] DELETE /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2713] 10.0.0.155 () {32 vars in 733 bytes} [Fri Mar 6 01:43:59 2026] DELETE /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2714] 10.0.0.155 () {32 vars in 730 bytes} [Fri Mar 6 01:43:59 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2715] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:43:59 2026] GET /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2718] 10.0.0.155 () {34 vars in 741 bytes} [Fri Mar 6 01:43:59 2026] PUT /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab => generated 480 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2719] 10.0.0.155 () {32 vars in 735 bytes} [Fri Mar 6 01:43:59 2026] GET /v2.0/ports?device_id=9cd97fc8-2677-4ca4-8d30-d01183779cab => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:44:00.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-05c28b83-ee2d-4521-bc5e-22ce8e88ce2c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] TaaS: Handle Delete Port: c6ca1301-a5e5-4eba-ac21-b85d56a7270b 2026-03-06 01:44:00.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c28b83-ee2d-4521-bc5e-22ce8e88ce2c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] Tap Mirror: Handle Delete Port: c6ca1301-a5e5-4eba-ac21-b85d56a7270b 2026-03-06 01:44:00.464 7 INFO neutron.services.segments.plugin [-] Segment 533f0fce-1ec9-4292-adfe-5fb673ba23eb resource provider aggregate not found 2026-03-06 01:44:00.468 7 INFO neutron.services.segments.plugin [-] Segment 533f0fce-1ec9-4292-adfe-5fb673ba23eb resource provider aggregate not found 2026-03-06 01:44:00.486 7 INFO neutron.services.segments.plugin [-] Segment 533f0fce-1ec9-4292-adfe-5fb673ba23eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533f0fce-1ec9-4292-adfe-5fb673ba23eb found for delete ", "request_id": "req-62db536c-cdec-4612-be79-90b79c0a462f"}]} 2026-03-06 01:44:00.491 7 INFO neutron.services.segments.plugin [-] Segment 533f0fce-1ec9-4292-adfe-5fb673ba23eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533f0fce-1ec9-4292-adfe-5fb673ba23eb found for delete ", "request_id": "req-3f71f2c4-2548-41bc-9826-866afac4c9b5"}]} 2026-03-06 01:44:00.502 7 INFO neutron.db.l3_hamode_db [None req-05c28b83-ee2d-4521-bc5e-22ce8e88ce2c ca2cebe8ca764c2bbbaeb632b894acbe da9da766296b43b6a811170fc649a33f - - default default] HA network aaae1f92-9ad3-4ec7-a7fe-bfe17f96525c was deleted as no HA routers are present in tenant da9da766296b43b6a811170fc649a33f. [pid: 7|app: 0|req: 1381/2720] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:43:59 2026] DELETE /v2.0/routers/9cd97fc8-2677-4ca4-8d30-d01183779cab => 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: 1340/2721] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:44:01 2026] GET /v2.0/security-groups?tenant_id=da9da766296b43b6a811170fc649a33f&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2722] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:44:01 2026] DELETE /v2.0/security-groups/4b99b7e1-3f19-40e2-a427-a747480464ef => 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: 1341/2723] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:44:01 2026] GET /v2.0/security-groups?tenant_id=ec7c3167c9a1442a89b462effd223b3e&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2724] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:44:01 2026] DELETE /v2.0/security-groups/75807f80-7e2a-4ca1-ae57-bef235be10e0 => 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: 1342/2725] 10.0.0.155 () {34 vars in 675 bytes} [Fri Mar 6 01:44:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2726] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:44:04 2026] PUT /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2727] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2728] 10.0.0.155 () {34 vars in 769 bytes} [Fri Mar 6 01:44:05 2026] PUT /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2729] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2730] 10.0.0.155 () {34 vars in 765 bytes} [Fri Mar 6 01:44:05 2026] PUT /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/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: 1345/2731] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2732] 10.0.0.155 () {34 vars in 787 bytes} [Fri Mar 6 01:44:05 2026] PUT /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2733] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2734] 10.0.0.155 () {34 vars in 758 bytes} [Fri Mar 6 01:44:05 2026] PUT /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/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: 1347/2735] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2736] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:44:05.453 8 INFO neutron.api.v2.resource [None req-93da627d-c443-43fa-9631-e82c977b684e 8d444185af164d64bf253a442b5c8bb5 9a90aec9a5e64875b5e2ec59527fa4c2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1348/2737] 10.0.0.155 () {32 vars in 750 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2738] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:44:05 2026] DELETE /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2739] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:44:05.560 7 INFO neutron.api.v2.resource [None req-d3338914-1522-4c11-96d5-584d96d7941a 8d444185af164d64bf253a442b5c8bb5 9a90aec9a5e64875b5e2ec59527fa4c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/2740] 10.0.0.155 () {32 vars in 753 bytes} [Fri Mar 6 01:44:05 2026] DELETE /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2741] 10.0.0.155 () {32 vars in 741 bytes} [Fri Mar 6 01:44:05 2026] DELETE /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2742] 10.0.0.155 () {32 vars in 738 bytes} [Fri Mar 6 01:44:05 2026] GET /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67/tags => 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: 1351/2743] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:44:05 2026] DELETE /v2.0/subnetpools/6d3fee86-0538-4cfb-abb7-68ad564efb67 => 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: 1393/2744] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:44:06 2026] GET /v2.0/security-groups?tenant_id=9a90aec9a5e64875b5e2ec59527fa4c2&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2745] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:44:06 2026] DELETE /v2.0/security-groups/1050c762-7aa8-4ed0-812c-76b4c16d84fb => 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: 1394/2746] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:44:06 2026] GET /v2.0/security-groups?tenant_id=c382d4202e0f4495a0815ecd04ba100b&name=default => generated 2929 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2747] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:44:06 2026] DELETE /v2.0/security-groups/b32be055-d197-4d28-9b3f-6801aba182ae => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:44:15.433 7 INFO neutron.db.segments_db [None req-e2c4fbb5-42b8-45c1-a22d-28191c104e4b 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Added segment 2a1302da-8730-4ce5-94e0-7326cfb99ca9 of type vxlan for network 1af9caf0-c061-4990-8854-935439e2a0d2 [pid: 7|app: 0|req: 1396/2750] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:44:15 2026] POST /v2.0/networks => generated 639 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2751] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:15 2026] POST /v2.0/subnets => generated 657 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2752] 10.0.0.155 () {32 vars in 721 bytes} [Fri Mar 6 01:44:15 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2753] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:15 2026] POST /v2.0/subnets => generated 731 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:44:16.070 7 INFO neutron.db.segments_db [None req-dbf98e5f-b28b-4d93-8d2f-4094a04d2097 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Added segment 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 of type vxlan for network b3a55bcc-ae74-4e53-a9a2-79cbc68274be [pid: 7|app: 0|req: 1398/2754] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:44:16 2026] POST /v2.0/networks => generated 638 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2755] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:16 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2756] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:16 2026] POST /v2.0/subnets => generated 725 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:44:16.759 8 INFO neutron.db.segments_db [None req-1f85d715-589e-4dbe-924f-bfd0d019fafe 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Added segment d598fa82-d9fe-469d-92e6-4d1602a52d2a of type vxlan for network f954df79-bc4d-418c-8e9a-93b033b0df9d [pid: 8|app: 0|req: 1358/2757] 10.0.0.155 () {34 vars in 669 bytes} [Fri Mar 6 01:44:16 2026] POST /v2.0/networks => generated 637 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2758] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:16 2026] POST /v2.0/subnets => generated 655 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2759] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:17 2026] POST /v2.0/subnets => generated 729 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:44:17.448 7 INFO neutron.db.segments_db [None req-ad31020b-2306-4803-8461-0bc1d946f016 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Added segment ceebe56d-836b-4f08-9bb9-0da2cdb9682a of type vxlan for network d49ab767-a7cb-4b0d-81b2-57544eea45c7 2026-03-06 01:44:17.752 7 INFO neutron.db.l3_hamode_db [None req-ad31020b-2306-4803-8461-0bc1d946f016 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:44:19.072 7 INFO neutron.db.l3_hamode_db [None req-ad31020b-2306-4803-8461-0bc1d946f016 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1401/2760] 10.0.0.155 () {34 vars in 668 bytes} [Fri Mar 6 01:44:17 2026] POST /v2.0/routers => generated 684 bytes in 2551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2761] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:44:19 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2762] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:44:21 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2763] 10.0.0.155 () {34 vars in 782 bytes} [Fri Mar 6 01:44:22 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2764] 10.0.0.155 () {34 vars in 683 bytes} [Fri Mar 6 01:44:23 2026] POST /v2.0/security-groups => generated 1630 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2765] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 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: 1404/2766] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 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: 1363/2767] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2768] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2769] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2770] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 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: 8|app: 0|req: 1365/2771] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2772] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2773] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2774] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2775] 10.0.0.155 () {34 vars in 694 bytes} [Fri Mar 6 01:44:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2776] 10.0.0.156 () {34 vars in 1095 bytes} [Fri Mar 6 01:44:25 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1165697696&fields=id&tenant_id=86a98107b0d94844b930882cd2939da9 => generated 69 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2777] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2778] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/quotas/86a98107b0d94844b930882cd2939da9 => 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: 1369/2779] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&fields=id => generated 287 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2780] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1370/2781] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1412/2782] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2783] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/routers => generated 727 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2784] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2785] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/l3-agents => generated 682 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2786] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => 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: 1373/2787] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:44:26 2026] GET /v2.0/floatingips => 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: 1415/2788] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/networks => generated 5225 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2789] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/subnets => generated 6130 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2790] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/ports => generated 14232 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2791] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/network-ip-availabilities => generated 3610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2792] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2793] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/subnets => generated 6130 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2794] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2795] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:44:27 2026] GET /v2.0/security-groups => generated 28657 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2798] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:44:30 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2799] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:44:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86a98107b0d94844b930882cd2939da9 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2800] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:44:30 2026] POST /v2.0/ports => generated 1179 bytes in 409 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: 1381/2801] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:31 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1194 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2802] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:44:31 2026] PUT /v2.0/ports/2f904d88-c733-4f8e-8dbf-a073f8635eaf => generated 1460 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2803] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:31 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:44:31.893 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-576757a8-28d8-420c-be12-25137d7bcbb9'] response: {'name': 'network-changed', 'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', '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: 1422/2804] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:44:32 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2805] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:44:32 2026] GET /v2.0/networks?tenant_id=86a98107b0d94844b930882cd2939da9&shared=False => generated 2375 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2806] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:44:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2807] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2808] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => 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: 1385/2809] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f4&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => 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: 1425/2810] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2811] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2812] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&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: 8|app: 0|req: 1387/2813] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2814] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:44:33 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1388/2815] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:36 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1194 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2816] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:37 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2817] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:42 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2818] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:42 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2819] 10.0.0.155 () {32 vars in 817 bytes} [Fri Mar 6 01:44:42 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&mac_address=fa%3A16%3A3e%3Ade%3A78%3Aff => generated 1196 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:44:43.027 7 INFO neutron.db.l3_db [None req-df082b53-d1eb-4151-84b6-7aa1dc115e96 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP 6ac4d611-aa41-4af2-a3cb-aba8d7bddfd7 associated. External IP: 10.96.250.203, port: 2f904d88-c733-4f8e-8dbf-a073f8635eaf. [pid: 7|app: 0|req: 1430/2820] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:44:42 2026] POST /v2.0/floatingips => generated 854 bytes in 1030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:44:43.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab81369b-27b8-48bc-ae2d-e3707795e776'] response: {'name': 'network-changed', 'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1391/2821] 10.0.0.156 () {34 vars in 1095 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1165697696&fields=id&tenant_id=86a98107b0d94844b930882cd2939da9 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2822] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2823] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/quotas/86a98107b0d94844b930882cd2939da9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2824] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&fields=id => generated 333 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2825] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2826] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1394/2827] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2828] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => 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: 1395/2829] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:44:43 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2830] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2831] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f4&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => 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: 1436/2832] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2833] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&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: 1437/2834] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&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: 1398/2835] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1438/2836] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:44:44 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1400/2839] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:44:48 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => 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: 1440/2840] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:44:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86a98107b0d94844b930882cd2939da9 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2841] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:44:48 2026] POST /v2.0/ports => generated 1187 bytes in 409 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: 1402/2842] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:49 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1202 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2843] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:49 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2844] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:44:48 2026] PUT /v2.0/ports/25ff01f3-2b89-4dad-89a5-1b60c565d476 => generated 1468 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:44:49.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2387c5f6-6597-450c-a2cc-1427448aa85c'] response: {'name': 'network-changed', 'server_uuid': '2e1b23de-120e-480d-bb00-a78ab9b556ae', 'tag': '25ff01f3-2b89-4dad-89a5-1b60c565d476', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1404/2845] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:44:49 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1471 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: 1442/2846] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:44:49 2026] GET /v2.0/networks?tenant_id=86a98107b0d94844b930882cd2939da9&shared=False => generated 2375 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2847] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:44:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2848] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2849] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2850] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2851] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => 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: 1445/2852] 199.204.45.102 () {34 vars in 1105 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A144&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => 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: 1408/2853] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:44:50 2026] GET /v2.0/subnets?id=07fa35d5-be8b-43d3-a0fe-246f8f44a25c&id=64056db7-d359-46e2-ae8e-1999cb800a18 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2854] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:51 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&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: 1409/2855] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:44:51 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&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: 1447/2856] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:44:51 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1410/2857] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:44:51 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1448/2858] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:54 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => 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: 1411/2859] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:54 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2860] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:44:59 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2861] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:44:59 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2862] 10.0.0.155 () {32 vars in 817 bytes} [Fri Mar 6 01:44:59 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&mac_address=fa%3A16%3A3e%3Afe%3Afd%3A7f => generated 1204 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:45:00.161 8 INFO neutron.db.l3_db [None req-0db97c7d-3a19-4613-bc1b-cccc76b6f6de 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP d5b04320-0a98-4ac5-8e0f-fab89ce79bf1 associated. External IP: 10.96.250.209, port: 25ff01f3-2b89-4dad-89a5-1b60c565d476. [pid: 8|app: 0|req: 1413/2865] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:44:59 2026] POST /v2.0/floatingips => generated 855 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 01:45:00.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d377709-31e3-4d18-890f-32f1c988d6d8'] response: {'name': 'network-changed', 'server_uuid': '2e1b23de-120e-480d-bb00-a78ab9b556ae', 'tag': '25ff01f3-2b89-4dad-89a5-1b60c565d476', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/2866] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2867] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2868] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => 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: 1415/2869] 199.204.45.102 () {34 vars in 1105 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A144&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2870] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/subnets?id=07fa35d5-be8b-43d3-a0fe-246f8f44a25c&id=64056db7-d359-46e2-ae8e-1999cb800a18 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2871] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2872] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&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: 1417/2873] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1457/2874] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:45:01 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1418/2875] 10.0.0.71 () {34 vars in 988 bytes} [Fri Mar 6 01:45:07 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1473 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2876] 10.0.0.71 () {34 vars in 1038 bytes} [Fri Mar 6 01:45:07 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2879] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:45:17 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2880] 10.0.0.152 () {30 vars in 689 bytes} [Fri Mar 6 01:45:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2881] 10.0.0.152 () {30 vars in 691 bytes} [Fri Mar 6 01:45:18 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: 1461/2882] 10.0.0.152 () {30 vars in 667 bytes} [Fri Mar 6 01:45:18 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: 1422/2883] 10.0.0.152 () {30 vars in 703 bytes} [Fri Mar 6 01:45:18 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: 1462/2884] 10.0.0.152 () {28 vars in 438 bytes} [Fri Mar 6 01:45:18 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: 1423/2885] 10.0.0.152 () {30 vars in 727 bytes} [Fri Mar 6 01:45:19 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2886] 10.0.0.152 () {30 vars in 689 bytes} [Fri Mar 6 01:45:19 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: 1424/2887] 10.0.0.152 () {30 vars in 691 bytes} [Fri Mar 6 01:45:19 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: 1464/2888] 10.0.0.152 () {30 vars in 667 bytes} [Fri Mar 6 01:45:19 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: 1425/2889] 10.0.0.152 () {30 vars in 703 bytes} [Fri Mar 6 01:45:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2890] 10.0.0.152 () {30 vars in 727 bytes} [Fri Mar 6 01:45:19 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2891] 10.0.0.152 () {30 vars in 689 bytes} [Fri Mar 6 01:45:19 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: 1466/2892] 10.0.0.152 () {30 vars in 691 bytes} [Fri Mar 6 01:45:19 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: 1427/2893] 10.0.0.152 () {30 vars in 667 bytes} [Fri Mar 6 01:45:19 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: 1467/2894] 10.0.0.152 () {30 vars in 703 bytes} [Fri Mar 6 01:45:19 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: 1428/2895] 10.0.0.152 () {30 vars in 729 bytes} [Fri Mar 6 01:45:19 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2896] 10.0.0.152 () {30 vars in 681 bytes} [Fri Mar 6 01:45:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2897] 10.0.0.152 () {34 vars in 703 bytes} [Fri Mar 6 01:45:19 2026] POST /v2.0/ports => generated 1128 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2898] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:45:22 2026] GET /v2.0/extensions/security-group => generated 170 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, ' [pid: 8|app: 0|req: 1430/2899] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:45:22 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: 1470/2900] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:45:22 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: 1431/2901] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:45:22 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: 1471/2902] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:45:22 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2903] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:45:22 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: 1472/2904] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:45:22 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: 1433/2905] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:45:22 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: 1473/2906] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:45:22 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-03-06 01:45:22.823 8 INFO neutron.api.v2.resource [None req-2082013b-0532-4fcd-a6ca-f09f3bc2c481 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1434/2907] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:45:22 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2908] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:45:22 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2909] 199.204.45.102 () {34 vars in 735 bytes} [Fri Mar 6 01:45:22 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: 1475/2910] 199.204.45.102 () {30 vars in 814 bytes} [Fri Mar 6 01:45:22 2026] GET /v2.0/security-group-rules?security_group_id=bcd8a6dd-704b-4416-a922-870153a952e8 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2911] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:45:23 2026] PUT /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2912] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:45:23 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1437/2913] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:45: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: 1477/2914] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:45:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2915] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:45:23 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: 1478/2916] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:45:23 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2917] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/networks => generated 5225 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2918] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/security-groups => generated 30275 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2919] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/network-ip-availabilities => generated 3610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2920] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/subnets => generated 6130 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2921] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2922] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2923] 10.0.0.156 () {34 vars in 1083 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 2927 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2924] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/subnets => generated 6130 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2925] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2926] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:45:26 2026] GET /v2.0/ports => generated 21085 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2927] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:45:27 2026] GET /v2.0/routers => generated 727 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2928] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:45:27 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2929] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:45:27 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/l3-agents => generated 681 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2930] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:45:27 2026] GET /v2.0/floatingips => generated 1702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2933] 10.0.0.156 () {34 vars in 1015 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2934] 10.0.0.156 () {34 vars in 981 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/networks?id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2935] 10.0.0.156 () {34 vars in 964 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/quotas/8d7126b0494148e9abbea4181d6d7e53 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2936] 10.0.0.156 () {34 vars in 1001 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&fields=id => generated 149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2937] 10.0.0.156 () {34 vars in 1007 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2938] 10.0.0.156 () {34 vars in 1107 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1490/2939] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => 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: 1450/2940] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:30 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => 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: 1491/2941] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:33 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => 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: 1451/2942] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:33 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => 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: 1492/2943] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:45:35 2026] GET /v2.0/networks?id=6e69b51b-a897-4907-aa58-d6ab91970923 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2944] 199.204.45.102 () {34 vars in 1049 bytes} [Fri Mar 6 01:45:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d7126b0494148e9abbea4181d6d7e53 => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2945] 199.204.45.102 () {38 vars in 954 bytes} [Fri Mar 6 01:45:35 2026] POST /v2.0/ports => generated 1082 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2946] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:45:35 2026] PUT /v2.0/ports/eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => generated 1243 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:45:35.796 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ed83ff2-9c06-4d5e-9fa0-df7a15baee1f'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf', '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: 1494/2947] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:45:36 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 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: 8|app: 0|req: 1454/2948] 199.204.45.102 () {34 vars in 1017 bytes} [Fri Mar 6 01:45:36 2026] GET /v2.0/networks?tenant_id=8d7126b0494148e9abbea4181d6d7e53&shared=False => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2949] 199.204.45.102 () {34 vars in 929 bytes} [Fri Mar 6 01:45:36 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: 1455/2950] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:36 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2951] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:45:36 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2952] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:36 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2953] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2954] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1498/2955] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2956] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&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: 1499/2957] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2958] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:45:37 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1500/2959] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:39 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2960] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:45:39 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2961] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:39 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2962] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:45:41 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1246 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2963] 199.204.45.102 () {34 vars in 1043 bytes} [Fri Mar 6 01:45:41 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2964] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:42 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2965] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:45:42 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&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: 8|app: 0|req: 1463/2966] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:42 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2969] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:45 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2970] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:45:45 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&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: 8|app: 0|req: 1466/2971] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:45:45 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2976] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:46:20 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: 1508/2977] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2978] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:46:20 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: 1509/2979] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2980] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2981] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2982] 199.204.45.102 () {34 vars in 716 bytes} [Fri Mar 6 01:46:20 2026] POST /v2.0/ports => generated 1059 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2983] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1059 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2984] 10.0.0.156 () {34 vars in 906 bytes} [Fri Mar 6 01:46:20 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2985] 199.204.45.102 () {34 vars in 1261 bytes} [Fri Mar 6 01:46:21 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2986] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:21 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1513/2987] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:21 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1475/2988] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:46:22 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2989] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:22 2026] GET /v2.0/networks?id=1af9caf0-c061-4990-8854-935439e2a0d2 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2990] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:46:22 2026] PUT /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1249 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:46:22.907 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0b0a88d-64ca-46f1-97b9-52056e067337'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': '5f0ba483-5141-42a0-b5b4-965197b1a6d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1515/2991] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2489 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2992] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/networks?id=1af9caf0-c061-4990-8854-935439e2a0d2 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2993] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1478/2994] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2995] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&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: 1479/2996] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1518/2997] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:23 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2998] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2489 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2999] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1481/3000] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3001] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&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: 1482/3002] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1521/3003] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1483/3004] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1522/3005] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:25 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3006] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:25 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3007] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:25 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1485/3008] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:25 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1524/3009] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/subnets => generated 6130 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3010] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/networks => generated 5225 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3011] 10.0.0.156 () {34 vars in 1177 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 5405 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3012] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/routers => generated 727 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3013] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3014] 10.0.0.156 () {34 vars in 1119 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 187 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3015] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/l3-agents => generated 681 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3016] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:46:26 2026] GET /v2.0/security-groups => generated 30275 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3017] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/network-ip-availabilities => generated 3610 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3018] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/subnets => generated 6130 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3019] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3020] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/floatingips => generated 1702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3021] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/ports => generated 23565 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3022] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:46:27 2026] GET /v2.0/agents => generated 3386 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3023] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:46:29 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3024] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:46:29 2026] PUT /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1275 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:46:29.517 7 INFO neutron.api.v2.resource [None req-2d36bb2f-e7d0-4ce3-aae9-06d03106165b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3025] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:46:29 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:46:29.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c4a573d-a0c6-45f4-af5a-b2a1f437847e'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': '5f0ba483-5141-42a0-b5b4-965197b1a6d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1494/3026] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:46:29 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3027] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:46:29 2026] PUT /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1313 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:46:29.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ac96a23-37c3-4418-a39e-48851c7ff763'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': '5f0ba483-5141-42a0-b5b4-965197b1a6d4', '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: 1535/3030] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3031] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/networks?id=1af9caf0-c061-4990-8854-935439e2a0d2 => 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: 1536/3032] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1497/3033] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3034] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&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: 1498/3035] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1538/3036] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3037] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:46:30 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: 1540/3038] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3039] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3040] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1542/3041] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3042] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3043] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3044] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3045] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3046] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3047] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:46:30 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3048] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3049] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/networks?id=1af9caf0-c061-4990-8854-935439e2a0d2 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3050] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1547/3051] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3052] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3053] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1506/3054] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:31 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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-03-06 01:46:40.863 7 INFO neutron.db.l3_db [None req-9cb8358e-328d-401b-b741-52ce4d301239 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP cf727a8a-86bc-4675-8ef6-6775d1a38375 associated. External IP: 10.96.250.202, port: f67041ce-f884-4844-9118-deb3556072ff. [pid: 7|app: 0|req: 1549/3055] 10.0.0.155 () {34 vars in 676 bytes} [Fri Mar 6 01:46:40 2026] POST /v2.0/floatingips => generated 898 bytes in 1051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3056] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:46:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3057] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:46:44 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: 1508/3058] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:46: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: 7|app: 0|req: 1551/3059] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:46:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:46:44.253 8 INFO neutron.api.v2.resource [None req-bbc6089f-a0bd-4355-92f5-b657eb53e0ce 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1509/3060] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:46:44 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => 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: 1552/3061] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:46:44 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 1639 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3062] 199.204.45.102 () {30 vars in 814 bytes} [Fri Mar 6 01:46:44 2026] GET /v2.0/security-group-rules?security_group_id=bcd8a6dd-704b-4416-a922-870153a952e8 => generated 1182 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3063] 199.204.45.102 () {34 vars in 746 bytes} [Fri Mar 6 01:46:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3064] 199.204.45.102 () {34 vars in 746 bytes} [Fri Mar 6 01:46:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3067] 10.0.0.152 () {30 vars in 689 bytes} [Fri Mar 6 01:46:52 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) [pid: 7|app: 0|req: 1555/3068] 10.0.0.152 () {30 vars in 691 bytes} [Fri Mar 6 01:46:52 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: 1514/3069] 10.0.0.152 () {30 vars in 667 bytes} [Fri Mar 6 01:46:52 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: 1556/3070] 10.0.0.152 () {30 vars in 703 bytes} [Fri Mar 6 01:46:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3071] 10.0.0.152 () {28 vars in 438 bytes} [Fri Mar 6 01:46:53 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3072] 10.0.0.152 () {30 vars in 727 bytes} [Fri Mar 6 01:46:53 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3073] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:46:54 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: 1558/3074] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3075] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3076] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3077] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3078] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3079] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:46:54 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: 1561/3080] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3081] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:46:54 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: 1562/3082] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:46:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3083] 199.204.45.102 () {34 vars in 716 bytes} [Fri Mar 6 01:46:54 2026] POST /v2.0/ports => generated 1324 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3084] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:46:55 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1522/3085] 10.0.0.156 () {34 vars in 906 bytes} [Fri Mar 6 01:46:55 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: 1564/3086] 199.204.45.102 () {34 vars in 1261 bytes} [Fri Mar 6 01:46:56 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09?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: 1523/3087] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:56 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1565/3088] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:56 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1524/3089] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:46:56 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3090] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:56 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3091] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:46:57 2026] PUT /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1514 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:46:57.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b3a7a7a-ecab-4c2e-afb6-8baee72d3d34'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'aac1df4a-8484-4710-a209-3aa045f90d09', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1567/3092] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:57 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4095 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: 8|app: 0|req: 1526/3093] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3094] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1527/3095] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A152&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1569/3096] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3097] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3098] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3099] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3100] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:58 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1530/3101] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4095 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3102] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1531/3103] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3104] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&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: 1532/3105] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1574/3106] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1533/3107] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1575/3108] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3109] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3110] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1535/3111] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3112] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1536/3113] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A152&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1578/3114] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3117] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&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: 8|app: 0|req: 1538/3118] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3119] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:46:59 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1539/3120] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:00 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1582/3121] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:47:03 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3122] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:03 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3123] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:03 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3124] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:03 2026] GET /v2.0/subnets/d603af00-1c59-4d15-9186-a0eb28983954 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3125] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3126] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:04 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: 1585/3127] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3128] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:04 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: 1586/3129] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3130] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3131] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3132] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3133] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3134] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3135] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:04 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3136] 10.0.0.152 () {30 vars in 689 bytes} [Fri Mar 6 01:47:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3137] 10.0.0.152 () {30 vars in 691 bytes} [Fri Mar 6 01:47:09 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: 1548/3138] 10.0.0.152 () {30 vars in 667 bytes} [Fri Mar 6 01:47:09 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: 1591/3139] 10.0.0.152 () {30 vars in 703 bytes} [Fri Mar 6 01:47:09 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: 1549/3140] 10.0.0.152 () {28 vars in 438 bytes} [Fri Mar 6 01:47:09 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: 1592/3141] 10.0.0.152 () {30 vars in 727 bytes} [Fri Mar 6 01:47:09 2026] GET /v2.0/subnets/64056db7-d359-46e2-ae8e-1999cb800a18 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3142] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:11 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: 1593/3143] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:11 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: 1551/3144] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:11 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: 1594/3145] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47: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: 8|app: 0|req: 1552/3146] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:11 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3147] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:11 2026] GET /v2.0/subnets/64056db7-d359-46e2-ae8e-1999cb800a18 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3148] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:11 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4097 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3149] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:11 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: 1554/3150] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47: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: 1597/3151] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47: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: 1555/3152] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47: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) [pid: 7|app: 0|req: 1598/3153] 199.204.45.102 () {34 vars in 716 bytes} [Fri Mar 6 01:47:11 2026] POST /v2.0/ports => generated 1328 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3154] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:47:12 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1599/3155] 199.204.45.102 () {34 vars in 1261 bytes} [Fri Mar 6 01:47:13 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3156] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:13 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3157] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:13 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1558/3158] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:47:13 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3159] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:13 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3160] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:47:13 2026] PUT /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1518 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:47:14.424 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5d5f7aa-968b-461a-8ef1-bba67ed98033'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'df610dea-e72a-41ee-8380-810f06084c12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1603/3163] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:14 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 5607 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1561/3164] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:14 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3165] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=df610dea-e72a-41ee-8380-810f06084c12 => 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: 1562/3166] 199.204.45.102 () {34 vars in 1105 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33b&port_id=df610dea-e72a-41ee-8380-810f06084c12 => 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: 1605/3167] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/subnets?id=07fa35d5-be8b-43d3-a0fe-246f8f44a25c&id=64056db7-d359-46e2-ae8e-1999cb800a18 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3168] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3169] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&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: 1564/3170] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1607/3171] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:15 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1565/3172] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 5607 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3173] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1566/3174] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3175] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3176] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1610/3177] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3178] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1611/3179] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3180] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3181] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1570/3182] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3183] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1571/3184] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A152&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1614/3185] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3186] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3187] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3188] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:16 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1616/3189] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1574/3190] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=df610dea-e72a-41ee-8380-810f06084c12 => 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: 1617/3191] 199.204.45.102 () {34 vars in 1105 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33b&port_id=df610dea-e72a-41ee-8380-810f06084c12 => 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: 1575/3192] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/subnets?id=07fa35d5-be8b-43d3-a0fe-246f8f44a25c&id=64056db7-d359-46e2-ae8e-1999cb800a18 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3193] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3194] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3195] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1577/3196] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:17 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1620/3197] 10.0.0.156 () {34 vars in 970 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3198] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3199] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/subnets/64056db7-d359-46e2-ae8e-1999cb800a18 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3200] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/subnets/07fa35d5-be8b-43d3-a0fe-246f8f44a25c => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3201] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3202] 199.204.45.102 () {34 vars in 789 bytes} [Fri Mar 6 01:47:21 2026] PUT /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1251 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:47:21.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bdb25b3-d213-47df-a4bf-5f14b2bcc530'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'aac1df4a-8484-4710-a209-3aa045f90d09', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1623/3203] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 798 bytes in 62 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: 1581/3204] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:21 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3205] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:21 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: 1582/3206] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:22 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: 1625/3207] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:22 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: 1583/3208] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:22 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: 1626/3209] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3210] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3211] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3212] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3213] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3214] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3215] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3216] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 5380 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3217] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3218] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1631/3219] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/subnets?id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3220] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3221] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3222] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:22 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1633/3223] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/subnets => generated 6130 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3224] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/routers => generated 727 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3225] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3226] 10.0.0.156 () {34 vars in 1177 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 8296 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3227] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/l3-agents => generated 681 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3228] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/network-ip-availabilities => generated 3610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3229] 10.0.0.156 () {34 vars in 1279 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/security-groups?id=e8d9ad93-8e47-47b6-9e49-a3e84f221b99&id=5188f445-0cf4-47c5-9a5f-9ffb0ecce412&id=bcd8a6dd-704b-4416-a922-870153a952e8&id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 353 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3230] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/subnets => generated 6130 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3231] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3232] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/floatingips => generated 2588 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3233] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:47:26 2026] GET /v2.0/networks => generated 5225 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3234] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:47:27 2026] GET /v2.0/security-groups => generated 31501 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3235] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:47:27 2026] GET /v2.0/ports => generated 27448 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3236] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:47:27 2026] GET /v2.0/agents => generated 3386 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3239] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:33 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: 1642/3240] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:33 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: 1599/3241] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:33 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: 1643/3242] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3243] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:33 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3244] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:33 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 5380 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3245] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:34 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: 1645/3246] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:34 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: 1602/3247] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3248] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:34 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: 1603/3249] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:34 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3250] 199.204.45.102 () {34 vars in 789 bytes} [Fri Mar 6 01:47:34 2026] PUT /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1311 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:47:34.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4d94848-7818-460a-8727-47c7d09e906e'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'df610dea-e72a-41ee-8380-810f06084c12', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3251] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:34 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 797 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: 1648/3252] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:34 2026] GET /v2.0/subnets/07fa35d5-be8b-43d3-a0fe-246f8f44a25c => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3253] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:34 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1347 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3254] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:47:34 2026] PUT /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => 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: 1606/3255] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 797 bytes in 46 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: 1650/3256] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3257] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3258] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => 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: 1652/3259] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1608/3260] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3261] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:35 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3262] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:36 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:47:36.610 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1dccccf-b7c9-4c87-8e5c-0709f2b906a1'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'df610dea-e72a-41ee-8380-810f06084c12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1654/3263] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3264] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => 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: 1655/3265] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1611/3266] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1656/3267] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 4976 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3268] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3269] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3270] 199.204.45.102 () {34 vars in 1015 bytes} [Fri Mar 6 01:47:37 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?fields=dns_domain => generated 29 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3271] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:47:37 2026] PUT /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3272] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3868 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-03-06 01:47:38.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-c86782ce-e6d0-4529-bb98-f9d68b7da332 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:38.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86782ce-e6d0-4529-bb98-f9d68b7da332 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: df610dea-e72a-41ee-8380-810f06084c12 [pid: 7|app: 0|req: 1659/3273] 199.204.45.102 () {32 vars in 758 bytes} [Fri Mar 6 01:47:38 2026] DELETE /v2.0/ports/df610dea-e72a-41ee-8380-810f06084c12 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3274] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:38 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: 1660/3275] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3276] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:38 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: 1661/3277] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3278] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3279] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3280] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3281] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3282] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:38 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3283] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3284] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3285] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3868 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3286] 199.204.45.102 () {34 vars in 1225 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/networks?id=6e69b51b-a897-4907-aa58-d6ab91970923&id=1af9caf0-c061-4990-8854-935439e2a0d2&id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3287] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1622/3288] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => 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: 1667/3289] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3290] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1668/3291] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3292] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1669/3293] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3294] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3295] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3296] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1671/3297] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=aac1df4a-8484-4710-a209-3aa045f90d09 => 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: 1627/3298] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/subnets?id=16d1fcea-1f44-419d-b16b-d3741faadf86 => 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: 1672/3299] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:39 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&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: 1628/3300] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:40 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1673/3301] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:40 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1675/3304] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3305] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3306] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:45 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: 1631/3307] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3308] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3868 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3309] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3310] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:45 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: 1633/3311] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3312] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3313] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1287 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3314] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:47:45 2026] PUT /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1080 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:47:46.022 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-848d7ebb-c925-42a2-9a4e-92e6af4d58f9'] response: {'name': 'network-changed', 'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'tag': 'aac1df4a-8484-4710-a209-3aa045f90d09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1635/3315] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:45 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1681/3316] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3317] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3318] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3697 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3319] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3320] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1638/3321] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:46 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1684/3322] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:47 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3323] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:47:48 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3324] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:47:48 2026] GET /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3325] 199.204.45.102 () {34 vars in 1015 bytes} [Fri Mar 6 01:47:48 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3326] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:48 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3327] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:47:48 2026] PUT /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3328] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:47:49 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:47:49.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-f05de2d6-2d22-42d7-ad47-5389f2796127 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:49.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f05de2d6-2d22-42d7-ad47-5389f2796127 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: aac1df4a-8484-4710-a209-3aa045f90d09 [pid: 8|app: 0|req: 1642/3329] 199.204.45.102 () {32 vars in 758 bytes} [Fri Mar 6 01:47:49 2026] DELETE /v2.0/ports/aac1df4a-8484-4710-a209-3aa045f90d09 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3330] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:47:50 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: 1643/3331] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:47:50 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: 1689/3332] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:47: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: 8|app: 0|req: 1644/3333] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:47:50 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: 1690/3334] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3335] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3336] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3337] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3338] 199.204.45.102 () {30 vars in 742 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 799 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3339] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3340] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3341] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3342] 199.204.45.102 () {34 vars in 1145 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks?id=6e69b51b-a897-4907-aa58-d6ab91970923&id=1af9caf0-c061-4990-8854-935439e2a0d2&id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3343] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1650/3344] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3345] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3346] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3347] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1652/3348] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.203&port_id=5f0ba483-5141-42a0-b5b4-965197b1a6d4 => 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: 1697/3349] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/subnets?id=e85deaa3-441d-4231-8cde-825cb5609239 => 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: 1653/3350] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/ports?network_id=1af9caf0-c061-4990-8854-935439e2a0d2&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3351] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3352] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:47:50 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?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: 1656/3355] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:48: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: 7|app: 0|req: 1700/3356] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:48:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3357] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:48: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: 7|app: 0|req: 1701/3358] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:48:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:00.618 8 INFO neutron.api.v2.resource [None req-bbd2b1c2-5b08-4d6c-835f-e598f63a15d8 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3359] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:48:00 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => 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: 1702/3360] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:48:00 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3361] 199.204.45.102 () {30 vars in 814 bytes} [Fri Mar 6 01:48:00 2026] GET /v2.0/security-group-rules?security_group_id=bcd8a6dd-704b-4416-a922-870153a952e8 => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3362] 199.204.45.102 () {32 vars in 788 bytes} [Fri Mar 6 01:48:00 2026] DELETE /v2.0/security-group-rules/3e1e279a-24b6-4dc3-b4c3-82d523218158 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3363] 199.204.45.102 () {32 vars in 788 bytes} [Fri Mar 6 01:48:00 2026] DELETE /v2.0/security-group-rules/ce0e7e40-d0b3-4284-af6b-67eff990adc7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:04.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ff0f8ff-2c23-4775-8e4c-f4fce995322e 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 765fdb0f-1ad3-4ff6-b2ca-b1763db4b4c9 2026-03-06 01:48:04.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ff0f8ff-2c23-4775-8e4c-f4fce995322e 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 765fdb0f-1ad3-4ff6-b2ca-b1763db4b4c9 2026-03-06 01:48:04.723 7 INFO neutron.db.l3_db [None req-3ff0f8ff-2c23-4775-8e4c-f4fce995322e 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP cf727a8a-86bc-4675-8ef6-6775d1a38375 disassociated (deleted). External IP: 10.96.250.202, port: f67041ce-f884-4844-9118-deb3556072ff. [pid: 7|app: 0|req: 1704/3364] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:48:04 2026] DELETE /v2.0/floatingips/cf727a8a-86bc-4675-8ef6-6775d1a38375 => generated 0 bytes in 634 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:05.049 8 INFO neutron.api.v2.resource [None req-39253553-40a3-42e0-86b3-02111fa82876 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3365] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:48:05 2026] GET /v2.0/floatingips/cf727a8a-86bc-4675-8ef6-6775d1a38375 => generated 144 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3366] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3367] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:48: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: 1706/3368] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:48:06 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: 1663/3369] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:06.246 7 INFO neutron.api.v2.resource [None req-0b7283ed-7a6e-44b8-b1a5-05bb40b94947 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1707/3370] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3371] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3372] 199.204.45.102 () {30 vars in 814 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/security-group-rules?security_group_id=bcd8a6dd-704b-4416-a922-870153a952e8 => generated 1182 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3373] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3374] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:48:06 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: 1666/3375] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:48:06 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: 1710/3376] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3377] 199.204.45.102 () {30 vars in 740 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3378] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3379] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3380] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:06 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3381] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:07 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3382] 199.204.45.102 () {34 vars in 974 bytes} [Fri Mar 6 01:48:08 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3383] 199.204.45.102 () {34 vars in 1059 bytes} [Fri Mar 6 01:48:08 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3384] 199.204.45.102 () {34 vars in 1015 bytes} [Fri Mar 6 01:48:08 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3385] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:08 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3386] 199.204.45.102 () {38 vars in 1027 bytes} [Fri Mar 6 01:48:08 2026] PUT /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1150 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3387] 199.204.45.102 () {30 vars in 768 bytes} [Fri Mar 6 01:48:09 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 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: 1716/3388] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:48:09 2026] PUT /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1090 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3389] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 1090 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 01:48:10.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e4a5213-8108-4d89-a0b3-d623ab1b9e8b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: 5f0ba483-5141-42a0-b5b4-965197b1a6d4 2026-03-06 01:48:10.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e4a5213-8108-4d89-a0b3-d623ab1b9e8b 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: 5f0ba483-5141-42a0-b5b4-965197b1a6d4 [pid: 7|app: 0|req: 1717/3390] 199.204.45.102 () {32 vars in 758 bytes} [Fri Mar 6 01:48:10 2026] DELETE /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3391] 199.204.45.102 () {30 vars in 702 bytes} [Fri Mar 6 01:48:10 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: 1718/3392] 199.204.45.102 () {30 vars in 704 bytes} [Fri Mar 6 01:48:10 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: 1675/3393] 199.204.45.102 () {30 vars in 680 bytes} [Fri Mar 6 01:48:10 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: 1719/3394] 199.204.45.102 () {30 vars in 716 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:10.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b98d62-0269-4660-8b5c-b1831df9fd05 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3395] 199.204.45.102 () {32 vars in 758 bytes} [Fri Mar 6 01:48:10 2026] DELETE /v2.0/ports/5f0ba483-5141-42a0-b5b4-965197b1a6d4 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3396] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:48:10.567 7 INFO neutron.api.v2.resource [None req-4229d4e3-7c64-4271-a8a8-5ac3d904fc55 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3397] 199.204.45.102 () {30 vars in 762 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/security-groups/lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3398] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/ports?tenant_id=8d7126b0494148e9abbea4181d6d7e53&device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3399] 199.204.45.102 () {30 vars in 784 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/security-groups?name=lb-aabf320b-02e3-4a80-94b7-944aaf557987 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3400] 199.204.45.102 () {34 vars in 1065 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/networks?id=6e69b51b-a897-4907-aa58-d6ab91970923&id=1af9caf0-c061-4990-8854-935439e2a0d2 => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3401] 199.204.45.102 () {30 vars in 736 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3402] 199.204.45.102 () {34 vars in 1061 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.227&port_id=eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => 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: 1680/3403] 199.204.45.102 () {34 vars in 983 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/subnets?id=f58ce702-bc69-4503-99de-4579c8a10f3f => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3404] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/ports?network_id=6e69b51b-a897-4907-aa58-d6ab91970923&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: 1682/3405] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3406] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:48:10 2026] GET /v2.0/networks/6e69b51b-a897-4907-aa58-d6ab91970923?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: 1724/3407] 199.204.45.102 () {34 vars in 788 bytes} [Fri Mar 6 01:48:10 2026] PUT /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 1090 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3408] 199.204.45.102 () {32 vars in 778 bytes} [Fri Mar 6 01:48:10 2026] DELETE /v2.0/security-groups/bcd8a6dd-704b-4416-a922-870153a952e8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:11.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-4110b821-ffec-44c6-a62a-266ef9b76cc3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: f67041ce-f884-4844-9118-deb3556072ff 2026-03-06 01:48:11.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4110b821-ffec-44c6-a62a-266ef9b76cc3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: f67041ce-f884-4844-9118-deb3556072ff [pid: 7|app: 0|req: 1725/3409] 199.204.45.102 () {32 vars in 758 bytes} [Fri Mar 6 01:48:10 2026] DELETE /v2.0/ports/f67041ce-f884-4844-9118-deb3556072ff => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3410] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:48:13 2026] GET /v2.0/ports?device_id=6215fb2a-fe8c-4823-97db-930fd6f37112 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:48:13.976 7 INFO neutron_taas.services.taas.taas_plugin [req-e1e7bda4-c655-48cf-a879-b738d8a315d9 req-c288e9bd-2610-45b6-9787-967b568707e3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] TaaS: Handle Delete Port: eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf 2026-03-06 01:48:13.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e1e7bda4-c655-48cf-a879-b738d8a315d9 req-c288e9bd-2610-45b6-9787-967b568707e3 9cf9f9220fe74ca89a194e4fc6aa8c82 8d7126b0494148e9abbea4181d6d7e53 - - default default] Tap Mirror: Handle Delete Port: eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf [pid: 7|app: 0|req: 1726/3411] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:48:13 2026] DELETE /v2.0/ports/eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:14.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-362c0815-83d8-4a53-9573-960152cac626'] response: {'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'name': 'network-vif-deleted', 'tag': 'eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf', 'status': 'completed', 'code': 200} 2026-03-06 01:48:15.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2b3e423-1300-4333-a120-e1e1bd22c522 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: f302da21-d05a-4bf3-b08c-c92321096445 2026-03-06 01:48:15.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b3e423-1300-4333-a120-e1e1bd22c522 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: f302da21-d05a-4bf3-b08c-c92321096445 2026-03-06 01:48:15.610 8 INFO neutron.db.l3_db [None req-f2b3e423-1300-4333-a120-e1e1bd22c522 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP d5b04320-0a98-4ac5-8e0f-fab89ce79bf1 disassociated (deleted). External IP: 10.96.250.209, port: 25ff01f3-2b89-4dad-89a5-1b60c565d476. [pid: 8|app: 0|req: 1687/3414] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:48:15 2026] DELETE /v2.0/floatingips/d5b04320-0a98-4ac5-8e0f-fab89ce79bf1 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:15.926 7 INFO neutron.api.v2.resource [None req-2ff2b284-cfd1-4f18-a439-8c9ca303758c 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1728/3415] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:48:15 2026] GET /v2.0/floatingips/d5b04320-0a98-4ac5-8e0f-fab89ce79bf1 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:15.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47b5113f-2ea7-46f0-92dd-04fe9b2fad8a'] response: {'name': 'network-changed', 'server_uuid': '2e1b23de-120e-480d-bb00-a78ab9b556ae', 'tag': '25ff01f3-2b89-4dad-89a5-1b60c565d476', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1688/3416] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3417] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3418] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3419] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/networks?id=f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3420] 199.204.45.102 () {34 vars in 1057 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => 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: 1731/3421] 199.204.45.102 () {34 vars in 1105 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A144&port_id=25ff01f3-2b89-4dad-89a5-1b60c565d476 => 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: 1691/3422] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/subnets?id=07fa35d5-be8b-43d3-a0fe-246f8f44a25c&id=64056db7-d359-46e2-ae8e-1999cb800a18 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3423] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3424] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/ports?network_id=f954df79-bc4d-418c-8e9a-93b033b0df9d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3425] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?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: 1693/3426] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:48:16 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3427] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:48:18 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:48:18.689 8 INFO neutron_taas.services.taas.taas_plugin [req-4c8ef23f-1cb4-4139-819b-f59ff9cfd5b8 req-6b57b499-d2ae-442a-8bf1-1b6eb9337eeb 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 25ff01f3-2b89-4dad-89a5-1b60c565d476 2026-03-06 01:48:18.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c8ef23f-1cb4-4139-819b-f59ff9cfd5b8 req-6b57b499-d2ae-442a-8bf1-1b6eb9337eeb 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 25ff01f3-2b89-4dad-89a5-1b60c565d476 [pid: 8|app: 0|req: 1694/3428] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:48:18 2026] DELETE /v2.0/ports/25ff01f3-2b89-4dad-89a5-1b60c565d476 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:18.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e1597aa-b646-41c1-8527-764c54d97bc3'] response: {'server_uuid': '2e1b23de-120e-480d-bb00-a78ab9b556ae', 'name': 'network-vif-deleted', 'tag': '25ff01f3-2b89-4dad-89a5-1b60c565d476', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1735/3429] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:48:21 2026] GET /v2.0/ports?device_id=2e1b23de-120e-480d-bb00-a78ab9b556ae => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:48:26.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-299f624e-f622-4781-8f17-0a5a1445da72 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 4978f168-5ce2-4997-bb66-79ab666c5883 2026-03-06 01:48:26.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-299f624e-f622-4781-8f17-0a5a1445da72 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 4978f168-5ce2-4997-bb66-79ab666c5883 [pid: 7|app: 0|req: 1736/3430] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/subnets => generated 6130 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3431] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 01:48:26.638 8 INFO neutron.db.l3_db [None req-299f624e-f622-4781-8f17-0a5a1445da72 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Floating IP 6ac4d611-aa41-4af2-a3cb-aba8d7bddfd7 disassociated (deleted). External IP: 10.96.250.203, port: 2f904d88-c733-4f8e-8dbf-a073f8635eaf. [pid: 7|app: 0|req: 1738/3432] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/security-groups => generated 28657 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3433] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/routers => generated 727 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3434] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3435] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3436] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3437] 10.0.0.155 () {32 vars in 731 bytes} [Fri Mar 6 01:48:26 2026] DELETE /v2.0/floatingips/6ac4d611-aa41-4af2-a3cb-aba8d7bddfd7 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3438] 10.0.0.101 () {28 vars in 676 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/l3-agents => generated 681 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:26.947 8 INFO neutron.api.v2.resource [None req-edf1b152-6960-495e-bd01-afe227374a27 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3439] 10.0.0.155 () {32 vars in 728 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/floatingips/6ac4d611-aa41-4af2-a3cb-aba8d7bddfd7 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3440] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:48:26.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86b6376f-a6f3-4a84-be05-2e50df80e73c'] response: {'name': 'network-changed', 'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1697/3441] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/network-ip-availabilities => generated 3610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3442] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:48:26 2026] GET /v2.0/floatingips => 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: 1698/3443] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/subnets => generated 6130 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3444] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/ports => generated 16515 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3445] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3446] 10.0.0.156 () {34 vars in 1039 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/security-groups?id=51431946-8091-4018-ae20-b64432119234&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3447] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/networks => generated 5225 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3448] 199.204.45.102 () {34 vars in 1079 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/ports?tenant_id=86a98107b0d94844b930882cd2939da9&device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3449] 199.204.45.102 () {34 vars in 985 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/networks?id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3450] 199.204.45.102 () {34 vars in 1055 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3451] 199.204.45.102 () {34 vars in 1103 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f4&port_id=2f904d88-c733-4f8e-8dbf-a073f8635eaf => 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: 1703/3452] 199.204.45.102 () {34 vars in 1063 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/subnets?id=d603af00-1c59-4d15-9186-a0eb28983954&id=16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3453] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3454] 199.204.45.102 () {34 vars in 1051 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/ports?network_id=b3a55bcc-ae74-4e53-a9a2-79cbc68274be&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3455] 199.204.45.102 () {34 vars in 1011 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3456] 199.204.45.102 () {34 vars in 1111 bytes} [Fri Mar 6 01:48:27 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be?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: 1752/3457] 199.204.45.102 () {34 vars in 993 bytes} [Fri Mar 6 01:48:29 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => generated 1194 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 01:48:29.685 8 INFO neutron_taas.services.taas.taas_plugin [req-ac4281f9-53b6-4ad7-a9bd-74cae8682dd9 req-be95423b-330f-4059-950b-777523367953 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 2f904d88-c733-4f8e-8dbf-a073f8635eaf 2026-03-06 01:48:29.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ac4281f9-53b6-4ad7-a9bd-74cae8682dd9 req-be95423b-330f-4059-950b-777523367953 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 2f904d88-c733-4f8e-8dbf-a073f8635eaf [pid: 8|app: 0|req: 1706/3458] 199.204.45.102 () {36 vars in 996 bytes} [Fri Mar 6 01:48:29 2026] DELETE /v2.0/ports/2f904d88-c733-4f8e-8dbf-a073f8635eaf => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:29.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-206851fa-0e1c-4d90-a2df-212698211519'] response: {'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'name': 'network-vif-deleted', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1754/3461] 10.0.0.156 () {34 vars in 989 bytes} [Fri Mar 6 01:48:32 2026] GET /v2.0/ports?device_id=2f08eff4-0a49-4960-add9-e0e925f42f71 => 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: 1708/3462] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/ecfb12c0-9a0a-4289-acaa-a78dc96845ff => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.481 7 INFO neutron.api.v2.resource [None req-e7d7a719-7a1e-42e7-b5ed-3e79df3a9d84 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1755/3463] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/ecfb12c0-9a0a-4289-acaa-a78dc96845ff => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3464] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/32877bc3-0bd8-44c0-b649-7c377f01488b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.570 7 INFO neutron.api.v2.resource [None req-d843b3be-844c-4bf6-97c5-702a9d741091 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1756/3465] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/32877bc3-0bd8-44c0-b649-7c377f01488b => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3466] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/74115881-f8b9-4215-b46c-350636e79cf8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.672 7 INFO neutron.api.v2.resource [None req-700782ad-a9cb-42a8-af81-e254b903d6ac 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1757/3467] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/74115881-f8b9-4215-b46c-350636e79cf8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3468] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/19c4cbfb-6e17-401d-8cd8-c8c32270cfa9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.757 7 INFO neutron.api.v2.resource [None req-c936437a-c923-4961-88dc-c7ab021051e5 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1758/3469] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/19c4cbfb-6e17-401d-8cd8-c8c32270cfa9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3470] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/cf153966-23be-4cf1-8f7e-474b7a0d6508 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.835 7 INFO neutron.api.v2.resource [None req-89ea9316-dd2f-4b4b-bf5d-059539f645d6 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1759/3471] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/cf153966-23be-4cf1-8f7e-474b7a0d6508 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3472] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/3dfa5e72-ac64-414b-b13d-d0b0ee3c7155 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.914 7 INFO neutron.api.v2.resource [None req-56a4abbb-a441-4df4-a77f-fa0b94b93791 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1760/3473] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/3dfa5e72-ac64-414b-b13d-d0b0ee3c7155 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3474] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/9f6ac759-7c56-43b2-b442-8c932a968a2a => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:37.993 7 INFO neutron.api.v2.resource [None req-74f5f1f0-f0ed-4f98-b72d-ff3f1f85c7c8 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1761/3475] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:37 2026] GET /v2.0/security-group-rules/9f6ac759-7c56-43b2-b442-8c932a968a2a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3476] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:37 2026] DELETE /v2.0/security-group-rules/3ae25f5d-8266-43bc-a577-d005c0d7ab7e => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:38.064 7 INFO neutron.api.v2.resource [None req-1da054d2-8289-48c7-bc9d-a42c614a6a26 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1762/3477] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:38 2026] GET /v2.0/security-group-rules/3ae25f5d-8266-43bc-a577-d005c0d7ab7e => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3478] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:38 2026] DELETE /v2.0/security-group-rules/7fd58021-e605-4435-aa4d-a6e770f5bd1c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:38.146 7 INFO neutron.api.v2.resource [None req-a5b8f48a-e498-4e24-a24c-bcadb1c73d55 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1763/3479] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:38 2026] GET /v2.0/security-group-rules/7fd58021-e605-4435-aa4d-a6e770f5bd1c => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3480] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:38 2026] DELETE /v2.0/security-group-rules/2b0e5cc8-c02f-4b18-9d26-5045a8bba944 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:38.214 7 INFO neutron.api.v2.resource [None req-b7982584-eb02-4d04-95a5-60f093eb285c 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1764/3481] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:38 2026] GET /v2.0/security-group-rules/2b0e5cc8-c02f-4b18-9d26-5045a8bba944 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3482] 10.0.0.155 () {32 vars in 749 bytes} [Fri Mar 6 01:48:38 2026] DELETE /v2.0/security-group-rules/d6645481-66b8-41c5-8747-9443e5e2469a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:38.299 7 INFO neutron.api.v2.resource [None req-c2f7b614-6f11-4558-a4d7-9ba7771b2c19 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1765/3483] 10.0.0.155 () {32 vars in 746 bytes} [Fri Mar 6 01:48:38 2026] GET /v2.0/security-group-rules/d6645481-66b8-41c5-8747-9443e5e2469a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3484] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:38 2026] DELETE /v2.0/security-groups/51431946-8091-4018-ae20-b64432119234 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:38.399 7 INFO neutron.api.v2.resource [None req-0312a7e3-4ea9-4f7d-88e2-e30babde2681 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1766/3485] 10.0.0.155 () {32 vars in 736 bytes} [Fri Mar 6 01:48:38 2026] GET /v2.0/security-groups/51431946-8091-4018-ae20-b64432119234 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:38.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-321e2fa4-6858-4229-87ae-de591640430b 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: ea31c3cf-6ca2-4621-b278-316c31e74d69 2026-03-06 01:48:38.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-321e2fa4-6858-4229-87ae-de591640430b 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: ea31c3cf-6ca2-4621-b278-316c31e74d69 [pid: 8|app: 0|req: 1720/3486] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:38 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:39.551 7 INFO neutron.api.v2.resource [None req-d45e23a2-c51d-4878-b251-325e9d6fe322 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1767/3487] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:39 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 198 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:39.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-1554d519-e2e1-419c-bdab-9c3bba7f0f54 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb 2026-03-06 01:48:39.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1554d519-e2e1-419c-bdab-9c3bba7f0f54 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb [pid: 8|app: 0|req: 1721/3488] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:39 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:40.603 7 INFO neutron.api.v2.resource [None req-928ee7cb-e045-4c95-a16f-45998276b487 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1768/3489] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:40 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 198 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:40.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-33e139c1-6131-4a3f-bbfa-c1b6c3c3814c 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:48:40.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33e139c1-6131-4a3f-bbfa-c1b6c3c3814c 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 6ea760b5-0669-4796-925d-6d2839cb2469 [pid: 8|app: 0|req: 1722/3490] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:40 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 01:48:41.591 7 INFO neutron.api.v2.resource [None req-3d5befb0-c575-49a0-bb15-3da3042880b7 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1769/3491] 10.0.0.155 () {34 vars in 788 bytes} [Fri Mar 6 01:48:41 2026] PUT /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:41.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0d63659-6a3f-4072-8e9b-0f10bc691ac0 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 3fa88549-433b-4d73-81ff-f7a88c8e2fea 2026-03-06 01:48:41.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0d63659-6a3f-4072-8e9b-0f10bc691ac0 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 3fa88549-433b-4d73-81ff-f7a88c8e2fea 2026-03-06 01:48:42.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0d63659-6a3f-4072-8e9b-0f10bc691ac0 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 7674c9be-03d8-4008-9e7c-29db5ffea0cf 2026-03-06 01:48:42.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0d63659-6a3f-4072-8e9b-0f10bc691ac0 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 7674c9be-03d8-4008-9e7c-29db5ffea0cf 2026-03-06 01:48:42.455 8 INFO neutron.db.l3_hamode_db [None req-f0d63659-6a3f-4072-8e9b-0f10bc691ac0 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] HA network d49ab767-a7cb-4b0d-81b2-57544eea45c7 was deleted as no HA routers are present in tenant 86a98107b0d94844b930882cd2939da9. [pid: 8|app: 0|req: 1723/3492] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:41 2026] DELETE /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 01:48:42.469 8 INFO neutron.services.segments.plugin [-] Segment ceebe56d-836b-4f08-9bb9-0da2cdb9682a resource provider aggregate not found 2026-03-06 01:48:42.474 8 INFO neutron.services.segments.plugin [-] Segment ceebe56d-836b-4f08-9bb9-0da2cdb9682a resource provider aggregate not found 2026-03-06 01:48:42.482 8 INFO neutron.services.segments.plugin [-] Segment ceebe56d-836b-4f08-9bb9-0da2cdb9682a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceebe56d-836b-4f08-9bb9-0da2cdb9682a found for delete ", "request_id": "req-476a9400-4b86-4faa-84f6-d1cbce1e16f9"}]} 2026-03-06 01:48:42.485 7 INFO neutron.api.v2.resource [None req-a059c855-746f-4fba-bc72-c781339e1b57 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1770/3493] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:42 2026] GET /v2.0/routers/6972c49d-9b39-4c06-96d8-5efd5533679a => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:42.486 8 INFO neutron.services.segments.plugin [-] Segment ceebe56d-836b-4f08-9bb9-0da2cdb9682a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceebe56d-836b-4f08-9bb9-0da2cdb9682a found for delete ", "request_id": "req-062a21d1-9c87-4403-baf7-b7752a26ce89"}]} [pid: 8|app: 0|req: 1724/3494] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:42 2026] DELETE /v2.0/subnets/07fa35d5-be8b-43d3-a0fe-246f8f44a25c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:42.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50077263-9611-4d54-bc7c-7104323c41b7 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1771/3495] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:42 2026] GET /v2.0/subnets/07fa35d5-be8b-43d3-a0fe-246f8f44a25c => 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: 1725/3496] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:42 2026] DELETE /v2.0/subnets/64056db7-d359-46e2-ae8e-1999cb800a18 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:42.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96df1ed0-59d4-4c45-adc6-f396df3f5207 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1772/3497] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:42 2026] GET /v2.0/subnets/64056db7-d359-46e2-ae8e-1999cb800a18 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:42.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c6a77b8-3890-4a62-b803-ffdbd3c10102 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:48:42.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6a77b8-3890-4a62-b803-ffdbd3c10102 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 90cbde88-446e-49c3-b1f5-6e8525f33e2b [pid: 8|app: 0|req: 1726/3498] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:48:42 2026] DELETE /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:43.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0111c714-09ef-457a-8609-e3d5afb10241 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1773/3499] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:48:43 2026] GET /v2.0/networks/f954df79-bc4d-418c-8e9a-93b033b0df9d => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3500] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:43 2026] DELETE /v2.0/subnets/d603af00-1c59-4d15-9186-a0eb28983954 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:43.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c211175c-b251-4f7a-a7a1-389448560b34 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1774/3501] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:43 2026] GET /v2.0/subnets/d603af00-1c59-4d15-9186-a0eb28983954 => 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: 1728/3502] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:43 2026] DELETE /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:43.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5385fe0a-6783-486e-82db-4e6213fe33dc 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1775/3503] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:43 2026] GET /v2.0/subnets/16d1fcea-1f44-419d-b16b-d3741faadf86 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:43.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-53001392-b680-4853-a904-56ae37d7167d 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 2026-03-06 01:48:43.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53001392-b680-4853-a904-56ae37d7167d 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 [pid: 8|app: 0|req: 1729/3504] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:48:43 2026] DELETE /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:43.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cc14427-9710-4571-abfd-480322c2d421 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1776/3505] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:48:43 2026] GET /v2.0/networks/b3a55bcc-ae74-4e53-a9a2-79cbc68274be => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3506] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:43 2026] DELETE /v2.0/subnets/7b82292f-8615-4c7c-b3ea-4e2fd7391e4c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:43.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b968d14e-5cc9-4ea9-9ffd-e46751fcda1b 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1777/3507] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:43 2026] GET /v2.0/subnets/7b82292f-8615-4c7c-b3ea-4e2fd7391e4c => 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: 1731/3508] 10.0.0.155 () {32 vars in 723 bytes} [Fri Mar 6 01:48:43 2026] DELETE /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:44.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b5aa48d-fc4f-4c2d-9ac6-d486080f325b 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1778/3509] 10.0.0.155 () {32 vars in 720 bytes} [Fri Mar 6 01:48:44 2026] GET /v2.0/subnets/e85deaa3-441d-4231-8cde-825cb5609239 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:44.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-35a7a721-3934-4cf2-af49-01e2b1198fca 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] TaaS: Handle Delete Port: 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:48:44.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a7a721-3934-4cf2-af49-01e2b1198fca 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] Tap Mirror: Handle Delete Port: 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 [pid: 8|app: 0|req: 1732/3510] 10.0.0.155 () {32 vars in 725 bytes} [Fri Mar 6 01:48:44 2026] DELETE /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 01:48:44.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e404749a-f523-43fd-a8e6-c30bc97d8a54 9ba923274b664e9aa520947354b1998c 86a98107b0d94844b930882cd2939da9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1779/3511] 10.0.0.155 () {32 vars in 722 bytes} [Fri Mar 6 01:48:44 2026] GET /v2.0/networks/1af9caf0-c061-4990-8854-935439e2a0d2 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 01:48:44.501 8 INFO neutron.services.segments.plugin [-] Segment d598fa82-d9fe-469d-92e6-4d1602a52d2a resource provider aggregate not found 2026-03-06 01:48:44.506 8 INFO neutron.services.segments.plugin [-] Segment d598fa82-d9fe-469d-92e6-4d1602a52d2a resource provider aggregate not found 2026-03-06 01:48:44.520 8 INFO neutron.services.segments.plugin [-] Segment d598fa82-d9fe-469d-92e6-4d1602a52d2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d598fa82-d9fe-469d-92e6-4d1602a52d2a found for delete ", "request_id": "req-11e58b7f-734c-45da-8960-dfec035d4367"}]} 2026-03-06 01:48:44.525 8 INFO neutron.services.segments.plugin [-] Segment d598fa82-d9fe-469d-92e6-4d1602a52d2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d598fa82-d9fe-469d-92e6-4d1602a52d2a found for delete ", "request_id": "req-c74700bf-65db-47d7-961f-502472aab910"}]} 2026-03-06 01:48:44.535 8 INFO neutron.services.segments.plugin [-] Segment 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 resource provider aggregate not found 2026-03-06 01:48:44.543 8 INFO neutron.services.segments.plugin [-] Segment 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 resource provider aggregate not found 2026-03-06 01:48:44.553 8 INFO neutron.services.segments.plugin [-] Segment 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 found for delete ", "request_id": "req-3f34c861-c695-4883-9817-80ff6acc8daa"}]} 2026-03-06 01:48:44.559 8 INFO neutron.services.segments.plugin [-] Segment 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 992a9f9a-5d99-4d6d-8890-c3a5bb67cd25 found for delete ", "request_id": "req-163df491-4852-467d-a343-16159e5b7d90"}]} 2026-03-06 01:48:44.579 8 INFO neutron.services.segments.plugin [-] Segment 2a1302da-8730-4ce5-94e0-7326cfb99ca9 resource provider aggregate not found 2026-03-06 01:48:44.584 8 INFO neutron.services.segments.plugin [-] Segment 2a1302da-8730-4ce5-94e0-7326cfb99ca9 resource provider aggregate not found 2026-03-06 01:48:44.598 8 INFO neutron.services.segments.plugin [-] Segment 2a1302da-8730-4ce5-94e0-7326cfb99ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a1302da-8730-4ce5-94e0-7326cfb99ca9 found for delete ", "request_id": "req-4cafe38f-aae8-4b18-a073-132be8b00eb6"}]} 2026-03-06 01:48:44.601 8 INFO neutron.services.segments.plugin [-] Segment 2a1302da-8730-4ce5-94e0-7326cfb99ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a1302da-8730-4ce5-94e0-7326cfb99ca9 found for delete ", "request_id": "req-6b2c5459-e050-4971-adbc-e5a91e73b8e4"}]} [pid: 7|app: 0|req: 1781/3514] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:46 2026] GET /v2.0/security-groups?tenant_id=20185ab96d6c49349a37b647927a7501&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3515] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:46 2026] DELETE /v2.0/security-groups/14dd33ae-ff1e-497b-9561-f643f4f934eb => 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: 1782/3516] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:46 2026] GET /v2.0/security-groups?tenant_id=881891ab390e4f4592290feeb9ab0d91&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3517] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:46 2026] DELETE /v2.0/security-groups/6b45c181-cd1b-4b8f-b638-c27787539d1c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3518] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:46 2026] GET /v2.0/security-groups?tenant_id=86a98107b0d94844b930882cd2939da9&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3519] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:46 2026] DELETE /v2.0/security-groups/4816be4a-e83b-422c-ae18-98b2149c8001 => 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: 1784/3520] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:47 2026] GET /v2.0/security-groups?tenant_id=253e417235ad4cb59840894681e7432d&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3521] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:47 2026] DELETE /v2.0/security-groups/2205eed0-9efc-409a-a0ed-b91371145a9f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3522] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:47 2026] GET /v2.0/security-groups?tenant_id=bdfc68bdd8ef4ab7a30bb55fe83d477c&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3523] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:47 2026] DELETE /v2.0/security-groups/69e1791d-8513-464b-971d-2f1610c05455 => 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: 1786/3524] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:47 2026] GET /v2.0/security-groups?tenant_id=3c33d123caff4f5882cff6c24668c7a5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3525] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:48 2026] DELETE /v2.0/security-groups/525d47e9-f863-4d5e-8cbc-1796edbbe6ef => 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: 1787/3526] 10.0.0.155 () {32 vars in 773 bytes} [Fri Mar 6 01:48:48 2026] GET /v2.0/security-groups?tenant_id=cad6b5c75e90432fa6ec16387384e78a&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: 1740/3527] 10.0.0.155 () {32 vars in 739 bytes} [Fri Mar 6 01:48:48 2026] DELETE /v2.0/security-groups/61246efb-079a-4f99-bcbe-7911c6fd1fee => 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: 1788/3528] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:48:50 2026] GET /v2.0/networks => generated 2168 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3529] 10.0.0.155 () {32 vars in 654 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/floatingips => 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: 1789/3530] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3531] 10.0.0.155 () {32 vars in 642 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3532] 10.0.0.155 () {32 vars in 646 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3533] 10.0.0.155 () {32 vars in 648 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3534] 10.0.0.155 () {32 vars in 662 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3535] 10.0.0.155 () {32 vars in 654 bytes} [Fri Mar 6 01:48:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3540] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3541] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3542] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3543] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3544] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/agents => generated 3385 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3545] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3546] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:49:26 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: 1797/3547] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3548] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3549] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3550] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:49:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3559] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:50:26 2026] GET /v2.0/ports => generated 4725 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3560] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:50:26 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3561] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:50:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3562] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:50:26 2026] GET /v2.0/subnets => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3563] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:50:26 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) [pid: 8|app: 0|req: 1759/3564] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3565] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/agents => generated 3385 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3566] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3567] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/floatingips => 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: 1761/3568] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3569] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:50:27 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3578] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/routers => generated 15 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3579] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3580] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3581] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3582] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3583] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3584] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3585] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/agents => generated 3385 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3586] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/floatingips => 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: 1817/3587] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3588] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:51:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1822/3597] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/floatingips => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3598] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3599] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3600] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3601] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:52:26 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) [pid: 8|app: 0|req: 1778/3602] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3603] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3604] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3605] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:52:26 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3606] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:52:27 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3607] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:52:27 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1832/3616] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/subnets => generated 1308 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3617] 10.0.0.101 () {28 vars in 598 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3618] 10.0.0.101 () {28 vars in 618 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3619] 10.0.0.101 () {28 vars in 578 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/ports => generated 4725 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3620] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/routers => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3621] 10.0.0.101 () {28 vars in 623 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3622] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3623] 10.0.0.101 () {28 vars in 584 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/networks => generated 2168 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3624] 10.0.0.101 () {28 vars in 580 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1789/3625] 10.0.0.101 () {28 vars in 582 bytes} [Fri Mar 6 01:53:26 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: 1837/3626] 10.0.0.101 () {28 vars in 590 bytes} [Fri Mar 6 01:53:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)