+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 16 01:42:33 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7c589b5964-d2dcq machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fd0769c7668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-16 01:42:37.180 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:42:37.180 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:42:37.208 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:42:37.208 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:42:38.247 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:42:38.273 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:42:39.741 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:39.744 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:42:39.747 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:42:39.748 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:39.748 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:42:39.748 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:42:39.749 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.756 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.756 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.756 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.778 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:42:39.779 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.779 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.795 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:39.798 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:42:39.801 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:42:39.802 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:39.802 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:42:39.803 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:42:39.803 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.809 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:42:39.809 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:42:39.809 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:42:39.810 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:42:39.810 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.810 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:39.810 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.834 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:42:39.835 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.835 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:42:39.866 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:42:39.866 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:42:39.866 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:42:39.866 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:42:40.131 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:42:40.163 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:42:40.274 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:42:40.274 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:42:40.275 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:42:40.324 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.extensions.port_security [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:42:40.325 7 INFO neutron.plugins.ml2.managers [None req-50c472a4-1d60-4581-95b6-0fd2157c711e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:42:40.337 7 INFO neutron.quota [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded quota_driver: . 2026-06-16 01:42:40.337 7 INFO neutron.plugins.ml2.plugin [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:42:40.337 7 INFO neutron.plugins.ml2.managers [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:42:40.337 7 INFO neutron.plugins.ml2.managers [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:42:40.337 7 INFO neutron.plugins.ml2.managers [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:42:40.338 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: qos 2026-06-16 01:42:40.350 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: router 2026-06-16 01:42:40.396 7 INFO neutron.services.service_base [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:42:40.396 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: segments 2026-06-16 01:42:40.503 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: trunk 2026-06-16 01:42:40.521 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:42:40.750 7 WARNING stevedore.named [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:40.850 7 INFO neutron_vpnaas.services.vpn.plugin [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:42:40.850 7 INFO neutron.common.utils [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:42:40.850 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: taas 2026-06-16 01:42:40.882 7 WARNING stevedore.named [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:40.882 7 WARNING stevedore.named [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:40.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:40.911 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:42:40.925 7 WARNING stevedore.named [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:40.925 7 WARNING stevedore.named [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:40.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:40.943 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:42:40.952 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: tag 2026-06-16 01:42:40.962 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: timestamp 2026-06-16 01:42:40.966 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:42:40.970 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: flavors 2026-06-16 01:42:40.974 7 INFO neutron.manager [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loading Plugin: revisions 2026-06-16 01:42:40.978 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Initializing extension manager. 2026-06-16 01:42:40.981 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: address-group 2026-06-16 01:42:40.982 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: address-scope 2026-06-16 01:42:40.982 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:42:40.983 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: agent 2026-06-16 01:42:40.984 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:42:40.985 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:42:40.986 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:42:40.987 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: availability_zone 2026-06-16 01:42:40.987 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:42:40.988 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:42:40.988 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:42:40.990 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:42:40.990 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: dns-integration 2026-06-16 01:42:40.993 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:42:40.994 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:42:40.994 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: dvr 2026-06-16 01:42:40.995 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:42:40.995 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:42:40.998 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:40.998 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:42:40.999 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: external-net 2026-06-16 01:42:40.999 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:42:41.000 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: extraroute 2026-06-16 01:42:41.001 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:42:41.001 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:42:41.002 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:42:41.002 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:42:41.004 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:42:41.004 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:42:41.005 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: flavors 2026-06-16 01:42:41.008 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:42:41.009 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:42:41.010 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:42:41.010 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:42:41.011 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:42:41.013 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: router 2026-06-16 01:42:41.015 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:41.016 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:42:41.017 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:42:41.017 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:42:41.018 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: l3-ha 2026-06-16 01:42:41.019 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:41.019 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:42:41.020 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:42:41.021 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:41.022 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:42:41.024 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:42:41.025 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:42:41.026 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:42:41.028 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:42:41.028 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:42:41.029 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: multi-provider 2026-06-16 01:42:41.030 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: net-mtu 2026-06-16 01:42:41.031 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:42:41.031 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:42:41.032 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: network_ha 2026-06-16 01:42:41.033 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:42:41.034 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:42:41.034 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: pagination 2026-06-16 01:42:41.035 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:42:41.035 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:42:41.036 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:42:41.036 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:42:41.037 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:42:41.037 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:42:41.038 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:42:41.038 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:42:41.039 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:42:41.040 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:42:41.040 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:42:41.041 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: binding 2026-06-16 01:42:41.041 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: binding-extended 2026-06-16 01:42:41.042 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-security 2026-06-16 01:42:41.042 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: project-id 2026-06-16 01:42:41.043 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: provider 2026-06-16 01:42:41.044 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:42:41.046 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos 2026-06-16 01:42:41.047 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:42:41.048 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:42:41.049 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-default 2026-06-16 01:42:41.049 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-fip 2026-06-16 01:42:41.050 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:42:41.050 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:42:41.051 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:42:41.051 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:42:41.052 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:42:41.053 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-pps 2026-06-16 01:42:41.053 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:42:41.054 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:42:41.055 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:42:41.055 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:42:41.059 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:42:41.061 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: quotas 2026-06-16 01:42:41.062 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: quota_details 2026-06-16 01:42:41.064 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:42:41.065 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:42:41.065 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:42:41.065 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:42:41.065 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:42:41.065 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:42:41.066 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:42:41.066 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:42:41.067 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:42:41.067 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:42:41.068 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:42:41.069 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:42:41.070 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:42:41.071 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:42:41.071 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:42:41.072 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:42:41.072 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:42:41.073 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:42:41.077 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: security-group 2026-06-16 01:42:41.079 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: segment 2026-06-16 01:42:41.079 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:42:41.079 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:42:41.080 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:42:41.080 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:42:41.080 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: service-type 2026-06-16 01:42:41.080 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:42:41.080 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:42:41.080 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: sorting 2026-06-16 01:42:41.080 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:42:41.081 8 INFO neutron.plugins.ml2.managers [None req-ff3929eb-1bf1-4095-943a-1f07199a903d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:42:41.081 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:42:41.082 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:42:41.082 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:42:41.083 7 WARNING neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:42:41.083 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:42:41.084 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:42:41.084 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:42:41.085 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:42:41.086 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:42:41.087 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:42:41.088 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:42:41.088 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: tag-creation 2026-06-16 01:42:41.089 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:42:41.094 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:42:41.095 8 INFO neutron.quota [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded quota_driver: . 2026-06-16 01:42:41.095 8 INFO neutron.plugins.ml2.plugin [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:42:41.095 8 INFO neutron.plugins.ml2.managers [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:42:41.096 8 INFO neutron.plugins.ml2.managers [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:42:41.096 8 INFO neutron.plugins.ml2.managers [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:42:41.096 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: qos 2026-06-16 01:42:41.096 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:42:41.097 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: trunk 2026-06-16 01:42:41.098 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: trunk-details 2026-06-16 01:42:41.098 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:42:41.099 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:42:41.100 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:42:41.101 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:42:41.105 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:42:41.106 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:42:41.107 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:42:41.109 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: vpnaas 2026-06-16 01:42:41.109 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: router 2026-06-16 01:42:41.111 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: taas 2026-06-16 01:42:41.113 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:42:41.114 7 INFO neutron.api.extensions [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:42:41.117 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:42:41.117 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:42:41.118 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.118 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:42:41.122 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:41.123 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:41.129 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:41.130 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:41.132 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:41.133 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.134 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.134 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.134 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.135 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:41.136 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.136 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.137 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:41.137 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:41.138 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:41.138 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.138 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.139 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.139 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.146 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:41.146 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] router is already registered 2026-06-16 01:42:41.147 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:41.147 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] floatingip is already registered 2026-06-16 01:42:41.151 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:41.152 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] rbac_policy is already registered 2026-06-16 01:42:41.152 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:41.152 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] security_group is already registered 2026-06-16 01:42:41.153 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:41.153 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] security_group_rule is already registered 2026-06-16 01:42:41.154 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.154 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.154 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.155 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.155 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:41.155 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] trunk is already registered 2026-06-16 01:42:41.156 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.156 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.156 8 INFO neutron.services.service_base [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:42:41.156 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.156 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: segments 2026-06-16 01:42:41.156 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.157 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:41.157 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] endpoint_group is already registered 2026-06-16 01:42:41.157 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:41.157 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] vpnservice is already registered 2026-06-16 01:42:41.158 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:41.158 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:42:41.158 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.158 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.159 7 INFO neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.159 7 WARNING neutron.quota.resource_registry [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.200 7 WARNING keystonemiddleware._common.config [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:42:41.208 7 WARNING oslo_config.cfg [None req-bc771476-ed26-427a-af3b-4d3ef599d73a - - - - - -] 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 0x7fd0769c7668 pid: 7 (default app) 2026-06-16 01:42:41.261 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: trunk 2026-06-16 01:42:41.277 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:42:41.317 8 WARNING stevedore.named [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:41.388 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:42:41.388 8 INFO neutron.common.utils [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:42:41.389 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: taas 2026-06-16 01:42:41.413 8 WARNING stevedore.named [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:41.413 8 WARNING stevedore.named [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:41.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:41.433 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:42:41.444 8 WARNING stevedore.named [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:41.445 8 WARNING stevedore.named [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:41.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:41.461 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:42:41.470 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: tag 2026-06-16 01:42:41.479 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: timestamp 2026-06-16 01:42:41.483 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:42:41.486 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: flavors 2026-06-16 01:42:41.491 8 INFO neutron.manager [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loading Plugin: revisions 2026-06-16 01:42:41.494 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Initializing extension manager. 2026-06-16 01:42:41.495 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: address-group 2026-06-16 01:42:41.496 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: address-scope 2026-06-16 01:42:41.497 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:42:41.497 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: agent 2026-06-16 01:42:41.498 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:42:41.499 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:42:41.500 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:42:41.500 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: availability_zone 2026-06-16 01:42:41.501 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:42:41.501 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:42:41.502 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:42:41.504 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:42:41.504 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: dns-integration 2026-06-16 01:42:41.505 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:42:41.505 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:42:41.506 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: dvr 2026-06-16 01:42:41.507 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:42:41.508 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:42:41.508 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:41.509 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:42:41.509 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: external-net 2026-06-16 01:42:41.510 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:42:41.510 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: extraroute 2026-06-16 01:42:41.511 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:42:41.512 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:42:41.512 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:42:41.514 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:42:41.515 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:42:41.515 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:42:41.516 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: flavors 2026-06-16 01:42:41.517 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:42:41.518 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:42:41.518 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:42:41.519 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:42:41.519 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:42:41.521 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: router 2026-06-16 01:42:41.522 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:41.523 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:42:41.523 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:42:41.524 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:42:41.524 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: l3-ha 2026-06-16 01:42:41.525 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:41.525 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:42:41.526 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:42:41.527 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:41.527 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:42:41.530 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:42:41.531 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:42:41.532 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:42:41.533 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:42:41.534 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:42:41.535 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: multi-provider 2026-06-16 01:42:41.535 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: net-mtu 2026-06-16 01:42:41.536 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:42:41.536 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:42:41.537 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: network_ha 2026-06-16 01:42:41.538 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:42:41.539 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:42:41.539 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: pagination 2026-06-16 01:42:41.540 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:42:41.541 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:42:41.541 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:42:41.542 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:42:41.542 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:42:41.543 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:42:41.543 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:42:41.544 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:42:41.544 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:42:41.545 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:42:41.545 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:42:41.546 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: binding 2026-06-16 01:42:41.546 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: binding-extended 2026-06-16 01:42:41.547 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-security 2026-06-16 01:42:41.547 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: project-id 2026-06-16 01:42:41.548 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: provider 2026-06-16 01:42:41.549 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:42:41.551 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos 2026-06-16 01:42:41.551 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:42:41.552 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:42:41.552 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-default 2026-06-16 01:42:41.553 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-fip 2026-06-16 01:42:41.553 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:42:41.554 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:42:41.554 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:42:41.555 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:42:41.556 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:42:41.556 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-pps 2026-06-16 01:42:41.557 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:42:41.557 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:42:41.558 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:42:41.558 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:42:41.559 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:42:41.561 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: quotas 2026-06-16 01:42:41.562 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: quota_details 2026-06-16 01:42:41.564 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:42:41.565 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:42:41.565 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:42:41.566 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:42:41.566 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:42:41.567 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:42:41.567 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:42:41.568 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:42:41.568 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:42:41.570 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:42:41.570 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:42:41.571 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:42:41.571 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:42:41.572 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:42:41.572 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:42:41.577 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: security-group 2026-06-16 01:42:41.579 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: segment 2026-06-16 01:42:41.580 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:42:41.580 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: service-type 2026-06-16 01:42:41.581 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: sorting 2026-06-16 01:42:41.581 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:42:41.582 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:42:41.582 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:42:41.583 8 WARNING neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:42:41.583 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:42:41.584 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:42:41.584 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:42:41.585 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:42:41.585 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:42:41.586 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:42:41.587 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:42:41.587 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: tag-creation 2026-06-16 01:42:41.588 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:42:41.592 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:42:41.592 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:42:41.593 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: trunk 2026-06-16 01:42:41.593 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: trunk-details 2026-06-16 01:42:41.594 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:42:41.594 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:42:41.595 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:42:41.596 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:42:41.597 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:42:41.598 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:42:41.599 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:42:41.600 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: vpnaas 2026-06-16 01:42:41.601 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: taas 2026-06-16 01:42:41.603 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:42:41.603 8 INFO neutron.api.extensions [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:42:41.605 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:42:41.606 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:42:41.606 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.606 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:42:41.610 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:41.611 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:41.615 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:41.616 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:41.616 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:41.617 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.617 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.618 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.618 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.618 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:41.619 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.619 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.620 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:41.620 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:41.620 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:41.621 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.621 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.621 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.621 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.627 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:41.627 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] router is already registered 2026-06-16 01:42:41.628 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:41.628 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] floatingip is already registered 2026-06-16 01:42:41.631 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:41.632 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] rbac_policy is already registered 2026-06-16 01:42:41.632 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:41.632 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] security_group is already registered 2026-06-16 01:42:41.633 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:41.633 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] security_group_rule is already registered 2026-06-16 01:42:41.634 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.634 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.634 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:41.634 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] subnetpool is already registered 2026-06-16 01:42:41.635 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:41.635 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] trunk is already registered 2026-06-16 01:42:41.635 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.635 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.636 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.636 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.636 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:41.636 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] endpoint_group is already registered 2026-06-16 01:42:41.637 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:41.637 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] vpnservice is already registered 2026-06-16 01:42:41.637 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:41.637 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:42:41.638 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:41.638 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:41.638 8 INFO neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:41.638 8 WARNING neutron.quota.resource_registry [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] ikepolicy is already registered 2026-06-16 01:42:41.677 8 WARNING keystonemiddleware._common.config [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:42:41.684 8 WARNING oslo_config.cfg [None req-ecd8080f-ce30-49c3-8f59-3a5027e6a878 - - - - - -] 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 0x7fd0769c7668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:46.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68d5613a-40d2-4ca5-b80a-bf9fd0940a58 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:42:45 2026] GET /v2.0/networks/public => generated 108 bytes in 667 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:42:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:47.188 7 WARNING neutron.services.revisions.revision_plugin [None req-f71efc12-c896-4fd2-983e-3294e5e21104 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:47.206 7 INFO neutron.db.segments_db [None req-f71efc12-c896-4fd2-983e-3294e5e21104 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment d6dc34f4-76ee-41f6-a27e-a2c257fd2ee3 of type flat for network 058c55d7-0a81-4204-ad14-28c888615b3f 2026-06-16 01:42:47.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f71efc12-c896-4fd2-983e-3294e5e21104 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:42:46 2026] POST /v2.0/networks => generated 124 bytes in 598 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:53.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8e9e6a2-35ba-49b2-baab-0d8f05ca6e8d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:42:53 2026] GET /v2.0/networks/public => generated 108 bytes in 363 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:42:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:53.680 8 WARNING neutron.services.revisions.revision_plugin [None req-b482a3fa-8dab-4e1b-87a5-ad286155faa7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:53.701 8 INFO neutron.db.segments_db [None req-b482a3fa-8dab-4e1b-87a5-ad286155faa7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment ff3de5db-9cb9-40b2-8fb1-f98d4135d125 of type flat for network 1fe4370a-f050-4ec8-bb96-150692700419 2026-06-16 01:42:53.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b482a3fa-8dab-4e1b-87a5-ad286155faa7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:42:53 2026] POST /v2.0/networks => generated 124 bytes in 301 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:59.599 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73d8f5d2-084a-4273-8834-8376b7c8aa6b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:42:59 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: 5/11] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:42:59 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-06-16 01:42:59.674 7 WARNING neutron.services.revisions.revision_plugin [None req-62a00edc-9534-4ba8-af0b-232d356bff7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:59.692 7 INFO neutron.db.segments_db [None req-62a00edc-9534-4ba8-af0b-232d356bff7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 5ec18807-e95d-446d-ad14-f919c7b009cf of type flat for network 730f7054-d41f-4df0-87f9-27b237af36da 2026-06-16 01:42:59.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62a00edc-9534-4ba8-af0b-232d356bff7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:42:59 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:05.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97774d6b-4d0f-4654-82be-410be22b2f5f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:43:05 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: 7/15] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:43:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:05.683 7 WARNING neutron.services.revisions.revision_plugin [None req-7b2217b4-3e37-4796-9a8d-c8a65a90611c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:43:05.703 7 INFO neutron.db.segments_db [None req-7b2217b4-3e37-4796-9a8d-c8a65a90611c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment c50488fd-43f2-47d6-86f3-cdb81db4ed58 of type flat for network dbd7b03e-8ad7-43c4-b401-6bcca9825fa1 2026-06-16 01:43:05.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b2217b4-3e37-4796-9a8d-c8a65a90611c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:43:05 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:11.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c34930a3-cb61-40d3-b079-ea221eb164eb 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:43:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:11.760 8 WARNING neutron.services.revisions.revision_plugin [None req-e3ed4a23-b3fb-4b13-9043-07d7546d4a4b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:43:11.785 8 INFO neutron.db.segments_db [None req-e3ed4a23-b3fb-4b13-9043-07d7546d4a4b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 7117c17a-86f8-442c-bac0-7d87fdfb7426 of type flat for network 69df1233-093e-4dc9-aec5-662d60953d60 2026-06-16 01:43:11.821 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3ed4a23-b3fb-4b13-9043-07d7546d4a4b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:43:11 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:43:17.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-014495ca-e2b2-4087-8c47-ec89669ac085 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:43:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:43:17.731 8 WARNING neutron.services.revisions.revision_plugin [None req-5bc65cf9-b4ce-4753-84fb-237c4be7d054 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:43:17.746 8 INFO neutron.db.segments_db [None req-5bc65cf9-b4ce-4753-84fb-237c4be7d054 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment cb886407-8f5c-4c02-baea-61a7919f2276 of type flat for network 10a51dac-9eb2-4808-a4f7-cb01c127f52d [pid: 8|app: 0|req: 11/23] 199.204.45.148 () {48 vars in 966 bytes} [Tue Jun 16 01:43:17 2026] POST /v2.0/networks => generated 706 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:43:18.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cf2c1be-24c0-435e-a5ed-e87998a83b91 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:43:19.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2d84ab2-adb9-4fa4-a811-5e35b6cf0141 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.148 () {44 vars in 1033 bytes} [Tue Jun 16 01:43:18 2026] GET /v2.0/subnets/public-subnet?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.148 () {44 vars in 1056 bytes} [Tue Jun 16 01:43:19 2026] GET /v2.0/subnets?name=public-subnet&network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => 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: 15/28] 199.204.45.148 () {48 vars in 964 bytes} [Tue Jun 16 01:43:19 2026] POST /v2.0/subnets => generated 664 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:48:10.600 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f17a069-3552-4732-b6c3-c19d91ddd03b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/66] 199.204.45.148 () {44 vars in 936 bytes} [Tue Jun 16 01:48:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/67] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 01:48:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:48:10.727 8 INFO neutron.db.segments_db [None req-bbb4e569-546d-4c30-8a63-d9fb958ebe92 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment d276bf64-e6ed-4478-81b2-a73d014489fb of type vxlan for network 68559749-4597-4ebc-b63d-acbb0f45dffb [pid: 8|app: 0|req: 34/68] 199.204.45.148 () {48 vars in 965 bytes} [Tue Jun 16 01:48:10 2026] POST /v2.0/networks => generated 688 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:48:11.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c3677b9-73af-4816-976e-74d854e03c32 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/69] 199.204.45.148 () {44 vars in 936 bytes} [Tue Jun 16 01:48:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/70] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 01:48:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:48:11.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db3623d1-3bc4-4995-8e10-a44903b81726 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/71] 199.204.45.148 () {44 vars in 1035 bytes} [Tue Jun 16 01:48:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.148 () {44 vars in 1058 bytes} [Tue Jun 16 01:48:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.148 () {48 vars in 964 bytes} [Tue Jun 16 01:48:11 2026] POST /v2.0/subnets => generated 651 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:48:13.066 8 INFO neutron.api.v2.resource [None req-1a6e715a-e343-4544-b3b1-2ec8c4a28932 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/74] 199.204.45.148 () {44 vars in 970 bytes} [Tue Jun 16 01:48:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.148 () {44 vars in 992 bytes} [Tue Jun 16 01:48:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.148 () {48 vars in 979 bytes} [Tue Jun 16 01:48:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 1616 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => 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: 42/84] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:16 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:16 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:16 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:17 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:17 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:17 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:18 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:18 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4078 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:18 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.148 () {44 vars in 986 bytes} [Tue Jun 16 01:48:19 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:48:19.761 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2115304-a919-4edf-8706-3de2642ba499 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.148 () {44 vars in 1075 bytes} [Tue Jun 16 01:48:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/101] 199.204.45.148 () {44 vars in 1098 bytes} [Tue Jun 16 01:48:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:19 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => 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: 52/103] 199.204.45.148 () {48 vars in 960 bytes} [Tue Jun 16 01:48:19 2026] POST /v2.0/ports => generated 1100 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:48:27.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74762175-c9c3-4827-aea6-c3047ae56e40 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/104] 199.204.45.148 () {44 vars in 978 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/105] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.148 () {48 vars in 1030 bytes} [Tue Jun 16 01:48:27 2026] PUT /v2.0/ports/6509268f-6be1-43f9-86e3-38e01e9ac608 => generated 1249 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.148 () {44 vars in 919 bytes} [Tue Jun 16 01:48:29 2026] GET /v2.0/ports => generated 3730 bytes in 103 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-06-16 01:48:31.046 8 INFO neutron.api.v2.resource [None req-e067c086-156c-482e-be6a-990606bc0dd2 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/108] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 01:48:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.148 () {44 vars in 980 bytes} [Tue Jun 16 01:48:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.148 () {48 vars in 979 bytes} [Tue Jun 16 01:48:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:32 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:48:33 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:48:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 199.204.45.148 () {44 vars in 974 bytes} [Tue Jun 16 01:49:33 2026] GET /v2.0/quotas/8e4c3f1a6dae418f8f7fdde697593d6d => 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: 65/130] 199.204.45.148 () {48 vars in 1026 bytes} [Tue Jun 16 01:49:33 2026] PUT /v2.0/quotas/8e4c3f1a6dae418f8f7fdde697593d6d => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:51:54.001 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7811ead-b998-4658-8194-c8ff9ec2ba05 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/149] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 01:51:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/150] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 01:51:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:51:55.821 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78b2c4f4-1bff-4e47-9bd5-7cd54debe082 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 01:51:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/152] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 01:51:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:57:44.228 7 INFO neutron.api.v2.resource [None req-90cda624-696c-494b-86b7-07cae5373302 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/199] 199.204.45.148 () {44 vars in 1073 bytes} [Tue Jun 16 01:57:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 139 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/200] 199.204.45.148 () {44 vars in 1096 bytes} [Tue Jun 16 01:57:44 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7e90adc05e784a67bcb567a1269a1913 => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/201] 199.204.45.148 () {48 vars in 980 bytes} [Tue Jun 16 01:57:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/202] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:45 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/203] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:57:45 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:45 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:57:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:46 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:57:46 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:46 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:57:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:48 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 2846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:57:48 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => 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: 108/214] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:48 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:57:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:49 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 01:57:49 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 01:57:49 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.148 () {48 vars in 990 bytes} [Tue Jun 16 01:57:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/238] 199.204.45.148 () {30 vars in 740 bytes} [Tue Jun 16 02:00:10 2026] GET /v2.0/networks?tenant_id=7e90adc05e784a67bcb567a1269a1913&shared=False => generated 15 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:00:10.284 7 INFO neutron.db.segments_db [None req-4c66a8b8-708b-4ed1-bfcd-80e6d70c9848 f03a2556a23c407984ea2995187c90c7 7e90adc05e784a67bcb567a1269a1913 - - 21d0f9dd9eb74bc080c4930f7e1d6e94 21d0f9dd9eb74bc080c4930f7e1d6e94] Added segment 86495e30-204f-4b53-ac56-55db59a6a63a of type vxlan for network 29ce7df2-3d55-4e1c-a2e0-ba0482ad70a9 [pid: 7|app: 0|req: 120/239] 199.204.45.148 () {34 vars in 682 bytes} [Tue Jun 16 02:00:10 2026] POST /v2.0/networks => generated 699 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/240] 199.204.45.148 () {30 vars in 722 bytes} [Tue Jun 16 02:00:10 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/241] 199.204.45.148 () {30 vars in 633 bytes} [Tue Jun 16 02:00:10 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/242] 199.204.45.148 () {34 vars in 677 bytes} [Tue Jun 16 02:00:10 2026] POST /v2.0/ports => generated 999 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:00:10 2026] GET /v2.0/networks/29ce7df2-3d55-4e1c-a2e0-ba0482ad70a9 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.204.45.148 () {30 vars in 722 bytes} [Tue Jun 16 02:00:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:00:12 2026] GET /v2.0/networks/29ce7df2-3d55-4e1c-a2e0-ba0482ad70a9 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 199.204.45.148 () {44 vars in 974 bytes} [Tue Jun 16 02:00:38 2026] GET /v2.0/quotas/7e90adc05e784a67bcb567a1269a1913 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 199.204.45.148 () {48 vars in 1026 bytes} [Tue Jun 16 02:00:38 2026] PUT /v2.0/quotas/7e90adc05e784a67bcb567a1269a1913 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:12:34.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec3059ab-5828-45df-a1fb-d3130858919c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/348] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 02:12:34 2026] GET /v2.0/networks/public => generated 108 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 02:12:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:12:35.444 8 INFO neutron.pecan_wsgi.hooks.translation [None req-798a6050-3e08-4621-85f3-55b6e726c81c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/350] 199.204.45.148 () {44 vars in 926 bytes} [Tue Jun 16 02:12:35 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 02:12:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:12:35.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa6c41c-b818-495b-848b-e6232bd93463 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/352] 199.204.45.148 () {44 vars in 1033 bytes} [Tue Jun 16 02:12:35 2026] GET /v2.0/subnets/public-subnet?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 199.204.45.148 () {44 vars in 1056 bytes} [Tue Jun 16 02:12:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:13:03.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fb26fcf-a528-49c0-b655-2a1a1a5df72c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.204.45.148 () {44 vars in 936 bytes} [Tue Jun 16 02:13:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 02:13:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:13:04.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a31214a-3c46-4f8e-a14c-f25e89b6694a 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.204.45.148 () {44 vars in 936 bytes} [Tue Jun 16 02:13:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 02:13:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:13:04.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f44f82d3-9fc3-4612-902c-d2f72b08a293 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.148 () {44 vars in 1035 bytes} [Tue Jun 16 02:13:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.148 () {44 vars in 1058 bytes} [Tue Jun 16 02:13:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:13:05.617 7 INFO neutron.api.v2.resource [None req-1ab2c4c9-65d8-44c1-8624-06311c57db9d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.148 () {44 vars in 970 bytes} [Tue Jun 16 02:13:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.148 () {44 vars in 992 bytes} [Tue Jun 16 02:13:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:06 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:06 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:06 2026] GET /v2.0/security-group-rules/cfc3a857-ab3c-44df-b62e-09ab7cefeca5 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:07 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:07 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:07 2026] GET /v2.0/security-group-rules/7bea182e-b90d-49c6-b621-969edb931b96 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:08 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:08 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:08 2026] GET /v2.0/security-group-rules/e63b3c65-e050-465d-8390-84f23717b067 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:09 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:09 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => 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: 188/377] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:09 2026] GET /v2.0/security-group-rules/ec36f7dc-fe80-4f46-852a-d156ef4def5d => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:10 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:10 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:10 2026] GET /v2.0/security-group-rules/62b5894b-a8cb-4104-ab5a-a95f90fe49a6 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.148 () {44 vars in 986 bytes} [Tue Jun 16 02:13:11 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb => generated 732 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:13:12.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab3c512e-5019-4787-9336-be9f7eaa17fa 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/382] 199.204.45.148 () {44 vars in 1075 bytes} [Tue Jun 16 02:13:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.148 () {44 vars in 1098 bytes} [Tue Jun 16 02:13:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 1254 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:12 2026] GET /v2.0/security-groups/69c144d7-2f6b-4c63-b265-85092b5338f4 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:13:20.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fa82dca-bf08-4f06-95b4-b96432cc1632 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/387] 199.204.45.148 () {44 vars in 978 bytes} [Tue Jun 16 02:13:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.148 () {44 vars in 919 bytes} [Tue Jun 16 02:13:21 2026] GET /v2.0/ports => generated 4725 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:13:22.760 7 INFO neutron.api.v2.resource [None req-8407aa54-bad5-4388-827d-e6534758b172 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/390] 199.204.45.148 () {44 vars in 958 bytes} [Tue Jun 16 02:13:22 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.148 () {44 vars in 980 bytes} [Tue Jun 16 02:13:22 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:23 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:23 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:23 2026] GET /v2.0/security-group-rules/9771a575-91be-44f3-8c71-0a1f6f0bf5cf => 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: 197/395] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:24 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2886 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:13:24 2026] GET /v2.0/security-groups/082a8e0a-f829-44b3-8694-43198c66055a => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:13:24 2026] GET /v2.0/security-group-rules/02255e69-61be-40cf-8acf-6c6f47dd53ca => generated 627 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.148 () {44 vars in 974 bytes} [Tue Jun 16 02:13:37 2026] GET /v2.0/quotas/8e4c3f1a6dae418f8f7fdde697593d6d => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:14:33.371 7 INFO neutron.api.v2.resource [None req-bcbf2610-aee8-4db8-9bb4-b40dc868d314 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/409] 199.204.45.148 () {44 vars in 1073 bytes} [Tue Jun 16 02:14:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.148 () {44 vars in 1096 bytes} [Tue Jun 16 02:14:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7e90adc05e784a67bcb567a1269a1913 => 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: 206/411] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 02:14:34 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:14:34 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => 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: 207/413] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:14:34 2026] GET /v2.0/security-group-rules/fa23128b-177c-4937-b694-b449a0fa1fad => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 02:14:35 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:14:35 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:14:35 2026] GET /v2.0/security-group-rules/cf0830b6-796d-438e-b433-8ca9ed351b27 => generated 599 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => 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: 209/418] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:14:36 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => 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: 210/419] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:14:37 2026] GET /v2.0/security-group-rules/36b31346-ce5f-4f76-a5a7-5ca003e63999 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.148 () {44 vars in 1087 bytes} [Tue Jun 16 02:14:38 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f?project_id=7e90adc05e784a67bcb567a1269a1913 => 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: 211/421] 199.204.45.148 () {44 vars in 1000 bytes} [Tue Jun 16 02:14:38 2026] GET /v2.0/security-groups/bfede098-2690-4894-8b2b-7d29e7fff54f => 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: 211/422] 199.204.45.148 () {44 vars in 1010 bytes} [Tue Jun 16 02:14:38 2026] GET /v2.0/security-group-rules/3cfa4a58-d14f-4776-909f-779db9c66120 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.204.45.148 () {44 vars in 974 bytes} [Tue Jun 16 02:14:45 2026] GET /v2.0/quotas/7e90adc05e784a67bcb567a1269a1913 => 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: 217/432] 199.204.45.148 () {44 vars in 948 bytes} [Tue Jun 16 02:15:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:16:17 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 10.0.0.14 () {32 vars in 654 bytes} [Tue Jun 16 02:16:18 2026] GET /v2.0/floatingips => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:16:18 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: 8|app: 0|req: 220/442] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:16:18 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: 223/443] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:16:18 2026] GET /v2.0/subnets => generated 1308 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:16:18 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 10.0.0.14 () {32 vars in 654 bytes} [Tue Jun 16 02:16:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:16:30.264 8 INFO neutron.db.segments_db [None req-99bed314-f69f-45f0-beb6-78af65e203e7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 of type vxlan for network 2cbf5224-106b-4210-80af-6368b23eaff3 2026-06-16 02:16:30.279 7 INFO neutron.db.segments_db [None req-9ed4f99f-b196-4858-8520-a35ebde7d917 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 360c5412-274e-4029-a140-8e98252840da of type vxlan for network 89227869-87c2-4c03-96a8-530cf556fc48 [pid: 8|app: 0|req: 223/447] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:16:30 2026] POST /v2.0/networks => generated 729 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:16:29 2026] POST /v2.0/networks => generated 726 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:30 2026] POST /v2.0/subnets => generated 695 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:30.592 8 INFO neutron.db.segments_db [None req-3dd0ca6c-08ec-45e1-bfc3-17e0b73332bf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 97a52512-fbda-4a74-a53e-827c932f2708 of type vxlan for network 06684ca1-65ff-45d8-a0db-c7822b2e0d02 [pid: 7|app: 0|req: 226/450] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:30 2026] POST /v2.0/subnets => generated 692 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:30.639 7 INFO neutron.db.segments_db [None req-b5112fdf-a98c-4d17-bdec-8a6e56bbb1a1 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment fb3aebff-4bb5-4fa2-9054-8ecd64ca614a of type vxlan for network 7fe96580-fe1c-4940-b3b8-8888e6cb0a09 2026-06-16 02:16:30.781 8 INFO neutron.db.l3_hamode_db [None req-3dd0ca6c-08ec-45e1-bfc3-17e0b73332bf 03409e4da1334319b713b70f25b9cdaf f13a70fed4ce413faaae7c1e813956ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:16:30.885 7 INFO neutron.db.l3_hamode_db [None req-b5112fdf-a98c-4d17-bdec-8a6e56bbb1a1 03409e4da1334319b713b70f25b9cdaf 540eb2604e684cefab7aca45887cac4d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:16:31.774 8 INFO neutron.db.l3_hamode_db [None req-3dd0ca6c-08ec-45e1-bfc3-17e0b73332bf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:16:32.356 7 INFO neutron.db.l3_hamode_db [None req-b5112fdf-a98c-4d17-bdec-8a6e56bbb1a1 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/451] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:30 2026] POST /v2.0/routers => generated 735 bytes in 2279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:32 2026] GET /v2.0/security-groups?tenant_id=414bd10e8a7642979a8f0f3773775022&name=default => generated 2921 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:30 2026] POST /v2.0/routers => generated 732 bytes in 3042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:33 2026] DELETE /v2.0/security-groups/c6869e99-71d1-4fc2-ae88-a9fa139dc789 => 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: 229/457] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:16:33 2026] PUT /v2.0/routers/dd044bc9-df97-4791-90b6-192658fd3c13/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:16:33 2026] PUT /v2.0/routers/723e123b-705c-4960-9388-678286f1a7dd/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:34 2026] GET /v2.0/security-groups?tenant_id=66d41cea23b64558a2dabfc962764680&name=default => generated 2922 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:16:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:16:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:35 2026] DELETE /v2.0/security-groups/ff8e0511-8c0a-445a-8d8c-33048dd1b365 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:16:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:35 2026] GET /v2.0/security-groups?tenant_id=5329b873b980427686efcf2468a40ee9&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:35 2026] DELETE /v2.0/security-groups/f80305fe-dce5-45fb-acf1-2ef3b381ecb9 => 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: 232/466] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:16:35 2026] POST /v2.0/floatingips => generated 552 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:35.985 7 INFO neutron.db.segments_db [None req-556bf296-0ede-4110-8402-8152f08d6985 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 6b1677b0-e779-4fb9-b188-69e87611de2e of type vxlan for network 644a4f22-5b42-4fee-b995-baaf30847876 [pid: 7|app: 0|req: 235/467] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:16:35 2026] POST /v2.0/networks => generated 729 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.15 () {38 vars in 970 bytes} [Tue Jun 16 02:16:35 2026] POST /v2.0/security-groups => generated 1682 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:36 2026] POST /v2.0/subnets => generated 695 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:36.301 8 INFO neutron.db.segments_db [None req-66243557-5b5b-4235-852b-f7caf8c53cb3 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 4bf4d402-fadf-4099-9e87-66278c85b1fd of type vxlan for network ebffd4b9-739b-466a-9663-4630d619934a 2026-06-16 02:16:36.575 8 INFO neutron.db.l3_hamode_db [None req-66243557-5b5b-4235-852b-f7caf8c53cb3 03409e4da1334319b713b70f25b9cdaf 3a32b1d386f14ee291769cc0a88d7f58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/470] 10.0.0.15 () {38 vars in 970 bytes} [Tue Jun 16 02:16:36 2026] POST /v2.0/security-groups => generated 1682 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.15 () {38 vars in 970 bytes} [Tue Jun 16 02:16:36 2026] POST /v2.0/security-groups => generated 1681 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:16:36 2026] GET /v2.0/security-groups?tenant_id=540eb2604e684cefab7aca45887cac4d => generated 7906 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/473] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/18544bf5-1feb-42d8-b391-0048eb9e21a8 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/474] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/18544bf5-1feb-42d8-b391-0048eb9e21a8 => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/475] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/be8db3a0-98fc-40e9-8217-b7b4bc431431 => 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: 243/476] 10.0.0.15 () {36 vars in 1012 bytes} [Tue Jun 16 02:16:37 2026] DELETE /v2.0/security-groups/be8db3a0-98fc-40e9-8217-b7b4bc431431 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:37.256 7 INFO neutron.api.v2.resource [req-4a13d567-710e-4571-a4ce-4d9fc0f39788 req-a15c537f-7939-4199-a406-2450ce644a03 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/477] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/be8db3a0-98fc-40e9-8217-b7b4bc431431 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/478] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/b260d39a-3e0e-4f1b-a526-78e07501e3fd => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:37.420 8 INFO neutron.db.l3_hamode_db [None req-66243557-5b5b-4235-852b-f7caf8c53cb3 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/479] 10.0.0.15 () {36 vars in 1012 bytes} [Tue Jun 16 02:16:37 2026] DELETE /v2.0/security-groups/b260d39a-3e0e-4f1b-a526-78e07501e3fd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:37.455 7 INFO neutron.api.v2.resource [req-f112d5fc-0e84-496f-9d5a-710952e20d7c req-c898a0e2-4b0e-4481-bebf-df84effceaf2 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/480] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/b260d39a-3e0e-4f1b-a526-78e07501e3fd => 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: 248/481] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/56be9364-b2a0-4b0b-865a-02ddc1f21614 => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/482] 10.0.0.15 () {36 vars in 1012 bytes} [Tue Jun 16 02:16:37 2026] DELETE /v2.0/security-groups/56be9364-b2a0-4b0b-865a-02ddc1f21614 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:37.659 7 INFO neutron.api.v2.resource [req-32ebe70f-b0f2-47f3-940f-803cfc754562 req-49b4248b-34c3-4016-b155-967e1faf3b67 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 250/483] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/56be9364-b2a0-4b0b-865a-02ddc1f21614 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/484] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups?tenant_id=540eb2604e684cefab7aca45887cac4d => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/485] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/18544bf5-1feb-42d8-b391-0048eb9e21a8 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/486] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/18544bf5-1feb-42d8-b391-0048eb9e21a8 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:37.851 7 INFO neutron.api.v2.resource [req-930c9c88-f386-446b-a441-4b9c6d2ad4e2 req-f8e260b2-e419-4919-a85e-634b12ae1e76 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/487] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/56be9364-b2a0-4b0b-865a-02ddc1f21614 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:37.882 7 INFO neutron.api.v2.resource [req-80a9c1a4-f0d6-4739-8452-a60f1f29694b req-c156f348-508b-4d16-8b07-40c97f322d93 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/488] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/b260d39a-3e0e-4f1b-a526-78e07501e3fd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:16:37.922 7 INFO neutron.api.v2.resource [req-0764d940-7dcd-4968-ab2a-9b612e1dbe7b req-c45cddcc-23a0-446a-989b-dc0a1ff7ea92 e03a93330c2f473fb440c4b37a9e485d 540eb2604e684cefab7aca45887cac4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/489] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:37 2026] GET /v2.0/security-groups/be8db3a0-98fc-40e9-8217-b7b4bc431431 => 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: 234/490] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:36 2026] POST /v2.0/routers => generated 735 bytes in 2077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:38.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcff6e6e-2da8-4cfa-a846-fe1f67577fea 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 5bf727d6-9d65-44e5-b9e8-f0b8e595148d 2026-06-16 02:16:38.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcff6e6e-2da8-4cfa-a846-fe1f67577fea 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 5bf727d6-9d65-44e5-b9e8-f0b8e595148d [pid: 7|app: 0|req: 257/491] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:16:37 2026] PUT /v2.0/routers/723e123b-705c-4960-9388-678286f1a7dd/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:39.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 34078c63-7c67-487c-bfa8-5a0740ce86f6 2026-06-16 02:16:39.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 34078c63-7c67-487c-bfa8-5a0740ce86f6 2026-06-16 02:16:39.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 2811f938-f456-45c2-8df9-b4fc625b17cf 2026-06-16 02:16:39.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 2811f938-f456-45c2-8df9-b4fc625b17cf 2026-06-16 02:16:39.614 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 235/492] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:16:38 2026] PUT /v2.0/routers/6e352549-9509-4e11-8179-37e782f2134d/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/493] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:39 2026] GET /v2.0/security-groups?tenant_id=451dd28e35ca49ceb40e7937369aaa40&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:40.020 7 INFO neutron.db.l3_hamode_db [None req-b50f1875-dcca-4f7c-82ba-8bebe45f7f79 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 7fe96580-fe1c-4940-b3b8-8888e6cb0a09 was deleted as no HA routers are present in tenant 540eb2604e684cefab7aca45887cac4d. [pid: 7|app: 0|req: 258/494] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:16:39 2026] DELETE /v2.0/routers/723e123b-705c-4960-9388-678286f1a7dd => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/495] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:39 2026] DELETE /v2.0/security-groups/8a032cbc-66af-4e14-8334-702a9572b4ec => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/496] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:16:40 2026] DELETE /v2.0/subnets/0c4a0092-b510-4a75-8859-e7e615282c9c => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:40.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a4f48a8-fb3e-408f-9c97-f36c032698e7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: bedc6499-7de8-4adc-a4ad-54d07847acb3 2026-06-16 02:16:40.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a4f48a8-fb3e-408f-9c97-f36c032698e7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: bedc6499-7de8-4adc-a4ad-54d07847acb3 [pid: 7|app: 0|req: 260/497] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:40 2026] GET /v2.0/security-groups?tenant_id=7a609c8a01b64e3c95f0af938be72242&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/498] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:40 2026] DELETE /v2.0/security-groups/3d6c6f27-0790-45a0-b1ac-702895d343f1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:40.511 7 INFO neutron.services.segments.plugin [-] Segment fb3aebff-4bb5-4fa2-9054-8ecd64ca614a resource provider aggregate not found 2026-06-16 02:16:40.534 7 INFO neutron.services.segments.plugin [-] Segment fb3aebff-4bb5-4fa2-9054-8ecd64ca614a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3aebff-4bb5-4fa2-9054-8ecd64ca614a found for delete ", "request_id": "req-3f795855-35fa-4bc3-bbd6-7c54210db157"}]} [pid: 8|app: 0|req: 238/499] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:16:40 2026] DELETE /v2.0/networks/89227869-87c2-4c03-96a8-530cf556fc48 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/500] 10.0.0.15 () {38 vars in 970 bytes} [Tue Jun 16 02:16:40 2026] POST /v2.0/security-groups => generated 1684 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/501] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:40 2026] GET /v2.0/security-groups/412554db-ac82-4a35-99a7-b6c905607d6d => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/502] 10.0.0.15 () {38 vars in 980 bytes} [Tue Jun 16 02:16:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:40.858 7 INFO neutron.services.segments.plugin [-] Segment fb3aebff-4bb5-4fa2-9054-8ecd64ca614a resource provider aggregate not found [pid: 8|app: 0|req: 240/503] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:40 2026] GET /v2.0/security-groups?tenant_id=540eb2604e684cefab7aca45887cac4d&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:40.899 7 INFO neutron.services.segments.plugin [-] Segment fb3aebff-4bb5-4fa2-9054-8ecd64ca614a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3aebff-4bb5-4fa2-9054-8ecd64ca614a found for delete ", "request_id": "req-c52c2f78-f65c-466b-815b-0f4346d18507"}]} [pid: 8|app: 0|req: 241/504] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:40 2026] DELETE /v2.0/security-groups/18544bf5-1feb-42d8-b391-0048eb9e21a8 => 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: 264/505] 10.0.0.15 () {38 vars in 970 bytes} [Tue Jun 16 02:16:40 2026] POST /v2.0/security-groups => generated 1686 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:16:41.063 8 INFO neutron.services.segments.plugin [-] Segment 360c5412-274e-4029-a140-8e98252840da resource provider aggregate not found [pid: 8|app: 0|req: 242/506] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:41.088 8 INFO neutron.services.segments.plugin [-] Segment 360c5412-274e-4029-a140-8e98252840da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360c5412-274e-4029-a140-8e98252840da found for delete ", "request_id": "req-2cc975a8-ab7c-4a68-94a9-a9608974d2fb"}]} 2026-06-16 02:16:41.128 8 INFO neutron.services.segments.plugin [-] Segment 360c5412-274e-4029-a140-8e98252840da resource provider aggregate not found 2026-06-16 02:16:41.148 8 INFO neutron.services.segments.plugin [-] Segment 360c5412-274e-4029-a140-8e98252840da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360c5412-274e-4029-a140-8e98252840da found for delete ", "request_id": "req-f00462fd-2acf-4a3d-9710-0eeec0a1ea0f"}]} [pid: 7|app: 0|req: 265/507] 10.0.0.15 () {38 vars in 980 bytes} [Tue Jun 16 02:16:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/508] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 2311 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/509] 10.0.0.15 () {38 vars in 980 bytes} [Tue Jun 16 02:16:41 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: 8|app: 0|req: 244/510] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 2941 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/511] 10.0.0.15 () {34 vars in 1000 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-group-rules/8ce8e7e9-8fbb-4740-ab30-fab962324a7e => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/512] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 2941 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/513] 10.0.0.15 () {36 vars in 1022 bytes} [Tue Jun 16 02:16:41 2026] DELETE /v2.0/security-group-rules/8ce8e7e9-8fbb-4740-ab30-fab962324a7e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/514] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/515] 10.0.0.15 () {36 vars in 1012 bytes} [Tue Jun 16 02:16:41 2026] DELETE /v2.0/security-groups/27d30ec1-c87f-4500-b01c-56c9e5624ede => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/516] 10.0.0.15 () {34 vars in 1097 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--981607867&fields=id&tenant_id=f13a70fed4ce413faaae7c1e813956ea => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/517] 10.0.0.15 () {34 vars in 990 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/security-groups/412554db-ac82-4a35-99a7-b6c905607d6d => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/518] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/networks?id=2cbf5224-106b-4210-80af-6368b23eaff3 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/519] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/quotas/f13a70fed4ce413faaae7c1e813956ea => 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: 271/520] 10.0.0.15 () {36 vars in 1012 bytes} [Tue Jun 16 02:16:41 2026] DELETE /v2.0/security-groups/412554db-ac82-4a35-99a7-b6c905607d6d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/521] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:16:41 2026] GET /v2.0/ports?tenant_id=f13a70fed4ce413faaae7c1e813956ea&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:42.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9abdedd-9e26-454f-a697-3eb5b4b57954 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 6b666634-d2a9-447e-83da-c4f34fa150b0 2026-06-16 02:16:42.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9abdedd-9e26-454f-a697-3eb5b4b57954 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 6b666634-d2a9-447e-83da-c4f34fa150b0 [pid: 8|app: 0|req: 251/522] 10.0.0.15 () {34 vars in 906 bytes} [Tue Jun 16 02:16:42 2026] GET /v2.0/extensions => generated 21537 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/523] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:16:42 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/524] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:16:42 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/525] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:43 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/526] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:16:42 2026] PUT /v2.0/routers/6e352549-9509-4e11-8179-37e782f2134d/remove_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:43.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 50318e0e-fa63-4ec9-93ac-aee274fa1386 2026-06-16 02:16:43.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 50318e0e-fa63-4ec9-93ac-aee274fa1386 2026-06-16 02:16:43.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 1545e8ed-2e86-4757-9997-efc462034653 2026-06-16 02:16:43.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 1545e8ed-2e86-4757-9997-efc462034653 2026-06-16 02:16:43.889 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 273/527] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:44 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:16:44.257 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d402-fadf-4099-9e87-66278c85b1fd resource provider aggregate not found 2026-06-16 02:16:44.268 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d402-fadf-4099-9e87-66278c85b1fd resource provider aggregate not found 2026-06-16 02:16:44.279 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d402-fadf-4099-9e87-66278c85b1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf4d402-fadf-4099-9e87-66278c85b1fd found for delete ", "request_id": "req-20842ff2-f416-4ff8-9c71-6959486c871d"}]} 2026-06-16 02:16:44.286 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d402-fadf-4099-9e87-66278c85b1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf4d402-fadf-4099-9e87-66278c85b1fd found for delete ", "request_id": "req-71d7c586-afbc-4aaf-8cc1-56aaf75aaa1d"}]} 2026-06-16 02:16:44.286 8 INFO neutron.db.l3_hamode_db [None req-04f9ce5d-6f0b-40e4-b95a-7c8c82d76a7d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network ebffd4b9-739b-466a-9663-4630d619934a was deleted as no HA routers are present in tenant 3a32b1d386f14ee291769cc0a88d7f58. [pid: 8|app: 0|req: 255/528] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:16:43 2026] DELETE /v2.0/routers/6e352549-9509-4e11-8179-37e782f2134d => generated 0 bytes in 1087 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/529] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:16:44 2026] DELETE /v2.0/subnets/ccdf59a3-4952-4e28-815a-546ba402668f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:16:44.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-89754fbd-e5fa-4e25-98b1-717cef27ae74 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 02ae23f5-b803-4f7a-83f0-d0f35fba149f 2026-06-16 02:16:44.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89754fbd-e5fa-4e25-98b1-717cef27ae74 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 02ae23f5-b803-4f7a-83f0-d0f35fba149f [pid: 8|app: 0|req: 256/530] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:16:44 2026] DELETE /v2.0/networks/644a4f22-5b42-4fee-b995-baaf30847876 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/531] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:45 2026] GET /v2.0/security-groups?tenant_id=3a32b1d386f14ee291769cc0a88d7f58&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/532] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:45 2026] DELETE /v2.0/security-groups/9e43b1b7-210e-40e3-8bab-59b2a4687f26 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:45.273 7 WARNING keystonemiddleware.audit [None req-258b28df-2b68-4d1a-8a86-ab03662cbb56 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Skipping service tempest-service-13452576 as it have no endpoints. [pid: 8|app: 0|req: 259/533] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:45 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 275/534] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:44 2026] GET /v2.0/security-groups?tenant_id=1ad76f4581df418084339657088dff07&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:45.409 8 WARNING keystonemiddleware.audit [req-970b80a0-30d0-4816-bd38-04a8c8475b8f req-0883d625-867b-4319-8114-e4baebcf5416 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] Skipping service tempest-service-13452576 as it have no endpoints. [pid: 8|app: 0|req: 260/535] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:45 2026] DELETE /v2.0/security-groups/34aaa6e9-2eb9-46fb-8b17-d1f936960b9e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:45.692 7 WARNING keystonemiddleware.audit [None req-f78fa43a-02e4-4d36-8fbe-e934c4f07483 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Skipping service tempest-service-13452576 as it have no endpoints. [pid: 7|app: 0|req: 276/536] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:45 2026] GET /v2.0/security-groups?tenant_id=7bf69f8997c346af9f89ec7e9d054cfd&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:16:45.815 8 WARNING keystonemiddleware.audit [None req-62904495-a99e-4881-bfae-01b46929a4a5 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Skipping service tempest-service-13452576 as it have no endpoints. [pid: 8|app: 0|req: 261/537] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:45 2026] DELETE /v2.0/security-groups/d4ab3177-ff08-428a-9c87-d74a0c7513a4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:16:46.294 8 INFO neutron.services.segments.plugin [-] Segment 6b1677b0-e779-4fb9-b188-69e87611de2e resource provider aggregate not found 2026-06-16 02:16:46.308 8 INFO neutron.services.segments.plugin [-] Segment 6b1677b0-e779-4fb9-b188-69e87611de2e resource provider aggregate not found 2026-06-16 02:16:46.312 8 INFO neutron.services.segments.plugin [-] Segment 6b1677b0-e779-4fb9-b188-69e87611de2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1677b0-e779-4fb9-b188-69e87611de2e found for delete ", "request_id": "req-028d3d4f-0beb-4c61-a05b-35b515d03c00"}]} 2026-06-16 02:16:46.321 8 INFO neutron.services.segments.plugin [-] Segment 6b1677b0-e779-4fb9-b188-69e87611de2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1677b0-e779-4fb9-b188-69e87611de2e found for delete ", "request_id": "req-64b23ee7-2b37-4261-bba1-8d1c8dcbf9a0"}]} [pid: 7|app: 0|req: 277/538] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:46 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 262/539] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:46 2026] GET /v2.0/security-groups?tenant_id=ca95bbcd71ef42d695cbc1bbd2c53b8c&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/542] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:46 2026] DELETE /v2.0/security-groups/b85ceec7-aedd-4794-a605-7f148ba3cea3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/543] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:46 2026] GET /v2.0/security-groups?tenant_id=eb804731b5694f3b9030ea062e454f98&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/544] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:47 2026] DELETE /v2.0/security-groups/d80a7284-5b01-4e6d-85fb-5c99c4fd73ff => 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: 280/545] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:47 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:16:47.635 8 INFO neutron.db.segments_db [None req-b14bba07-eee0-4568-bf25-3f43362634d9 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 of type vxlan for network be43a17f-5e79-4123-8c17-6c8dc716d8bb [pid: 8|app: 0|req: 266/546] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:16:47 2026] POST /v2.0/networks => generated 731 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/547] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:47 2026] POST /v2.0/subnets => generated 698 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:16:47.987 8 INFO neutron.db.segments_db [None req-18039771-e016-45ca-afbd-65c378eac391 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 114b6b6f-5b26-438a-9a39-980127c61f5c of type vxlan for network d2a16378-1d31-478b-b26f-8a9663dfe647 2026-06-16 02:16:48.256 8 INFO neutron.db.l3_hamode_db [None req-18039771-e016-45ca-afbd-65c378eac391 03409e4da1334319b713b70f25b9cdaf 4d6bc2eff1fc4e75abe0809af921c285 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/548] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:16:48 2026] GET /v2.0/networks?id=2cbf5224-106b-4210-80af-6368b23eaff3 => generated 680 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/549] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:48 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 284/550] 199.204.45.148 () {34 vars in 911 bytes} [Tue Jun 16 02:16:48 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: 285/551] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:16:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f13a70fed4ce413faaae7c1e813956ea => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:49.032 8 INFO neutron.db.l3_hamode_db [None req-18039771-e016-45ca-afbd-65c378eac391 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 286/552] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:16:48 2026] POST /v2.0/ports => generated 954 bytes in 466 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: 267/553] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:47 2026] POST /v2.0/routers => generated 738 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/554] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:49 2026] GET /v2.0/security-groups?tenant_id=4a3fa7140f0e4a3191ca0b5590b403f2&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/555] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:16:49 2026] PUT /v2.0/ports/1d0df198-869a-4f41-b365-10a8323d57bb => generated 1235 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/556] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:50 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 71 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: 270/557] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:50 2026] DELETE /v2.0/security-groups/b2c06f9a-0f64-46da-b624-a60cfb136f41 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/558] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:50 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:16:50.622 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b892f0e-42f0-4abe-87bb-05c284444f12'] response: {'name': 'network-changed', 'server_uuid': '81cdb720-2809-4ba3-9f31-e77f25143f13', 'tag': '1d0df198-869a-4f41-b365-10a8323d57bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 272/559] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:16:51 2026] GET /v2.0/ports?tenant_id=f13a70fed4ce413faaae7c1e813956ea&device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/560] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:16:50 2026] PUT /v2.0/routers/cf1c556b-b172-4100-b2bb-f004209f665b/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/561] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:16:51 2026] GET /v2.0/networks?tenant_id=f13a70fed4ce413faaae7c1e813956ea&shared=False => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/562] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:16: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: 8|app: 0|req: 274/563] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:51 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 290/564] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:51 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/565] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:16:51 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/566] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:16:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/567] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:16:52 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: 8|app: 0|req: 277/568] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/ports?tenant_id=f13a70fed4ce413faaae7c1e813956ea&device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/569] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1d0df198-869a-4f41-b365-10a8323d57bb => 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: 279/570] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/subnets?id=bbc95e82-0240-4d33-a627-43af66cc8411 => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/571] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/ports?network_id=2cbf5224-106b-4210-80af-6368b23eaff3&device_owner=network%3Adhcp => generated 1244 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/572] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/573] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?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: 283/574] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 284/575] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/576] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:16:52 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/577] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:52 2026] GET /v2.0/security-groups?tenant_id=c2136d346da14def920e81429872e996&name=default => generated 2925 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/578] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:53 2026] DELETE /v2.0/security-groups/f7caf2d7-41f9-4663-825c-d7239ba29950 => 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: 286/579] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/security-groups?tenant_id=ef708261061e457d9787691805437314&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/580] 10.0.0.15 () {34 vars in 1099 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1880823525&fields=id&tenant_id=4d6bc2eff1fc4e75abe0809af921c285 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/581] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/582] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:53 2026] DELETE /v2.0/security-groups/cc074ce2-8ca0-4c9e-9ed7-0f76d1daf856 => 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: 288/583] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/quotas/4d6bc2eff1fc4e75abe0809af921c285 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/584] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/585] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/security-groups?tenant_id=9d576920ba9745e5b141e4db8d95d418&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/586] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/587] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/588] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:53 2026] DELETE /v2.0/security-groups/2f91cc88-499c-4336-9843-acc88918c183 => 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: 292/589] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/590] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/591] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:53 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/592] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:54 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 299/593] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:54 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/594] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:55 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/595] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:56 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 300/596] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:55 2026] GET /v2.0/security-groups?tenant_id=e8b403998ac544aeb40d5f99afabf9ca&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/597] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:56 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 297/598] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:56 2026] DELETE /v2.0/security-groups/d1fe8a85-0eba-4f9c-b260-d81c88575b34 => 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: 302/599] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:56 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 298/600] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:57 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 303/601] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:57 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/602] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:57 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 304/603] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:57 2026] GET /v2.0/security-groups?tenant_id=53226d8497a647498eff70bf540d78f1&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/604] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 683 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/605] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:58 2026] DELETE /v2.0/security-groups/a28b37ae-d7d0-4821-943a-1c46491a8d29 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/606] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4d6bc2eff1fc4e75abe0809af921c285 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/607] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:16:58.552 7 INFO neutron.db.segments_db [None req-dbe51bde-edb9-48d3-b6da-c7941f7847bf fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Added segment f28526ce-9c7d-4ea2-9456-1a55d14c8dee of type vxlan for network b30ff268-2b96-45b9-995d-dac933d0ad19 [pid: 8|app: 0|req: 301/608] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:16:58 2026] POST /v2.0/ports => generated 958 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 308/609] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:16:58 2026] POST /v2.0/networks => generated 631 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/610] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 302/611] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/security-groups?tenant_id=bdcf5627a98642d98e97305746eb2e76&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/612] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:58 2026] POST /v2.0/subnets => generated 627 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/613] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:58 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 310/614] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:16:58 2026] PUT /v2.0/ports/421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 1239 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/615] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:16:59 2026] DELETE /v2.0/security-groups/41f2775b-c4be-4283-9f82-b0fc59f24bf0 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:16:59.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-560ac2b1-a8ba-46a6-a0c4-ae0446feb027'] response: {'name': 'network-changed', 'server_uuid': 'e6040eda-a663-4c2c-bcd4-97df2ab950ad', 'tag': '421d10c7-ca3e-44f5-95c3-9234b5cf1e07', 'status': 'completed', 'code': 200} 2026-06-16 02:16:59.180 7 INFO neutron.db.segments_db [None req-75776080-fded-4b57-b8c4-ac52d8fff509 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Added segment c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c of type vxlan for network 7f50e1a4-065c-49d9-927a-d51ca9f61e92 [pid: 8|app: 0|req: 306/616] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:16:59 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/617] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:16:59 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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-06-16 02:16:59.502 7 INFO neutron.db.l3_hamode_db [None req-75776080-fded-4b57-b8c4-ac52d8fff509 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 308/618] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:16:59 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 309/619] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:16:59 2026] GET /v2.0/networks?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&shared=False => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/620] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:16:59 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: 311/621] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/622] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:00.331 7 INFO neutron.db.l3_hamode_db [None req-75776080-fded-4b57-b8c4-ac52d8fff509 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 313/623] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/624] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/625] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/626] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => 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: 317/627] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:00 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/628] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/629] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/630] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 321/631] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/632] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:16:59 2026] POST /v2.0/routers => generated 695 bytes in 2276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/633] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/634] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/635] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:01 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/638] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:02 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 328/639] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:02 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 329/640] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:02 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 312/641] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:01 2026] PUT /v2.0/routers/88a4c09a-4635-467d-aeaa-d3ca9d972404/add_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/642] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:02 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/643] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:02 2026] POST /v2.0/ports => generated 955 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: 315/644] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:03 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:03.627 8 INFO neutron.db.l3_db [None req-3de51eaa-9d52-42c9-8ebe-f84262c85599 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] Floating IP 7e5f2226-8104-47e0-b416-3d55211462eb associated. External IP: 10.96.250.214, port: 1d0df198-869a-4f41-b365-10a8323d57bb. [pid: 7|app: 0|req: 316/645] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:03 2026] POST /v2.0/ports => generated 953 bytes in 453 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: 330/646] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:02 2026] PUT /v2.0/floatingips/7e5f2226-8104-47e0-b416-3d55211462eb => generated 855 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/647] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 332/648] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/649] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:04.464 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f651442-ca00-4e35-9b5f-f92f534b510d'] response: {'name': 'network-changed', 'server_uuid': '81cdb720-2809-4ba3-9f31-e77f25143f13', 'tag': '1d0df198-869a-4f41-b365-10a8323d57bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 334/650] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/651] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/security-groups?tenant_id=0435a492eed74f5a89154f0821eb3657&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/652] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/653] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:04 2026] DELETE /v2.0/security-groups/94dcaa86-942e-449e-aa7e-54b44522e9f5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/654] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 339/655] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:04 2026] GET /v2.0/ports?tenant_id=f13a70fed4ce413faaae7c1e813956ea&device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/656] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/networks?id=2cbf5224-106b-4210-80af-6368b23eaff3 => generated 776 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/657] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1d0df198-869a-4f41-b365-10a8323d57bb => 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: 342/658] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/subnets?id=bbc95e82-0240-4d33-a627-43af66cc8411 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/659] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/ports?network_id=2cbf5224-106b-4210-80af-6368b23eaff3&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:05.212 7 INFO neutron.db.l3_db [None req-7a4d80fb-966f-4bda-8598-618c50f8a178 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Floating IP 918d01db-3267-43da-8466-ef0e41ad8627 associated. External IP: 10.96.250.218, port: 21fc63af-f4a6-480d-a775-1cd999d6030f. [pid: 8|app: 0|req: 344/660] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?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: 345/661] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/662] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:17:03 2026] POST /v2.0/floatingips => generated 840 bytes in 1690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/663] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/664] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:05.763 7 INFO neutron.db.l3_db [None req-faaa87ab-9f70-4dd5-b3d6-4f6ffbcdfca3 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Floating IP 918d01db-3267-43da-8466-ef0e41ad8627 disassociated. External IP: 10.96.250.218, port: 21fc63af-f4a6-480d-a775-1cd999d6030f. [pid: 8|app: 0|req: 348/665] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:05 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/666] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:06 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 318/667] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:05 2026] PUT /v2.0/floatingips/918d01db-3267-43da-8466-ef0e41ad8627 => generated 552 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:06.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-455cadf8-0799-43cb-b003-b0111fa8b5f8 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: 7550123d-1e77-44c4-8e57-61b5047138a7 2026-06-16 02:17:06.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-455cadf8-0799-43cb-b003-b0111fa8b5f8 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: 7550123d-1e77-44c4-8e57-61b5047138a7 [pid: 8|app: 0|req: 350/668] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:06 2026] DELETE /v2.0/floatingips/918d01db-3267-43da-8466-ef0e41ad8627 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:07.127 8 INFO neutron.db.segments_db [None req-df6c02d3-a7ad-4608-9b9c-9cac83c61e97 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Added segment bbcc2ac7-a868-4c88-8e35-6d285c4cd5da of type vxlan for network 8297fd8e-80e3-4f9f-8930-49a28a8ae399 [pid: 8|app: 0|req: 351/669] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:06 2026] POST /v2.0/networks => generated 625 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/670] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/671] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:07.410 7 INFO neutron.db.l3_db [None req-f16db90e-6d0c-4181-9471-a45f5828b297 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Floating IP 36e238f7-ca5a-4c1a-aa5f-d7680673d61a associated. External IP: 10.96.250.218, port: d4c46bab-922c-4f5c-8d91-1e6cec5d1d45. [pid: 8|app: 0|req: 354/672] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/673] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:17:06 2026] POST /v2.0/floatingips => generated 842 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/674] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/security-groups?id=2ef3166d-19a6-4c2d-b310-e738ab23a8f0&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: 355/675] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:07 2026] POST /v2.0/ports => generated 775 bytes in 394 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: 356/676] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 357/677] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:17:07 2026] GET /v2.0/floatingips/36e238f7-ca5a-4c1a-aa5f-d7680673d61a => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:07.918 7 INFO neutron_taas.services.taas.taas_plugin [req-56bbaa87-0205-47b5-8475-1cb5fca983e1 req-c491100e-1222-4c30-ad63-bee81391c667 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] TaaS: Handle Delete Port: 1d0df198-869a-4f41-b365-10a8323d57bb 2026-06-16 02:17:07.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56bbaa87-0205-47b5-8475-1cb5fca983e1 req-c491100e-1222-4c30-ad63-bee81391c667 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] Tap Mirror: Handle Delete Port: 1d0df198-869a-4f41-b365-10a8323d57bb 2026-06-16 02:17:07.967 8 INFO neutron.db.segments_db [None req-db1fc833-8377-4765-9aab-808823de5589 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Added segment 27a40265-bc5b-4227-a42b-123bc4420d68 of type vxlan for network 60d9a510-48fe-41a5-a10d-0e2170170fe6 2026-06-16 02:17:08.077 7 INFO neutron.db.l3_db [req-56bbaa87-0205-47b5-8475-1cb5fca983e1 req-c491100e-1222-4c30-ad63-bee81391c667 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] Floating IP 7e5f2226-8104-47e0-b416-3d55211462eb disassociated. External IP: 10.96.250.214, port: 1d0df198-869a-4f41-b365-10a8323d57bb. [pid: 8|app: 0|req: 358/678] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:07 2026] POST /v2.0/networks => generated 612 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/679] 10.0.0.14 () {32 vars in 654 bytes} [Tue Jun 16 02:17:08 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) [pid: 7|app: 0|req: 321/680] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:17:07 2026] DELETE /v2.0/ports/1d0df198-869a-4f41-b365-10a8323d57bb => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/681] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:08 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:08.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ec81f0a-91c2-48b0-934e-b07004aaa025'] response: {'server_uuid': '81cdb720-2809-4ba3-9f31-e77f25143f13', 'name': 'network-vif-deleted', 'tag': '1d0df198-869a-4f41-b365-10a8323d57bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/682] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:08 2026] POST /v2.0/ports => generated 953 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:08.823 7 INFO neutron.db.l3_db [None req-ac168430-2bd5-4a73-bd29-285229898d30 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Floating IP 36e238f7-ca5a-4c1a-aa5f-d7680673d61a associated. External IP: 10.96.250.218, port: d4c46bab-922c-4f5c-8d91-1e6cec5d1d45. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:08.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-a74dfc69-5cc5-4d9e-b618-9e7b4fffe6bf fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] TaaS: Handle Delete Port: 2e12a283-c65f-46fc-9592-b106f3a2e426 2026-06-16 02:17:08.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a74dfc69-5cc5-4d9e-b618-9e7b4fffe6bf fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Tap Mirror: Handle Delete Port: 2e12a283-c65f-46fc-9592-b106f3a2e426 [pid: 8|app: 0|req: 362/683] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:08 2026] DELETE /v2.0/ports/2e12a283-c65f-46fc-9592-b106f3a2e426 => 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: 363/684] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:09 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 364/685] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:09 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:09.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41064b77-a64b-4eb0-9770-84df9a096d47 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/686] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:09 2026] DELETE /v2.0/ports/2e12a283-c65f-46fc-9592-b106f3a2e426 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/687] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:09 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:09.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a19e8ca-eda2-4182-a457-0c3c4f373acb fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 367/688] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:09 2026] GET /v2.0/ports/2e12a283-c65f-46fc-9592-b106f3a2e426 => 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: 368/689] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:09 2026] DELETE /v2.0/subnets/b5093f54-f15d-4c8e-9e21-0dcfa94d7ab5 => 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: 322/690] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:08 2026] PUT /v2.0/floatingips/36e238f7-ca5a-4c1a-aa5f-d7680673d61a => generated 840 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/691] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:09 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:09.594 8 INFO neutron.db.l3_db [None req-39984725-373c-4034-817b-b4894582a386 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Floating IP 36e238f7-ca5a-4c1a-aa5f-d7680673d61a disassociated. External IP: 10.96.250.218, port: 21fc63af-f4a6-480d-a775-1cd999d6030f. 2026-06-16 02:17:09.602 7 INFO neutron.services.segments.plugin [-] Segment 27a40265-bc5b-4227-a42b-123bc4420d68 resource provider aggregate not found 2026-06-16 02:17:09.608 7 INFO neutron.services.segments.plugin [-] Segment 27a40265-bc5b-4227-a42b-123bc4420d68 resource provider aggregate not found 2026-06-16 02:17:09.627 7 INFO neutron.services.segments.plugin [-] Segment 27a40265-bc5b-4227-a42b-123bc4420d68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27a40265-bc5b-4227-a42b-123bc4420d68 found for delete ", "request_id": "req-7dc64113-64b6-44d8-bf67-d8b9428ab2f8"}]} 2026-06-16 02:17:09.632 7 INFO neutron.services.segments.plugin [-] Segment 27a40265-bc5b-4227-a42b-123bc4420d68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27a40265-bc5b-4227-a42b-123bc4420d68 found for delete ", "request_id": "req-f8171032-753b-47d1-83dc-5853747603e9"}]} [pid: 7|app: 0|req: 323/692] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:09 2026] DELETE /v2.0/networks/60d9a510-48fe-41a5-a10d-0e2170170fe6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/693] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:09 2026] PUT /v2.0/floatingips/36e238f7-ca5a-4c1a-aa5f-d7680673d61a => generated 552 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:09.980 8 INFO neutron.db.segments_db [None req-e296269c-4b5e-4353-8fbd-2bebae5510d2 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Added segment 51ee584f-da0f-483a-8fd6-7b4790a0e35f of type vxlan for network 4f297b48-06c1-4447-9b1a-7a4b894f482d 2026-06-16 02:17:10.023 7 INFO neutron.db.l3_db [None req-4c6946b2-018c-4327-9b6e-22b162fb5d1a 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] Floating IP 830d4b56-b016-41ae-88be-92c5c984edc8 associated. External IP: 10.96.250.215, port: 421d10c7-ca3e-44f5-95c3-9234b5cf1e07. [pid: 8|app: 0|req: 371/694] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:09 2026] POST /v2.0/networks => generated 613 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:10.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-8697eb75-0632-41a9-a69e-f693161fbb37 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: 046b71cf-b322-4c5f-b413-786b789e7ccf 2026-06-16 02:17:10.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8697eb75-0632-41a9-a69e-f693161fbb37 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: 046b71cf-b322-4c5f-b413-786b789e7ccf [pid: 8|app: 0|req: 372/695] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:10 2026] DELETE /v2.0/floatingips/36e238f7-ca5a-4c1a-aa5f-d7680673d61a => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/696] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:09 2026] PUT /v2.0/floatingips/830d4b56-b016-41ae-88be-92c5c984edc8 => generated 856 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/697] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:10 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:10.445 7 INFO neutron.api.v2.resource [None req-ee5655ba-3e4e-453d-bf8b-dad3d8048a07 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/698] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:10 2026] DELETE /v2.0/floatingips/36e238f7-ca5a-4c1a-aa5f-d7680673d61a => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:10.595 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d5d4681-f0eb-408d-9ff8-bdb9620b330a'] response: {'name': 'network-changed', 'server_uuid': 'e6040eda-a663-4c2c-bcd4-97df2ab950ad', 'tag': '421d10c7-ca3e-44f5-95c3-9234b5cf1e07', 'status': 'completed', 'code': 200} 2026-06-16 02:17:10.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-9718b76a-2ae1-453f-9f16-035c8c061edf fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: 21fc63af-f4a6-480d-a775-1cd999d6030f 2026-06-16 02:17:10.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9718b76a-2ae1-453f-9f16-035c8c061edf fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: 21fc63af-f4a6-480d-a775-1cd999d6030f [pid: 8|app: 0|req: 373/699] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:10 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/700] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:10 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/701] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:10 2026] DELETE /v2.0/ports/21fc63af-f4a6-480d-a775-1cd999d6030f => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/702] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:10 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:10.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-c12714ff-e825-487c-abef-d76909e094c4 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: d4c46bab-922c-4f5c-8d91-1e6cec5d1d45 2026-06-16 02:17:10.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c12714ff-e825-487c-abef-d76909e094c4 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: d4c46bab-922c-4f5c-8d91-1e6cec5d1d45 [pid: 8|app: 0|req: 375/703] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:10 2026] POST /v2.0/ports => generated 910 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/704] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:10 2026] DELETE /v2.0/ports/d4c46bab-922c-4f5c-8d91-1e6cec5d1d45 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:11.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6fa9b69-b369-44cd-aba5-17cbb3d1dfa4 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] TaaS: Handle Delete Port: 2a3d4ff3-3402-4930-854b-fa1534a0dba6 2026-06-16 02:17:11.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6fa9b69-b369-44cd-aba5-17cbb3d1dfa4 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Tap Mirror: Handle Delete Port: 2a3d4ff3-3402-4930-854b-fa1534a0dba6 [pid: 7|app: 0|req: 330/705] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/706] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/ports?device_id=88a4c09a-4635-467d-aeaa-d3ca9d972404 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/707] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/708] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:11 2026] DELETE /v2.0/ports/2a3d4ff3-3402-4930-854b-fa1534a0dba6 => 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: 377/709] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:11.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8eaa258b-dd07-4659-af19-7dd32b3b84d8 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 378/710] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/ports/2a3d4ff3-3402-4930-854b-fa1534a0dba6 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/711] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/712] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:11 2026] DELETE /v2.0/subnets/f026138a-8af2-40d6-9263-0bcd831aad39 => 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: 381/713] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:11.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-140ef665-10e6-418b-9064-93422fa5e2de fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: a720aacd-4b01-4a00-846b-c11ae944f4d8 2026-06-16 02:17:11.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-140ef665-10e6-418b-9064-93422fa5e2de fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: a720aacd-4b01-4a00-846b-c11ae944f4d8 2026-06-16 02:17:11.637 8 INFO neutron.services.segments.plugin [-] Segment 51ee584f-da0f-483a-8fd6-7b4790a0e35f resource provider aggregate not found 2026-06-16 02:17:11.640 8 INFO neutron.services.segments.plugin [-] Segment 51ee584f-da0f-483a-8fd6-7b4790a0e35f resource provider aggregate not found 2026-06-16 02:17:11.657 8 INFO neutron.services.segments.plugin [-] Segment 51ee584f-da0f-483a-8fd6-7b4790a0e35f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51ee584f-da0f-483a-8fd6-7b4790a0e35f found for delete ", "request_id": "req-7b36dd30-6ad7-434b-890d-ce14e4db4547"}]} 2026-06-16 02:17:11.660 8 INFO neutron.services.segments.plugin [-] Segment 51ee584f-da0f-483a-8fd6-7b4790a0e35f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51ee584f-da0f-483a-8fd6-7b4790a0e35f found for delete ", "request_id": "req-3e8c0b63-1ae3-4dbd-a0c9-5302bb9b0c77"}]} [pid: 8|app: 0|req: 382/714] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:11 2026] DELETE /v2.0/networks/4f297b48-06c1-4447-9b1a-7a4b894f482d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/715] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 384/716] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/ports?device_id=81cdb720-2809-4ba3-9f31-e77f25143f13 => 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: 385/717] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:11 2026] POST /v2.0/ports => generated 774 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, ' [pid: 8|app: 0|req: 386/718] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:11 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/719] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:11 2026] PUT /v2.0/routers/88a4c09a-4635-467d-aeaa-d3ca9d972404/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/720] 10.0.0.14 () {34 vars in 736 bytes} [Tue Jun 16 02:17:11 2026] PUT /v2.0/ports/057cd56f-6813-404e-8d53-9daaf5d03e31 => generated 752 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:12.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-14e8f286-014e-4085-be4e-d09108f7fe61 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] TaaS: Handle Delete Port: 057cd56f-6813-404e-8d53-9daaf5d03e31 2026-06-16 02:17:12.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14e8f286-014e-4085-be4e-d09108f7fe61 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Tap Mirror: Handle Delete Port: 057cd56f-6813-404e-8d53-9daaf5d03e31 2026-06-16 02:17:12.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-779b9dc5-dac1-427e-9566-0f38ce206980 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: 5c134d34-69e0-4331-b325-c6ff52cad4b8 2026-06-16 02:17:12.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-779b9dc5-dac1-427e-9566-0f38ce206980 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: 5c134d34-69e0-4331-b325-c6ff52cad4b8 [pid: 8|app: 0|req: 388/721] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/ports/057cd56f-6813-404e-8d53-9daaf5d03e31 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/722] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:17:12 2026] GET /v2.0/ports => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:12.478 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5786794c-ab04-4660-938a-1ae34a2377b7 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/723] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:12 2026] GET /v2.0/ports/057cd56f-6813-404e-8d53-9daaf5d03e31 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/724] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:17:12 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/725] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:12 2026] GET /v2.0/ports/d11d864d-a0b9-46c9-8764-2a3aa89102ce => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:12.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-377d93dd-1bab-4666-8d19-66fd716e308a fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 393/726] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/ports/2a3d4ff3-3402-4930-854b-fa1534a0dba6 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:12.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bfe43d8-ae17-43e0-ba13-b35314bb9185 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/727] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/subnets/f026138a-8af2-40d6-9263-0bcd831aad39 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:12.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-779b9dc5-dac1-427e-9566-0f38ce206980 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] TaaS: Handle Delete Port: bb5e3025-bec5-45f7-bae5-bd27a7d050aa 2026-06-16 02:17:12.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-779b9dc5-dac1-427e-9566-0f38ce206980 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] Tap Mirror: Handle Delete Port: bb5e3025-bec5-45f7-bae5-bd27a7d050aa 2026-06-16 02:17:12.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb68e5ca-c3c4-4eeb-a7b1-d36955a87088 fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 395/728] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/subnets/b5093f54-f15d-4c8e-9e21-0dcfa94d7ab5 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:12.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-129fc5cc-f96f-46ec-9249-92f3913b97ef fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] TaaS: Handle Delete Port: d11d864d-a0b9-46c9-8764-2a3aa89102ce 2026-06-16 02:17:12.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129fc5cc-f96f-46ec-9249-92f3913b97ef fd87f58616e948dbb37b68d74ca5c61d 3c6a40b84ca04bb5b0e6d0b8df42c922 - - default default] Tap Mirror: Handle Delete Port: d11d864d-a0b9-46c9-8764-2a3aa89102ce [pid: 8|app: 0|req: 396/729] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/ports/d11d864d-a0b9-46c9-8764-2a3aa89102ce => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:12.935 7 INFO neutron.services.segments.plugin [-] Segment c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c resource provider aggregate not found 2026-06-16 02:17:12.940 7 INFO neutron.services.segments.plugin [-] Segment c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c resource provider aggregate not found [pid: 8|app: 0|req: 397/730] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/networks/8297fd8e-80e3-4f9f-8930-49a28a8ae399 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:12.958 7 INFO neutron.services.segments.plugin [-] Segment c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c found for delete ", "request_id": "req-d82bd696-d75b-4e20-ab9f-57003bf33f00"}]} 2026-06-16 02:17:12.959 7 INFO neutron.services.segments.plugin [-] Segment c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bdcb83-feb0-4768-abbc-b0ea57bf5b7c found for delete ", "request_id": "req-13501f2b-345d-417d-8b65-7bfae72f5752"}]} 2026-06-16 02:17:12.964 7 INFO neutron.db.l3_hamode_db [None req-779b9dc5-dac1-427e-9566-0f38ce206980 fb1db427cdaf417b9fa75de72f04b9bd 45cdef20f1ab477bb1bdede15d480845 - - default default] HA network 7f50e1a4-065c-49d9-927a-d51ca9f61e92 was deleted as no HA routers are present in tenant 45cdef20f1ab477bb1bdede15d480845. [pid: 7|app: 0|req: 334/731] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/routers/88a4c09a-4635-467d-aeaa-d3ca9d972404 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/732] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/security-groups/2ef3166d-19a6-4c2d-b310-e738ab23a8f0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:13.105 8 INFO neutron.api.v2.resource [None req-ad1719e8-3eef-4ecf-a80f-e5ec02b2d79d 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 399/733] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:17:13 2026] GET /v2.0/security-groups/2ef3166d-19a6-4c2d-b310-e738ab23a8f0 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/734] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:12 2026] DELETE /v2.0/subnets/a9cc2857-0937-4c54-9208-0d7f093295e5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:13.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-61a7d621-3c51-401a-9ae7-5811b5794193 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] TaaS: Handle Delete Port: 135ac14f-ccd4-4faf-ad80-c17f67ceb965 2026-06-16 02:17:13.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61a7d621-3c51-401a-9ae7-5811b5794193 32fbbc30276347e5a224c6913b0e36d6 f13a70fed4ce413faaae7c1e813956ea - - default default] Tap Mirror: Handle Delete Port: 135ac14f-ccd4-4faf-ad80-c17f67ceb965 [pid: 7|app: 0|req: 336/735] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:13 2026] DELETE /v2.0/networks/b30ff268-2b96-45b9-995d-dac933d0ad19 => 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: 400/736] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:13 2026] DELETE /v2.0/floatingips/7e5f2226-8104-47e0-b416-3d55211462eb => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:13.683 8 INFO neutron.services.segments.plugin [-] Segment bbcc2ac7-a868-4c88-8e35-6d285c4cd5da resource provider aggregate not found 2026-06-16 02:17:13.687 8 INFO neutron.services.segments.plugin [-] Segment bbcc2ac7-a868-4c88-8e35-6d285c4cd5da resource provider aggregate not found 2026-06-16 02:17:13.700 8 INFO neutron.services.segments.plugin [-] Segment bbcc2ac7-a868-4c88-8e35-6d285c4cd5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbcc2ac7-a868-4c88-8e35-6d285c4cd5da found for delete ", "request_id": "req-f791e796-5ac0-4f92-8f30-ee2a4b092931"}]} 2026-06-16 02:17:13.701 8 INFO neutron.services.segments.plugin [-] Segment bbcc2ac7-a868-4c88-8e35-6d285c4cd5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbcc2ac7-a868-4c88-8e35-6d285c4cd5da found for delete ", "request_id": "req-413b075f-2a4f-4304-a959-9c3967f0ddac"}]} [pid: 8|app: 0|req: 401/737] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:13 2026] GET /v2.0/security-groups?tenant_id=3c6a40b84ca04bb5b0e6d0b8df42c922&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/738] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:13 2026] GET /v2.0/security-groups?tenant_id=45cdef20f1ab477bb1bdede15d480845&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:13.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-08ec2d1a-d4bc-431a-a851-79702b84de23 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 7505e9a0-2174-4631-bb93-b907494b28c1 2026-06-16 02:17:13.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08ec2d1a-d4bc-431a-a851-79702b84de23 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 7505e9a0-2174-4631-bb93-b907494b28c1 [pid: 8|app: 0|req: 403/739] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:13 2026] DELETE /v2.0/security-groups/ae48094a-3a9b-4b9c-ab7d-6f5acc482824 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/740] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:13 2026] DELETE /v2.0/security-groups/34220e7c-5bf5-49dd-ab43-f1354e5bbc79 => 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: 337/741] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:13 2026] PUT /v2.0/routers/dd044bc9-df97-4791-90b6-192658fd3c13/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:14.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5c75367-f1a7-486b-9168-ee034894928e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 2aa6a340-7446-4317-800b-616dd4496feb 2026-06-16 02:17:14.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5c75367-f1a7-486b-9168-ee034894928e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 2aa6a340-7446-4317-800b-616dd4496feb 2026-06-16 02:17:14.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5c75367-f1a7-486b-9168-ee034894928e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 760bf02e-06f6-474f-b5c6-0a96b0f7fd5f 2026-06-16 02:17:14.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5c75367-f1a7-486b-9168-ee034894928e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 760bf02e-06f6-474f-b5c6-0a96b0f7fd5f 2026-06-16 02:17:14.980 7 INFO neutron.services.segments.plugin [-] Segment f28526ce-9c7d-4ea2-9456-1a55d14c8dee resource provider aggregate not found 2026-06-16 02:17:14.987 7 INFO neutron.services.segments.plugin [-] Segment f28526ce-9c7d-4ea2-9456-1a55d14c8dee resource provider aggregate not found 2026-06-16 02:17:14.995 7 INFO neutron.services.segments.plugin [-] Segment f28526ce-9c7d-4ea2-9456-1a55d14c8dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28526ce-9c7d-4ea2-9456-1a55d14c8dee found for delete ", "request_id": "req-b6130240-94ee-4397-822b-3aaeb2c2a291"}]} 2026-06-16 02:17:15.005 7 INFO neutron.services.segments.plugin [-] Segment f28526ce-9c7d-4ea2-9456-1a55d14c8dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28526ce-9c7d-4ea2-9456-1a55d14c8dee found for delete ", "request_id": "req-3c55e47d-6a8a-47bf-a224-381125732e6d"}]} 2026-06-16 02:17:15.108 8 INFO neutron.db.l3_hamode_db [None req-b5c75367-f1a7-486b-9168-ee034894928e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 06684ca1-65ff-45d8-a0db-c7822b2e0d02 was deleted as no HA routers are present in tenant f13a70fed4ce413faaae7c1e813956ea. [pid: 8|app: 0|req: 405/742] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:14 2026] DELETE /v2.0/routers/dd044bc9-df97-4791-90b6-192658fd3c13 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/743] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:15 2026] DELETE /v2.0/subnets/bbc95e82-0240-4d33-a627-43af66cc8411 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:15.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4bb603b-77f7-4d97-92c7-cbb4f4ae80cb 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 45b34190-61fe-489d-b326-dd02bc748d58 2026-06-16 02:17:15.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4bb603b-77f7-4d97-92c7-cbb4f4ae80cb 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 45b34190-61fe-489d-b326-dd02bc748d58 [pid: 8|app: 0|req: 406/744] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:15 2026] DELETE /v2.0/networks/2cbf5224-106b-4210-80af-6368b23eaff3 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:15.721 8 INFO neutron.services.segments.plugin [-] Segment 97a52512-fbda-4a74-a53e-827c932f2708 resource provider aggregate not found 2026-06-16 02:17:15.727 8 INFO neutron.services.segments.plugin [-] Segment 97a52512-fbda-4a74-a53e-827c932f2708 resource provider aggregate not found 2026-06-16 02:17:15.742 8 INFO neutron.services.segments.plugin [-] Segment 97a52512-fbda-4a74-a53e-827c932f2708 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a52512-fbda-4a74-a53e-827c932f2708 found for delete ", "request_id": "req-584fb7ed-c5a8-4b06-88f1-e2af9a5f1f75"}]} 2026-06-16 02:17:15.747 8 INFO neutron.services.segments.plugin [-] Segment 97a52512-fbda-4a74-a53e-827c932f2708 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a52512-fbda-4a74-a53e-827c932f2708 found for delete ", "request_id": "req-207a2cf8-50b8-4855-8e8b-34c48adab2b0"}]} 2026-06-16 02:17:15.755 8 INFO neutron.services.segments.plugin [-] Segment e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 resource provider aggregate not found 2026-06-16 02:17:15.772 8 INFO neutron.services.segments.plugin [-] Segment e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 found for delete ", "request_id": "req-2938e9ce-2794-4132-9da5-4c65f7e6ee24"}]} 2026-06-16 02:17:15.775 8 INFO neutron.services.segments.plugin [-] Segment e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 resource provider aggregate not found 2026-06-16 02:17:15.794 8 INFO neutron.services.segments.plugin [-] Segment e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e43de73b-f5f0-40f7-8f8a-ae1bbc6b3828 found for delete ", "request_id": "req-c9f24d2e-9141-4eac-935f-eb4a4c30d652"}]} [pid: 8|app: 0|req: 407/745] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:15 2026] GET /v2.0/security-groups?tenant_id=f13a70fed4ce413faaae7c1e813956ea&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/746] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:15 2026] DELETE /v2.0/security-groups/beaaaced-c155-43b7-906c-7a62d6df3345 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:16.057 7 INFO neutron.db.segments_db [None req-360b977f-a85b-4071-b215-1e5a7beefac4 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment 31d977da-094e-49ee-a18d-d60cad311706 of type vxlan for network 54099f51-06f2-4a2b-99f5-dc77d2f35849 [pid: 7|app: 0|req: 339/747] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:15 2026] POST /v2.0/networks => generated 610 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:16.206 8 INFO neutron.db.segments_db [None req-1485d374-82f5-4705-aba1-b17c5e1dd250 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment 03487582-a229-4a5e-a77a-d62c4695ce3d of type vxlan for network 016b26f7-12f0-4b6b-b642-62403aa155df 2026-06-16 02:17:16.243 7 INFO neutron.db.segments_db [None req-7f16fb15-9ebe-4aa4-842a-5647812115ff 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment a2ec0de6-1f3f-42af-9539-ea1dd9096e08 of type vxlan for network 91a46e67-9e1c-47af-8c01-82863bdc2107 2026-06-16 02:17:16.274 8 INFO neutron.db.segments_db [None req-1485d374-82f5-4705-aba1-b17c5e1dd250 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 of type vxlan for network 71e6dc25-e0ff-4431-8ad1-087767fa2a73 [pid: 7|app: 0|req: 340/748] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:16 2026] POST /v2.0/networks => generated 610 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/749] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:15 2026] POST /v2.0/networks => generated 1206 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/750] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:17:16 2026] GET /v2.0/networks => generated 1843 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/751] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:16 2026] DELETE /v2.0/networks/016b26f7-12f0-4b6b-b642-62403aa155df => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/752] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:16 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) [pid: 8|app: 0|req: 412/753] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:16 2026] DELETE /v2.0/networks/71e6dc25-e0ff-4431-8ad1-087767fa2a73 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/754] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:17:16 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:16.815 8 INFO neutron.db.segments_db [None req-4ae84df6-e0a5-4564-b220-1a8f191bf82a 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment b37b2ec7-c617-4d04-9bc3-862a09fdd868 of type vxlan for network d680d2b1-2cd9-43db-9d86-05b6f5c56334 [pid: 7|app: 0|req: 342/755] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:16 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:16.901 7 INFO neutron.db.segments_db [None req-e8879bad-fa11-4610-b3bc-9e30b0fd63c6 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment b82ac325-f058-400b-8ff0-8abf5c672b64 of type vxlan for network f2f8cd44-265a-46d2-9b68-7cd8d9ab13fa [pid: 8|app: 0|req: 414/758] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:16 2026] POST /v2.0/networks => generated 634 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:16.961 8 INFO neutron.db.segments_db [None req-d6c56c26-ccf5-4459-ac37-8a07fdeeee1b 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment cc30b11b-5d46-4585-a5e0-38dc7b0009e0 of type vxlan for network a54638f5-1e4c-4a7d-8d45-a4a944e4292f [pid: 8|app: 0|req: 415/759] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:16 2026] POST /v2.0/networks => generated 634 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:17.154 7 INFO neutron.db.l3_hamode_db [None req-e8879bad-fa11-4610-b3bc-9e30b0fd63c6 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:17.293 7 INFO neutron.db.l3_hamode_db [None req-e8879bad-fa11-4610-b3bc-9e30b0fd63c6 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 416/760] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:17 2026] POST /v2.0/ports => generated 1506 bytes in 535 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: 417/761] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:17:17 2026] GET /v2.0/ports => generated 1506 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:17.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe95e259-e7ce-4c3e-a7ea-cbfaee1095a2 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] TaaS: Handle Delete Port: 25b01c56-aea5-438e-9f6f-5100040b9b42 2026-06-16 02:17:17.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe95e259-e7ce-4c3e-a7ea-cbfaee1095a2 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Tap Mirror: Handle Delete Port: 25b01c56-aea5-438e-9f6f-5100040b9b42 2026-06-16 02:17:17.808 8 INFO neutron.services.segments.plugin [-] Segment 03487582-a229-4a5e-a77a-d62c4695ce3d resource provider aggregate not found 2026-06-16 02:17:17.814 8 INFO neutron.services.segments.plugin [-] Segment 03487582-a229-4a5e-a77a-d62c4695ce3d resource provider aggregate not found 2026-06-16 02:17:17.830 8 INFO neutron.services.segments.plugin [-] Segment 03487582-a229-4a5e-a77a-d62c4695ce3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03487582-a229-4a5e-a77a-d62c4695ce3d found for delete ", "request_id": "req-aa973449-5adb-4fc6-992a-d5b9d788070f"}]} 2026-06-16 02:17:17.836 8 INFO neutron.services.segments.plugin [-] Segment 03487582-a229-4a5e-a77a-d62c4695ce3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03487582-a229-4a5e-a77a-d62c4695ce3d found for delete ", "request_id": "req-369c907c-663b-41a6-8662-ade206e56951"}]} 2026-06-16 02:17:17.854 8 INFO neutron.services.segments.plugin [-] Segment 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 resource provider aggregate not found 2026-06-16 02:17:17.860 8 INFO neutron.services.segments.plugin [-] Segment 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 resource provider aggregate not found [pid: 8|app: 0|req: 418/762] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:17 2026] DELETE /v2.0/ports/25b01c56-aea5-438e-9f6f-5100040b9b42 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:17.874 8 INFO neutron.services.segments.plugin [-] Segment 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 found for delete ", "request_id": "req-d23b7d6a-c2ce-40a2-903f-85e1630fd091"}]} 2026-06-16 02:17:17.878 8 INFO neutron.services.segments.plugin [-] Segment 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f4a03c-2b39-4467-a2ca-9a4b21fddf99 found for delete ", "request_id": "req-60ca00ae-eb6e-42c1-89f4-c264860de698"}]} [pid: 7|app: 0|req: 345/763] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:16 2026] POST /v2.0/routers => generated 506 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:18.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-18f699da-6079-43de-b45e-2a0fbd9bf2c0 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] TaaS: Handle Delete Port: 0e6558f8-30a4-4b53-8812-8770ec6ff5fe 2026-06-16 02:17:18.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f699da-6079-43de-b45e-2a0fbd9bf2c0 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Tap Mirror: Handle Delete Port: 0e6558f8-30a4-4b53-8812-8770ec6ff5fe 2026-06-16 02:17:18.184 8 INFO neutron.db.segments_db [None req-d98c5a5a-5952-44db-b7ea-96533253a330 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment e02aec2d-c4f0-4068-9a2b-7215eecd43d1 of type vxlan for network aec1bc45-bc11-4cdd-a6ed-4340a8027647 [pid: 7|app: 0|req: 346/764] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:17:18 2026] DELETE /v2.0/ports/0e6558f8-30a4-4b53-8812-8770ec6ff5fe => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/765] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:17:17 2026] POST /v2.0/networks => generated 719 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/766] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:17:18 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/767] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:18 2026] POST /v2.0/subnets => generated 685 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:18.554 8 INFO neutron.db.segments_db [None req-dad681b1-e299-4639-9e68-4aa838300053 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment c200aebb-4701-46ee-9937-5f22b533e487 of type vxlan for network f94610f7-aba5-4378-9749-89d140b79e89 [pid: 8|app: 0|req: 422/768] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:18 2026] POST /v2.0/networks => generated 635 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/769] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:17:18 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1244 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:18.798 8 INFO neutron.db.segments_db [None req-419567e8-b4f3-48a3-8205-84bc3c4d5493 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 4f67456f-4a04-48bb-b630-7c6a6db79f40 of type vxlan for network f6ee68cd-9dc9-40ce-94d5-9926f0faad2e 2026-06-16 02:17:19.022 8 INFO neutron.db.l3_hamode_db [None req-419567e8-b4f3-48a3-8205-84bc3c4d5493 03409e4da1334319b713b70f25b9cdaf 9232abaf9c63473f94b730fffe17aa0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 347/770] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:18 2026] PUT /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:19.351 7 INFO neutron.db.segments_db [None req-096357e9-3634-4761-9efe-a249c520b7e7 70c9dd545dc2483dae8e5655ee9cc596 a29b5160485b4c78af18a0715f7dc131 - - default default] Added segment f78f14ff-b528-424a-841e-b761e2a7f027 of type vxlan for network d1bd154a-0c9f-41a9-ac64-3fe03c9d5d4a [pid: 7|app: 0|req: 348/771] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:19 2026] POST /v2.0/networks => generated 633 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/772] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:19 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 350/773] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:19 2026] GET /v2.0/ports/049dcdae-760b-46ca-9d82-49ba6e92becc => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:20.199 8 INFO neutron.db.l3_hamode_db [None req-419567e8-b4f3-48a3-8205-84bc3c4d5493 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 351/774] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:19 2026] PUT /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300/add_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/775] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:18 2026] POST /v2.0/routers => generated 725 bytes in 2260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/776] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:21 2026] GET /v2.0/ports/92f2d95c-8769-41c2-bf85-ff24a14f59fa => generated 955 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/777] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:21 2026] POST /v2.0/subnets => generated 1323 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:17:21.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4bd3d82-b035-4c93-afef-22e65267e842 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 92f2d95c-8769-41c2-bf85-ff24a14f59fa 2026-06-16 02:17:21.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4bd3d82-b035-4c93-afef-22e65267e842 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 92f2d95c-8769-41c2-bf85-ff24a14f59fa [pid: 8|app: 0|req: 426/778] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:21 2026] PUT /v2.0/routers/d36f0d31-ec0c-4c39-86b0-070ebac98902/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/779] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:17:22 2026] GET /v2.0/subnets => generated 1959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/780] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:21 2026] PUT /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/781] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:22 2026] DELETE /v2.0/subnets/dcc3e0de-d2e3-49f6-899d-2ce7ace7a2d1 => 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: 429/782] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:22 2026] DELETE /v2.0/subnets/65a8b39a-f228-4521-aad1-1673502fdc21 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/783] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:17:22 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:22.673 8 INFO neutron.services.segments.plugin [-] Segment f78f14ff-b528-424a-841e-b761e2a7f027 resource provider aggregate not found 2026-06-16 02:17:22.674 8 INFO neutron.services.segments.plugin [-] Segment f78f14ff-b528-424a-841e-b761e2a7f027 resource provider aggregate not found 2026-06-16 02:17:22.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dbe6ba7-b727-4d47-8080-a3d121f68c27 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 049dcdae-760b-46ca-9d82-49ba6e92becc 2026-06-16 02:17:22.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dbe6ba7-b727-4d47-8080-a3d121f68c27 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 049dcdae-760b-46ca-9d82-49ba6e92becc 2026-06-16 02:17:22.695 8 INFO neutron.services.segments.plugin [-] Segment f78f14ff-b528-424a-841e-b761e2a7f027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78f14ff-b528-424a-841e-b761e2a7f027 found for delete ", "request_id": "req-b702e877-7fd1-4491-9e88-328a9474689f"}]} 2026-06-16 02:17:22.697 8 INFO neutron.services.segments.plugin [-] Segment f78f14ff-b528-424a-841e-b761e2a7f027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78f14ff-b528-424a-841e-b761e2a7f027 found for delete ", "request_id": "req-0968be61-6b5d-41a6-96ca-a6bf92782248"}]} [pid: 8|app: 0|req: 431/784] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:22 2026] DELETE /v2.0/networks/d1bd154a-0c9f-41a9-ac64-3fe03c9d5d4a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/785] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:22 2026] DELETE /v2.0/networks/f94610f7-aba5-4378-9749-89d140b79e89 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/786] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:17:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/787] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:22 2026] PUT /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300/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: 434/788] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:22 2026] DELETE /v2.0/networks/a54638f5-1e4c-4a7d-8d45-a4a944e4292f => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/789] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/790] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:23 2026] GET /v2.0/ports?device_id=cf404c72-2d33-4df0-820e-345ac19d1300 => 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: 435/791] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:23 2026] DELETE /v2.0/networks/d680d2b1-2cd9-43db-9d86-05b6f5c56334 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/792] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:17:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:23.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aa52626-ecd7-4a53-8f51-d457d0e4076e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: cdf75ec0-1e70-466b-90f1-b7abb5620280 2026-06-16 02:17:23.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aa52626-ecd7-4a53-8f51-d457d0e4076e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: cdf75ec0-1e70-466b-90f1-b7abb5620280 2026-06-16 02:17:23.960 8 INFO neutron.db.l3_hamode_db [None req-9aa52626-ecd7-4a53-8f51-d457d0e4076e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] HA network f2f8cd44-265a-46d2-9b68-7cd8d9ab13fa was deleted as no HA routers are present in tenant 28a713dce26d435aba703e662f1ac87a. [pid: 8|app: 0|req: 436/793] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:23 2026] DELETE /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/794] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:17:23 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/795] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:23 2026] GET /v2.0/security-groups?tenant_id=a29b5160485b4c78af18a0715f7dc131&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/796] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:24 2026] DELETE /v2.0/subnets/e3406955-5a42-492e-83f4-050c46bc838f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/797] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:24 2026] DELETE /v2.0/security-groups/4dcff031-e27b-434d-aac4-b6bc9664bbcc => 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: 360/798] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:24 2026] DELETE /v2.0/subnets/2e2e8240-b51d-4e7e-a54d-2c0b2bbc1302 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:24.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-59de1f80-f542-4384-8a42-871ce3f1375e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: e357b48d-f851-460e-bc78-d09405f56dfa 2026-06-16 02:17:24.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59de1f80-f542-4384-8a42-871ce3f1375e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: e357b48d-f851-460e-bc78-d09405f56dfa [pid: 7|app: 0|req: 361/799] 10.0.0.15 () {34 vars in 1097 bytes} [Tue Jun 16 02:17:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--925735544&fields=id&tenant_id=9232abaf9c63473f94b730fffe17aa0e => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/800] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:24 2026] DELETE /v2.0/networks/91a46e67-9e1c-47af-8c01-82863bdc2107 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/801] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:17:24 2026] GET /v2.0/networks?id=aec1bc45-bc11-4cdd-a6ed-4340a8027647 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/802] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:17:24 2026] GET /v2.0/quotas/9232abaf9c63473f94b730fffe17aa0e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:24.723 8 INFO neutron.services.segments.plugin [-] Segment c200aebb-4701-46ee-9937-5f22b533e487 resource provider aggregate not found 2026-06-16 02:17:24.727 8 INFO neutron.services.segments.plugin [-] Segment c200aebb-4701-46ee-9937-5f22b533e487 resource provider aggregate not found 2026-06-16 02:17:24.743 8 INFO neutron.services.segments.plugin [-] Segment c200aebb-4701-46ee-9937-5f22b533e487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c200aebb-4701-46ee-9937-5f22b533e487 found for delete ", "request_id": "req-61001e3c-70ba-491f-a233-56de6e849826"}]} 2026-06-16 02:17:24.747 8 INFO neutron.services.segments.plugin [-] Segment c200aebb-4701-46ee-9937-5f22b533e487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c200aebb-4701-46ee-9937-5f22b533e487 found for delete ", "request_id": "req-2e2c8100-37e9-46e2-8acd-f18a2dd12453"}]} 2026-06-16 02:17:24.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-98f459fd-545e-4b02-9186-b00905441103 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 71f3084e-d3ee-4514-950b-a99ffeb0bb10 2026-06-16 02:17:24.763 8 INFO neutron.services.segments.plugin [-] Segment cc30b11b-5d46-4585-a5e0-38dc7b0009e0 resource provider aggregate not found 2026-06-16 02:17:24.767 8 INFO neutron.services.segments.plugin [-] Segment cc30b11b-5d46-4585-a5e0-38dc7b0009e0 resource provider aggregate not found 2026-06-16 02:17:24.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f459fd-545e-4b02-9186-b00905441103 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 71f3084e-d3ee-4514-950b-a99ffeb0bb10 2026-06-16 02:17:24.784 8 INFO neutron.services.segments.plugin [-] Segment cc30b11b-5d46-4585-a5e0-38dc7b0009e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc30b11b-5d46-4585-a5e0-38dc7b0009e0 found for delete ", "request_id": "req-b3a7b928-d6d9-4aa3-9c7c-7b462f829086"}]} 2026-06-16 02:17:24.790 8 INFO neutron.services.segments.plugin [-] Segment cc30b11b-5d46-4585-a5e0-38dc7b0009e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc30b11b-5d46-4585-a5e0-38dc7b0009e0 found for delete ", "request_id": "req-6eeb2e51-015a-42bb-8ea0-064d7a372761"}]} 2026-06-16 02:17:24.801 8 INFO neutron.services.segments.plugin [-] Segment b37b2ec7-c617-4d04-9bc3-862a09fdd868 resource provider aggregate not found 2026-06-16 02:17:24.817 8 INFO neutron.services.segments.plugin [-] Segment b37b2ec7-c617-4d04-9bc3-862a09fdd868 resource provider aggregate not found 2026-06-16 02:17:24.825 8 INFO neutron.services.segments.plugin [-] Segment b37b2ec7-c617-4d04-9bc3-862a09fdd868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37b2ec7-c617-4d04-9bc3-862a09fdd868 found for delete ", "request_id": "req-31d4ed6a-2c11-491a-8f36-22ba912f606f"}]} [pid: 7|app: 0|req: 364/803] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:17:24 2026] GET /v2.0/ports?tenant_id=9232abaf9c63473f94b730fffe17aa0e&fields=id => generated 57 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:24.842 8 INFO neutron.services.segments.plugin [-] Segment b37b2ec7-c617-4d04-9bc3-862a09fdd868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37b2ec7-c617-4d04-9bc3-862a09fdd868 found for delete ", "request_id": "req-aa96782a-621d-41c4-8bd6-bd5b7c0e3c61"}]} 2026-06-16 02:17:24.859 8 INFO neutron.services.segments.plugin [-] Segment b82ac325-f058-400b-8ff0-8abf5c672b64 resource provider aggregate not found 2026-06-16 02:17:24.860 8 INFO neutron.services.segments.plugin [-] Segment b82ac325-f058-400b-8ff0-8abf5c672b64 resource provider aggregate not found 2026-06-16 02:17:24.896 8 INFO neutron.services.segments.plugin [-] Segment b82ac325-f058-400b-8ff0-8abf5c672b64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82ac325-f058-400b-8ff0-8abf5c672b64 found for delete ", "request_id": "req-dc7ad172-df2a-4779-a3b5-e84c57a4695e"}]} 2026-06-16 02:17:24.909 8 INFO neutron.services.segments.plugin [-] Segment b82ac325-f058-400b-8ff0-8abf5c672b64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82ac325-f058-400b-8ff0-8abf5c672b64 found for delete ", "request_id": "req-7e2c7cf4-b6c4-4e61-9c9d-f8dee15ee851"}]} 2026-06-16 02:17:24.924 8 INFO neutron.services.segments.plugin [-] Segment a2ec0de6-1f3f-42af-9539-ea1dd9096e08 resource provider aggregate not found 2026-06-16 02:17:24.928 8 INFO neutron.services.segments.plugin [-] Segment a2ec0de6-1f3f-42af-9539-ea1dd9096e08 resource provider aggregate not found 2026-06-16 02:17:24.941 8 INFO neutron.services.segments.plugin [-] Segment a2ec0de6-1f3f-42af-9539-ea1dd9096e08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ec0de6-1f3f-42af-9539-ea1dd9096e08 found for delete ", "request_id": "req-079a3960-0763-45a9-86e5-d3f34a0fe11a"}]} 2026-06-16 02:17:24.953 8 INFO neutron.services.segments.plugin [-] Segment a2ec0de6-1f3f-42af-9539-ea1dd9096e08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ec0de6-1f3f-42af-9539-ea1dd9096e08 found for delete ", "request_id": "req-5d0a595d-84cf-4729-8a78-3cc4337ba32f"}]} [pid: 8|app: 0|req: 440/804] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:24 2026] DELETE /v2.0/networks/54099f51-06f2-4a2b-99f5-dc77d2f35849 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:25.149 7 INFO neutron.db.segments_db [None req-9b23f825-7944-479f-ae5e-5b54496b0eb7 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment f74af9b2-85d6-455b-8b9f-6cca40c627b1 of type vxlan for network 4b11507d-1360-437a-8833-e86c20e87530 [pid: 7|app: 0|req: 365/805] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:25 2026] POST /v2.0/networks => generated 611 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/806] 10.0.0.15 () {34 vars in 906 bytes} [Tue Jun 16 02:17:25 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/807] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:17:25 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?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: 443/808] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:17:25 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?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: 366/809] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:25 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:25.567 8 INFO neutron.db.segments_db [None req-b2e9a58c-c2a5-4287-86c4-a9cce0a1e9a7 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment 9e816a3a-e985-41e6-a2d3-320e75243f18 of type vxlan for network ad44745d-66ca-4cb0-8242-84114068e783 [pid: 7|app: 0|req: 367/810] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:25 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:25.848 8 INFO neutron.db.l3_hamode_db [None req-b2e9a58c-c2a5-4287-86c4-a9cce0a1e9a7 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:25.978 8 INFO neutron.db.l3_hamode_db [None req-b2e9a58c-c2a5-4287-86c4-a9cce0a1e9a7 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:26.303 7 INFO neutron.db.segments_db [None req-1b022169-badf-4f23-9362-3a6ff1129707 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment 5f2cec29-4980-4cd5-929d-1ecf93a06f23 of type vxlan for network fb027558-5f13-4bf8-9e49-3cc4427b93ee [pid: 7|app: 0|req: 368/811] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:25 2026] POST /v2.0/networks => generated 614 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:26.453 7 INFO neutron.db.segments_db [None req-89f8950d-441e-4f38-9998-e3dc7b98ffc8 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment a02506b1-10cb-4553-8599-226290b109eb of type vxlan for network 3c7e0aee-5c40-457a-b4f9-7635a2a564fe [pid: 7|app: 0|req: 369/812] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:26 2026] POST /v2.0/networks => generated 615 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/813] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:25 2026] POST /v2.0/routers => generated 506 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/814] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:26 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/815] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:26 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => 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: 445/816] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:26 2026] POST /v2.0/ports => generated 947 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:26.962 8 INFO neutron.services.segments.plugin [-] Segment 31d977da-094e-49ee-a18d-d60cad311706 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:26.993 8 INFO neutron.services.segments.plugin [-] Segment 31d977da-094e-49ee-a18d-d60cad311706 resource provider aggregate not found 2026-06-16 02:17:26.997 8 INFO neutron.services.segments.plugin [-] Segment 31d977da-094e-49ee-a18d-d60cad311706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31d977da-094e-49ee-a18d-d60cad311706 found for delete ", "request_id": "req-e43a7cc0-1524-4ce4-95d0-faaa289ccf6e"}]} 2026-06-16 02:17:27.012 8 INFO neutron.services.segments.plugin [-] Segment 31d977da-094e-49ee-a18d-d60cad311706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31d977da-094e-49ee-a18d-d60cad311706 found for delete ", "request_id": "req-860249ef-38fd-4cd9-9b3d-d3af8c9d15a4"}]} [pid: 7|app: 0|req: 372/817] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:26 2026] POST /v2.0/subnets => generated 655 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:27.092 7 INFO neutron.db.segments_db [None req-82ce9659-26ad-4509-877e-a02a625e839c 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment 0450ddf6-4445-4986-bdc0-ce67f28d75dc of type vxlan for network 48415f8c-6acc-408f-b82f-93573d2d7f05 2026-06-16 02:17:27.359 7 INFO neutron.db.l3_hamode_db [None req-82ce9659-26ad-4509-877e-a02a625e839c 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:27.508 7 INFO neutron.db.l3_hamode_db [None req-82ce9659-26ad-4509-877e-a02a625e839c 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 373/818] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:27 2026] POST /v2.0/routers => generated 510 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/819] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:26 2026] PUT /v2.0/routers/9b02004d-0122-4357-8674-5ffe116224bf/add_router_interface => generated 309 bytes in 1153 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: 374/820] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:28 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/821] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:28 2026] GET /v2.0/ports/5af9843b-3327-4d1e-8a0c-de8a524d7c05 => generated 1021 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:28.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-381bad9e-6b54-4507-9369-7df773d65382 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 5af9843b-3327-4d1e-8a0c-de8a524d7c05 2026-06-16 02:17:28.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-381bad9e-6b54-4507-9369-7df773d65382 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 5af9843b-3327-4d1e-8a0c-de8a524d7c05 [pid: 7|app: 0|req: 376/822] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:28 2026] PUT /v2.0/routers/9b02004d-0122-4357-8674-5ffe116224bf/remove_router_interface => generated 309 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:29.067 7 INFO neutron.api.v2.resource [None req-ab7cf58e-8b03-4a1f-8ce7-3d4070898376 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/823] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:28 2026] PUT /v2.0/routers/9b02004d-0122-4357-8674-5ffe116224bf/remove_router_interface => generated 197 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/824] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:29 2026] GET /v2.0/ports?device_id=9b02004d-0122-4357-8674-5ffe116224bf => 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: 447/825] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:28 2026] PUT /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/826] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:29 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:29.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcdfc79e-2fa0-4b81-b401-469101f21a9a 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: d07ff713-3b9c-4d88-a664-e9bf9e8e9f84 2026-06-16 02:17:29.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcdfc79e-2fa0-4b81-b401-469101f21a9a 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: d07ff713-3b9c-4d88-a664-e9bf9e8e9f84 [pid: 8|app: 0|req: 449/827] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:29 2026] GET /v2.0/ports/90b0120b-743a-4441-9658-b65aa49a9c78 => generated 959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:29.627 7 INFO neutron.services.segments.plugin [-] Segment 9e816a3a-e985-41e6-a2d3-320e75243f18 resource provider aggregate not found 2026-06-16 02:17:29.630 7 INFO neutron.services.segments.plugin [-] Segment 9e816a3a-e985-41e6-a2d3-320e75243f18 resource provider aggregate not found 2026-06-16 02:17:29.649 7 INFO neutron.services.segments.plugin [-] Segment 9e816a3a-e985-41e6-a2d3-320e75243f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e816a3a-e985-41e6-a2d3-320e75243f18 found for delete ", "request_id": "req-b2739202-2c85-4694-861a-34a7654580ea"}]} 2026-06-16 02:17:29.653 7 INFO neutron.services.segments.plugin [-] Segment 9e816a3a-e985-41e6-a2d3-320e75243f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e816a3a-e985-41e6-a2d3-320e75243f18 found for delete ", "request_id": "req-39b993f7-ecf4-40e8-959e-bba913a3606f"}]} 2026-06-16 02:17:29.661 7 INFO neutron.db.l3_hamode_db [None req-dcdfc79e-2fa0-4b81-b401-469101f21a9a 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] HA network ad44745d-66ca-4cb0-8242-84114068e783 was deleted as no HA routers are present in tenant 28a713dce26d435aba703e662f1ac87a. [pid: 7|app: 0|req: 379/828] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:29 2026] DELETE /v2.0/routers/9b02004d-0122-4357-8674-5ffe116224bf => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/829] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:29 2026] DELETE /v2.0/subnets/fe1399e5-da57-4ed7-9585-6dd4b1187afd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/830] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:29 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/831] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:29 2026] DELETE /v2.0/networks/4b11507d-1360-437a-8833-e86c20e87530 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/832] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:17:30 2026] GET /v2.0/ports/421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/833] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:30 2026] GET /v2.0/networks?id=aec1bc45-bc11-4cdd-a6ed-4340a8027647 => generated 670 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:30.146 7 INFO neutron.db.segments_db [None req-524fffaf-8cec-44f7-9e48-b635dfb98cb3 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment 4d8300f9-9fca-4135-8b92-ed290946a45d of type vxlan for network 60332a67-809e-4da7-ae45-aef3eeb9dfce [pid: 7|app: 0|req: 385/834] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:30 2026] POST /v2.0/networks => generated 610 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/835] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:29 2026] PUT /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b/add_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/836] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:17:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9232abaf9c63473f94b730fffe17aa0e => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/837] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:30 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => 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: 388/838] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:30 2026] GET /v2.0/ports/4c007d30-0ec9-4e23-9dc3-a051687b29ee => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/839] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:30 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/840] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:17:30 2026] POST /v2.0/ports => generated 954 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:30.772 7 INFO neutron.db.segments_db [None req-0a51f5d0-f890-4aae-b488-593748834d9d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 of type vxlan for network 68eb3098-c0a3-47ed-adf5-372a2e5e7104 2026-06-16 02:17:30.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-893db9e4-0122-4704-9e10-9231c05b4e6e 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 4c007d30-0ec9-4e23-9dc3-a051687b29ee 2026-06-16 02:17:30.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893db9e4-0122-4704-9e10-9231c05b4e6e 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 4c007d30-0ec9-4e23-9dc3-a051687b29ee 2026-06-16 02:17:31.003 7 INFO neutron.db.l3_hamode_db [None req-0a51f5d0-f890-4aae-b488-593748834d9d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:31.119 7 INFO neutron.db.l3_hamode_db [None req-0a51f5d0-f890-4aae-b488-593748834d9d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/841] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:30 2026] PUT /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/842] 199.204.45.148 () {34 vars in 1000 bytes} [Tue Jun 16 02:17:31 2026] GET /v2.0/subnets?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:31.676 7 INFO neutron.services.segments.plugin [-] Segment f74af9b2-85d6-455b-8b9f-6cca40c627b1 resource provider aggregate not found 2026-06-16 02:17:31.681 7 INFO neutron.services.segments.plugin [-] Segment f74af9b2-85d6-455b-8b9f-6cca40c627b1 resource provider aggregate not found 2026-06-16 02:17:31.692 7 INFO neutron.services.segments.plugin [-] Segment f74af9b2-85d6-455b-8b9f-6cca40c627b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74af9b2-85d6-455b-8b9f-6cca40c627b1 found for delete ", "request_id": "req-f5c087bd-5cdc-4601-884b-b87b04bc1a93"}]} 2026-06-16 02:17:31.700 7 INFO neutron.services.segments.plugin [-] Segment f74af9b2-85d6-455b-8b9f-6cca40c627b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74af9b2-85d6-455b-8b9f-6cca40c627b1 found for delete ", "request_id": "req-7fd2843c-dfc6-441c-ac17-325cd3fe7086"}]} [pid: 7|app: 0|req: 390/843] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:30 2026] POST /v2.0/routers => generated 507 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/844] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:31 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => 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: 454/845] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:17:31 2026] PUT /v2.0/ports/01711589-35ba-45dd-9817-0f161778dc14 => generated 1235 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:31.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a00eae0-8303-45b6-8cb4-58a28f659109'] response: {'name': 'network-changed', 'server_uuid': 'a9329fea-8819-44a7-ac93-b92598974c39', 'tag': '01711589-35ba-45dd-9817-0f161778dc14', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 455/846] 199.204.45.148 () {34 vars in 1146 bytes} [Tue Jun 16 02:17:31 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad&device_owner=compute%3Anova&network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:32.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a9f69bb-ae07-48ee-b51e-84ec23ea8893 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 90b0120b-743a-4441-9658-b65aa49a9c78 2026-06-16 02:17:32.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9f69bb-ae07-48ee-b51e-84ec23ea8893 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 90b0120b-743a-4441-9658-b65aa49a9c78 [pid: 7|app: 0|req: 392/849] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:31 2026] PUT /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/850] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:32 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/851] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:31 2026] PUT /v2.0/routers/767295fd-f1f5-489e-965c-cf32b6bbe154/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/852] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/ports?tenant_id=9232abaf9c63473f94b730fffe17aa0e&device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/853] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/ports?device_id=126f3a33-c0bb-4108-a300-35f77132460b => 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: 461/854] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/ports/f04de127-458b-4329-99c0-2d5828e207f1 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/855] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/networks?tenant_id=9232abaf9c63473f94b730fffe17aa0e&shared=False => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/856] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:17:32 2026] PUT /v2.0/ports/421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 1153 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:33.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-002592ea-0ede-456d-bd35-4437544de3fe'] response: {'name': 'network-changed', 'server_uuid': 'e6040eda-a663-4c2c-bcd4-97df2ab950ad', 'tag': '421d10c7-ca3e-44f5-95c3-9234b5cf1e07', 'status': 'completed', 'code': 200} 2026-06-16 02:17:33.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb39d892-1f2b-44d5-b5a4-e95c18c6e538 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: b93945b7-37d9-491b-8129-a05d38f73e79 2026-06-16 02:17:33.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb39d892-1f2b-44d5-b5a4-e95c18c6e538 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: b93945b7-37d9-491b-8129-a05d38f73e79 2026-06-16 02:17:33.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc6f7b3a-82ac-4955-a3ad-f41449f9f71c 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: f04de127-458b-4329-99c0-2d5828e207f1 2026-06-16 02:17:33.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc6f7b3a-82ac-4955-a3ad-f41449f9f71c 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: f04de127-458b-4329-99c0-2d5828e207f1 2026-06-16 02:17:33.703 8 INFO neutron.services.segments.plugin [-] Segment 0450ddf6-4445-4986-bdc0-ce67f28d75dc resource provider aggregate not found 2026-06-16 02:17:33.714 8 INFO neutron.services.segments.plugin [-] Segment 0450ddf6-4445-4986-bdc0-ce67f28d75dc resource provider aggregate not found 2026-06-16 02:17:33.724 8 INFO neutron.services.segments.plugin [-] Segment 0450ddf6-4445-4986-bdc0-ce67f28d75dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0450ddf6-4445-4986-bdc0-ce67f28d75dc found for delete ", "request_id": "req-7840c0bd-6822-45f0-81a8-eda8aac6f024"}]} 2026-06-16 02:17:33.733 8 INFO neutron.services.segments.plugin [-] Segment 0450ddf6-4445-4986-bdc0-ce67f28d75dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0450ddf6-4445-4986-bdc0-ce67f28d75dc found for delete ", "request_id": "req-611a158d-a0cd-40d9-8567-2c3cc51fb0b6"}]} 2026-06-16 02:17:33.737 8 INFO neutron.db.l3_hamode_db [None req-eb39d892-1f2b-44d5-b5a4-e95c18c6e538 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] HA network 48415f8c-6acc-408f-b82f-93573d2d7f05 was deleted as no HA routers are present in tenant c8a0cb89fff8481c9c7e5fbbe376b472. [pid: 8|app: 0|req: 463/857] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:33 2026] DELETE /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/858] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:17:33 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: 465/859] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/860] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/861] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:33 2026] PUT /v2.0/routers/767295fd-f1f5-489e-965c-cf32b6bbe154/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/862] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:33 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 778 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/863] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&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: 467/864] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:33 2026] DELETE /v2.0/subnets/01f94b04-ea7a-4888-9ba1-f191f7442e42 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/865] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/ports?device_id=767295fd-f1f5-489e-965c-cf32b6bbe154 => 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: 468/866] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/867] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/subnets/cc3fc2f8-d3eb-4de5-a023-edb38ec35f9f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:34.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4bae7b4-56ae-4323-9195-e6f4776e746d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: e912f929-af79-42e7-9b2d-2ad9dde34dd8 2026-06-16 02:17:34.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4bae7b4-56ae-4323-9195-e6f4776e746d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: e912f929-af79-42e7-9b2d-2ad9dde34dd8 [pid: 7|app: 0|req: 400/868] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:34.359 7 INFO neutron.services.segments.plugin [-] Segment a02506b1-10cb-4553-8599-226290b109eb resource provider aggregate not found 2026-06-16 02:17:34.368 7 INFO neutron.services.segments.plugin [-] Segment a02506b1-10cb-4553-8599-226290b109eb resource provider aggregate not found 2026-06-16 02:17:34.375 7 INFO neutron.services.segments.plugin [-] Segment a02506b1-10cb-4553-8599-226290b109eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a02506b1-10cb-4553-8599-226290b109eb found for delete ", "request_id": "req-ae60dffa-8a9f-42b2-b410-63744d07d567"}]} [pid: 7|app: 0|req: 401/869] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/networks/3c7e0aee-5c40-457a-b4f9-7635a2a564fe => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:34.394 7 INFO neutron.services.segments.plugin [-] Segment a02506b1-10cb-4553-8599-226290b109eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a02506b1-10cb-4553-8599-226290b109eb found for delete ", "request_id": "req-fa8e9e38-71ea-4baf-abd3-634e1d8edb89"}]} [pid: 7|app: 0|req: 402/870] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:34.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-92b0a6cf-da4b-4e7d-8ac9-621a0a4fdf4e 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 1c7318ac-1a6e-4dab-8fbf-d7671a841e25 2026-06-16 02:17:34.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92b0a6cf-da4b-4e7d-8ac9-621a0a4fdf4e 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 1c7318ac-1a6e-4dab-8fbf-d7671a841e25 2026-06-16 02:17:34.650 8 INFO neutron.db.l3_hamode_db [None req-d4bae7b4-56ae-4323-9195-e6f4776e746d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] HA network 68eb3098-c0a3-47ed-adf5-372a2e5e7104 was deleted as no HA routers are present in tenant 28a713dce26d435aba703e662f1ac87a. [pid: 8|app: 0|req: 469/871] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/routers/767295fd-f1f5-489e-965c-cf32b6bbe154 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/872] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/873] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/networks/fb027558-5f13-4bf8-9e49-3cc4427b93ee => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/874] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/subnets/d0715df5-fce4-44f3-8edd-1e43bc030787 => 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: 404/875] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:34.839 8 INFO neutron.db.segments_db [None req-b9bcbca7-2c50-40f0-a505-af9624da195b 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment e0c5d315-e8bb-4766-8a88-1e00235a36c1 of type vxlan for network b96b888e-0b20-47ed-82a4-c1c1eaa042ee [pid: 8|app: 0|req: 472/876] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:34 2026] POST /v2.0/networks => generated 615 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/877] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:34 2026] DELETE /v2.0/networks/60332a67-809e-4da7-ae45-aef3eeb9dfce => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/878] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/879] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:34 2026] GET /v2.0/ports?tenant_id=9232abaf9c63473f94b730fffe17aa0e&device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:35.020 7 INFO neutron.db.segments_db [None req-90a24d55-4e0e-4e01-a97b-4fe7bd85cf61 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Added segment 01fd4937-50ff-4dac-92d9-6c7417ddd564 of type vxlan for network ed5c57e1-bf8d-4984-8bfc-2c069fd50321 [pid: 8|app: 0|req: 474/880] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:34 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/881] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:17:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=01711589-35ba-45dd-9817-0f161778dc14 => 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: 476/882] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:35 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:35.274 7 INFO neutron.db.l3_hamode_db [None req-90a24d55-4e0e-4e01-a97b-4fe7bd85cf61 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:35.283 8 INFO neutron.db.segments_db [None req-05895bb0-8ca7-4058-a666-0df86b8ca37a 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 of type vxlan for network f1277912-b1ba-47de-a038-c1b00a27bed1 2026-06-16 02:17:35.514 8 INFO neutron.db.l3_hamode_db [None req-05895bb0-8ca7-4058-a666-0df86b8ca37a 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:35.644 8 INFO neutron.db.l3_hamode_db [None req-05895bb0-8ca7-4058-a666-0df86b8ca37a 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:35.746 8 INFO neutron.services.segments.plugin [-] Segment a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 resource provider aggregate not found 2026-06-16 02:17:35.752 8 INFO neutron.services.segments.plugin [-] Segment a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 resource provider aggregate not found 2026-06-16 02:17:35.772 8 INFO neutron.services.segments.plugin [-] Segment a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 found for delete ", "request_id": "req-75ae943c-e96f-441d-9fef-8253df9a99c6"}]} 2026-06-16 02:17:35.773 8 INFO neutron.services.segments.plugin [-] Segment a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1f973e0-e6f9-4d7b-8a63-c9a1133f5ed0 found for delete ", "request_id": "req-46431877-8b1c-4ccd-a5ee-1fc97b6e98bb"}]} 2026-06-16 02:17:36.022 7 INFO neutron.db.l3_hamode_db [None req-90a24d55-4e0e-4e01-a97b-4fe7bd85cf61 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 477/883] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:35 2026] POST /v2.0/routers => generated 511 bytes in 941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/884] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/subnets?id=711fb47f-6d16-4d58-a1ca-f2f630444469 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/885] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/886] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1156 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/887] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1425 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:36.396 7 INFO neutron.services.segments.plugin [-] Segment 5f2cec29-4980-4cd5-929d-1ecf93a06f23 resource provider aggregate not found 2026-06-16 02:17:36.420 7 INFO neutron.services.segments.plugin [-] Segment 5f2cec29-4980-4cd5-929d-1ecf93a06f23 resource provider aggregate not found 2026-06-16 02:17:36.424 7 INFO neutron.services.segments.plugin [-] Segment 5f2cec29-4980-4cd5-929d-1ecf93a06f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2cec29-4980-4cd5-929d-1ecf93a06f23 found for delete ", "request_id": "req-9942358f-b7b5-4e2d-82ba-fa201dcade2b"}]} 2026-06-16 02:17:36.440 7 INFO neutron.services.segments.plugin [-] Segment 4d8300f9-9fca-4135-8b92-ed290946a45d resource provider aggregate not found 2026-06-16 02:17:36.444 7 INFO neutron.services.segments.plugin [-] Segment 5f2cec29-4980-4cd5-929d-1ecf93a06f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2cec29-4980-4cd5-929d-1ecf93a06f23 found for delete ", "request_id": "req-1660f133-ae2f-4ad9-9241-431efe1d5635"}]} 2026-06-16 02:17:36.456 7 INFO neutron.services.segments.plugin [-] Segment 4d8300f9-9fca-4135-8b92-ed290946a45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8300f9-9fca-4135-8b92-ed290946a45d found for delete ", "request_id": "req-489ea97c-41a1-4464-bb3b-6a32919773be"}]} 2026-06-16 02:17:36.466 7 INFO neutron.services.segments.plugin [-] Segment 4d8300f9-9fca-4135-8b92-ed290946a45d resource provider aggregate not found 2026-06-16 02:17:36.515 7 INFO neutron.services.segments.plugin [-] Segment 4d8300f9-9fca-4135-8b92-ed290946a45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8300f9-9fca-4135-8b92-ed290946a45d found for delete ", "request_id": "req-4575aa53-92e1-499b-bfae-1168992053f9"}]} [pid: 8|app: 0|req: 482/888] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:17:36 2026] POST /v2.0/ports => generated 964 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 483/889] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/ports?network_id=aec1bc45-bc11-4cdd-a6ed-4340a8027647&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/890] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 485/891] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/892] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:34 2026] POST /v2.0/routers => generated 687 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/893] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/894] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/895] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:17:37 2026] GET /v2.0/routers/dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/896] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:37 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?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: 412/897] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => 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: 413/898] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:17:37 2026] GET /v2.0/routers => generated 696 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/899] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:37 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/900] 10.0.0.14 () {34 vars in 740 bytes} [Tue Jun 16 02:17:37 2026] PUT /v2.0/routers/dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 700 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/901] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/902] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/903] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:36 2026] PUT /v2.0/routers/64c98b22-6d3c-4f61-8444-ea41d50f1c8c/add_router_interface => generated 309 bytes in 1518 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: 487/904] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&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: 418/905] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/routers/dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 700 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/906] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 489/907] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/ports?device_id=dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/908] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/ports/e973c594-6b27-4a06-a76d-e0098ef0e24f => generated 1038 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/909] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:38 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:38.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-8da079f5-921a-43d4-90f2-55b889e9dfba 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 9c6b7400-cf84-4f58-bb32-865d0b9266c6 2026-06-16 02:17:38.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8da079f5-921a-43d4-90f2-55b889e9dfba 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 9c6b7400-cf84-4f58-bb32-865d0b9266c6 2026-06-16 02:17:38.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffdf1691-9dd9-4c6a-98a3-c00893ae3cbf 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: e973c594-6b27-4a06-a76d-e0098ef0e24f 2026-06-16 02:17:38.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffdf1691-9dd9-4c6a-98a3-c00893ae3cbf 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: e973c594-6b27-4a06-a76d-e0098ef0e24f 2026-06-16 02:17:38.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-8da079f5-921a-43d4-90f2-55b889e9dfba 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] TaaS: Handle Delete Port: 3e14728e-bef2-4748-9ce5-90d8037971e6 2026-06-16 02:17:38.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8da079f5-921a-43d4-90f2-55b889e9dfba 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] Tap Mirror: Handle Delete Port: 3e14728e-bef2-4748-9ce5-90d8037971e6 2026-06-16 02:17:39.191 7 INFO neutron.services.segments.plugin [-] Segment 01fd4937-50ff-4dac-92d9-6c7417ddd564 resource provider aggregate not found 2026-06-16 02:17:39.200 7 INFO neutron.services.segments.plugin [-] Segment 01fd4937-50ff-4dac-92d9-6c7417ddd564 resource provider aggregate not found 2026-06-16 02:17:39.212 7 INFO neutron.services.segments.plugin [-] Segment 01fd4937-50ff-4dac-92d9-6c7417ddd564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fd4937-50ff-4dac-92d9-6c7417ddd564 found for delete ", "request_id": "req-fada86eb-c48c-43b0-bced-28d9cf149bb4"}]} [pid: 8|app: 0|req: 491/910] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:38 2026] PUT /v2.0/routers/64c98b22-6d3c-4f61-8444-ea41d50f1c8c/remove_router_interface => generated 309 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:39.222 7 INFO neutron.db.l3_hamode_db [None req-8da079f5-921a-43d4-90f2-55b889e9dfba 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] HA network ed5c57e1-bf8d-4984-8bfc-2c069fd50321 was deleted as no HA routers are present in tenant 28a713dce26d435aba703e662f1ac87a. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:39.229 7 INFO neutron.services.segments.plugin [-] Segment 01fd4937-50ff-4dac-92d9-6c7417ddd564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fd4937-50ff-4dac-92d9-6c7417ddd564 found for delete ", "request_id": "req-c0b10a65-ce96-4ce7-8938-4ba8046c6e44"}]} [pid: 7|app: 0|req: 420/911] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:38 2026] DELETE /v2.0/routers/dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/912] 199.204.45.148 () {34 vars in 1120 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1156 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:39.338 7 INFO neutron.api.v2.resource [None req-a2541bf5-569c-46cf-8041-f2672aba6193 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 421/913] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:39 2026] PUT /v2.0/routers/64c98b22-6d3c-4f61-8444-ea41d50f1c8c/remove_router_interface => generated 197 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/914] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/ports?device_id=dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => 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: 422/915] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/ports?device_id=64c98b22-6d3c-4f61-8444-ea41d50f1c8c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:39.384 7 INFO neutron.api.v2.resource [None req-2c50295e-9490-43a1-ab48-207e494bbd4b 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 423/916] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:39 2026] DELETE /v2.0/routers/dd84eb4f-735b-4a58-8dc6-f8c3f25dc80b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:39.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-84da0626-fc19-4ea6-8d6b-bc473ad961f8 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 5bbdaf5a-ae13-4b59-963d-a16d232a71e5 2026-06-16 02:17:39.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84da0626-fc19-4ea6-8d6b-bc473ad961f8 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 5bbdaf5a-ae13-4b59-963d-a16d232a71e5 [pid: 8|app: 0|req: 494/917] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:17:39 2026] PUT /v2.0/ports/421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 972 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:17:39.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b886f8fc-356a-4413-977f-8cfd2071569b'] response: {'name': 'network-changed', 'server_uuid': 'e6040eda-a663-4c2c-bcd4-97df2ab950ad', 'tag': '421d10c7-ca3e-44f5-95c3-9234b5cf1e07', 'status': 'completed', 'code': 200} 2026-06-16 02:17:39.912 7 INFO neutron.db.l3_hamode_db [None req-84da0626-fc19-4ea6-8d6b-bc473ad961f8 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] HA network f1277912-b1ba-47de-a038-c1b00a27bed1 was deleted as no HA routers are present in tenant c8a0cb89fff8481c9c7e5fbbe376b472. [pid: 8|app: 0|req: 495/918] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/919] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:39 2026] DELETE /v2.0/routers/64c98b22-6d3c-4f61-8444-ea41d50f1c8c => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/920] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/ports?device_id=767295fd-f1f5-489e-965c-cf32b6bbe154 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/921] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:39 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:39.984 7 INFO neutron.api.v2.resource [None req-fbc6bf13-568e-42fb-ae68-4555d284872e 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/922] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:39 2026] DELETE /v2.0/routers/767295fd-f1f5-489e-965c-cf32b6bbe154 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:40.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd9654b9-11cc-4813-a68f-7956c1a4d71d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 427/923] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:39 2026] DELETE /v2.0/subnets/d0715df5-fce4-44f3-8edd-1e43bc030787 => 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: 428/924] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/ports?device_id=9b02004d-0122-4357-8674-5ffe116224bf => 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: 497/925] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:39 2026] DELETE /v2.0/subnets/1e57116e-f3ec-4ce8-bff6-03ec0d62bd73 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:40.050 7 INFO neutron.api.v2.resource [None req-c3d2afea-1592-47b6-b7d1-6d673df9017b 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/926] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/routers/9b02004d-0122-4357-8674-5ffe116224bf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:40.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a2539dc-f5fa-4c04-9f39-6dd01b38ac1d 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/927] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/subnets/fe1399e5-da57-4ed7-9585-6dd4b1187afd => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/928] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/ports?device_id=cf404c72-2d33-4df0-820e-345ac19d1300 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:40.117 7 INFO neutron.api.v2.resource [None req-e44d2c24-665e-46c0-93d0-9167b24bdf6a 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/929] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/routers/cf404c72-2d33-4df0-820e-345ac19d1300 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:40.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5336a79-605e-4f56-ac72-2a71cc24aa8c 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 433/930] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/subnets/e3406955-5a42-492e-83f4-050c46bc838f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:40.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1beccf6-6893-4f75-a308-4ee7f3da50ae 9049cff955b7491ab092bf964a163690 28a713dce26d435aba703e662f1ac87a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/931] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/subnets/2e2e8240-b51d-4e7e-a54d-2c0b2bbc1302 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:40.162 8 INFO neutron.services.segments.plugin [-] Segment e0c5d315-e8bb-4766-8a88-1e00235a36c1 resource provider aggregate not found 2026-06-16 02:17:40.169 8 INFO neutron.services.segments.plugin [-] Segment e0c5d315-e8bb-4766-8a88-1e00235a36c1 resource provider aggregate not found 2026-06-16 02:17:40.185 8 INFO neutron.services.segments.plugin [-] Segment e0c5d315-e8bb-4766-8a88-1e00235a36c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c5d315-e8bb-4766-8a88-1e00235a36c1 found for delete ", "request_id": "req-69fce6d5-b2f2-4594-85ae-0235cde86b6c"}]} 2026-06-16 02:17:40.186 8 INFO neutron.services.segments.plugin [-] Segment e0c5d315-e8bb-4766-8a88-1e00235a36c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c5d315-e8bb-4766-8a88-1e00235a36c1 found for delete ", "request_id": "req-d7fa5aff-6a9b-45e3-b014-ecab4f08a553"}]} [pid: 8|app: 0|req: 498/932] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/networks/b96b888e-0b20-47ed-82a4-c1c1eaa042ee => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:17:40.283 7 INFO neutron.db.segments_db [None req-1f5d8e8f-838e-4e66-a62e-02e94eee3c4f 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment 6126508a-fa77-40c1-b733-18d584794076 of type vxlan for network 41ffd3c2-bd6b-4496-b4c1-b8bdb0b8060e [pid: 8|app: 0|req: 499/933] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 435/934] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:17:40 2026] POST /v2.0/networks => generated 615 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/935] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/936] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/937] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/938] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&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: 504/939] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 505/940] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 436/941] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:40 2026] POST /v2.0/subnets => generated 646 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:40.726 8 INFO neutron.db.segments_db [None req-b7cad490-5d26-48b2-97d9-0ce87f0109d0 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 of type vxlan for network 9271a292-924b-48aa-82fd-186bc28a299b [pid: 7|app: 0|req: 437/942] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:40 2026] GET /v2.0/security-groups?tenant_id=28a713dce26d435aba703e662f1ac87a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:40.912 8 INFO neutron.db.l3_hamode_db [None req-b7cad490-5d26-48b2-97d9-0ce87f0109d0 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 438/943] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:40 2026] DELETE /v2.0/security-groups/27357824-5937-47e4-9129-b6612d482d76 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:41.015 8 INFO neutron.db.l3_hamode_db [None req-b7cad490-5d26-48b2-97d9-0ce87f0109d0 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 439/944] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/945] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:41.252 7 INFO neutron.services.segments.plugin [-] Segment da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 resource provider aggregate not found 2026-06-16 02:17:41.260 7 INFO neutron.services.segments.plugin [-] Segment da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 resource provider aggregate not found 2026-06-16 02:17:41.280 7 INFO neutron.services.segments.plugin [-] Segment da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 found for delete ", "request_id": "req-72d15df1-9572-4e60-b3cd-6d37799e837f"}]} 2026-06-16 02:17:41.285 7 INFO neutron.services.segments.plugin [-] Segment da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da2e45f3-e9b5-4c70-bae4-dfa62f69ec81 found for delete ", "request_id": "req-5fef8dbf-bf20-48eb-b7b2-26b21b39fe8d"}]} [pid: 7|app: 0|req: 441/946] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/947] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&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: 506/948] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:40 2026] POST /v2.0/routers => generated 510 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/949] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/ports?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/950] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/networks?id=be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 778 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/951] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/952] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/subnets?id=050ce092-b5cf-4d96-9348-fe78523a7651 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/953] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/ports?network_id=be43a17f-5e79-4123-8c17-6c8dc716d8bb&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: 512/954] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?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: 513/955] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:41 2026] GET /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/956] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/957] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/958] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/959] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:42.879 8 INFO neutron.db.l3_db [None req-a8b90cd5-2878-4898-abe3-97820fb4dd74 d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] Floating IP 003ed9c3-e3dd-4e39-94b1-1a04ff84653b associated. External IP: 10.96.250.210, port: 01711589-35ba-45dd-9817-0f161778dc14. [pid: 7|app: 0|req: 443/960] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:41 2026] PUT /v2.0/routers/3d8fabc0-8173-4546-aee3-02145fd156e1/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/961] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/962] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:17:42 2026] GET /v2.0/ports/cae9d0f3-0f2b-4142-a6ec-0d373c41afa2 => generated 959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/963] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:17:42 2026] PUT /v2.0/floatingips/003ed9c3-e3dd-4e39-94b1-1a04ff84653b => generated 855 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:43.288 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e6ac031-3394-45be-a88c-f8ca7a85fc10'] response: {'name': 'network-changed', 'server_uuid': 'a9329fea-8819-44a7-ac93-b92598974c39', 'tag': '01711589-35ba-45dd-9817-0f161778dc14', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 519/964] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:43 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/965] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:43 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:43.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb8fcb6-a653-4010-b7d3-44620bf499e7 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: cae9d0f3-0f2b-4142-a6ec-0d373c41afa2 2026-06-16 02:17:43.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb8fcb6-a653-4010-b7d3-44620bf499e7 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: cae9d0f3-0f2b-4142-a6ec-0d373c41afa2 [pid: 8|app: 0|req: 521/966] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:17:43 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 522/967] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:43 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:43.930 8 INFO neutron_taas.services.taas.taas_plugin [req-acb41ac7-0dd0-4e37-8985-000e6047333a req-856a66a2-18af-4f59-81fe-5795ab92f221 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] TaaS: Handle Delete Port: 421d10c7-ca3e-44f5-95c3-9234b5cf1e07 2026-06-16 02:17:43.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acb41ac7-0dd0-4e37-8985-000e6047333a req-856a66a2-18af-4f59-81fe-5795ab92f221 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] Tap Mirror: Handle Delete Port: 421d10c7-ca3e-44f5-95c3-9234b5cf1e07 [pid: 7|app: 0|req: 446/968] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:43 2026] PUT /v2.0/routers/3d8fabc0-8173-4546-aee3-02145fd156e1/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/969] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/970] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/ports?tenant_id=9232abaf9c63473f94b730fffe17aa0e&device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:44.109 8 INFO neutron.db.l3_db [req-acb41ac7-0dd0-4e37-8985-000e6047333a req-856a66a2-18af-4f59-81fe-5795ab92f221 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] Floating IP 830d4b56-b016-41ae-88be-92c5c984edc8 disassociated. External IP: 10.96.250.215, port: 421d10c7-ca3e-44f5-95c3-9234b5cf1e07. [pid: 7|app: 0|req: 449/971] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/ports?device_id=3d8fabc0-8173-4546-aee3-02145fd156e1 => 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: 450/972] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/973] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/networks?id=aec1bc45-bc11-4cdd-a6ed-4340a8027647 => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:44.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cc0e0b0-53a5-4a28-9bfa-0b6902081824 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 9b5add99-bed0-4bda-9f18-bae0d23dccf9 2026-06-16 02:17:44.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cc0e0b0-53a5-4a28-9bfa-0b6902081824 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 9b5add99-bed0-4bda-9f18-bae0d23dccf9 [pid: 8|app: 0|req: 523/974] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:17:43 2026] DELETE /v2.0/ports/421d10c7-ca3e-44f5-95c3-9234b5cf1e07 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/975] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/security-groups?id=1773cd56-9ef9-4b1a-af62-4e90a55fce6c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/976] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=01711589-35ba-45dd-9817-0f161778dc14 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/977] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/subnets?id=711fb47f-6d16-4d58-a1ca-f2f630444469 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/978] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/ports?network_id=aec1bc45-bc11-4cdd-a6ed-4340a8027647&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: 528/979] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?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: 529/980] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:17:44 2026] GET /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647?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) 2026-06-16 02:17:44.790 7 INFO neutron.services.segments.plugin [-] Segment f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 resource provider aggregate not found 2026-06-16 02:17:44.796 7 INFO neutron.services.segments.plugin [-] Segment f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 resource provider aggregate not found 2026-06-16 02:17:44.819 7 INFO neutron.services.segments.plugin [-] Segment f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 found for delete ", "request_id": "req-292b5cdc-15e8-4599-a518-3c0b5709b089"}]} 2026-06-16 02:17:44.820 7 INFO neutron.services.segments.plugin [-] Segment f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7fb94e3-cbd6-4827-b6b4-adea7e4c4982 found for delete ", "request_id": "req-09112c11-f7dd-4313-b878-948c595b437e"}]} 2026-06-16 02:17:44.821 7 INFO neutron.db.l3_hamode_db [None req-9cc0e0b0-53a5-4a28-9bfa-0b6902081824 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] HA network 9271a292-924b-48aa-82fd-186bc28a299b was deleted as no HA routers are present in tenant c8a0cb89fff8481c9c7e5fbbe376b472. [pid: 7|app: 0|req: 452/981] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:44 2026] DELETE /v2.0/routers/3d8fabc0-8173-4546-aee3-02145fd156e1 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/982] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:44 2026] DELETE /v2.0/subnets/f714e1eb-a8aa-4329-b7df-b3f8f1b4a2f1 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/983] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:45 2026] DELETE /v2.0/networks/41ffd3c2-bd6b-4496-b4c1-b8bdb0b8060e => 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: 531/984] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:45 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:45.237 7 INFO neutron.db.segments_db [None req-92493b1d-a7ca-474c-a743-e3646a12b3be 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Added segment a6026726-b507-4159-9400-01768deb22e5 of type vxlan for network e4999fd1-f696-4c10-bb48-76a139f50f23 [pid: 8|app: 0|req: 532/985] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:45 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:45.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ddc3256-22d4-42a2-a3ed-7c5dd4402fe3'] response: {'server_uuid': 'e6040eda-a663-4c2c-bcd4-97df2ab950ad', 'name': 'network-vif-deleted', 'tag': '421d10c7-ca3e-44f5-95c3-9234b5cf1e07', 'status': 'completed', 'code': 200} 2026-06-16 02:17:45.481 7 INFO neutron.db.l3_hamode_db [None req-92493b1d-a7ca-474c-a743-e3646a12b3be 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 533/986] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:45 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 534/987] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:46 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/988] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:17:46 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/989] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:17:46 2026] GET /v2.0/security-groups?id=c5762331-c129-4561-a22d-a80f60b3dae6&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:46.526 8 INFO neutron_taas.services.taas.taas_plugin [req-5873be8d-2222-4fad-9bb9-df7b002d52f9 req-8bc61d4f-0e27-41d2-8d01-efe54b6f55a8 d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] TaaS: Handle Delete Port: 01711589-35ba-45dd-9817-0f161778dc14 2026-06-16 02:17:46.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5873be8d-2222-4fad-9bb9-df7b002d52f9 req-8bc61d4f-0e27-41d2-8d01-efe54b6f55a8 d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] Tap Mirror: Handle Delete Port: 01711589-35ba-45dd-9817-0f161778dc14 2026-06-16 02:17:46.557 7 INFO neutron.db.l3_hamode_db [None req-92493b1d-a7ca-474c-a743-e3646a12b3be 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:46.650 8 INFO neutron.db.l3_db [req-5873be8d-2222-4fad-9bb9-df7b002d52f9 req-8bc61d4f-0e27-41d2-8d01-efe54b6f55a8 d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] Floating IP 003ed9c3-e3dd-4e39-94b1-1a04ff84653b disassociated. External IP: 10.96.250.210, port: 01711589-35ba-45dd-9817-0f161778dc14. 2026-06-16 02:17:46.841 7 INFO neutron.services.segments.plugin [-] Segment 6126508a-fa77-40c1-b733-18d584794076 resource provider aggregate not found 2026-06-16 02:17:46.844 7 INFO neutron.services.segments.plugin [-] Segment 6126508a-fa77-40c1-b733-18d584794076 resource provider aggregate not found 2026-06-16 02:17:46.859 7 INFO neutron.services.segments.plugin [-] Segment 6126508a-fa77-40c1-b733-18d584794076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6126508a-fa77-40c1-b733-18d584794076 found for delete ", "request_id": "req-e1b46b53-d526-4f28-bff8-6a2c299a9617"}]} 2026-06-16 02:17:46.863 7 INFO neutron.services.segments.plugin [-] Segment 6126508a-fa77-40c1-b733-18d584794076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6126508a-fa77-40c1-b733-18d584794076 found for delete ", "request_id": "req-39b5b8fd-4c0b-416e-955b-a574ae0c4b97"}]} [pid: 8|app: 0|req: 537/990] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:17:46 2026] DELETE /v2.0/ports/01711589-35ba-45dd-9817-0f161778dc14 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/991] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:46 2026] GET /v2.0/security-groups?tenant_id=6f79d56f7e0d4077b7c9b5a29103452a&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/992] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:47 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => 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: 542/995] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:47 2026] DELETE /v2.0/security-groups/69162086-ba6c-4743-9bf5-fd2f944a7cea => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:47.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72b8267f-0312-424b-ab32-d3044978e9ea'] response: {'server_uuid': 'a9329fea-8819-44a7-ac93-b92598974c39', 'name': 'network-vif-deleted', 'tag': '01711589-35ba-45dd-9817-0f161778dc14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 454/996] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:45 2026] POST /v2.0/routers => generated 692 bytes in 2315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/997] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:47 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => 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: 456/998] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:17:47 2026] GET /v2.0/routers/fab01077-cdd8-4367-8da5-35ddb1eaced6 => generated 698 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/999] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:47 2026] GET /v2.0/security-groups?tenant_id=efc59776416041e18fd6111e5c373f80&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/1000] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:47 2026] DELETE /v2.0/security-groups/d8efc1b6-2c7a-40cf-83bf-9dfd86c3432c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1001] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:17:47 2026] GET /v2.0/routers => generated 701 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/1002] 10.0.0.14 () {34 vars in 740 bytes} [Tue Jun 16 02:17:47 2026] PUT /v2.0/routers/fab01077-cdd8-4367-8da5-35ddb1eaced6 => generated 705 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1003] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:17:48 2026] GET /v2.0/routers/fab01077-cdd8-4367-8da5-35ddb1eaced6 => 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: 459/1004] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:48 2026] GET /v2.0/ports?device_id=fab01077-cdd8-4367-8da5-35ddb1eaced6 => 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: 460/1005] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:48 2026] GET /v2.0/ports?device_id=e6040eda-a663-4c2c-bcd4-97df2ab950ad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:48.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-d26253bf-d9a4-4a0f-87bf-bf373db573fb 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 85e4918b-09cc-4414-bb9e-05bc41bf222f 2026-06-16 02:17:48.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d26253bf-d9a4-4a0f-87bf-bf373db573fb 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 85e4918b-09cc-4414-bb9e-05bc41bf222f [pid: 7|app: 0|req: 461/1006] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:48 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:48.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-d26253bf-d9a4-4a0f-87bf-bf373db573fb 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] TaaS: Handle Delete Port: 33341902-b9b3-4a22-924e-225d40da31e7 2026-06-16 02:17:48.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d26253bf-d9a4-4a0f-87bf-bf373db573fb 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] Tap Mirror: Handle Delete Port: 33341902-b9b3-4a22-924e-225d40da31e7 2026-06-16 02:17:48.960 8 INFO neutron.services.segments.plugin [-] Segment a6026726-b507-4159-9400-01768deb22e5 resource provider aggregate not found 2026-06-16 02:17:48.967 8 INFO neutron.services.segments.plugin [-] Segment a6026726-b507-4159-9400-01768deb22e5 resource provider aggregate not found 2026-06-16 02:17:48.975 8 INFO neutron.services.segments.plugin [-] Segment a6026726-b507-4159-9400-01768deb22e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6026726-b507-4159-9400-01768deb22e5 found for delete ", "request_id": "req-4ee8103c-75c9-4c5a-9f36-7a8bb80c70a4"}]} 2026-06-16 02:17:48.985 8 INFO neutron.services.segments.plugin [-] Segment a6026726-b507-4159-9400-01768deb22e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6026726-b507-4159-9400-01768deb22e5 found for delete ", "request_id": "req-7383eb95-3a2b-480a-b10e-c81932e8f982"}]} 2026-06-16 02:17:49.000 8 INFO neutron.db.l3_hamode_db [None req-d26253bf-d9a4-4a0f-87bf-bf373db573fb 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] HA network e4999fd1-f696-4c10-bb48-76a139f50f23 was deleted as no HA routers are present in tenant c8a0cb89fff8481c9c7e5fbbe376b472. [pid: 8|app: 0|req: 546/1007] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:48 2026] DELETE /v2.0/routers/fab01077-cdd8-4367-8da5-35ddb1eaced6 => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1008] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/ports?device_id=fab01077-cdd8-4367-8da5-35ddb1eaced6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:49.061 8 INFO neutron.api.v2.resource [None req-28776592-7e42-47d9-85fb-af4419b61e80 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1009] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/routers/fab01077-cdd8-4367-8da5-35ddb1eaced6 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/1010] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/ports?device_id=3d8fabc0-8173-4546-aee3-02145fd156e1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:49.115 8 INFO neutron.api.v2.resource [None req-6d96f9cb-a928-48a8-82e9-94c4cb4eba12 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1011] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/routers/3d8fabc0-8173-4546-aee3-02145fd156e1 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:49.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d56fb49-095a-4849-aaa7-22a8e3312a94 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/1012] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/subnets/f714e1eb-a8aa-4329-b7df-b3f8f1b4a2f1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1013] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/ports?device_id=64c98b22-6d3c-4f61-8444-ea41d50f1c8c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:49.178 7 INFO neutron.api.v2.resource [None req-d7d72e2c-799e-4177-9c93-64f18d466786 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/1014] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/routers/64c98b22-6d3c-4f61-8444-ea41d50f1c8c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:49.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf36fe0a-d44c-47a4-a186-3a785bf02600 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1015] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/subnets/1e57116e-f3ec-4ce8-bff6-03ec0d62bd73 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1016] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/ports?device_id=126f3a33-c0bb-4108-a300-35f77132460b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:17:49.262 8 INFO neutron.api.v2.resource [None req-7ce2e52d-f3f8-4e28-b581-3f284416c595 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1017] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/routers/126f3a33-c0bb-4108-a300-35f77132460b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:49.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10aae4ee-240f-462d-894f-0e5e2dfe56ca 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/1018] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/subnets/01f94b04-ea7a-4888-9ba1-f191f7442e42 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:49.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc169cb4-1118-490d-bb12-ee0edc4c9432 541c90aceb534d5c97e136271474ed27 c8a0cb89fff8481c9c7e5fbbe376b472 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1019] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/subnets/cc3fc2f8-d3eb-4de5-a023-edb38ec35f9f => 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: 468/1020] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/security-groups/1773cd56-9ef9-4b1a-af62-4e90a55fce6c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:49.599 8 INFO neutron.api.v2.resource [None req-827cb1fc-7ff9-40ab-8975-d0a3e9dd1560 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1021] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/security-groups/1773cd56-9ef9-4b1a-af62-4e90a55fce6c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:17:49.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-3efa731e-ed96-4f6d-a8a6-6beba14d6a6c 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] TaaS: Handle Delete Port: f658e01f-e392-4301-ac58-2b0fafc5499d 2026-06-16 02:17:49.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3efa731e-ed96-4f6d-a8a6-6beba14d6a6c 8cc35985303044208da34d9b2c64f71c 4d6bc2eff1fc4e75abe0809af921c285 - - default default] Tap Mirror: Handle Delete Port: f658e01f-e392-4301-ac58-2b0fafc5499d [pid: 8|app: 0|req: 554/1022] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/ports?device_id=a9329fea-8819-44a7-ac93-b92598974c39 => 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: 469/1023] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:49 2026] DELETE /v2.0/floatingips/830d4b56-b016-41ae-88be-92c5c984edc8 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1024] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:49 2026] GET /v2.0/security-groups?tenant_id=c8a0cb89fff8481c9c7e5fbbe376b472&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1025] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:50 2026] DELETE /v2.0/security-groups/f23030c6-d863-4617-841e-5e64887b66a2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:50.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-e002a069-1d1f-43b3-b546-151fd57e3794 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 76ed2ef7-f0d8-4915-a80b-7de5426ae3a3 2026-06-16 02:17:50.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e002a069-1d1f-43b3-b546-151fd57e3794 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 76ed2ef7-f0d8-4915-a80b-7de5426ae3a3 [pid: 8|app: 0|req: 557/1026] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:50 2026] DELETE /v2.0/security-groups/c5762331-c129-4561-a22d-a80f60b3dae6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:50.955 8 INFO neutron.api.v2.resource [None req-0a8a7e6e-bb2c-4bf0-9ee7-5f6bceb74298 d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1027] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:17:50 2026] GET /v2.0/security-groups/c5762331-c129-4561-a22d-a80f60b3dae6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1028] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:49 2026] PUT /v2.0/routers/cf1c556b-b172-4100-b2bb-f004209f665b/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:17:51.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-a854850e-9f2d-4572-9704-72a14fd7c03b d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] TaaS: Handle Delete Port: 21b5df09-6599-448b-bff7-4e6d5d0f902a 2026-06-16 02:17:51.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a854850e-9f2d-4572-9704-72a14fd7c03b d42508bfffbb4c46969c936b151d3ac6 9232abaf9c63473f94b730fffe17aa0e - - default default] Tap Mirror: Handle Delete Port: 21b5df09-6599-448b-bff7-4e6d5d0f902a [pid: 8|app: 0|req: 559/1029] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:17:50 2026] DELETE /v2.0/floatingips/003ed9c3-e3dd-4e39-94b1-1a04ff84653b => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:51.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5a6dc8b-fed9-4010-8299-77e5f6d2f4e6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 311a00ef-284d-42cf-8f98-97df3eb7c9cf 2026-06-16 02:17:51.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5a6dc8b-fed9-4010-8299-77e5f6d2f4e6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 311a00ef-284d-42cf-8f98-97df3eb7c9cf 2026-06-16 02:17:51.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5a6dc8b-fed9-4010-8299-77e5f6d2f4e6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: f2d307db-cef3-4f13-8bae-9bc8158f2e76 2026-06-16 02:17:51.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5a6dc8b-fed9-4010-8299-77e5f6d2f4e6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: f2d307db-cef3-4f13-8bae-9bc8158f2e76 2026-06-16 02:17:51.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-f80c4778-db45-4bdd-b3be-e44c5c6e72de 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 1327dfef-6866-4c77-87a6-1494a0c8fec2 2026-06-16 02:17:51.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f80c4778-db45-4bdd-b3be-e44c5c6e72de 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 1327dfef-6866-4c77-87a6-1494a0c8fec2 2026-06-16 02:17:51.911 7 INFO neutron.services.segments.plugin [-] Segment 114b6b6f-5b26-438a-9a39-980127c61f5c resource provider aggregate not found 2026-06-16 02:17:51.917 7 INFO neutron.services.segments.plugin [-] Segment 114b6b6f-5b26-438a-9a39-980127c61f5c resource provider aggregate not found 2026-06-16 02:17:51.931 7 INFO neutron.services.segments.plugin [-] Segment 114b6b6f-5b26-438a-9a39-980127c61f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114b6b6f-5b26-438a-9a39-980127c61f5c found for delete ", "request_id": "req-1fd42e90-d947-4157-a194-2b6e856122fe"}]} 2026-06-16 02:17:51.936 7 INFO neutron.db.l3_hamode_db [None req-d5a6dc8b-fed9-4010-8299-77e5f6d2f4e6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network d2a16378-1d31-478b-b26f-8a9663dfe647 was deleted as no HA routers are present in tenant 4d6bc2eff1fc4e75abe0809af921c285. [pid: 7|app: 0|req: 471/1030] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:51 2026] DELETE /v2.0/routers/cf1c556b-b172-4100-b2bb-f004209f665b => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:51.945 7 INFO neutron.services.segments.plugin [-] Segment 114b6b6f-5b26-438a-9a39-980127c61f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114b6b6f-5b26-438a-9a39-980127c61f5c found for delete ", "request_id": "req-b3fecf62-31c5-4886-8c59-90dd0e599637"}]} [pid: 8|app: 0|req: 560/1031] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:17:51 2026] PUT /v2.0/routers/d36f0d31-ec0c-4c39-86b0-070ebac98902/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1032] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:52 2026] DELETE /v2.0/subnets/050ce092-b5cf-4d96-9348-fe78523a7651 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1033] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:17:51 2026] POST /v2.0/security-groups => generated 1625 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:17:52.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-acc7fd0d-8e20-4279-b51c-3b67019d4662 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 3f3e9ad5-501e-4f8c-93c2-e112d11501e2 2026-06-16 02:17:52.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acc7fd0d-8e20-4279-b51c-3b67019d4662 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 3f3e9ad5-501e-4f8c-93c2-e112d11501e2 2026-06-16 02:17:52.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a4afdd-adc2-4531-95a3-b4e54f85f430 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 27ec55dc-cc96-46b9-9754-11c4b10c93fd 2026-06-16 02:17:52.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a4afdd-adc2-4531-95a3-b4e54f85f430 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 27ec55dc-cc96-46b9-9754-11c4b10c93fd 2026-06-16 02:17:52.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a4afdd-adc2-4531-95a3-b4e54f85f430 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 346c7b79-0d8c-4de3-b68c-74684d1bc02d 2026-06-16 02:17:52.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a4afdd-adc2-4531-95a3-b4e54f85f430 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 346c7b79-0d8c-4de3-b68c-74684d1bc02d [pid: 7|app: 0|req: 473/1034] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:52 2026] DELETE /v2.0/networks/be43a17f-5e79-4123-8c17-6c8dc716d8bb => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1035] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:17:52 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1036] 10.0.0.14 () {34 vars in 757 bytes} [Tue Jun 16 02:17:52 2026] PUT /v2.0/security-groups/b016b70f-19d1-4ec0-8d12-30d1a1ffe6ee => generated 1663 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1037] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:17:52 2026] GET /v2.0/security-groups/b016b70f-19d1-4ec0-8d12-30d1a1ffe6ee => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1038] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:52 2026] DELETE /v2.0/security-groups/b016b70f-19d1-4ec0-8d12-30d1a1ffe6ee => 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: 478/1039] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:52 2026] GET /v2.0/security-groups?tenant_id=4d6bc2eff1fc4e75abe0809af921c285&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: 479/1040] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:17:52 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) 2026-06-16 02:17:53.057 8 INFO neutron.services.segments.plugin [-] Segment 4f67456f-4a04-48bb-b630-7c6a6db79f40 resource provider aggregate not found 2026-06-16 02:17:53.063 8 INFO neutron.services.segments.plugin [-] Segment 4f67456f-4a04-48bb-b630-7c6a6db79f40 resource provider aggregate not found 2026-06-16 02:17:53.079 8 INFO neutron.services.segments.plugin [-] Segment 4f67456f-4a04-48bb-b630-7c6a6db79f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f67456f-4a04-48bb-b630-7c6a6db79f40 found for delete ", "request_id": "req-4b031411-e4dd-4234-b1e5-97ca644528f6"}]} 2026-06-16 02:17:53.089 8 INFO neutron.services.segments.plugin [-] Segment 4f67456f-4a04-48bb-b630-7c6a6db79f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f67456f-4a04-48bb-b630-7c6a6db79f40 found for delete ", "request_id": "req-6b6a714e-cacf-43f6-bcd3-58c0a400b6f5"}]} 2026-06-16 02:17:53.100 8 INFO neutron.db.l3_hamode_db [None req-f8a4afdd-adc2-4531-95a3-b4e54f85f430 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network f6ee68cd-9dc9-40ce-94d5-9926f0faad2e was deleted as no HA routers are present in tenant 9232abaf9c63473f94b730fffe17aa0e. [pid: 7|app: 0|req: 480/1041] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/security-groups/e6e4e029-09da-4769-94e5-61470e0f59f3 => 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: 562/1042] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:52 2026] DELETE /v2.0/routers/d36f0d31-ec0c-4c39-86b0-070ebac98902 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:53.121 7 INFO neutron.api.v2.resource [None req-7bed4e7c-6e18-4542-aa2c-2c294e2e3109 b07cc3abadd244bfae733b6325691834 db11e0764d024b97a0d350c6fb5daced - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/1043] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/security-groups/b016b70f-19d1-4ec0-8d12-30d1a1ffe6ee => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1044] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/subnets/711fb47f-6d16-4d58-a1ca-f2f630444469 => 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: 482/1045] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:17:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:17:53.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-e187b597-da24-43c2-9ebf-a12e2d321e7c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 565402e8-f63a-4560-8e96-9aa9ce4ada6a 2026-06-16 02:17:53.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e187b597-da24-43c2-9ebf-a12e2d321e7c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 565402e8-f63a-4560-8e96-9aa9ce4ada6a [pid: 8|app: 0|req: 564/1046] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:17:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1047] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules/be59052e-8e68-40f4-b8cf-c139c4bad65c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1048] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1049] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/security-group-rules/be59052e-8e68-40f4-b8cf-c139c4bad65c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1050] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/networks/aec1bc45-bc11-4cdd-a6ed-4340a8027647 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1051] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1052] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:17:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1053] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-groups?tenant_id=9232abaf9c63473f94b730fffe17aa0e&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1054] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules/4ccded9e-fe18-474a-a4a2-1609f69420dc => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1055] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1056] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/security-groups/ea622807-2807-4dcc-8ef2-d6a6d3b9069a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1057] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:17:53 2026] DELETE /v2.0/security-group-rules/4ccded9e-fe18-474a-a4a2-1609f69420dc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:53.955 7 INFO neutron.services.segments.plugin [-] Segment 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 resource provider aggregate not found 2026-06-16 02:17:53.980 7 INFO neutron.services.segments.plugin [-] Segment 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 resource provider aggregate not found 2026-06-16 02:17:53.986 7 INFO neutron.services.segments.plugin [-] Segment 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 found for delete ", "request_id": "req-165427a4-a481-40c3-aa8a-a15c2ccc8ea1"}]} 2026-06-16 02:17:53.995 7 INFO neutron.services.segments.plugin [-] Segment 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7efcf7f6-1cfc-472a-9078-f5c9c26595a4 found for delete ", "request_id": "req-3d02ef98-6ae3-45d9-b5ef-968a9cce2814"}]} [pid: 8|app: 0|req: 571/1058] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:17:54.021 7 INFO neutron.services.segments.plugin [-] Segment e02aec2d-c4f0-4068-9a2b-7215eecd43d1 resource provider aggregate not found 2026-06-16 02:17:54.022 7 INFO neutron.services.segments.plugin [-] Segment e02aec2d-c4f0-4068-9a2b-7215eecd43d1 resource provider aggregate not found 2026-06-16 02:17:54.050 7 INFO neutron.services.segments.plugin [-] Segment e02aec2d-c4f0-4068-9a2b-7215eecd43d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02aec2d-c4f0-4068-9a2b-7215eecd43d1 found for delete ", "request_id": "req-052e7b44-fc26-43aa-bf48-d5f8e2084f4c"}]} 2026-06-16 02:17:54.051 7 INFO neutron.services.segments.plugin [-] Segment e02aec2d-c4f0-4068-9a2b-7215eecd43d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02aec2d-c4f0-4068-9a2b-7215eecd43d1 found for delete ", "request_id": "req-a5bb0189-3844-4835-aef6-02c6588bec1a"}]} [pid: 7|app: 0|req: 488/1059] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:17:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1060] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:17:54 2026] GET /v2.0/security-group-rules/fdbc7344-4f59-44ff-aeac-26850b3c80e4 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1061] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:54 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1062] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:17:54 2026] DELETE /v2.0/security-group-rules/fdbc7344-4f59-44ff-aeac-26850b3c80e4 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1063] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:17:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1064] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:54 2026] DELETE /v2.0/security-groups/076ae839-634a-4d34-b886-0dc6ae41aff7 => 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: 491/1065] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:17:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1066] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:17:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1067] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:55 2026] GET /v2.0/security-groups?tenant_id=db11e0764d024b97a0d350c6fb5daced&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1068] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:55 2026] DELETE /v2.0/security-groups/ae4b6a4a-ec66-461f-a2ca-54ba5ffcdcbe => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:17:56.183 7 INFO neutron.db.segments_db [None req-4d3aa6ad-7ffe-47b2-88ed-e8a4addbae56 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment b9aa24e0-d4da-4922-97be-b5f2eace6300 of type vxlan for network b8a6faea-5f97-4e59-a4d9-2c00074a10b6 [pid: 7|app: 0|req: 493/1069] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:17:55 2026] POST /v2.0/networks => generated 724 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1070] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:56 2026] POST /v2.0/subnets => generated 691 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:17:56.511 7 INFO neutron.db.segments_db [None req-3b1d8057-122b-4bc4-b1a5-6ce23c79f7e4 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 of type vxlan for network 004efc25-7647-4b78-9f79-5a49630cc029 2026-06-16 02:17:56.765 7 INFO neutron.db.l3_hamode_db [None req-3b1d8057-122b-4bc4-b1a5-6ce23c79f7e4 03409e4da1334319b713b70f25b9cdaf 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:17:57.610 7 INFO neutron.db.l3_hamode_db [None req-3b1d8057-122b-4bc4-b1a5-6ce23c79f7e4 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 578/1071] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:57 2026] GET /v2.0/security-groups?tenant_id=05215333c4e847269eaeb7555ab05a6a&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1072] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:58 2026] DELETE /v2.0/security-groups/3a9d832b-392e-4c0c-bf21-420157980451 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1073] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:58 2026] GET /v2.0/security-groups?tenant_id=b0c5c204f6594be890bfeb614101c879&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1074] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:17:56 2026] POST /v2.0/routers => generated 731 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1075] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:58 2026] DELETE /v2.0/security-groups/3772ce17-ddf1-4943-ac14-907a492bef9e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1076] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:17:59 2026] GET /v2.0/security-groups?tenant_id=3fcb02f2c9844e91945a616659be87c9&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1077] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:17:59 2026] DELETE /v2.0/security-groups/d8d75c62-21e8-4d59-8515-9f36b4725398 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1078] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:17:58 2026] PUT /v2.0/routers/df3a6632-0653-491d-b5ff-1b1e6982c461/add_router_interface => generated 309 bytes in 1251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1079] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:18:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1080] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:00 2026] GET /v2.0/security-groups?tenant_id=c4d09e2247884b49b227a26c917f7bb4&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1081] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1082] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:00 2026] DELETE /v2.0/security-groups/e5460660-5380-4a31-af11-28d70383ffb5 => 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: 497/1083] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1084] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:01 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:01.690 7 INFO neutron.db.segments_db [None req-3a35edab-e890-49f3-a3e5-1e6157aa9776 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment a466e626-ce17-42a9-a3a0-123a7413741e of type vxlan for network 79aba955-7a8b-441b-b3fc-1f8f84ae7b57 [pid: 7|app: 0|req: 498/1087] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:18:01 2026] POST /v2.0/networks => generated 721 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1088] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:01 2026] POST /v2.0/subnets => generated 687 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1089] 10.0.0.15 () {34 vars in 1099 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2113204734&fields=id&tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:02.085 7 INFO neutron.db.segments_db [None req-5cc4ad3a-2b7f-4128-b4e3-898d8f15ba46 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment a7dac003-2d29-484b-bfbf-b30bb3ad894d of type vxlan for network 3275f4a0-7592-4ab6-be89-c1ec21326892 [pid: 8|app: 0|req: 592/1090] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/networks?id=b8a6faea-5f97-4e59-a4d9-2c00074a10b6 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1091] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/quotas/0c2a55b3a9f448c9bc7531b1a2b21e3e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1092] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/ports?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1093] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?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: 596/1094] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:02.362 7 INFO neutron.db.l3_hamode_db [None req-5cc4ad3a-2b7f-4128-b4e3-898d8f15ba46 03409e4da1334319b713b70f25b9cdaf 3b366596f57b4f4985e3b89d1c109826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 597/1095] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:02 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:03.343 8 INFO neutron.db.segments_db [None req-6ba4f244-feba-4c0c-aed7-146bf1ce3926 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment a869200b-a89e-4e3d-923c-ab325327eca3 of type vxlan for network 600792a8-a46f-44ef-9ddf-a0e02151196e [pid: 8|app: 0|req: 598/1096] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:18:03 2026] POST /v2.0/networks => generated 722 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1097] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:03 2026] POST /v2.0/subnets => generated 688 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1098] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:03 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:03.753 8 INFO neutron.db.segments_db [None req-638c1310-630f-4c89-b3c3-d7c1eaeae087 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 88379b19-7fdc-40c7-bb35-45089762b2d4 of type vxlan for network 985c3e69-7c1e-4404-b812-aae35f3aa777 2026-06-16 02:18:03.759 7 INFO neutron.db.l3_hamode_db [None req-5cc4ad3a-2b7f-4128-b4e3-898d8f15ba46 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:18:04.013 8 INFO neutron.db.l3_hamode_db [None req-638c1310-630f-4c89-b3c3-d7c1eaeae087 03409e4da1334319b713b70f25b9cdaf 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 499/1099] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:02 2026] POST /v2.0/routers => generated 727 bytes in 2702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:04.775 8 INFO neutron.db.l3_hamode_db [None req-638c1310-630f-4c89-b3c3-d7c1eaeae087 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 601/1100] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:03 2026] POST /v2.0/routers => generated 728 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1101] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:05 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 500/1102] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:18:04 2026] PUT /v2.0/routers/02b9bc7f-af37-4017-8c77-5f99acfa62e9/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1103] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:05 2026] GET /v2.0/security-groups?tenant_id=369be914e5264c538d96c06ff2d9fc3b&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1104] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:06 2026] DELETE /v2.0/security-groups/44fa0d69-4b4c-40d8-9ed5-e40a302e61cd => 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: 605/1105] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:06 2026] GET /v2.0/security-groups?tenant_id=375b1dfb572e40929039a41fd4481dbe&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1106] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:06 2026] DELETE /v2.0/security-groups/40da8ae4-1f14-4445-8440-cd1ee695ed29 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1107] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:06 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 608/1108] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:07 2026] GET /v2.0/networks?id=b8a6faea-5f97-4e59-a4d9-2c00074a10b6 => generated 676 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1109] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:18:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e => generated 181 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1110] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:18:05 2026] PUT /v2.0/routers/37b08bd2-5f03-4b48-a828-9fe0924dace6/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1111] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:18:07 2026] POST /v2.0/ports => generated 958 bytes in 870 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: 502/1112] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:07 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 961 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1113] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 611/1114] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:18:08 2026] PUT /v2.0/ports/95ece162-6780-4a7a-b352-348847755bb1 => generated 1239 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:08.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-237f761a-04ae-4f0e-8076-c4e3725c7a01'] response: {'name': 'network-changed', 'server_uuid': '967ae939-fa4f-4dd8-a298-b10df5db3638', 'tag': '95ece162-6780-4a7a-b352-348847755bb1', '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, ' 2026-06-16 02:18:08.758 8 INFO neutron.db.segments_db [None req-51729ce2-212c-43a6-836a-08633cac5e58 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 of type vxlan for network 981d55a1-4b91-4873-9980-76bf6bd32707 [pid: 7|app: 0|req: 504/1115] 10.0.0.14 () {32 vars in 652 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/extensions => generated 21537 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1116] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/networks?id=79aba955-7a8b-441b-b3fc-1f8f84ae7b57 => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1117] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 612/1118] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:18:08 2026] POST /v2.0/networks => generated 720 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1119] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/quotas/3b366596f57b4f4985e3b89d1c109826 => 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: 613/1120] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1121] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1122] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/ports?tenant_id=3b366596f57b4f4985e3b89d1c109826&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1123] 10.0.0.14 () {32 vars in 664 bytes} [Tue Jun 16 02:18: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: 617/1124] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/networks/79aba955-7a8b-441b-b3fc-1f8f84ae7b57?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1125] 10.0.0.14 () {32 vars in 698 bytes} [Tue Jun 16 02:18:08 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1126] 10.0.0.14 () {32 vars in 696 bytes} [Tue Jun 16 02:18:09 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: 620/1127] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/networks/79aba955-7a8b-441b-b3fc-1f8f84ae7b57?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1128] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1129] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1130] 10.0.0.14 () {32 vars in 702 bytes} [Tue Jun 16 02:18:09 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: 508/1131] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:08 2026] POST /v2.0/subnets => generated 686 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1132] 10.0.0.14 () {32 vars in 692 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1133] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/ports?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 625/1134] 10.0.0.14 () {32 vars in 694 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1135] 10.0.0.14 () {32 vars in 684 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1136] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:09.151 7 INFO neutron.db.segments_db [None req-f787d43e-7261-48c5-9a2c-d12a9c267ab6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 68d5e487-356c-498c-b372-1053fe5ccb34 of type vxlan for network 2390b2df-b111-45ca-89d4-80c293659a6b [pid: 8|app: 0|req: 628/1137] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/networks?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1138] 10.0.0.14 () {32 vars in 660 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1139] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:18:09 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: 631/1140] 10.0.0.14 () {32 vars in 698 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1141] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1142] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 634/1143] 10.0.0.14 () {32 vars in 678 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1144] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1145] 10.0.0.14 () {32 vars in 682 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1146] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1147] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1148] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1149] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1150] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:09 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: 642/1151] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1152] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1153] 10.0.0.14 () {32 vars in 698 bytes} [Tue Jun 16 02:18:09 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: 645/1154] 10.0.0.14 () {32 vars in 678 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1155] 10.0.0.14 () {32 vars in 666 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1156] 10.0.0.14 () {32 vars in 676 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1157] 10.0.0.14 () {32 vars in 664 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1158] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:09.461 7 INFO neutron.db.l3_hamode_db [None req-f787d43e-7261-48c5-9a2c-d12a9c267ab6 03409e4da1334319b713b70f25b9cdaf 526986a2e2ed4d8ba4d6e923b2369333 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 650/1159] 10.0.0.14 () {32 vars in 712 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1160] 10.0.0.14 () {32 vars in 690 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1161] 10.0.0.14 () {32 vars in 682 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1162] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:09 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: 654/1163] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1164] 10.0.0.14 () {32 vars in 704 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1165] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1166] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1167] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1168] 10.0.0.14 () {32 vars in 692 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1169] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:09 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: 8|app: 0|req: 661/1170] 10.0.0.14 () {32 vars in 708 bytes} [Tue Jun 16 02:18:09 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: 662/1171] 10.0.0.14 () {32 vars in 704 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1172] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1173] 10.0.0.14 () {32 vars in 696 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 665/1174] 10.0.0.14 () {32 vars in 710 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1175] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 667/1176] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 668/1177] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 669/1178] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1179] 10.0.0.14 () {32 vars in 670 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1180] 10.0.0.14 () {32 vars in 660 bytes} [Tue Jun 16 02:18:09 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: 672/1181] 10.0.0.14 () {32 vars in 698 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 673/1182] 10.0.0.14 () {32 vars in 698 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1183] 10.0.0.14 () {32 vars in 676 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 675/1184] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1185] 10.0.0.14 () {32 vars in 682 bytes} [Tue Jun 16 02:18: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: 677/1186] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1187] 10.0.0.14 () {32 vars in 684 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1188] 10.0.0.14 () {32 vars in 706 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1189] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1190] 10.0.0.14 () {32 vars in 696 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1191] 10.0.0.14 () {32 vars in 694 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1192] 10.0.0.14 () {32 vars in 684 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1193] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18: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: 685/1194] 10.0.0.14 () {32 vars in 704 bytes} [Tue Jun 16 02:18: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: 8|app: 0|req: 686/1195] 10.0.0.14 () {32 vars in 666 bytes} [Tue Jun 16 02:18: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: 687/1196] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1197] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1198] 10.0.0.14 () {32 vars in 690 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1199] 10.0.0.14 () {32 vars in 690 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1200] 10.0.0.14 () {32 vars in 694 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1201] 10.0.0.14 () {32 vars in 684 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1202] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1203] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1204] 10.0.0.14 () {32 vars in 702 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1205] 10.0.0.14 () {32 vars in 712 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1206] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1207] 10.0.0.14 () {32 vars in 714 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1208] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1209] 10.0.0.14 () {32 vars in 740 bytes} [Tue Jun 16 02:18: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: 701/1210] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1211] 10.0.0.14 () {32 vars in 682 bytes} [Tue Jun 16 02:18:09 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: 703/1212] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:09 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1213] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:18:10 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: 705/1214] 10.0.0.14 () {32 vars in 678 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1215] 10.0.0.14 () {32 vars in 668 bytes} [Tue Jun 16 02:18:10 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: 707/1216] 10.0.0.14 () {32 vars in 696 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1217] 10.0.0.14 () {32 vars in 704 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1218] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1219] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1220] 10.0.0.14 () {32 vars in 682 bytes} [Tue Jun 16 02:18:10 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: 8|app: 0|req: 712/1221] 10.0.0.14 () {32 vars in 704 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1222] 10.0.0.14 () {32 vars in 694 bytes} [Tue Jun 16 02:18:10 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: 8|app: 0|req: 714/1223] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1224] 10.0.0.14 () {32 vars in 696 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1225] 10.0.0.14 () {32 vars in 678 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1226] 10.0.0.14 () {32 vars in 688 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1227] 10.0.0.14 () {32 vars in 700 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1228] 10.0.0.14 () {32 vars in 664 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1229] 10.0.0.14 () {32 vars in 680 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1230] 10.0.0.14 () {32 vars in 676 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1231] 10.0.0.14 () {32 vars in 692 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1232] 10.0.0.14 () {32 vars in 676 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1233] 10.0.0.14 () {32 vars in 666 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1234] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1235] 10.0.0.14 () {32 vars in 674 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1236] 10.0.0.14 () {32 vars in 686 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1237] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/ports?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 729/1238] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=95ece162-6780-4a7a-b352-348847755bb1 => 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: 730/1239] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/subnets?id=f3c2e670-2adc-4201-ac65-53492f84b8d2 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1240] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:10.376 7 INFO neutron.db.l3_hamode_db [None req-f787d43e-7261-48c5-9a2c-d12a9c267ab6 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 732/1241] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/ports?network_id=b8a6faea-5f97-4e59-a4d9-2c00074a10b6&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: 733/1242] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1243] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1244] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?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: 736/1245] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 737/1246] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:10 2026] GET /v2.0/security-groups?tenant_id=eb9bd1ad8e914c2481bfb667efb4bd62&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1247] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:11 2026] DELETE /v2.0/security-groups/530e29fb-1b6e-4cf4-a3c5-322e1f47a06a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1248] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:11 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1249] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:09 2026] POST /v2.0/routers => generated 726 bytes in 2429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1250] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:11 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1251] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:11 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1252] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:12 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 740/1253] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:18:11 2026] PUT /v2.0/routers/8c7a44a0-ae13-4cfc-808c-0fb31e84542e/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1254] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:12 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1255] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:12 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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-06-16 02:18:13.563 7 INFO neutron.db.segments_db [None req-26469ca5-1c5a-48b4-8714-a0c649889537 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment 0c4b5eba-52cd-4828-a97f-60e31210ab14 of type vxlan for network 04f26254-8238-456c-a73a-e6d6053cef59 2026-06-16 02:18:13.635 7 INFO neutron.db.segments_db [None req-26469ca5-1c5a-48b4-8714-a0c649889537 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment 9f59b43d-e983-484c-8af1-fb153cbe1bd5 of type vxlan for network e736f096-f276-4632-9b44-d0f6ec121133 [pid: 8|app: 0|req: 742/1256] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:18:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1257] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:18:13 2026] POST /v2.0/networks => generated 1207 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1258] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:13 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 743/1259] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:13 2026] GET /v2.0/networks?id=79aba955-7a8b-441b-b3fc-1f8f84ae7b57 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1260] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:18:13 2026] GET /v2.0/networks => generated 1844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1261] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:14.073 7 INFO neutron.services.segments.plugin [-] Segment 0c4b5eba-52cd-4828-a97f-60e31210ab14 resource provider aggregate not found 2026-06-16 02:18:14.080 7 INFO neutron.services.segments.plugin [-] Segment 0c4b5eba-52cd-4828-a97f-60e31210ab14 resource provider aggregate not found [pid: 7|app: 0|req: 518/1262] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:13 2026] DELETE /v2.0/networks/04f26254-8238-456c-a73a-e6d6053cef59 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:14.103 7 INFO neutron.services.segments.plugin [-] Segment 0c4b5eba-52cd-4828-a97f-60e31210ab14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c4b5eba-52cd-4828-a97f-60e31210ab14 found for delete ", "request_id": "req-1ac16437-37ea-4b1f-aa76-7155c5422563"}]} 2026-06-16 02:18:14.104 7 INFO neutron.services.segments.plugin [-] Segment 0c4b5eba-52cd-4828-a97f-60e31210ab14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c4b5eba-52cd-4828-a97f-60e31210ab14 found for delete ", "request_id": "req-60b38493-1404-4c0e-a142-56d0a4e26a37"}]} [pid: 7|app: 0|req: 519/1263] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1264] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:14 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1265] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:18:13 2026] POST /v2.0/ports => generated 954 bytes in 397 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: 521/1266] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:14 2026] DELETE /v2.0/networks/e736f096-f276-4632-9b44-d0f6ec121133 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1267] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1268] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:14 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 523/1269] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:18:14 2026] GET /v2.0/networks => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1270] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:14.655 7 INFO neutron.db.segments_db [None req-b8fcea8a-ea18-49c6-a554-9a0310556c96 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 of type vxlan for network 2e82815c-7cb7-4911-a5a8-d32b3a3a2e0f [pid: 7|app: 0|req: 525/1271] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:14.782 7 INFO neutron.db.securitygroups_db [None req-b60fe018-d196-4ef9-9bc0-17af1688a22c b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Project 4b758fbdf3ba4ca98bdf7af5a0b38bed 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: 747/1272] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:18:14 2026] PUT /v2.0/ports/2b596ba3-8194-4523-9af7-b21114f0f727 => generated 1235 bytes in 507 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: 526/1273] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:14.942 8 INFO neutron.db.segments_db [None req-505cc5a1-989c-4d4a-8208-abe674669b4f 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment ee4b3d0b-298d-4369-b11e-67bb9f62d31b of type vxlan for network 72dc8192-b734-4671-b1d6-ffc989192f94 2026-06-16 02:18:14.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d945542-48a9-4c37-932d-360163d20089'] response: {'name': 'network-changed', 'server_uuid': '5280e0ba-294a-4872-a5b6-c4d90ebdcf1b', 'tag': '2b596ba3-8194-4523-9af7-b21114f0f727', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 527/1274] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:14 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1275] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/networks => generated 630 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:15.023 7 INFO neutron.db.securitygroups_db [None req-7366ac4a-56eb-42c3-8589-6d7038159730 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Project 4b758fbdf3ba4ca98bdf7af5a0b38bed 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: 749/1276] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1277] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1278] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:18:15 2026] POST /v2.0/ports => generated 1505 bytes in 418 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: 751/1279] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/ports?tenant_id=3b366596f57b4f4985e3b89d1c109826&device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1280] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1281] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/networks?tenant_id=3b366596f57b4f4985e3b89d1c109826&shared=False => generated 768 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1282] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/ports => generated 1505 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1283] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 531/1284] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1285] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:18:15 2026] POST /v2.0/security-groups => generated 1660 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:18:15.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7b798d9-c991-4307-bba8-439657b1bcea 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] TaaS: Handle Delete Port: b7609cc4-8356-4caa-9cbc-3110549ab214 2026-06-16 02:18:15.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b798d9-c991-4307-bba8-439657b1bcea 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Tap Mirror: Handle Delete Port: b7609cc4-8356-4caa-9cbc-3110549ab214 [pid: 8|app: 0|req: 755/1286] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1287] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:15 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1288] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:18:15 2026] DELETE /v2.0/ports/b7609cc4-8356-4caa-9cbc-3110549ab214 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1289] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:16.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-d62f7b5f-19b3-4569-bb2f-c3df9c2dc566 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] TaaS: Handle Delete Port: b19c6f39-44df-4a5d-a626-ecdce1c91c86 2026-06-16 02:18:16.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d62f7b5f-19b3-4569-bb2f-c3df9c2dc566 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Tap Mirror: Handle Delete Port: b19c6f39-44df-4a5d-a626-ecdce1c91c86 2026-06-16 02:18:16.129 7 INFO neutron.services.segments.plugin [-] Segment 9f59b43d-e983-484c-8af1-fb153cbe1bd5 resource provider aggregate not found 2026-06-16 02:18:16.134 7 INFO neutron.services.segments.plugin [-] Segment 9f59b43d-e983-484c-8af1-fb153cbe1bd5 resource provider aggregate not found 2026-06-16 02:18:16.147 7 INFO neutron.services.segments.plugin [-] Segment 9f59b43d-e983-484c-8af1-fb153cbe1bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f59b43d-e983-484c-8af1-fb153cbe1bd5 found for delete ", "request_id": "req-e9967b19-46ad-483c-8b6a-c94f9cf502c0"}]} 2026-06-16 02:18:16.151 7 INFO neutron.services.segments.plugin [-] Segment 9f59b43d-e983-484c-8af1-fb153cbe1bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f59b43d-e983-484c-8af1-fb153cbe1bd5 found for delete ", "request_id": "req-92e4474b-b8b2-4737-ae62-b0213e5d1ce9"}]} [pid: 8|app: 0|req: 758/1290] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:18:15 2026] DELETE /v2.0/ports/b19c6f39-44df-4a5d-a626-ecdce1c91c86 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:16.332 7 INFO neutron.db.l3_db [None req-83349b8e-8a45-4a94-a781-eb9d3b77d041 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] Floating IP e166fda7-43b2-4414-8ff7-2a97fdb8f79d associated. External IP: 10.96.250.206, port: 95ece162-6780-4a7a-b352-348847755bb1. [pid: 7|app: 0|req: 533/1291] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:18:15 2026] PUT /v2.0/floatingips/e166fda7-43b2-4414-8ff7-2a97fdb8f79d => generated 856 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1292] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:16 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1293] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:18:16 2026] GET /v2.0/ports => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1294] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:16 2026] GET /v2.0/ports?tenant_id=3b366596f57b4f4985e3b89d1c109826&device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1297] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:16 2026] POST /v2.0/floatingips => generated 552 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1298] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:16 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1299] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:16 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:17.015 7 INFO neutron.db.segments_db [None req-8106e9fd-82c5-4cdb-bf72-0e03929c8b4e 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment 28aa0d32-b0af-4843-ba23-a100d3acbe7b of type vxlan for network b7035d3b-b9b7-48b5-babe-03dcdd1a938c 2026-06-16 02:18:17.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6acf091d-5910-4b25-ba35-2e4daea9e73a'] response: {'name': 'network-changed', 'server_uuid': '967ae939-fa4f-4dd8-a298-b10df5db3638', 'tag': '95ece162-6780-4a7a-b352-348847755bb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 761/1300] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2b596ba3-8194-4523-9af7-b21114f0f727 => 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: 762/1301] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1302] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:18:16 2026] POST /v2.0/networks => generated 630 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1303] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/subnets?id=0cc3d7c5-dd0e-41ac-9f0b-ee5f8245ec80 => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1304] 10.0.0.15 () {34 vars in 1099 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1628510069&fields=id&tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:17.177 7 INFO neutron.db.segments_db [None req-6b1d14ab-90f9-4132-9051-d5b7c25943b9 9b39e8890fad43cdb435fa60baabc6b8 418112539a3f4cc390caddf560c70274 - - default default] Added segment 8978bfcf-95b8-4cf5-9623-debde49372ee of type vxlan for network c7888fbf-7a65-4fdd-9967-b36e111bdcd4 [pid: 8|app: 0|req: 765/1305] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?network_id=79aba955-7a8b-441b-b3fc-1f8f84ae7b57&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: 766/1306] 10.0.0.15 () {34 vars in 1099 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1245679809&fields=id&tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1307] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:18:17 2026] POST /v2.0/networks => generated 629 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1308] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/79aba955-7a8b-441b-b3fc-1f8f84ae7b57?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: 768/1309] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/79aba955-7a8b-441b-b3fc-1f8f84ae7b57?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: 542/1310] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks?id=600792a8-a46f-44ef-9ddf-a0e02151196e => generated 673 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1311] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/quotas/4b758fbdf3ba4ca98bdf7af5a0b38bed => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1312] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1313] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1314] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?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: 547/1315] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 548/1316] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1317] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?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: 7|app: 0|req: 550/1318] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks?id=b8a6faea-5f97-4e59-a4d9-2c00074a10b6 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1319] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=95ece162-6780-4a7a-b352-348847755bb1 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1320] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/subnets?id=f3c2e670-2adc-4201-ac65-53492f84b8d2 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1321] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:17 2026] POST /v2.0/subnets => generated 1274 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1322] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?network_id=b8a6faea-5f97-4e59-a4d9-2c00074a10b6&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1323] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 770/1324] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:18:17 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: 7|app: 0|req: 555/1325] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?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: 556/1326] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:17 2026] GET /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6?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: 771/1327] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:17 2026] DELETE /v2.0/subnets/743e0e61-e62c-4866-9fa4-835068041f00 => 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: 557/1328] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1329] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1330] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:18 2026] DELETE /v2.0/subnets/6527ae30-fafd-4d41-b7e6-0b5d1ca5755d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1331] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:18.379 8 INFO neutron.services.segments.plugin [-] Segment 8978bfcf-95b8-4cf5-9623-debde49372ee resource provider aggregate not found 2026-06-16 02:18:18.394 8 INFO neutron.services.segments.plugin [-] Segment 8978bfcf-95b8-4cf5-9623-debde49372ee resource provider aggregate not found 2026-06-16 02:18:18.412 8 INFO neutron.services.segments.plugin [-] Segment 8978bfcf-95b8-4cf5-9623-debde49372ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8978bfcf-95b8-4cf5-9623-debde49372ee found for delete ", "request_id": "req-35f517a6-39ec-49b0-854f-65742e5bf79d"}]} 2026-06-16 02:18:18.415 8 INFO neutron.services.segments.plugin [-] Segment 8978bfcf-95b8-4cf5-9623-debde49372ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8978bfcf-95b8-4cf5-9623-debde49372ee found for delete ", "request_id": "req-24ec4b6e-2e9a-4cf8-9468-8a1b62deedf4"}]} [pid: 8|app: 0|req: 773/1332] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:18 2026] DELETE /v2.0/networks/c7888fbf-7a65-4fdd-9967-b36e111bdcd4 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:18.643 7 INFO neutron.services.segments.plugin [-] Segment 28aa0d32-b0af-4843-ba23-a100d3acbe7b resource provider aggregate not found 2026-06-16 02:18:18.654 7 INFO neutron.services.segments.plugin [-] Segment 28aa0d32-b0af-4843-ba23-a100d3acbe7b resource provider aggregate not found 2026-06-16 02:18:18.670 7 INFO neutron.services.segments.plugin [-] Segment 28aa0d32-b0af-4843-ba23-a100d3acbe7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28aa0d32-b0af-4843-ba23-a100d3acbe7b found for delete ", "request_id": "req-877193d3-e8a9-479f-8f0c-23ae87b5d83e"}]} 2026-06-16 02:18:18.672 7 INFO neutron.services.segments.plugin [-] Segment 28aa0d32-b0af-4843-ba23-a100d3acbe7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28aa0d32-b0af-4843-ba23-a100d3acbe7b found for delete ", "request_id": "req-db0c8191-7e98-46a0-8a6a-c9778ac56f50"}]} [pid: 7|app: 0|req: 560/1333] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:18 2026] DELETE /v2.0/networks/b7035d3b-b9b7-48b5-babe-03dcdd1a938c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1334] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 775/1335] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&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: 561/1336] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:18 2026] DELETE /v2.0/networks/72dc8192-b734-4671-b1d6-ffc989192f94 => 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: 776/1337] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:18 2026] DELETE /v2.0/networks/2e82815c-7cb7-4911-a5a8-d32b3a3a2e0f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1338] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:18 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 777/1339] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1340] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1341] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/security-groups?tenant_id=418112539a3f4cc390caddf560c70274&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1342] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1343] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:19 2026] DELETE /v2.0/security-groups/91545a47-3c60-441c-8430-0f87bef790c8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1344] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 781/1345] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:19 2026] GET /v2.0/security-groups?id=32c020df-e087-47fa-89bb-012be85153df&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:20.044 7 INFO neutron_taas.services.taas.taas_plugin [req-af70d7d4-b6f1-46f5-b01c-af0bd14ea780 req-a617ecd4-6bf5-438b-ac0b-c4cbcc4c4179 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] TaaS: Handle Delete Port: 95ece162-6780-4a7a-b352-348847755bb1 2026-06-16 02:18:20.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-af70d7d4-b6f1-46f5-b01c-af0bd14ea780 req-a617ecd4-6bf5-438b-ac0b-c4cbcc4c4179 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] Tap Mirror: Handle Delete Port: 95ece162-6780-4a7a-b352-348847755bb1 [pid: 8|app: 0|req: 782/1346] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:20 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:20.188 7 INFO neutron.db.l3_db [req-af70d7d4-b6f1-46f5-b01c-af0bd14ea780 req-a617ecd4-6bf5-438b-ac0b-c4cbcc4c4179 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] Floating IP e166fda7-43b2-4414-8ff7-2a97fdb8f79d disassociated. External IP: 10.96.250.206, port: 95ece162-6780-4a7a-b352-348847755bb1. 2026-06-16 02:18:20.437 8 INFO neutron.services.segments.plugin [-] Segment d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 resource provider aggregate not found 2026-06-16 02:18:20.445 8 INFO neutron.services.segments.plugin [-] Segment d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 resource provider aggregate not found 2026-06-16 02:18:20.463 8 INFO neutron.services.segments.plugin [-] Segment d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 found for delete ", "request_id": "req-6bfd960f-1a97-481d-89c8-8d13828d2975"}]} 2026-06-16 02:18:20.464 8 INFO neutron.services.segments.plugin [-] Segment d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fd0b64-0b2e-483f-8f5c-ca5615a737d4 found for delete ", "request_id": "req-b90400e8-b127-4cb9-9dbd-98a22f2da7d8"}]} [pid: 8|app: 0|req: 783/1347] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:20 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1348] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:20 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1349] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:18:19 2026] DELETE /v2.0/ports/95ece162-6780-4a7a-b352-348847755bb1 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:20.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff577241-7605-401b-bda6-7278634717dc'] response: {'server_uuid': '967ae939-fa4f-4dd8-a298-b10df5db3638', 'name': 'network-vif-deleted', 'tag': '95ece162-6780-4a7a-b352-348847755bb1', 'status': 'completed', 'code': 200} 2026-06-16 02:18:20.699 7 INFO neutron.services.segments.plugin [-] Segment ee4b3d0b-298d-4369-b11e-67bb9f62d31b resource provider aggregate not found 2026-06-16 02:18:20.705 7 INFO neutron.services.segments.plugin [-] Segment ee4b3d0b-298d-4369-b11e-67bb9f62d31b resource provider aggregate not found 2026-06-16 02:18:20.719 7 INFO neutron.services.segments.plugin [-] Segment ee4b3d0b-298d-4369-b11e-67bb9f62d31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4b3d0b-298d-4369-b11e-67bb9f62d31b found for delete ", "request_id": "req-2a11f115-59af-41ba-8433-53ee182b8cde"}]} 2026-06-16 02:18:20.735 7 INFO neutron.services.segments.plugin [-] Segment ee4b3d0b-298d-4369-b11e-67bb9f62d31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4b3d0b-298d-4369-b11e-67bb9f62d31b found for delete ", "request_id": "req-29078973-1d07-44c8-8ede-ae78ed46527c"}]} [pid: 8|app: 0|req: 785/1350] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:21 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1351] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:21 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1352] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:21 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1353] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:21 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&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: 8|app: 0|req: 787/1354] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:18:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1355] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => 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: 788/1356] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1357] 10.0.0.14 () {34 vars in 757 bytes} [Tue Jun 16 02:18:22 2026] PUT /v2.0/security-groups/db0f6825-dc1c-4533-b9b9-49dd4f3e70c6 => generated 1662 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1358] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-groups/db0f6825-dc1c-4533-b9b9-49dd4f3e70c6 => generated 1662 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1359] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 791/1360] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/networks?id=600792a8-a46f-44ef-9ddf-a0e02151196e => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1361] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:22 2026] DELETE /v2.0/security-groups/db0f6825-dc1c-4533-b9b9-49dd4f3e70c6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1362] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1363] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:22.476 7 INFO neutron.api.v2.resource [None req-23c19fee-38fe-4394-bd6f-f85e23755b2a a7d93381b59045d49499a68eff4747fd 16d4112a2f9c4ff3a6dfb66099aae621 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1364] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:22 2026] DELETE /v2.0/security-groups/db0f6825-dc1c-4533-b9b9-49dd4f3e70c6 => 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: 573/1365] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:18:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1366] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1367] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-group-rules/0c15f766-6865-4a7a-a356-e422877430c6 => 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: 793/1368] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:18:22 2026] POST /v2.0/ports => generated 997 bytes in 404 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: 576/1369] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1370] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1371] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:18:22 2026] DELETE /v2.0/security-group-rules/0c15f766-6865-4a7a-a356-e422877430c6 => 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: 796/1372] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:22 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1373] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1374] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1375] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules/7d9917b5-ca99-4c08-8116-1d8082f8dea1 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1376] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:18:22 2026] PUT /v2.0/ports/4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 => generated 1278 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1377] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 578/1378] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/ports?device_id=967ae939-fa4f-4dd8-a298-b10df5db3638 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:23.312 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7a57852-d642-47fe-9135-3c208889f500'] response: {'name': 'network-changed', 'server_uuid': '1fa01947-7562-4778-be92-92a865dc5abd', 'tag': '4abf3ef4-feb4-4b85-8127-d93dbb6f6d89', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 801/1379] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:18:23 2026] DELETE /v2.0/security-group-rules/7d9917b5-ca99-4c08-8116-1d8082f8dea1 => 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: 579/1380] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:23.467 7 INFO neutron.db.securitygroups_db [None req-4993c5bf-7f8a-44dc-b314-c21ab81f57e1 a7d93381b59045d49499a68eff4747fd 16d4112a2f9c4ff3a6dfb66099aae621 - - default default] Project 16d4112a2f9c4ff3a6dfb66099aae621 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: 802/1381] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1012 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1382] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1383] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1384] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules/7a2f657d-13e5-4658-a931-e223b01be13e => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1385] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1386] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:18:23 2026] DELETE /v2.0/security-group-rules/7a2f657d-13e5-4658-a931-e223b01be13e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1387] 10.0.0.14 () {32 vars in 672 bytes} [Tue Jun 16 02:18:23 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: 806/1388] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/ports?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1389] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:23 2026] DELETE /v2.0/security-groups/2c58b028-9489-4d96-b44e-862245058ac6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1390] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1391] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/networks?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1392] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1393] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:18:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1394] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:24 2026] DELETE /v2.0/security-groups/32c020df-e087-47fa-89bb-012be85153df => 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: 586/1395] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:24.595 7 INFO neutron.api.v2.resource [None req-5e5fca36-08dc-4ca7-aef1-9a209fd0f6cf 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1396] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/security-groups/32c020df-e087-47fa-89bb-012be85153df => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1397] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1398] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/security-groups?tenant_id=16d4112a2f9c4ff3a6dfb66099aae621&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1399] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1012 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:24.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-e113e588-5c7c-4045-b9f7-bac8d6dfa817 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] TaaS: Handle Delete Port: b13d5aef-0e8e-4016-8436-430350146e56 2026-06-16 02:18:24.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e113e588-5c7c-4045-b9f7-bac8d6dfa817 0702a18f5c8241e3a45b7ae04dd0cf4c 0c2a55b3a9f448c9bc7531b1a2b21e3e - - default default] Tap Mirror: Handle Delete Port: b13d5aef-0e8e-4016-8436-430350146e56 [pid: 8|app: 0|req: 812/1400] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:24 2026] DELETE /v2.0/security-groups/098f54c8-3bc6-4155-a510-b48b8aad5a6a => 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: 813/1401] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:24 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1402] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:24 2026] DELETE /v2.0/floatingips/e166fda7-43b2-4414-8ff7-2a97fdb8f79d => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1403] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/ports?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1404] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1405] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/subnets?id=3c825f5b-e5fc-4b3b-998c-d45e9c513626 => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1406] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/ports?network_id=600792a8-a46f-44ef-9ddf-a0e02151196e&device_owner=network%3Adhcp => 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: 818/1407] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1408] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:25.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd31028f-9bd6-4eba-8b9e-bb58d3751f58 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 4405bdf7-30e0-43e5-a2f3-201b913a9be3 2026-06-16 02:18:25.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd31028f-9bd6-4eba-8b9e-bb58d3751f58 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 4405bdf7-30e0-43e5-a2f3-201b913a9be3 [pid: 8|app: 0|req: 820/1409] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1410] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1411] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:18:25 2026] PUT /v2.0/routers/df3a6632-0653-491d-b5ff-1b1e6982c461/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1412] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:25 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1413] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:26 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:26.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-862620bd-249c-4fe5-b6b3-322a9a6e8448 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 7ff1813e-31ab-4e0d-9fae-84b196342513 2026-06-16 02:18:26.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-862620bd-249c-4fe5-b6b3-322a9a6e8448 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 7ff1813e-31ab-4e0d-9fae-84b196342513 2026-06-16 02:18:26.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-862620bd-249c-4fe5-b6b3-322a9a6e8448 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 63175ad6-5710-4eb9-8c49-ada3862768f5 2026-06-16 02:18:26.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-862620bd-249c-4fe5-b6b3-322a9a6e8448 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 63175ad6-5710-4eb9-8c49-ada3862768f5 [pid: 8|app: 0|req: 824/1414] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:18:26 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-06-16 02:18:26.896 7 INFO neutron.services.segments.plugin [-] Segment 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 resource provider aggregate not found 2026-06-16 02:18:26.910 7 INFO neutron.services.segments.plugin [-] Segment 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 resource provider aggregate not found [pid: 8|app: 0|req: 825/1415] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:18:26 2026] GET /v2.0/subnetpools/0afb27aa-7bd2-490d-a574-632700bb6067 => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:26.929 7 INFO neutron.services.segments.plugin [-] Segment 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 found for delete ", "request_id": "req-550012cf-e529-4831-b69b-3a2e0071044d"}]} 2026-06-16 02:18:26.931 7 INFO neutron.services.segments.plugin [-] Segment 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324a0de0-a2c0-4bf1-b7a7-c96bb9f96bb3 found for delete ", "request_id": "req-6b107cb5-66f9-4524-a719-9b55b26ca804"}]} 2026-06-16 02:18:26.932 7 INFO neutron.db.l3_hamode_db [None req-862620bd-249c-4fe5-b6b3-322a9a6e8448 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 004efc25-7647-4b78-9f79-5a49630cc029 was deleted as no HA routers are present in tenant 0c2a55b3a9f448c9bc7531b1a2b21e3e. [pid: 7|app: 0|req: 591/1416] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:26 2026] DELETE /v2.0/routers/df3a6632-0653-491d-b5ff-1b1e6982c461 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1417] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:18:26 2026] PUT /v2.0/subnetpools/0afb27aa-7bd2-490d-a574-632700bb6067 => generated 501 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1418] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:26 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 828/1419] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 592/1420] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:26 2026] DELETE /v2.0/subnets/f3c2e670-2adc-4201-ac65-53492f84b8d2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1421] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:27 2026] DELETE /v2.0/subnetpools/0afb27aa-7bd2-490d-a574-632700bb6067 => 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: 593/1422] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/security-groups?id=7c0e8217-4daa-44da-ab27-ca4630dad56e&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-06-16 02:18:27.162 7 INFO neutron.api.v2.resource [None req-2ceddcee-87a2-49aa-943b-ce22ab8171ad 019fc25f3e3044dc8bdce839bc4715c6 7da0fe257bb349e09b2228e0b80c03e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1423] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/subnetpools/0afb27aa-7bd2-490d-a574-632700bb6067 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:18:27.217 8 INFO neutron_taas.services.taas.taas_plugin [req-ce0a5974-5b95-4d2c-a133-7bc899abab52 req-28a98264-7033-40c1-8199-ddf45d34d663 03c1efccb208484d9a6041931af7b0ae 3b366596f57b4f4985e3b89d1c109826 - - default default] TaaS: Handle Delete Port: 2b596ba3-8194-4523-9af7-b21114f0f727 2026-06-16 02:18:27.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce0a5974-5b95-4d2c-a133-7bc899abab52 req-28a98264-7033-40c1-8199-ddf45d34d663 03c1efccb208484d9a6041931af7b0ae 3b366596f57b4f4985e3b89d1c109826 - - default default] Tap Mirror: Handle Delete Port: 2b596ba3-8194-4523-9af7-b21114f0f727 2026-06-16 02:18:27.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a82b67a-f9fe-4263-8885-cbbdd3b426d7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: d9f6956b-f98a-4a40-a7ef-86a4d65c189c 2026-06-16 02:18:27.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a82b67a-f9fe-4263-8885-cbbdd3b426d7 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: d9f6956b-f98a-4a40-a7ef-86a4d65c189c [pid: 8|app: 0|req: 830/1424] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:18:27 2026] DELETE /v2.0/ports/2b596ba3-8194-4523-9af7-b21114f0f727 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1425] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:27.419 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70e63a25-e77a-4360-9d88-3849cea33ce4'] response: {'server_uuid': '5280e0ba-294a-4872-a5b6-c4d90ebdcf1b', 'name': 'network-vif-deleted', 'tag': '2b596ba3-8194-4523-9af7-b21114f0f727', 'status': 'completed', 'code': 200} 2026-06-16 02:18:27.424 8 INFO neutron.api.v2.resource [None req-4d21bd4d-8987-443a-a65c-df8fa0ea057b 019fc25f3e3044dc8bdce839bc4715c6 7da0fe257bb349e09b2228e0b80c03e8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1426] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:27 2026] DELETE /v2.0/subnetpools/0afb27aa-7bd2-490d-a574-632700bb6067 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1427] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1428] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:27 2026] DELETE /v2.0/networks/b8a6faea-5f97-4e59-a4d9-2c00074a10b6 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1429] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:27 2026] GET /v2.0/security-groups?tenant_id=0c2a55b3a9f448c9bc7531b1a2b21e3e&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1430] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:27 2026] DELETE /v2.0/security-groups/d1d26f4e-77e3-4c5b-820f-e956f8b0d54e => 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: 597/1431] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 835/1432] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/security-groups?tenant_id=7da0fe257bb349e09b2228e0b80c03e8&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1433] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:28 2026] DELETE /v2.0/security-groups/f7ff952a-be0c-4f33-bfaf-837742db7acc => 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: 836/1434] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1435] 199.204.45.148 () {34 vars in 1124 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/security-groups?id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1436] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1437] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:28 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:28.958 7 INFO neutron.services.segments.plugin [-] Segment b9aa24e0-d4da-4922-97be-b5f2eace6300 resource provider aggregate not found 2026-06-16 02:18:28.962 7 INFO neutron.services.segments.plugin [-] Segment b9aa24e0-d4da-4922-97be-b5f2eace6300 resource provider aggregate not found 2026-06-16 02:18:28.979 7 INFO neutron.services.segments.plugin [-] Segment b9aa24e0-d4da-4922-97be-b5f2eace6300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9aa24e0-d4da-4922-97be-b5f2eace6300 found for delete ", "request_id": "req-3d050c07-b78d-4bfc-8f95-3ea06a0ae49e"}]} 2026-06-16 02:18:28.980 7 INFO neutron.services.segments.plugin [-] Segment b9aa24e0-d4da-4922-97be-b5f2eace6300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9aa24e0-d4da-4922-97be-b5f2eace6300 found for delete ", "request_id": "req-14ccb650-ab39-4700-814b-06288d5b6fa5"}]} [pid: 8|app: 0|req: 838/1438] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:29 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => 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: 839/1439] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:29 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1440] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:29 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:29.924 7 INFO neutron.db.segments_db [None req-dd794f6b-5552-41f5-8d25-095bbc747097 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 067abbe7-d705-4a11-9e12-9c14efc3a2be of type vxlan for network 8e5df2b9-0428-43ea-ab91-5ce1a0436de2 [pid: 7|app: 0|req: 601/1441] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:18:29 2026] POST /v2.0/networks => generated 724 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1442] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:30 2026] POST /v2.0/subnets => generated 690 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1443] 10.0.0.14 () {32 vars in 622 bytes} [Tue Jun 16 02:18:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-06-16 02:18:30.330 7 INFO neutron.db.segments_db [None req-0133a9d7-776e-4a1d-b609-16bd1da7a591 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 00b53004-8643-4e5a-b140-e1fb9e12a196 of type vxlan for network cbd5bc70-0dc3-445e-bd7a-719703720809 [pid: 8|app: 0|req: 843/1444] 10.0.0.14 () {32 vars in 632 bytes} [Tue Jun 16 02:18:30 2026] GET /v2.0/ => generated 632 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1445] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:30 2026] GET /v2.0/ports?device_id=5280e0ba-294a-4872-a5b6-c4d90ebdcf1b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:30.589 7 INFO neutron.db.l3_hamode_db [None req-0133a9d7-776e-4a1d-b609-16bd1da7a591 03409e4da1334319b713b70f25b9cdaf 4e1d7301ccad4f1ebaa6becfa925793a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 845/1446] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:30 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1447] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:31 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1448] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:31 2026] GET /v2.0/security-groups?tenant_id=d525cb34c3c1446994ebcee7fc3eef0b&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1449] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:31 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:31.441 7 INFO neutron.db.l3_hamode_db [None req-0133a9d7-776e-4a1d-b609-16bd1da7a591 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 849/1450] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:31 2026] DELETE /v2.0/security-groups/cb16d236-efc5-42de-9364-fc3723e814f9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:31.901 8 INFO neutron.db.l3_db [None req-79c028e6-1c9d-4f49-beca-6a8348c75223 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Floating IP 52afd057-40a4-400b-9a08-15a403dc496c associated. External IP: 10.96.250.210, port: 4abf3ef4-feb4-4b85-8127-d93dbb6f6d89. [pid: 8|app: 0|req: 850/1451] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:18:31 2026] PUT /v2.0/floatingips/52afd057-40a4-400b-9a08-15a403dc496c => generated 856 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:32.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8038050a-457d-4851-8943-84763257ad9c'] response: {'name': 'network-changed', 'server_uuid': '1fa01947-7562-4778-be92-92a865dc5abd', 'tag': '4abf3ef4-feb4-4b85-8127-d93dbb6f6d89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 602/1454] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:30 2026] POST /v2.0/routers => generated 730 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:33.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-55ae0d66-341e-4079-9c4c-260db1fe5baf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: ad6a6370-4dcc-49c4-9e64-91937822851c 2026-06-16 02:18:33.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55ae0d66-341e-4079-9c4c-260db1fe5baf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: ad6a6370-4dcc-49c4-9e64-91937822851c [pid: 8|app: 0|req: 853/1455] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:18:32 2026] PUT /v2.0/routers/b1733e95-92a8-4e59-9de4-49496228c7e1/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1456] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/ports?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 855/1457] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/networks?id=600792a8-a46f-44ef-9ddf-a0e02151196e => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1458] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1459] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/subnets?id=3c825f5b-e5fc-4b3b-998c-d45e9c513626 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1460] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:18:32 2026] PUT /v2.0/routers/02b9bc7f-af37-4017-8c77-5f99acfa62e9/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1461] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/ports?network_id=600792a8-a46f-44ef-9ddf-a0e02151196e&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: 859/1462] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?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: 860/1463] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:33 2026] GET /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e?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) 2026-06-16 02:18:33.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d3f7317-26bd-4dcf-a234-3b35bb59ff7f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 69405888-a510-4980-a00a-a3675cb5b10d 2026-06-16 02:18:33.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d3f7317-26bd-4dcf-a234-3b35bb59ff7f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 69405888-a510-4980-a00a-a3675cb5b10d 2026-06-16 02:18:34.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d3f7317-26bd-4dcf-a234-3b35bb59ff7f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 0cf3ab3e-69ee-487a-947a-379e1fb15061 2026-06-16 02:18:34.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d3f7317-26bd-4dcf-a234-3b35bb59ff7f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 0cf3ab3e-69ee-487a-947a-379e1fb15061 [pid: 8|app: 0|req: 861/1464] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:18:34 2026] POST /v2.0/security-groups => generated 1658 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1465] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:34 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: 863/1466] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:34.690 7 INFO neutron.services.segments.plugin [-] Segment a7dac003-2d29-484b-bfbf-b30bb3ad894d resource provider aggregate not found 2026-06-16 02:18:34.691 7 INFO neutron.services.segments.plugin [-] Segment a7dac003-2d29-484b-bfbf-b30bb3ad894d resource provider aggregate not found 2026-06-16 02:18:34.718 7 INFO neutron.services.segments.plugin [-] Segment a7dac003-2d29-484b-bfbf-b30bb3ad894d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dac003-2d29-484b-bfbf-b30bb3ad894d found for delete ", "request_id": "req-279c2009-ffa7-4f78-a249-b79f4505f526"}]} 2026-06-16 02:18:34.726 7 INFO neutron.services.segments.plugin [-] Segment a7dac003-2d29-484b-bfbf-b30bb3ad894d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dac003-2d29-484b-bfbf-b30bb3ad894d found for delete ", "request_id": "req-90c8963e-c0e3-41b4-a385-c59792374d00"}]} 2026-06-16 02:18:34.733 7 INFO neutron.db.l3_hamode_db [None req-0d3f7317-26bd-4dcf-a234-3b35bb59ff7f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 3275f4a0-7592-4ab6-be89-c1ec21326892 was deleted as no HA routers are present in tenant 3b366596f57b4f4985e3b89d1c109826. [pid: 7|app: 0|req: 604/1467] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:33 2026] DELETE /v2.0/routers/02b9bc7f-af37-4017-8c77-5f99acfa62e9 => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1468] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:34 2026] DELETE /v2.0/subnets/0cc3d7c5-dd0e-41ac-9f0b-ee5f8245ec80 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:35.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab5dd20a-8e40-4d0e-8468-5b8d8d9ada32 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 55d74104-c41e-46c7-a7fc-0d822f64917d 2026-06-16 02:18:35.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab5dd20a-8e40-4d0e-8468-5b8d8d9ada32 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 55d74104-c41e-46c7-a7fc-0d822f64917d [pid: 7|app: 0|req: 606/1469] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:34 2026] DELETE /v2.0/networks/79aba955-7a8b-441b-b3fc-1f8f84ae7b57 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1470] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:34 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1471] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/security-groups?tenant_id=3b366596f57b4f4985e3b89d1c109826&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1472] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:35 2026] DELETE /v2.0/security-groups/7c0e8217-4daa-44da-ab27-ca4630dad56e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1473] 10.0.0.15 () {34 vars in 1095 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--32164203&fields=id&tenant_id=4e1d7301ccad4f1ebaa6becfa925793a => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1474] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/networks?id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1475] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/quotas/4e1d7301ccad4f1ebaa6becfa925793a => generated 292 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1476] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/ports?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&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: 868/1477] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:18:36 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 869/1478] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:18:36 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 610/1479] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:35 2026] GET /v2.0/security-groups?tenant_id=5ecb5a12978e416f8feb0965a5659b07&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1480] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:36 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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/1481] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:36 2026] DELETE /v2.0/security-groups/b3c010a3-fb92-47f5-8c9a-0a56f70f8bc0 => 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: 871/1482] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:36 2026] GET /v2.0/security-groups?tenant_id=b08b41408bb5460a914bca90fc97289e&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:36.754 7 INFO neutron.services.segments.plugin [-] Segment a466e626-ce17-42a9-a3a0-123a7413741e resource provider aggregate not found 2026-06-16 02:18:36.779 7 INFO neutron.services.segments.plugin [-] Segment a466e626-ce17-42a9-a3a0-123a7413741e resource provider aggregate not found 2026-06-16 02:18:36.780 7 INFO neutron.services.segments.plugin [-] Segment a466e626-ce17-42a9-a3a0-123a7413741e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a466e626-ce17-42a9-a3a0-123a7413741e found for delete ", "request_id": "req-2077d133-9a35-4371-b330-af9360980681"}]} 2026-06-16 02:18:36.806 7 INFO neutron.services.segments.plugin [-] Segment a466e626-ce17-42a9-a3a0-123a7413741e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a466e626-ce17-42a9-a3a0-123a7413741e found for delete ", "request_id": "req-2f399983-1ace-4f02-b63b-abb978e4a58c"}]} [pid: 7|app: 0|req: 612/1483] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:36 2026] DELETE /v2.0/security-groups/73ef50fb-618a-4008-a9a9-4699e46f6b23 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1484] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:37 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1485] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:38 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 873/1486] 10.0.0.223 () {32 vars in 801 bytes} [Tue Jun 16 02:18:39 2026] GET /v2.0/extensions => generated 21537 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1487] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:39 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 614/1488] 10.0.0.223 () {30 vars in 724 bytes} [Tue Jun 16 02:18:39 2026] GET /v2.0/quotas/cdee92e702be4e48ab93213a8ec4d4ec/details => generated 847 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1489] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:40 2026] GET /v2.0/networks?id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1490] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:18:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4e1d7301ccad4f1ebaa6becfa925793a => generated 179 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1491] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:40 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1492] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:40 2026] GET /v2.0/security-groups?tenant_id=b86d7986177c4e229e5a5d396dbbb745&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1493] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:40 2026] DELETE /v2.0/security-groups/a5aa9cc3-58b2-4d79-979e-151a333b0f02 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1494] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:18:40 2026] POST /v2.0/ports => generated 958 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1495] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:18:41 2026] PUT /v2.0/ports/43f5c8a4-82ee-4a15-9743-369365825220 => generated 1239 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:41.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4def0d4-5431-45b1-8e04-724fd64b723e'] response: {'name': 'network-changed', 'server_uuid': 'ac54e24a-b01f-4361-a0be-61a379a6ec5b', 'tag': '43f5c8a4-82ee-4a15-9743-369365825220', '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: 619/1496] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:41 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 49 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: 878/1497] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:41 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1498] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:42 2026] GET /v2.0/ports?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 879/1499] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:18:42 2026] GET /v2.0/networks?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&shared=False => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1500] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:18:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1501] 10.0.0.223 () {32 vars in 801 bytes} [Tue Jun 16 02:18:42 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: 622/1502] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:42 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1503] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 881/1504] 10.0.0.223 () {30 vars in 724 bytes} [Tue Jun 16 02:18:42 2026] GET /v2.0/quotas/cdee92e702be4e48ab93213a8ec4d4ec/details => generated 847 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1505] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/ports?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1506] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=43f5c8a4-82ee-4a15-9743-369365825220 => 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: 626/1507] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/subnets?id=dc7fbef3-6370-4cbf-a3d5-336417dcd80b => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1508] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/ports?network_id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1509] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 629/1510] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 882/1511] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:43 2026] GET /v2.0/security-groups?tenant_id=eac36239e7204b0c8b06f1c6a7ead0f2&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1512] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:43 2026] DELETE /v2.0/security-groups/92aa451e-fc7b-4c0b-adc8-832ef0978506 => 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: 883/1513] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1514] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1515] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1516] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1517] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1283 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1518] 10.0.0.14 () {32 vars in 857 bytes} [Tue Jun 16 02:18:44 2026] GET /v2.0/floatingips?floating_network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d&port_id=4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 => generated 861 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1519] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:45 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 634/1520] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:18:45 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1283 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1521] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:45 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1522] 10.0.0.50 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:45 2026] GET /v2.0/security-groups?id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1523] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:46 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1524] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:46 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 888/1527] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:46 2026] GET /v2.0/security-groups?tenant_id=cdee92e702be4e48ab93213a8ec4d4ec&name=default => generated 2925 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1528] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:46 2026] DELETE /v2.0/security-groups/82de789d-db4b-4e6a-9b05-fc522a4ee90e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1529] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:47 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1530] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:47 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 890/1531] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:48 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1532] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:48 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1533] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:49 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1534] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:18:49 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1535] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:49 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 891/1536] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:48 2026] POST /v2.0/floatingips => generated 552 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1537] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:49 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1538] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:49 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1539] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:49 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:18:50.152 7 INFO neutron.db.l3_db [None req-32e67364-6c94-452a-b0f0-4a39df215e2d 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] Floating IP 2146adb3-702c-43bc-b6a6-f7a7074c21c3 associated. External IP: 10.96.250.207, port: 43f5c8a4-82ee-4a15-9743-369365825220. [pid: 7|app: 0|req: 646/1540] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:18:49 2026] PUT /v2.0/floatingips/2146adb3-702c-43bc-b6a6-f7a7074c21c3 => generated 856 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1541] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:49 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:50.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c65a3a7-5d61-446b-b6a6-55f878a86909'] response: {'name': 'network-changed', 'server_uuid': 'ac54e24a-b01f-4361-a0be-61a379a6ec5b', 'tag': '43f5c8a4-82ee-4a15-9743-369365825220', 'status': 'completed', 'code': 200} 2026-06-16 02:18:50.919 7 INFO neutron.db.segments_db [None req-8ae99930-a1ea-4906-b059-f61ed84b5ef4 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Added segment a61a2489-8b0a-48fd-9683-bfccae7d6250 of type vxlan for network d99a9bf2-4363-482b-a88b-7e4819796df6 [pid: 8|app: 0|req: 896/1542] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:50 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1543] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:18:50 2026] POST /v2.0/networks => generated 614 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1544] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:18:50 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1545] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:18:51 2026] GET /v2.0/ports?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 899/1546] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:51 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:18:51.157 8 INFO neutron.db.segments_db [None req-f0836025-de02-467a-a57b-1dcd146bbf8f e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Added segment 322a7540-df16-44c0-9569-dda83bf099cf of type vxlan for network 995fa38d-3ec2-4a94-9151-07a6aaa7a66f 2026-06-16 02:18:51.419 8 INFO neutron.db.l3_hamode_db [None req-f0836025-de02-467a-a57b-1dcd146bbf8f e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 648/1547] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:18:51 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:51.766 7 INFO neutron_taas.services.taas.taas_plugin [req-fb81670c-18bf-4578-aad9-0e0cf93ca0db req-57064660-c1b9-4f4f-8013-7c54558f3ed2 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] TaaS: Handle Delete Port: 4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 2026-06-16 02:18:51.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb81670c-18bf-4578-aad9-0e0cf93ca0db req-57064660-c1b9-4f4f-8013-7c54558f3ed2 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Tap Mirror: Handle Delete Port: 4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 2026-06-16 02:18:51.884 7 INFO neutron.db.l3_db [req-fb81670c-18bf-4578-aad9-0e0cf93ca0db req-57064660-c1b9-4f4f-8013-7c54558f3ed2 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Floating IP 52afd057-40a4-400b-9a08-15a403dc496c disassociated. External IP: 10.96.250.210, port: 4abf3ef4-feb4-4b85-8127-d93dbb6f6d89. [pid: 7|app: 0|req: 649/1548] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:18:51 2026] DELETE /v2.0/ports/4abf3ef4-feb4-4b85-8127-d93dbb6f6d89 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:52.279 8 INFO neutron.db.l3_hamode_db [None req-f0836025-de02-467a-a57b-1dcd146bbf8f e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 650/1549] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/networks?id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1550] 10.0.0.15 () {34 vars in 1119 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/security-groups?id=9439d9b9-1848-4a1f-a4c5-817b4a57176b&id=623da3c6-dae3-4d05-a814-6bc85d19d3e7&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1551] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:18:52 2026] PUT /v2.0/floatingips/6a995a02-d386-4e28-bd52-74818db03b9d/tags => generated 17 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1552] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=43f5c8a4-82ee-4a15-9743-369365825220 => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1553] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:18:52 2026] PUT /v2.0/floatingips/45d5bd02-ec8a-42b2-bbff-ad01eb548b7e/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:52.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55db8418-54c9-4448-a667-ab3ab78ae2f0'] response: {'server_uuid': '1fa01947-7562-4778-be92-92a865dc5abd', 'name': 'network-vif-deleted', 'tag': '4abf3ef4-feb4-4b85-8127-d93dbb6f6d89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1554] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/subnets?id=dc7fbef3-6370-4cbf-a3d5-336417dcd80b => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1555] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:18:52 2026] PUT /v2.0/floatingips/8120406a-f6fa-4f15-9f61-96a86b42482d/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1556] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/ports?network_id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1557] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:18:52 2026] PUT /v2.0/floatingips/470c4097-1cdb-44cf-9b4b-e7e86dbefda0/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1558] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 660/1559] 10.0.0.14 () {32 vars in 671 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1560] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1561] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1562] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1563] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1564] 10.0.0.14 () {32 vars in 679 bytes} [Tue Jun 16 02:18:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1565] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:18:52 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: 667/1566] 10.0.0.14 () {32 vars in 689 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1567] 10.0.0.14 () {32 vars in 701 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1568] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:51 2026] POST /v2.0/routers => generated 694 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:53.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a97fa7b-081b-4ead-8f87-c8b8a7a7f885 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] TaaS: Handle Delete Port: 06f4b9ac-b18b-40c1-930b-bd3ed2ec6aca 2026-06-16 02:18:53.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a97fa7b-081b-4ead-8f87-c8b8a7a7f885 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] Tap Mirror: Handle Delete Port: 06f4b9ac-b18b-40c1-930b-bd3ed2ec6aca [pid: 8|app: 0|req: 901/1569] 10.0.0.14 () {32 vars in 775 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/subnets?project_id=fa18eb3c91ce447ca6e0744a4a2edbcf&cidr=10.100.0.0%2F28 => 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: 902/1570] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/networks?router%3Aexternal=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: 903/1571] 10.0.0.14 () {32 vars in 783 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/subnets?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d&cidr=10.100.0.0%2F28 => 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: 669/1572] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:53 2026] DELETE /v2.0/floatingips/6a995a02-d386-4e28-bd52-74818db03b9d => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:53.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-174eaba8-2656-4f36-aa27-1e2c171994a7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] TaaS: Handle Delete Port: dc096f07-2df5-4f5e-9c73-7bbe1558b080 2026-06-16 02:18:53.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174eaba8-2656-4f36-aa27-1e2c171994a7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] Tap Mirror: Handle Delete Port: dc096f07-2df5-4f5e-9c73-7bbe1558b080 [pid: 8|app: 0|req: 904/1573] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:18:53 2026] POST /v2.0/subnets => generated 657 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1574] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:53 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 670/1575] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:53 2026] DELETE /v2.0/floatingips/45d5bd02-ec8a-42b2-bbff-ad01eb548b7e => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:53.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b44b514-4bd5-4afb-bd15-ab7a5afeeeb7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] TaaS: Handle Delete Port: 440e82ee-86a6-47fe-8379-362a743992bc 2026-06-16 02:18:53.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b44b514-4bd5-4afb-bd15-ab7a5afeeeb7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] Tap Mirror: Handle Delete Port: 440e82ee-86a6-47fe-8379-362a743992bc [pid: 7|app: 0|req: 671/1576] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:53 2026] DELETE /v2.0/floatingips/8120406a-f6fa-4f15-9f61-96a86b42482d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:54.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-57250d70-c1ff-4f43-bdb1-64b2445e331a df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] TaaS: Handle Delete Port: 10d2da7d-dbd6-47f8-88c0-1e3a0462f7ad 2026-06-16 02:18:54.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57250d70-c1ff-4f43-bdb1-64b2445e331a df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] Tap Mirror: Handle Delete Port: 10d2da7d-dbd6-47f8-88c0-1e3a0462f7ad [pid: 7|app: 0|req: 672/1577] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:53 2026] DELETE /v2.0/floatingips/470c4097-1cdb-44cf-9b4b-e7e86dbefda0 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:54.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e9fff0c-4511-41e6-a07d-3aa4af00b7b7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] TaaS: Handle Delete Port: 7a40f541-5c30-4cae-90fe-b58f2b8ffd19 2026-06-16 02:18:54.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e9fff0c-4511-41e6-a07d-3aa4af00b7b7 df4b2bf97e9e44eba341cf142262e89e 60158a1a9e26424fa42d419c7fd49d23 - - default default] Tap Mirror: Handle Delete Port: 7a40f541-5c30-4cae-90fe-b58f2b8ffd19 [pid: 7|app: 0|req: 673/1578] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:54 2026] DELETE /v2.0/floatingips/a9f5975c-5f85-412d-9f84-ca5800b667b9 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1579] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:54 2026] GET /v2.0/ports?device_id=1fa01947-7562-4778-be92-92a865dc5abd => 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: 906/1580] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:18:53 2026] PUT /v2.0/routers/42e8abfe-f74a-47e5-9ce2-425c759970d6/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1581] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:18:54 2026] GET /v2.0/networks => generated 7960 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1582] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:18:54 2026] GET /v2.0/subnets => generated 6495 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1583] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:18:55 2026] GET /v2.0/routers => generated 2909 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1584] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:18:55 2026] POST /v2.0/security-groups => generated 1675 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1585] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1586] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:55 2026] GET /v2.0/security-groups?tenant_id=bdacb612d5b844dca9ee087fd09f349a&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1587] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1588] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:55 2026] DELETE /v2.0/security-groups/e5c14500-af5e-4a72-b0ee-e457f649474a => 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: 679/1589] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:55 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: 680/1590] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:55 2026] DELETE /v2.0/security-groups/9439d9b9-1848-4a1f-a4c5-817b4a57176b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1591] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:55 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) 2026-06-16 02:18:56.018 8 INFO neutron.api.v2.resource [None req-a09c13e5-569d-4927-9349-cce4abd48d37 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1592] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:18:56 2026] GET /v2.0/security-groups/9439d9b9-1848-4a1f-a4c5-817b4a57176b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:18:56.048 8 INFO neutron.db.securitygroups_db [None req-6f4e18ad-0e7a-429b-ac4e-9111d169ffbf e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Project fa18eb3c91ce447ca6e0744a4a2edbcf 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: 681/1593] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:55 2026] GET /v2.0/security-groups?tenant_id=60158a1a9e26424fa42d419c7fd49d23&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1594] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:18:56.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d9fb1a8-65a4-41d2-8ba0-fa5af2682446 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] TaaS: Handle Delete Port: 053f5002-7fad-4312-ab5b-c97fe0857b91 2026-06-16 02:18:56.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d9fb1a8-65a4-41d2-8ba0-fa5af2682446 b51b7353c82a4bee95391ab82784ef01 4b758fbdf3ba4ca98bdf7af5a0b38bed - - default default] Tap Mirror: Handle Delete Port: 053f5002-7fad-4312-ab5b-c97fe0857b91 [pid: 8|app: 0|req: 914/1595] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:56 2026] DELETE /v2.0/security-groups/96584b45-9a17-4f0b-b807-96f7066a8d18 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:56.338 8 INFO neutron.db.securitygroups_db [None req-d0edca4b-e91f-425a-ad96-feca3675eb43 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Project fa18eb3c91ce447ca6e0744a4a2edbcf 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: 682/1596] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:18:56 2026] DELETE /v2.0/floatingips/52afd057-40a4-400b-9a08-15a403dc496c => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1597] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:18:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1598] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:56 2026] DELETE /v2.0/security-groups/623da3c6-dae3-4d05-a814-6bc85d19d3e7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1599] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:18:56 2026] GET /v2.0/security-groups?tenant_id=06ec42b65a504e07a2cada53dd724e42&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1600] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:18:56 2026] DELETE /v2.0/security-groups/da3d161d-baac-4f8a-8818-40891282bd74 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:18:57.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-82e5b2c0-b210-4eb1-97a5-b265a73507ea 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: ea4b6fd6-51bf-423e-a831-df0780e3af9f 2026-06-16 02:18:57.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82e5b2c0-b210-4eb1-97a5-b265a73507ea 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: ea4b6fd6-51bf-423e-a831-df0780e3af9f [pid: 8|app: 0|req: 918/1601] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:18:56 2026] GET /v2.0/networks => generated 1298 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1602] 10.0.0.15 () {34 vars in 1099 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1957075976&fields=id&tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1603] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 661 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1604] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/quotas/fa18eb3c91ce447ca6e0744a4a2edbcf => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1605] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&fields=id => generated 103 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1606] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 684/1607] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:18:56 2026] PUT /v2.0/routers/37b08bd2-5f03-4b48-a828-9fe0924dace6/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1608] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:57.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-a036673e-1d3f-4445-a42c-8a0e85abeb90 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 633e08e2-bd0a-4dc0-8598-098dcdc061bf 2026-06-16 02:18:57.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a036673e-1d3f-4445-a42c-8a0e85abeb90 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 633e08e2-bd0a-4dc0-8598-098dcdc061bf [pid: 8|app: 0|req: 925/1609] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:57 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:18:58.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-a036673e-1d3f-4445-a42c-8a0e85abeb90 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 31d32777-3aaa-4a46-adbe-bc3a5280134b 2026-06-16 02:18:58.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a036673e-1d3f-4445-a42c-8a0e85abeb90 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 31d32777-3aaa-4a46-adbe-bc3a5280134b 2026-06-16 02:18:58.392 7 INFO neutron.services.segments.plugin [-] Segment 88379b19-7fdc-40c7-bb35-45089762b2d4 resource provider aggregate not found 2026-06-16 02:18:58.397 7 INFO neutron.services.segments.plugin [-] Segment 88379b19-7fdc-40c7-bb35-45089762b2d4 resource provider aggregate not found 2026-06-16 02:18:58.414 7 INFO neutron.services.segments.plugin [-] Segment 88379b19-7fdc-40c7-bb35-45089762b2d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88379b19-7fdc-40c7-bb35-45089762b2d4 found for delete ", "request_id": "req-1679325c-560f-4c80-9dc3-4a564fa80bca"}]} 2026-06-16 02:18:58.414 7 INFO neutron.services.segments.plugin [-] Segment 88379b19-7fdc-40c7-bb35-45089762b2d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88379b19-7fdc-40c7-bb35-45089762b2d4 found for delete ", "request_id": "req-9cb272cc-294e-4991-9f1b-97c3c76f205b"}]} 2026-06-16 02:18:58.430 7 INFO neutron.db.l3_hamode_db [None req-a036673e-1d3f-4445-a42c-8a0e85abeb90 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 985c3e69-7c1e-4404-b812-aae35f3aa777 was deleted as no HA routers are present in tenant 4b758fbdf3ba4ca98bdf7af5a0b38bed. [pid: 7|app: 0|req: 685/1610] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:57 2026] DELETE /v2.0/routers/37b08bd2-5f03-4b48-a828-9fe0924dace6 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1611] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:18:58 2026] DELETE /v2.0/subnets/3c825f5b-e5fc-4b3b-998c-d45e9c513626 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:58.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f276acd-c1d2-46dc-b61a-e711f5e0affa 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 421eef1f-145e-4611-bc31-96a3a72cd630 2026-06-16 02:18:58.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f276acd-c1d2-46dc-b61a-e711f5e0affa 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 421eef1f-145e-4611-bc31-96a3a72cd630 [pid: 8|app: 0|req: 927/1612] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:18:58 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 686/1613] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:18:58 2026] DELETE /v2.0/networks/600792a8-a46f-44ef-9ddf-a0e02151196e => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:18:59.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe88b4e1-5ba4-4ab5-9179-756e485d1f13 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 3d5f5f5d-be13-49f8-bb09-d67054acbf9e 2026-06-16 02:18:59.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe88b4e1-5ba4-4ab5-9179-756e485d1f13 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 3d5f5f5d-be13-49f8-bb09-d67054acbf9e [pid: 7|app: 0|req: 687/1614] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:00 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1615] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:18:58 2026] PUT /v2.0/routers/8c7a44a0-ae13-4cfc-808c-0fb31e84542e/remove_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:00.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-54408ae2-c6b7-48f8-b43a-2847327f8740 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 804bbb29-204e-4d7b-b2e4-4cdb4aff4759 2026-06-16 02:19:00.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54408ae2-c6b7-48f8-b43a-2847327f8740 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 804bbb29-204e-4d7b-b2e4-4cdb4aff4759 2026-06-16 02:19:00.443 7 INFO neutron.services.segments.plugin [-] Segment a869200b-a89e-4e3d-923c-ab325327eca3 resource provider aggregate not found 2026-06-16 02:19:00.452 7 INFO neutron.services.segments.plugin [-] Segment a869200b-a89e-4e3d-923c-ab325327eca3 resource provider aggregate not found 2026-06-16 02:19:00.469 7 INFO neutron.services.segments.plugin [-] Segment a869200b-a89e-4e3d-923c-ab325327eca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a869200b-a89e-4e3d-923c-ab325327eca3 found for delete ", "request_id": "req-5ec8ef87-3653-4ec8-be75-3df615aa0fd8"}]} 2026-06-16 02:19:00.473 7 INFO neutron.services.segments.plugin [-] Segment a869200b-a89e-4e3d-923c-ab325327eca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a869200b-a89e-4e3d-923c-ab325327eca3 found for delete ", "request_id": "req-696eee80-5fbf-4fff-818f-aa6cf77c1e0b"}]} 2026-06-16 02:19:00.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-54408ae2-c6b7-48f8-b43a-2847327f8740 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 26c569b6-39de-45f3-8c9b-6360e4bf2a82 2026-06-16 02:19:00.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54408ae2-c6b7-48f8-b43a-2847327f8740 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 26c569b6-39de-45f3-8c9b-6360e4bf2a82 [pid: 8|app: 0|req: 929/1616] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:19:00 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 1244 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1617] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:01 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:01.139 7 INFO neutron.db.l3_hamode_db [None req-54408ae2-c6b7-48f8-b43a-2847327f8740 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 2390b2df-b111-45ca-89d4-80c293659a6b was deleted as no HA routers are present in tenant 526986a2e2ed4d8ba4d6e923b2369333. [pid: 7|app: 0|req: 688/1618] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:00 2026] DELETE /v2.0/routers/8c7a44a0-ae13-4cfc-808c-0fb31e84542e => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1619] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:01 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1620] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:01 2026] DELETE /v2.0/subnets/5ae2bd2f-5cf6-45ba-8c86-ceec7b12925d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:01.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ad55706-8d0c-47ba-a075-579b731b677d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 3659e2b2-d101-4e2d-b3ac-bf8e21ef9dfa 2026-06-16 02:19:01.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ad55706-8d0c-47ba-a075-579b731b677d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 3659e2b2-d101-4e2d-b3ac-bf8e21ef9dfa 2026-06-16 02:19:01.676 8 INFO neutron.services.segments.plugin [-] Segment 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 resource provider aggregate not found 2026-06-16 02:19:01.681 8 INFO neutron.services.segments.plugin [-] Segment 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 resource provider aggregate not found 2026-06-16 02:19:01.696 8 INFO neutron.services.segments.plugin [-] Segment 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 found for delete ", "request_id": "req-fea27abe-d7c4-4d13-8b90-149236f91039"}]} 2026-06-16 02:19:01.698 8 INFO neutron.services.segments.plugin [-] Segment 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52da0fd7-46fe-47e2-b4ed-4ff9b90cd2b8 found for delete ", "request_id": "req-2c2592f5-c6c8-4d63-8c46-a236219d0b29"}]} 2026-06-16 02:19:01.715 7 INFO neutron.db.segments_db [None req-a9d5f29b-e7fc-4c87-b753-1fa0a72100c2 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Added segment aea71f96-1150-4803-944d-c61e9224fe19 of type vxlan for network 068595af-960d-48fc-9319-6fe8b6701ae5 [pid: 8|app: 0|req: 932/1621] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:01 2026] DELETE /v2.0/networks/981d55a1-4b91-4873-9980-76bf6bd32707 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1624] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:01 2026] POST /v2.0/networks => generated 612 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1625] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:02 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1626] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:02 2026] GET /v2.0/security-groups?tenant_id=4b758fbdf3ba4ca98bdf7af5a0b38bed&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1627] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:01 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 693/1628] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:19:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1629] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:02 2026] DELETE /v2.0/security-groups/6e43da33-b248-403a-9e18-4e52c65dfec1 => 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: 694/1630] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:19:02 2026] POST /v2.0/trunks => generated 407 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1631] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:02 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 696/1632] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:02 2026] GET /v2.0/security-groups?tenant_id=526986a2e2ed4d8ba4d6e923b2369333&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:02.499 7 INFO neutron.services.segments.plugin [-] Segment 68d5e487-356c-498c-b372-1053fe5ccb34 resource provider aggregate not found 2026-06-16 02:19:02.505 7 INFO neutron.services.segments.plugin [-] Segment 68d5e487-356c-498c-b372-1053fe5ccb34 resource provider aggregate not found 2026-06-16 02:19:02.525 7 INFO neutron.services.segments.plugin [-] Segment 68d5e487-356c-498c-b372-1053fe5ccb34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68d5e487-356c-498c-b372-1053fe5ccb34 found for delete ", "request_id": "req-ac3d5a1c-7dd1-445a-a9d7-6c69c09a84a8"}]} 2026-06-16 02:19:02.527 7 INFO neutron.services.segments.plugin [-] Segment 68d5e487-356c-498c-b372-1053fe5ccb34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68d5e487-356c-498c-b372-1053fe5ccb34 found for delete ", "request_id": "req-b8a5577c-9838-4b85-be51-14226cb6fce8"}]} 2026-06-16 02:19:02.530 7 INFO neutron.db.segments_db [None req-f4761693-7353-429e-8ac0-d8c7af43105e b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Added segment 8a6cadc7-ee13-454e-b228-efd4877d0033 of type vxlan for network 663b1f20-7c6a-493b-b668-2a5b071d8b55 [pid: 8|app: 0|req: 937/1633] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:19:02 2026] POST /v2.0/ports => generated 958 bytes in 390 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: 697/1634] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:02 2026] POST /v2.0/networks => generated 613 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1635] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:02 2026] DELETE /v2.0/security-groups/860be700-7191-4be5-abcb-569960fca0a1 => 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: 698/1636] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:02 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 939/1637] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:19:02 2026] PUT /v2.0/ports/042e7f5b-744e-42d6-a0af-bbc2b8d3de3e => generated 1239 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:03.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88b6e5d6-c265-44cb-a411-1e20b404d84b'] response: {'name': 'network-changed', 'server_uuid': 'b7558ba2-e9a0-4bfa-984a-7019e8e1532a', 'tag': '042e7f5b-744e-42d6-a0af-bbc2b8d3de3e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 699/1638] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:19:03 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:19:03.272 8 INFO neutron.db.segments_db [None req-716a1e0a-bccd-47f0-98f7-a0e57e8aad33 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Added segment d41d8f81-ba60-411b-b0f1-d7641b16db64 of type vxlan for network 68eaf832-552c-4095-82fa-0ad9558b0501 [pid: 8|app: 0|req: 940/1639] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:03 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1640] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:03 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1641] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:03 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1642] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:03 2026] POST /v2.0/ports => generated 743 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1643] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:03 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 1242 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: 944/1644] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:19:03 2026] GET /v2.0/networks?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1645] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:19:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1646] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:19:03 2026] POST /v2.0/trunks => generated 407 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:03.984 8 INFO neutron.db.segments_db [None req-bd379cba-b8d6-4c8b-8e79-1808d298026a b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Added segment 603024a6-adfb-417e-9423-a84792407896 of type vxlan for network de8c86e8-2e90-4537-b028-f5162157573f [pid: 8|app: 0|req: 946/1647] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:03 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1648] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:04 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1649] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:19:04 2026] POST /v2.0/trunks => generated 407 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:19:04.698 7 INFO neutron.db.segments_db [None req-77cb62cb-ef92-476f-b4f2-6a5d6ff9237b b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Added segment 2a3ed8bd-45a2-4885-937f-ecc92e018fdd of type vxlan for network bc1d4446-ef4b-4c8d-ba3c-14e499143f76 [pid: 8|app: 0|req: 948/1650] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:04 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1651] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:04 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1652] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:04 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1653] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:04 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 951/1654] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=042e7f5b-744e-42d6-a0af-bbc2b8d3de3e => 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: 952/1655] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:04 2026] GET /v2.0/subnets?id=1088a21a-eefd-4206-9d8e-f2ddead866da => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1656] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/ports?network_id=d99a9bf2-4363-482b-a88b-7e4819796df6&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1657] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:04 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1658] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 955/1659] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 705/1660] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:19:05 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1661] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:05 2026] PUT /v2.0/trunks/92bdb8a4-5130-4429-906f-cc60c49d7b93/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1662] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:05 2026] PUT /v2.0/trunks/d3396772-9d4e-460b-9390-65e1ba0915a1/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: 957/1663] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:05 2026] PUT /v2.0/trunks/f5ae0471-0b81-4b4d-83b5-dfae9fb11f5f/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1664] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:05 2026] PUT /v2.0/trunks/5cd1f1a4-0c69-4d38-b48d-a3a69544c745/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1665] 10.0.0.14 () {32 vars in 661 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1666] 10.0.0.14 () {32 vars in 675 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1667] 10.0.0.14 () {32 vars in 671 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1668] 10.0.0.14 () {32 vars in 683 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1669] 10.0.0.14 () {32 vars in 669 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1670] 10.0.0.14 () {32 vars in 683 bytes} [Tue Jun 16 02:19:05 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: 961/1671] 10.0.0.14 () {32 vars in 679 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1672] 10.0.0.14 () {32 vars in 691 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1673] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks/92bdb8a4-5130-4429-906f-cc60c49d7b93 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1674] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/ports/d3d521c8-d975-4142-8053-b69a87452eac => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1675] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:19:05 2026] DELETE /v2.0/trunks/92bdb8a4-5130-4429-906f-cc60c49d7b93 => 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: 713/1676] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/trunks/d3396772-9d4e-460b-9390-65e1ba0915a1 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1677] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 714/1678] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/ports/d968911e-dc5f-4a22-ad0f-8e7f925813a2 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1679] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:05 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 715/1680] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:19:05 2026] DELETE /v2.0/trunks/d3396772-9d4e-460b-9390-65e1ba0915a1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1681] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/trunks/f5ae0471-0b81-4b4d-83b5-dfae9fb11f5f => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1682] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/ports/84c2e6a9-a763-42eb-9aec-74a081da9163 => 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: 967/1683] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:19:06 2026] DELETE /v2.0/trunks/f5ae0471-0b81-4b4d-83b5-dfae9fb11f5f => 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: 717/1684] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/trunks/5cd1f1a4-0c69-4d38-b48d-a3a69544c745 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1685] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/ports/0fac7c4d-5c78-46c4-b082-ab72249ebea2 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1686] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:19:06 2026] DELETE /v2.0/trunks/5cd1f1a4-0c69-4d38-b48d-a3a69544c745 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1687] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/trunks/9fbf02b9-c0ad-4ead-b4b4-2e2c3ba014ba => generated 407 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1688] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:19:06 2026] GET /v2.0/ports/9506c5d6-6200-4b4d-a850-25769c585a87 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1689] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:19:06 2026] DELETE /v2.0/trunks/9fbf02b9-c0ad-4ead-b4b4-2e2c3ba014ba => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:06.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-11a0ce13-1214-4f3d-99ab-b8453245521e b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] TaaS: Handle Delete Port: d3d521c8-d975-4142-8053-b69a87452eac 2026-06-16 02:19:06.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a0ce13-1214-4f3d-99ab-b8453245521e b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Tap Mirror: Handle Delete Port: d3d521c8-d975-4142-8053-b69a87452eac [pid: 7|app: 0|req: 720/1690] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:06 2026] DELETE /v2.0/ports/d3d521c8-d975-4142-8053-b69a87452eac => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:06.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f8e6756-e340-48d1-8673-fea2d710fa4f b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] TaaS: Handle Delete Port: d968911e-dc5f-4a22-ad0f-8e7f925813a2 2026-06-16 02:19:06.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f8e6756-e340-48d1-8673-fea2d710fa4f b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Tap Mirror: Handle Delete Port: d968911e-dc5f-4a22-ad0f-8e7f925813a2 [pid: 8|app: 0|req: 971/1691] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:06 2026] DELETE /v2.0/ports/d968911e-dc5f-4a22-ad0f-8e7f925813a2 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:07.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-f628d49a-39fb-4359-a35e-fb34d95caabd b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] TaaS: Handle Delete Port: 84c2e6a9-a763-42eb-9aec-74a081da9163 2026-06-16 02:19:07.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f628d49a-39fb-4359-a35e-fb34d95caabd b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Tap Mirror: Handle Delete Port: 84c2e6a9-a763-42eb-9aec-74a081da9163 [pid: 8|app: 0|req: 972/1692] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/ports/84c2e6a9-a763-42eb-9aec-74a081da9163 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1693] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:07 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:07.290 7 INFO neutron.db.segments_db [None req-13e399ab-96f4-465d-8ac3-3084182adec1 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] Added segment a3097d4d-fcdf-46bc-a58c-e07162ff9c88 of type vxlan for network 900ed791-7619-45b2-a31d-c42d4328984d 2026-06-16 02:19:07.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-969e283d-bce4-4a7c-9c79-fd18a2d8e4e6 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] TaaS: Handle Delete Port: 0fac7c4d-5c78-46c4-b082-ab72249ebea2 2026-06-16 02:19:07.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-969e283d-bce4-4a7c-9c79-fd18a2d8e4e6 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Tap Mirror: Handle Delete Port: 0fac7c4d-5c78-46c4-b082-ab72249ebea2 [pid: 7|app: 0|req: 721/1694] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:06 2026] POST /v2.0/networks => generated 707 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1695] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/ports/0fac7c4d-5c78-46c4-b082-ab72249ebea2 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1696] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:07 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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-06-16 02:19:07.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-863598df-fa48-4ff3-b4cc-1155380a2ea7 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] TaaS: Handle Delete Port: 9506c5d6-6200-4b4d-a850-25769c585a87 2026-06-16 02:19:07.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863598df-fa48-4ff3-b4cc-1155380a2ea7 b8db08c441fc4077ba320e2f4b3ea319 85fc63c0552549ea9f272a8909a07615 - - default default] Tap Mirror: Handle Delete Port: 9506c5d6-6200-4b4d-a850-25769c585a87 [pid: 8|app: 0|req: 975/1697] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:19:07 2026] POST /v2.0/subnets => generated 644 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1698] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/ports/9506c5d6-6200-4b4d-a850-25769c585a87 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:07.635 8 WARNING neutron.api.v2.base [None req-114d7114-4e17-459d-9d0c-a8cf8f7fef9f 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-16 02:19:07.636 8 INFO neutron.api.v2.resource [None req-114d7114-4e17-459d-9d0c-a8cf8f7fef9f 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 976/1699] 10.0.0.14 () {34 vars in 680 bytes} [Tue Jun 16 02:19:07 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-16 02:19:07.749 7 INFO neutron.services.segments.plugin [-] Segment aea71f96-1150-4803-944d-c61e9224fe19 resource provider aggregate not found 2026-06-16 02:19:07.758 7 INFO neutron.services.segments.plugin [-] Segment aea71f96-1150-4803-944d-c61e9224fe19 resource provider aggregate not found 2026-06-16 02:19:07.775 7 INFO neutron.services.segments.plugin [-] Segment aea71f96-1150-4803-944d-c61e9224fe19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aea71f96-1150-4803-944d-c61e9224fe19 found for delete ", "request_id": "req-6a6fdc8a-aee2-47d2-a7f1-1a883f03c8e5"}]} 2026-06-16 02:19:07.782 7 INFO neutron.services.segments.plugin [-] Segment aea71f96-1150-4803-944d-c61e9224fe19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aea71f96-1150-4803-944d-c61e9224fe19 found for delete ", "request_id": "req-91ec7599-8d16-4576-96d4-55e8c499e7e8"}]} [pid: 7|app: 0|req: 724/1700] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/networks/068595af-960d-48fc-9319-6fe8b6701ae5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:07.826 8 INFO neutron.services.segments.plugin [-] Segment a3097d4d-fcdf-46bc-a58c-e07162ff9c88 resource provider aggregate not found 2026-06-16 02:19:07.832 8 INFO neutron.services.segments.plugin [-] Segment a3097d4d-fcdf-46bc-a58c-e07162ff9c88 resource provider aggregate not found 2026-06-16 02:19:07.856 8 INFO neutron.services.segments.plugin [-] Segment a3097d4d-fcdf-46bc-a58c-e07162ff9c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3097d4d-fcdf-46bc-a58c-e07162ff9c88 found for delete ", "request_id": "req-df5d1df5-364d-48aa-a5b2-ff0c3c995efe"}]} 2026-06-16 02:19:07.856 8 INFO neutron.services.segments.plugin [-] Segment a3097d4d-fcdf-46bc-a58c-e07162ff9c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3097d4d-fcdf-46bc-a58c-e07162ff9c88 found for delete ", "request_id": "req-3f3e31e6-e273-4581-915f-f7e3fc7f8307"}]} [pid: 8|app: 0|req: 977/1701] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/networks/900ed791-7619-45b2-a31d-c42d4328984d => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:07.974 8 INFO neutron.db.segments_db [None req-415fe314-aa44-4818-8c71-7df2b0413357 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] Added segment 67293494-9714-4043-8be9-52c7f73422b1 of type vxlan for network d5e77b70-f10c-4d0e-b792-a4fe73ad48ba [pid: 7|app: 0|req: 725/1702] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:07 2026] DELETE /v2.0/networks/663b1f20-7c6a-493b-b668-2a5b071d8b55 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1703] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:07 2026] POST /v2.0/networks => generated 707 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1704] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:08 2026] DELETE /v2.0/networks/68eaf832-552c-4095-82fa-0ad9558b0501 => 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: 979/1705] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:19:08 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:08.261 8 WARNING neutron.api.v2.base [None req-2c129980-32cb-4dec-88da-47ed9980667d 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-16 02:19:08.262 8 INFO neutron.api.v2.resource [None req-2c129980-32cb-4dec-88da-47ed9980667d 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 980/1706] 10.0.0.14 () {34 vars in 680 bytes} [Tue Jun 16 02:19:08 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: 727/1707] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:08 2026] DELETE /v2.0/networks/de8c86e8-2e90-4537-b028-f5162157573f => 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: 728/1708] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:08 2026] DELETE /v2.0/networks/bc1d4446-ef4b-4c8d-ba3c-14e499143f76 => 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: 729/1709] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:08 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1710] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:08 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 981/1711] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:08 2026] DELETE /v2.0/networks/d5e77b70-f10c-4d0e-b792-a4fe73ad48ba => generated 0 bytes in 747 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:09.076 7 INFO neutron.db.segments_db [None req-3fd3e589-dbb9-41ef-ae7e-d3db46ba5cac 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] Added segment 5a7f7da1-940b-4f3e-a9f3-2685bb751cda of type vxlan for network 433faac8-ee46-4ce9-8b42-9085169fc8c9 [pid: 7|app: 0|req: 731/1712] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:09 2026] POST /v2.0/networks => generated 708 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1713] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:19:09 2026] POST /v2.0/subnets => generated 647 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1714] 10.0.0.14 () {34 vars in 680 bytes} [Tue Jun 16 02:19:09 2026] POST /v2.0/rbac-policies => generated 324 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1715] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:09 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1716] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:09 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 983/1717] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:09 2026] GET /v2.0/security-groups?tenant_id=1d36dfea5c8b4665b18742c02dd12ddf&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:09.801 7 INFO neutron.services.segments.plugin [-] Segment 8a6cadc7-ee13-454e-b228-efd4877d0033 resource provider aggregate not found 2026-06-16 02:19:09.823 7 INFO neutron.services.segments.plugin [-] Segment 8a6cadc7-ee13-454e-b228-efd4877d0033 resource provider aggregate not found 2026-06-16 02:19:09.828 7 INFO neutron.services.segments.plugin [-] Segment 8a6cadc7-ee13-454e-b228-efd4877d0033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6cadc7-ee13-454e-b228-efd4877d0033 found for delete ", "request_id": "req-a986d109-4984-4ad0-b771-d0b0dab17c3a"}]} 2026-06-16 02:19:09.849 7 INFO neutron.services.segments.plugin [-] Segment d41d8f81-ba60-411b-b0f1-d7641b16db64 resource provider aggregate not found 2026-06-16 02:19:09.858 7 INFO neutron.services.segments.plugin [-] Segment 8a6cadc7-ee13-454e-b228-efd4877d0033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6cadc7-ee13-454e-b228-efd4877d0033 found for delete ", "request_id": "req-adb4e159-b772-43f2-9be2-7584081522d8"}]} 2026-06-16 02:19:09.878 7 INFO neutron.services.segments.plugin [-] Segment d41d8f81-ba60-411b-b0f1-d7641b16db64 resource provider aggregate not found 2026-06-16 02:19:09.884 8 INFO neutron.services.segments.plugin [-] Segment 67293494-9714-4043-8be9-52c7f73422b1 resource provider aggregate not found 2026-06-16 02:19:09.885 7 INFO neutron.services.segments.plugin [-] Segment d41d8f81-ba60-411b-b0f1-d7641b16db64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41d8f81-ba60-411b-b0f1-d7641b16db64 found for delete ", "request_id": "req-99f60fd3-ebcc-449a-83a2-4def00b3515f"}]} 2026-06-16 02:19:09.890 8 INFO neutron.services.segments.plugin [-] Segment 67293494-9714-4043-8be9-52c7f73422b1 resource provider aggregate not found 2026-06-16 02:19:09.899 8 INFO neutron.services.segments.plugin [-] Segment 67293494-9714-4043-8be9-52c7f73422b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67293494-9714-4043-8be9-52c7f73422b1 found for delete ", "request_id": "req-df54c3f7-3bcd-4e5d-b9cd-305bf489b928"}]} 2026-06-16 02:19:09.910 7 INFO neutron.services.segments.plugin [-] Segment d41d8f81-ba60-411b-b0f1-d7641b16db64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41d8f81-ba60-411b-b0f1-d7641b16db64 found for delete ", "request_id": "req-79c8f2be-31c7-4e73-bc7b-ddb0dfe1ca75"}]} 2026-06-16 02:19:09.916 7 INFO neutron.services.segments.plugin [-] Segment 603024a6-adfb-417e-9423-a84792407896 resource provider aggregate not found 2026-06-16 02:19:09.920 8 INFO neutron.services.segments.plugin [-] Segment 67293494-9714-4043-8be9-52c7f73422b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67293494-9714-4043-8be9-52c7f73422b1 found for delete ", "request_id": "req-df243091-b159-403a-90fa-6abdf80ce7ed"}]} 2026-06-16 02:19:09.940 7 INFO neutron.services.segments.plugin [-] Segment 603024a6-adfb-417e-9423-a84792407896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 603024a6-adfb-417e-9423-a84792407896 found for delete ", "request_id": "req-81ec1d3c-6aa1-497e-a97e-207f0d1b4166"}]} 2026-06-16 02:19:09.953 7 INFO neutron.services.segments.plugin [-] Segment 2a3ed8bd-45a2-4885-937f-ecc92e018fdd resource provider aggregate not found 2026-06-16 02:19:09.975 7 INFO neutron.services.segments.plugin [-] Segment 603024a6-adfb-417e-9423-a84792407896 resource provider aggregate not found 2026-06-16 02:19:09.989 7 INFO neutron.services.segments.plugin [-] Segment 2a3ed8bd-45a2-4885-937f-ecc92e018fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3ed8bd-45a2-4885-937f-ecc92e018fdd found for delete ", "request_id": "req-5f023b7b-b40a-4bdf-a0f4-a5688b8eff10"}]} 2026-06-16 02:19:09.998 7 INFO neutron.services.segments.plugin [-] Segment 603024a6-adfb-417e-9423-a84792407896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 603024a6-adfb-417e-9423-a84792407896 found for delete ", "request_id": "req-aa78c4e5-e9cc-4f8a-8c72-76d38eb7d110"}]} 2026-06-16 02:19:10.021 7 INFO neutron.services.segments.plugin [-] Segment 2a3ed8bd-45a2-4885-937f-ecc92e018fdd resource provider aggregate not found [pid: 7|app: 0|req: 735/1718] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:09 2026] DELETE /v2.0/security-groups/516eae74-c4ab-4e1a-a484-1259becf3bea => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:10.039 7 INFO neutron.services.segments.plugin [-] Segment 2a3ed8bd-45a2-4885-937f-ecc92e018fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3ed8bd-45a2-4885-937f-ecc92e018fdd found for delete ", "request_id": "req-af382af3-c2cb-45de-8cf8-0a6ed5477ac5"}]} [pid: 8|app: 0|req: 984/1719] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/networks/433faac8-ee46-4ce9-8b42-9085169fc8c9 => generated 655 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1720] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/security-groups?tenant_id=d36d03b8f6cd467b887fc87a9b7d597d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1721] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:10 2026] DELETE /v2.0/security-groups/f2d9969b-291d-4c77-abbb-ce3daa1b7908 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1722] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/security-groups?tenant_id=85fc63c0552549ea9f272a8909a07615&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1723] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:10 2026] DELETE /v2.0/security-groups/53585905-909e-4bd2-b5be-641a7bee0da8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:10.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2871f7fa-d843-4ee9-8420-52c5ec4d08cb 1cb57db1a69244cf85098c177a662362 d65f6a139dce42d6a95fe5009519ce6b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1724] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/networks/433faac8-ee46-4ce9-8b42-9085169fc8c9 => generated 138 bytes in 237 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1725] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1726] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:10 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1727] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:10 2026] DELETE /v2.0/networks/433faac8-ee46-4ce9-8b42-9085169fc8c9 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:11.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-262a5e64-1c93-42e8-aae8-7410c603446f 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 740/1728] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:11 2026] DELETE /v2.0/subnets/82459b9b-3334-4174-b59a-b131078eaf5c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:19:11.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-628d1740-e437-4d51-afd0-c7e7a407f22e 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1729] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:11 2026] DELETE /v2.0/subnets/67b09be2-41f9-4fa1-988a-acf1b2fde6b7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:19:11.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4dbf8dea-78ca-45c0-a320-c61e5dc43230 05eefa158f994de591d3fd6e89f1e02d 609b57891de64aa3ad84ad0938f6f7dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1730] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:11 2026] DELETE /v2.0/subnets/6e324c08-af50-475c-897f-a8210a4145f1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1731] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1732] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 743/1733] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1734] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 991/1735] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 992/1736] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1737] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1738] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:11.920 8 INFO neutron.services.segments.plugin [-] Segment 5a7f7da1-940b-4f3e-a9f3-2685bb751cda resource provider aggregate not found 2026-06-16 02:19:11.940 8 INFO neutron.services.segments.plugin [-] Segment 5a7f7da1-940b-4f3e-a9f3-2685bb751cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7f7da1-940b-4f3e-a9f3-2685bb751cda found for delete ", "request_id": "req-cdf5a2e8-5ed6-4329-a345-147a4047c50a"}]} 2026-06-16 02:19:11.943 8 INFO neutron.services.segments.plugin [-] Segment 5a7f7da1-940b-4f3e-a9f3-2685bb751cda resource provider aggregate not found [pid: 8|app: 0|req: 995/1739] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:11 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:11.966 8 INFO neutron.services.segments.plugin [-] Segment 5a7f7da1-940b-4f3e-a9f3-2685bb751cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7f7da1-940b-4f3e-a9f3-2685bb751cda found for delete ", "request_id": "req-d5aec2e5-73b9-487a-8ed6-d87844074d53"}]} 2026-06-16 02:19:12.139 7 INFO neutron.db.l3_db [None req-42a83708-c3c3-4260-a21b-ec5ecb3acfee e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Floating IP 23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 associated. External IP: 10.96.250.215, port: 042e7f5b-744e-42d6-a0af-bbc2b8d3de3e. [pid: 8|app: 0|req: 996/1740] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:12 2026] GET /v2.0/security-groups?tenant_id=a09fe1d322f642d1ad64dfb9b3b0ef20&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1741] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:12 2026] DELETE /v2.0/security-groups/535cf68a-85e0-4b38-8be4-7542ec1e0994 => 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: 745/1742] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:19:11 2026] POST /v2.0/floatingips => generated 856 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:12.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d301dfd-c784-4877-b632-da6316a536f4'] response: {'name': 'network-changed', 'server_uuid': 'b7558ba2-e9a0-4bfa-984a-7019e8e1532a', 'tag': '042e7f5b-744e-42d6-a0af-bbc2b8d3de3e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 998/1743] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:12 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1744] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:12 2026] GET /v2.0/security-groups?tenant_id=d65f6a139dce42d6a95fe5009519ce6b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1745] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:12 2026] DELETE /v2.0/security-groups/a86956d5-616a-4ec3-86ed-3aa37d5f84db => 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: 747/1746] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/security-groups?tenant_id=609b57891de64aa3ad84ad0938f6f7dc&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1747] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 1001/1748] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 1002/1749] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 748/1750] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:13 2026] DELETE /v2.0/security-groups/0afc7ea7-885c-4d1f-a8f9-62ebf32e410e => 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: 1003/1751] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1752] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=042e7f5b-744e-42d6-a0af-bbc2b8d3de3e => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1753] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/subnets?id=1088a21a-eefd-4206-9d8e-f2ddead866da => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1754] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/ports?network_id=d99a9bf2-4363-482b-a88b-7e4819796df6&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: 1005/1755] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/ports?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 751/1756] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 1006/1757] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks?id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1758] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 1007/1759] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=43f5c8a4-82ee-4a15-9743-369365825220 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1760] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/subnets?id=dc7fbef3-6370-4cbf-a3d5-336417dcd80b => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1761] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/ports?network_id=8e5df2b9-0428-43ea-ab91-5ce1a0436de2&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: 754/1762] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 1009/1763] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1764] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:13 2026] GET /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2?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: 1010/1765] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 756/1766] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 1011/1767] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1768] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:14 2026] PUT /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1769] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 858 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1770] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1771] 10.0.0.14 () {34 vars in 763 bytes} [Tue Jun 16 02:19:14 2026] PUT /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1772] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1773] 10.0.0.14 () {34 vars in 759 bytes} [Tue Jun 16 02:19:14 2026] PUT /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1774] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:14 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1775] 10.0.0.14 () {34 vars in 781 bytes} [Tue Jun 16 02:19:14 2026] PUT /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1776] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1777] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:15 2026] PUT /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1778] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1779] 10.0.0.14 () {32 vars in 740 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:15.249 7 INFO neutron.api.v2.resource [None req-2ca3d632-85c0-461f-996c-7301e04dd107 18a9f4aef1234c00aeaaf7349ccd6a64 68d752c9236e4184ae04fc36651434dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1780] 10.0.0.14 () {32 vars in 744 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/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: 1018/1781] 10.0.0.14 () {32 vars in 743 bytes} [Tue Jun 16 02:19:15 2026] DELETE /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/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: 764/1782] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1783] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:15.405 7 INFO neutron.api.v2.resource [None req-aa3dc5b6-843b-421e-b0f5-ffbf0e196741 18a9f4aef1234c00aeaaf7349ccd6a64 68d752c9236e4184ae04fc36651434dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1784] 10.0.0.14 () {32 vars in 747 bytes} [Tue Jun 16 02:19:15 2026] DELETE /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1785] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1786] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:19:15 2026] DELETE /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1787] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:15 2026] GET /v2.0/policies/7d56738b-8b41-41b6-965c-f02e18369d28/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1788] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:15 2026] DELETE /v2.0/qos/policies/7d56738b-8b41-41b6-965c-f02e18369d28 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1789] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:16 2026] GET /v2.0/security-groups?tenant_id=5e63001a1a164e669f091212bcf7e9a8&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1790] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:16 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1791] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:16 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1792] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:16 2026] DELETE /v2.0/security-groups/fd866d97-f4e6-46f5-9cc9-85fc167417fa => 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: 1025/1795] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:16 2026] GET /v2.0/security-groups?tenant_id=68d752c9236e4184ae04fc36651434dc&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: 771/1796] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:16 2026] DELETE /v2.0/security-groups/0b299740-aa11-49a7-833f-3fbe211c6072 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:17.685 8 INFO neutron.db.segments_db [None req-5e8f1d36-3f9f-47d9-b1d5-b4164850f176 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Added segment 7264b258-6f1e-4989-89ff-aade8efa2806 of type vxlan for network f71c84c9-dbaa-4c94-8d50-ca508138c7d4 [pid: 8|app: 0|req: 1026/1797] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:17 2026] POST /v2.0/networks => generated 612 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1798] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:17 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1799] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:17 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1800] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:17 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) 2026-06-16 02:19:18.086 7 INFO neutron.db.segments_db [None req-16429935-85a0-4ca2-902b-e104fffe5e8c 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Added segment 9ba9622b-3a39-4943-b05a-aa0a830c7a55 of type vxlan for network 784eaa48-b77d-4827-bcd2-0bdaa7249be7 [pid: 7|app: 0|req: 774/1801] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:18 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1028/1802] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:18 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:18.560 7 INFO neutron.db.segments_db [None req-3a88a92a-7035-465c-9c77-f40020f6a155 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Added segment aa8fe770-b8f5-4442-99d0-a794c0c4faf0 of type vxlan for network b52f75d5-3493-4754-b334-7eb4ef98a9b5 [pid: 7|app: 0|req: 775/1803] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:18 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1029/1804] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:18 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, ' 2026-06-16 02:19:18.952 7 INFO neutron.db.segments_db [None req-6c0083db-ab1a-4652-b005-3b9696d3815e 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Added segment 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 of type vxlan for network de3f6920-10ed-4838-b7bd-6eb0927cbfdd [pid: 8|app: 0|req: 1030/1805] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:18 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1806] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:19 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1807] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:18 2026] POST /v2.0/networks => generated 611 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1808] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:19 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:19.445 7 INFO neutron.db.segments_db [None req-fb2e5fda-98ce-41c5-87e3-ce6faf3d3cbc 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Added segment 6584efad-1773-4f17-a1a5-ee92292cf36f of type vxlan for network 4f304d6a-50bb-4e02-89d7-22048937a528 [pid: 7|app: 0|req: 777/1809] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:19 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1033/1810] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:19:19 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1811] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:19:19 2026] PUT /v2.0/ports/f9b19115-facc-44ed-95e5-3712e5a6b6eb/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1034/1812] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:19:19 2026] PUT /v2.0/ports/a1dad1f0-442e-40b9-bf6f-04f003ec3585/tags => generated 25 bytes in 75 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: 779/1813] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:19:20 2026] PUT /v2.0/ports/39c4d968-3183-4146-aa0b-9c7e4b72a070/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 780/1814] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1815] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:19:20 2026] PUT /v2.0/ports/63c77a01-5780-4b2f-b4da-d930fccd1446/tags => generated 19 bytes in 58 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: 781/1816] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 1036/1817] 10.0.0.14 () {32 vars in 659 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1818] 10.0.0.14 () {32 vars in 673 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1819] 10.0.0.14 () {32 vars in 669 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?tags-any=blue => 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: 784/1820] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1821] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1822] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:20 2026] PUT /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1823] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1824] 10.0.0.14 () {34 vars in 777 bytes} [Tue Jun 16 02:19:20 2026] PUT /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/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: 1041/1825] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/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: 1042/1826] 10.0.0.14 () {34 vars in 773 bytes} [Tue Jun 16 02:19:20 2026] PUT /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1827] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1828] 10.0.0.14 () {34 vars in 795 bytes} [Tue Jun 16 02:19:21 2026] PUT /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1829] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1830] 10.0.0.14 () {32 vars in 667 bytes} [Tue Jun 16 02:19:20 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1831] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:21 2026] PUT /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1832] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1833] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1834] 10.0.0.14 () {32 vars in 754 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:21.278 8 INFO neutron.api.v2.resource [None req-624aeead-b597-4d43-bd33-4079c3421278 f4890f58c4454a8594d07d0e832c15df 6cc21ac12ccb40e4a8e1e18f26d328ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/1835] 10.0.0.14 () {32 vars in 758 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1836] 10.0.0.14 () {32 vars in 677 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1837] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1838] 10.0.0.14 () {32 vars in 757 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1839] 10.0.0.14 () {32 vars in 689 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1840] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1841] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1842] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:21.499 8 INFO neutron.api.v2.resource [None req-fe963ef3-792d-4b5a-a9dc-a3532d0cf613 f4890f58c4454a8594d07d0e832c15df 6cc21ac12ccb40e4a8e1e18f26d328ca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/1843] 10.0.0.14 () {32 vars in 761 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:19:21.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5057196-06a8-468c-98f7-bd24cd3f9e73 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] TaaS: Handle Delete Port: f9b19115-facc-44ed-95e5-3712e5a6b6eb 2026-06-16 02:19:21.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5057196-06a8-468c-98f7-bd24cd3f9e73 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Tap Mirror: Handle Delete Port: f9b19115-facc-44ed-95e5-3712e5a6b6eb [pid: 8|app: 0|req: 1055/1844] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 1056/1845] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/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: 790/1846] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/ports/f9b19115-facc-44ed-95e5-3712e5a6b6eb => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1847] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:21 2026] GET /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:19:21.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-960683b1-8302-41d1-9f70-922294363ba6 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] TaaS: Handle Delete Port: a1dad1f0-442e-40b9-bf6f-04f003ec3585 2026-06-16 02:19:21.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960683b1-8302-41d1-9f70-922294363ba6 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Tap Mirror: Handle Delete Port: a1dad1f0-442e-40b9-bf6f-04f003ec3585 [pid: 8|app: 0|req: 1058/1848] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/security-groups/92f82b72-f665-4ab0-9761-fa62556643f2 => 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: 791/1849] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/ports/a1dad1f0-442e-40b9-bf6f-04f003ec3585 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:21.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-44e570f7-016e-41bd-b206-3dee0dac8089 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] TaaS: Handle Delete Port: 39c4d968-3183-4146-aa0b-9c7e4b72a070 2026-06-16 02:19:21.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44e570f7-016e-41bd-b206-3dee0dac8089 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Tap Mirror: Handle Delete Port: 39c4d968-3183-4146-aa0b-9c7e4b72a070 [pid: 8|app: 0|req: 1059/1850] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:21 2026] DELETE /v2.0/ports/39c4d968-3183-4146-aa0b-9c7e4b72a070 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:22.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-335288bf-676d-4fa6-8457-e8d565d801f7 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] TaaS: Handle Delete Port: 63c77a01-5780-4b2f-b4da-d930fccd1446 2026-06-16 02:19:22.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-335288bf-676d-4fa6-8457-e8d565d801f7 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Tap Mirror: Handle Delete Port: 63c77a01-5780-4b2f-b4da-d930fccd1446 [pid: 7|app: 0|req: 792/1851] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/ports/63c77a01-5780-4b2f-b4da-d930fccd1446 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:22.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb4d9607-b5cc-4b1d-ac72-ae7f36ac16f0 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] TaaS: Handle Delete Port: c6584b92-92f3-43c7-a658-0e1f27e9dc89 2026-06-16 02:19:22.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb4d9607-b5cc-4b1d-ac72-ae7f36ac16f0 12eddbca7d9a44ada4d14095af971389 158d3b672bb247c08eedac682251bd44 - - default default] Tap Mirror: Handle Delete Port: c6584b92-92f3-43c7-a658-0e1f27e9dc89 [pid: 8|app: 0|req: 1060/1852] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/ports/c6584b92-92f3-43c7-a658-0e1f27e9dc89 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:22.611 8 INFO neutron.services.segments.plugin [-] Segment 7264b258-6f1e-4989-89ff-aade8efa2806 resource provider aggregate not found 2026-06-16 02:19:22.614 8 INFO neutron.services.segments.plugin [-] Segment 7264b258-6f1e-4989-89ff-aade8efa2806 resource provider aggregate not found [pid: 7|app: 0|req: 793/1853] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:22 2026] GET /v2.0/security-groups?tenant_id=6cc21ac12ccb40e4a8e1e18f26d328ca&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:22.638 8 INFO neutron.services.segments.plugin [-] Segment 7264b258-6f1e-4989-89ff-aade8efa2806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7264b258-6f1e-4989-89ff-aade8efa2806 found for delete ", "request_id": "req-17697dc9-7c02-4288-8d90-b6b78074f7ea"}]} 2026-06-16 02:19:22.644 8 INFO neutron.services.segments.plugin [-] Segment 7264b258-6f1e-4989-89ff-aade8efa2806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7264b258-6f1e-4989-89ff-aade8efa2806 found for delete ", "request_id": "req-0ac04152-319f-491a-938f-3aafcb7e8635"}]} [pid: 8|app: 0|req: 1061/1854] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/networks/f71c84c9-dbaa-4c94-8d50-ca508138c7d4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1855] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/security-groups/21f0f987-fc09-4eeb-b87a-de97f6b50dd1 => 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: 1062/1856] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/networks/784eaa48-b77d-4827-bcd2-0bdaa7249be7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:22.951 7 INFO neutron.services.segments.plugin [-] Segment aa8fe770-b8f5-4442-99d0-a794c0c4faf0 resource provider aggregate not found 2026-06-16 02:19:22.957 7 INFO neutron.services.segments.plugin [-] Segment aa8fe770-b8f5-4442-99d0-a794c0c4faf0 resource provider aggregate not found 2026-06-16 02:19:22.974 7 INFO neutron.services.segments.plugin [-] Segment aa8fe770-b8f5-4442-99d0-a794c0c4faf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8fe770-b8f5-4442-99d0-a794c0c4faf0 found for delete ", "request_id": "req-305e8814-51f6-49b1-b441-9d83e64f53d9"}]} 2026-06-16 02:19:22.981 7 INFO neutron.services.segments.plugin [-] Segment aa8fe770-b8f5-4442-99d0-a794c0c4faf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8fe770-b8f5-4442-99d0-a794c0c4faf0 found for delete ", "request_id": "req-c21c0229-53f9-4f8a-942a-53fb409b4838"}]} [pid: 7|app: 0|req: 795/1857] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:22 2026] DELETE /v2.0/networks/b52f75d5-3493-4754-b334-7eb4ef98a9b5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1858] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:22 2026] GET /v2.0/security-groups?tenant_id=a609c9477c3946afa925c9b969733a21&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1859] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:23 2026] DELETE /v2.0/security-groups/cf4d72e3-4126-4e4d-ae1f-1fb5e2286e5c => 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: 796/1860] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:23 2026] DELETE /v2.0/networks/de3f6920-10ed-4838-b7bd-6eb0927cbfdd => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1861] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:23 2026] DELETE /v2.0/networks/4f304d6a-50bb-4e02-89d7-22048937a528 => 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: 797/1862] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:24 2026] GET /v2.0/security-groups?tenant_id=158d3b672bb247c08eedac682251bd44&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1863] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:24 2026] DELETE /v2.0/security-groups/f4c264f6-e1b1-4e5b-841b-8798de239faa => 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: 798/1864] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:24 2026] GET /v2.0/security-groups?tenant_id=7cf409382c6248159d28fe41e8cc1455&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:24.665 8 INFO neutron.services.segments.plugin [-] Segment 9ba9622b-3a39-4943-b05a-aa0a830c7a55 resource provider aggregate not found 2026-06-16 02:19:24.669 8 INFO neutron.services.segments.plugin [-] Segment 9ba9622b-3a39-4943-b05a-aa0a830c7a55 resource provider aggregate not found 2026-06-16 02:19:24.691 8 INFO neutron.services.segments.plugin [-] Segment 9ba9622b-3a39-4943-b05a-aa0a830c7a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba9622b-3a39-4943-b05a-aa0a830c7a55 found for delete ", "request_id": "req-6cd3e5ab-4e78-41a9-9c9a-5bf363ef64c5"}]} 2026-06-16 02:19:24.695 8 INFO neutron.services.segments.plugin [-] Segment 9ba9622b-3a39-4943-b05a-aa0a830c7a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba9622b-3a39-4943-b05a-aa0a830c7a55 found for delete ", "request_id": "req-944ac1fc-273c-4d7e-9d4c-3fac7ee95de6"}]} 2026-06-16 02:19:24.715 8 INFO neutron.services.segments.plugin [-] Segment 6584efad-1773-4f17-a1a5-ee92292cf36f resource provider aggregate not found 2026-06-16 02:19:24.721 8 INFO neutron.services.segments.plugin [-] Segment 6584efad-1773-4f17-a1a5-ee92292cf36f resource provider aggregate not found 2026-06-16 02:19:24.736 8 INFO neutron.services.segments.plugin [-] Segment 6584efad-1773-4f17-a1a5-ee92292cf36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6584efad-1773-4f17-a1a5-ee92292cf36f found for delete ", "request_id": "req-804dec7b-d08a-4a5a-9cb0-5cc053771c3c"}]} 2026-06-16 02:19:24.739 8 INFO neutron.services.segments.plugin [-] Segment 6584efad-1773-4f17-a1a5-ee92292cf36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6584efad-1773-4f17-a1a5-ee92292cf36f found for delete ", "request_id": "req-fee7ac6a-a68f-4d1a-9bc2-928c61ab2fff"}]} [pid: 8|app: 0|req: 1067/1865] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:24 2026] DELETE /v2.0/security-groups/20a01ca1-26eb-446d-866a-3715429d43b6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:25.001 7 INFO neutron.services.segments.plugin [-] Segment 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 resource provider aggregate not found 2026-06-16 02:19:25.014 7 INFO neutron.services.segments.plugin [-] Segment 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 resource provider aggregate not found 2026-06-16 02:19:25.028 7 INFO neutron.services.segments.plugin [-] Segment 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 found for delete ", "request_id": "req-d755d458-0779-45a6-a803-813651ed01fa"}]} 2026-06-16 02:19:25.034 7 INFO neutron.services.segments.plugin [-] Segment 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d795b2c-37d0-44fe-9f97-fdfd990ba3c6 found for delete ", "request_id": "req-ced7fd29-b6e2-48bc-a35c-59a56b27b955"}]} [pid: 7|app: 0|req: 799/1866] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:24 2026] GET /v2.0/security-groups?tenant_id=999bfe3bafd940ae9bfed6eb788812da&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: 1068/1867] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:25 2026] DELETE /v2.0/security-groups/9654663e-7f6e-4987-88e2-0139bd42c5ce => 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: 800/1868] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1869] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1870] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1871] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1872] 10.0.0.14 () {34 vars in 677 bytes} [Tue Jun 16 02:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/1873] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:29 2026] PUT /v2.0/policies/a3761db7-1015-4aa3-bea4-82f1c536fa57/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1874] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:29 2026] PUT /v2.0/policies/5ce9107b-94a7-4244-a50f-c9d5fb96a742/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: 1072/1875] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:29 2026] PUT /v2.0/policies/7215aa00-cbbc-4963-8721-e47adf773926/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1876] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:29 2026] PUT /v2.0/policies/971a8821-bb67-48f0-8d08-0f1482a45981/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: 1073/1877] 10.0.0.14 () {32 vars in 673 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1878] 10.0.0.14 () {32 vars in 687 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1879] 10.0.0.14 () {32 vars in 683 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1880] 10.0.0.14 () {32 vars in 695 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1881] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1882] 10.0.0.14 () {32 vars in 695 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1883] 10.0.0.14 () {32 vars in 691 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1884] 10.0.0.14 () {32 vars in 703 bytes} [Tue Jun 16 02:19:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1885] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:30 2026] DELETE /v2.0/qos/policies/a3761db7-1015-4aa3-bea4-82f1c536fa57 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1886] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:30 2026] DELETE /v2.0/qos/policies/5ce9107b-94a7-4244-a50f-c9d5fb96a742 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1887] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:30 2026] DELETE /v2.0/qos/policies/7215aa00-cbbc-4963-8721-e47adf773926 => 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: 810/1888] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:30 2026] DELETE /v2.0/qos/policies/971a8821-bb67-48f0-8d08-0f1482a45981 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1889] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:19:30 2026] DELETE /v2.0/qos/policies/1dc3951a-74e4-4c69-807b-12482e47e004 => 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: 1081/1892] 10.0.0.14 () {32 vars in 825 bytes} [Tue Jun 16 02:19:31 2026] GET /v2.0/ports?project_id=fa18eb3c91ce447ca6e0744a4a2edbcf&network_id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 3695 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1893] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:31 2026] GET /v2.0/security-groups?tenant_id=0f34dfb45ffc4a0a880deb9db437fbc8&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1894] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 1083/1895] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 813/1896] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:32 2026] DELETE /v2.0/security-groups/746b6e19-848f-4211-87d3-c9d68b787380 => 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: 814/1897] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/subnets?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1898] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/security-groups?tenant_id=413615a9cf5646479d6ebd48b16f4101&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1899] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:32 2026] DELETE /v2.0/security-groups/cf7c7841-e96b-48dd-907f-b9e6bf73a731 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:32.655 8 INFO neutron.db.l3_db [None req-e852ee27-e61c-4ca5-8a46-98b1965a9cea e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Floating IP 23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 disassociated. External IP: 10.96.250.215, port: 042e7f5b-744e-42d6-a0af-bbc2b8d3de3e. [pid: 7|app: 0|req: 816/1900] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/security-groups?tenant_id=3c291b15ccd44a19b3aa0eea7888c7d9&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1901] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:32 2026] PUT /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 554 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1902] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:32 2026] DELETE /v2.0/security-groups/0bb52075-b8e0-4940-a5da-06da0e622eaf => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1903] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 554 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:32.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeaaa4cd-5ac7-4202-b994-8d33a8bafdb0'] response: {'name': 'network-changed', 'server_uuid': 'b7558ba2-e9a0-4bfa-984a-7019e8e1532a', 'tag': '042e7f5b-744e-42d6-a0af-bbc2b8d3de3e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 818/1904] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/1905] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1906] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=042e7f5b-744e-42d6-a0af-bbc2b8d3de3e => 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: 1088/1907] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/subnets?id=1088a21a-eefd-4206-9d8e-f2ddead866da => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1908] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/ports?network_id=d99a9bf2-4363-482b-a88b-7e4819796df6&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: 1089/1909] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1910] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:33 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 1090/1911] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:34 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1912] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:35 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 552 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/1913] 10.0.0.14 () {34 vars in 684 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-groups => generated 1673 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1914] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/1915] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1916] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/1917] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 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) 2026-06-16 02:19:36.855 7 INFO neutron.db.securitygroups_db [None req-c59c62dc-227a-4a60-a6e1-132bf48e6dd0 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Project fa18eb3c91ce447ca6e0744a4a2edbcf 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: 825/1918] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:37.016 8 INFO neutron.db.securitygroups_db [None req-10a1711e-38c8-432d-b27a-0e675eede723 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Project fa18eb3c91ce447ca6e0744a4a2edbcf added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1094/1919] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:19:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1920] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/1921] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1922] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/networks => generated 1298 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1923] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:37 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: 7|app: 0|req: 828/1924] 10.0.0.15 () {34 vars in 1097 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-633030659&fields=id&tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1925] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1926] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/quotas/fa18eb3c91ce447ca6e0744a4a2edbcf => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/1927] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1928] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&fields=id => generated 149 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/1929] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:19:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1930] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 1099/1931] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:37 2026] PUT /v2.0/security-groups/aac63d66-fd73-49f8-92b0-2df585ec40de/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1932] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:19:37 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 1100/1933] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:37 2026] PUT /v2.0/security-groups/f9d9c8a9-a6b7-4fc0-be36-b1f6e4dd2940/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1934] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:38 2026] PUT /v2.0/security-groups/db1c049a-9cc4-4d00-a74c-1a04e16ea13c/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: 1101/1935] 10.0.0.14 () {34 vars in 766 bytes} [Tue Jun 16 02:19:38 2026] PUT /v2.0/security-groups/cca51d62-ecc3-44f1-b2f9-12e5d80dd49b/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: 835/1936] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/1937] 10.0.0.14 () {32 vars in 679 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1938] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:19:38 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: 8|app: 0|req: 1103/1939] 10.0.0.14 () {32 vars in 689 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1940] 10.0.0.14 () {32 vars in 701 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/1941] 10.0.0.14 () {32 vars in 687 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1942] 10.0.0.14 () {32 vars in 701 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/1943] 10.0.0.14 () {32 vars in 697 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1944] 10.0.0.14 () {32 vars in 709 bytes} [Tue Jun 16 02:19:38 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/1945] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:38 2026] DELETE /v2.0/security-groups/aac63d66-fd73-49f8-92b0-2df585ec40de => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1946] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:38 2026] DELETE /v2.0/security-groups/f9d9c8a9-a6b7-4fc0-be36-b1f6e4dd2940 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/1947] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:38 2026] DELETE /v2.0/security-groups/db1c049a-9cc4-4d00-a74c-1a04e16ea13c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1948] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:38 2026] DELETE /v2.0/security-groups/cca51d62-ecc3-44f1-b2f9-12e5d80dd49b => 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: 1108/1949] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:38 2026] DELETE /v2.0/security-groups/21d915e8-cd8c-4ce1-90ee-c7764ff3ab14 => 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: 842/1950] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:39 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 1109/1951] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:39 2026] GET /v2.0/security-groups?tenant_id=fe65cbc385e644b0846e82b9b436e6d2&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1952] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:39 2026] DELETE /v2.0/security-groups/d84b8c80-57f6-4e6f-af05-88b075883c42 => 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: 1110/1953] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:40 2026] GET /v2.0/security-groups?tenant_id=872629518d9c403c82c1f18f1ae10da4&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1954] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:40 2026] DELETE /v2.0/security-groups/b390673d-a3cf-4955-bf9c-11f22ea80349 => 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: 1111/1955] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:40 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 845/1956] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:40 2026] GET /v2.0/security-groups?tenant_id=5a4b124e738a45ef8899aaccd3711c2e&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/1957] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:40 2026] DELETE /v2.0/security-groups/ff813f01-e387-44a9-95f7-f3790b59efce => 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: 846/1958] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:41 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 1113/1959] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:42 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => 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: 847/1960] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:19:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/1961] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:42 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 848/1962] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:19:42 2026] POST /v2.0/ports => generated 958 bytes in 381 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: 849/1963] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:42 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1964] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:42 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 851/1965] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 852/1966] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 8|app: 0|req: 1115/1967] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:19:42 2026] PUT /v2.0/ports/95255904-ee81-4cea-a20f-5a2d66b738ca => generated 1239 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:43.322 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7deb9df3-29a3-463c-b21e-dd4c0be8bc4f'] response: {'name': 'network-changed', 'server_uuid': 'ace243ec-f545-4a94-bd02-48f3424fe4a4', 'tag': '95255904-ee81-4cea-a20f-5a2d66b738ca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 853/1968] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 973 bytes in 74 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: 1116/1969] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1970] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1971] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:19:43 2026] GET /v2.0/networks?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1972] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:19:43 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: 1117/1973] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1974] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:19:44 2026] PUT /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/1975] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1976] 10.0.0.14 () {34 vars in 769 bytes} [Tue Jun 16 02:19:44 2026] PUT /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/1977] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1978] 10.0.0.14 () {34 vars in 765 bytes} [Tue Jun 16 02:19:44 2026] PUT /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/1979] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1980] 10.0.0.14 () {34 vars in 787 bytes} [Tue Jun 16 02:19:44 2026] PUT /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/1981] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1982] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/1983] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1984] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:19:44 2026] PUT /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/1985] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/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: 863/1986] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:44.581 8 INFO neutron.api.v2.resource [None req-82d53c13-5429-44a4-aaa2-cce60fa8c2a3 8b080434375140b093c56543a3bec957 0ce67eac97ac4f24bc0e49a8573b0887 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1124/1987] 10.0.0.14 () {32 vars in 750 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1988] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:19:44 2026] DELETE /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/1989] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:19:44.700 7 INFO neutron.api.v2.resource [None req-a4b9af48-e1b2-49b2-a426-9b7534548fb7 8b080434375140b093c56543a3bec957 0ce67eac97ac4f24bc0e49a8573b0887 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1990] 10.0.0.14 () {32 vars in 753 bytes} [Tue Jun 16 02:19:44 2026] DELETE /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/1991] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:19:44 2026] DELETE /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1992] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1993] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/1994] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:19:44 2026] DELETE /v2.0/subnetpools/90d4c115-2e27-4688-9a83-dc3c8caa601c => 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: 868/1995] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/1996] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:44 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1997] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=95255904-ee81-4cea-a20f-5a2d66b738ca => 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: 1129/1998] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/subnets?id=1088a21a-eefd-4206-9d8e-f2ddead866da => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1999] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/ports?network_id=d99a9bf2-4363-482b-a88b-7e4819796df6&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2000] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 871/2001] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 872/2002] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/2003] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/security-groups?id=ad4eec87-1a15-47fa-98f1-aabf7933ba43&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: 874/2004] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2005] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/security-groups?tenant_id=4c94cac35c5a4e0ca16bd6c3e4505b6c&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:45.764 7 INFO neutron_taas.services.taas.taas_plugin [req-3cec921d-59a4-4741-af84-ee9d1f707f28 req-f7192fe9-86c5-4862-b7f3-974a26c9dc64 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] TaaS: Handle Delete Port: 43f5c8a4-82ee-4a15-9743-369365825220 2026-06-16 02:19:45.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3cec921d-59a4-4741-af84-ee9d1f707f28 req-f7192fe9-86c5-4862-b7f3-974a26c9dc64 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] Tap Mirror: Handle Delete Port: 43f5c8a4-82ee-4a15-9743-369365825220 [pid: 8|app: 0|req: 1132/2006] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:45 2026] DELETE /v2.0/security-groups/5886519a-7c25-4ea1-9b5e-d85999f26747 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:45.889 7 INFO neutron.db.l3_db [req-3cec921d-59a4-4741-af84-ee9d1f707f28 req-f7192fe9-86c5-4862-b7f3-974a26c9dc64 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] Floating IP 2146adb3-702c-43bc-b6a6-f7a7074c21c3 disassociated. External IP: 10.96.250.207, port: 43f5c8a4-82ee-4a15-9743-369365825220. [pid: 8|app: 0|req: 1133/2007] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:45 2026] GET /v2.0/security-groups?tenant_id=0ce67eac97ac4f24bc0e49a8573b0887&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: 1134/2008] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:46 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/2009] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:19:45 2026] DELETE /v2.0/ports/43f5c8a4-82ee-4a15-9743-369365825220 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2010] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:46 2026] DELETE /v2.0/security-groups/6e344248-a251-4de4-91c5-f3a63e772f83 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/2011] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:46 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:46.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d27b6e4c-18cf-4525-b165-9dd53fb1b997'] response: {'server_uuid': 'ac54e24a-b01f-4361-a0be-61a379a6ec5b', 'name': 'network-vif-deleted', 'tag': '43f5c8a4-82ee-4a15-9743-369365825220', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1136/2012] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:46 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 1138/2015] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:47 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/2016] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:47 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2017] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:47 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 879/2018] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:48 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2019] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:48 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&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: 880/2020] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:48 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 881/2021] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:49 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 882/2022] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:49 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&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-06-16 02:19:49.920 8 INFO neutron.db.segments_db [None req-e94b6004-0dac-4cb1-9693-7d994ca4ef17 149a18f5853141b9a24ddf8156fd6b8f fc7b8a346c7f4243945080e94738ff58 - - default default] Added segment 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 of type vxlan for network 601dda79-4438-474f-aca5-c76d76e45426 [pid: 7|app: 0|req: 883/2023] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:49 2026] GET /v2.0/ports?device_id=ac54e24a-b01f-4361-a0be-61a379a6ec5b => 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: 1141/2024] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:49 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:50.061 8 INFO neutron.db.segments_db [None req-01406d2e-e9fd-454e-8ffc-fb2bf67dcfbc 149a18f5853141b9a24ddf8156fd6b8f fc7b8a346c7f4243945080e94738ff58 - - default default] Added segment bfd547bf-7da1-4e0e-b4e4-17e6878d9162 of type vxlan for network 3a2295b5-28a6-45e2-9bec-c68c48c6d9c7 [pid: 7|app: 0|req: 884/2025] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/2026] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2027] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:19:50 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2028] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/2029] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:50 2026] PUT /v2.0/networks/601dda79-4438-474f-aca5-c76d76e45426/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/2030] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/networks/601dda79-4438-474f-aca5-c76d76e45426/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/2031] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:50 2026] PUT /v2.0/networks/3a2295b5-28a6-45e2-9bec-c68c48c6d9c7/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/2032] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/networks/3a2295b5-28a6-45e2-9bec-c68c48c6d9c7/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/2033] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:19:50 2026] PUT /v2.0/networks/3a2295b5-28a6-45e2-9bec-c68c48c6d9c7/tags => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:19:50.522 8 INFO neutron.db.l3_db [None req-14295b2f-f73a-4607-9c43-98efea00f0be e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Floating IP 23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 associated. External IP: 10.96.250.215, port: 95255904-ee81-4cea-a20f-5a2d66b738ca. [pid: 7|app: 0|req: 891/2034] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/networks/3a2295b5-28a6-45e2-9bec-c68c48c6d9c7/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/2035] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/networks/601dda79-4438-474f-aca5-c76d76e45426/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:19:50.766 7 INFO neutron.services.segments.plugin [-] Segment 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 resource provider aggregate not found 2026-06-16 02:19:50.774 7 INFO neutron.services.segments.plugin [-] Segment 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 resource provider aggregate not found 2026-06-16 02:19:50.792 7 INFO neutron.services.segments.plugin [-] Segment 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 found for delete ", "request_id": "req-76eb65ef-fd28-471e-a243-3b1dc6854d8d"}]} [pid: 7|app: 0|req: 893/2036] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:50 2026] DELETE /v2.0/networks/601dda79-4438-474f-aca5-c76d76e45426 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:50.797 7 INFO neutron.services.segments.plugin [-] Segment 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c15e9e6-6c80-410c-b9f8-b5189bdf4bd7 found for delete ", "request_id": "req-e0144446-ed5f-4903-9dbd-30d21903a3e1"}]} [pid: 7|app: 0|req: 894/2037] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:50 2026] DELETE /v2.0/networks/3a2295b5-28a6-45e2-9bec-c68c48c6d9c7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2038] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:19:50 2026] PUT /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 856 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/2039] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:50 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:50.996 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7a7910a-f8fd-4f82-9779-4a12a1cea275'] response: {'name': 'network-changed', 'server_uuid': 'ace243ec-f545-4a94-bd02-48f3424fe4a4', 'tag': '95255904-ee81-4cea-a20f-5a2d66b738ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1145/2040] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:51 2026] DELETE /v2.0/security-groups/ad4eec87-1a15-47fa-98f1-aabf7933ba43 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:51.238 7 INFO neutron.api.v2.resource [None req-fc01bc25-a5cb-4081-a89f-efc36412acf7 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 896/2041] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/security-groups/ad4eec87-1a15-47fa-98f1-aabf7933ba43 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:19:51.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-01c55c04-26c7-4cf0-8e5d-790dcfba5e8a 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] TaaS: Handle Delete Port: da74fef5-d5d3-4571-b312-07f31187fbe8 2026-06-16 02:19:51.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c55c04-26c7-4cf0-8e5d-790dcfba5e8a 3175504e7d2b48c1993098ad07b3ac80 4e1d7301ccad4f1ebaa6becfa925793a - - default default] Tap Mirror: Handle Delete Port: da74fef5-d5d3-4571-b312-07f31187fbe8 [pid: 8|app: 0|req: 1146/2042] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:19:51 2026] DELETE /v2.0/floatingips/2146adb3-702c-43bc-b6a6-f7a7074c21c3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/2043] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/ports?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/2044] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/networks?id=d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/2045] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=95255904-ee81-4cea-a20f-5a2d66b738ca => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/2046] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/security-groups?tenant_id=9ef7666cbaf249998efcf4c88cd23eaf&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2047] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:19:51 2026] GET /v2.0/subnets?id=1088a21a-eefd-4206-9d8e-f2ddead866da => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:51.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-13dd3586-e6ca-460b-b4f6-add2219f3b2f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 45782e61-8b62-49d2-abc2-1520e3759096 2026-06-16 02:19:51.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13dd3586-e6ca-460b-b4f6-add2219f3b2f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 45782e61-8b62-49d2-abc2-1520e3759096 [pid: 7|app: 0|req: 902/2048] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:51 2026] DELETE /v2.0/security-groups/ef7bc06c-6292-4e64-b9a8-8396f8cd55f7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/2049] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:19:52 2026] GET /v2.0/ports?network_id=d99a9bf2-4363-482b-a88b-7e4819796df6&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: 904/2050] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:19:52 2026] GET /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/2051] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:19:52 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 906/2052] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:52 2026] GET /v2.0/security-groups?tenant_id=fc7b8a346c7f4243945080e94738ff58&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/2053] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:19:52 2026] GET /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6?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: 908/2054] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:52 2026] DELETE /v2.0/security-groups/2e2a49a0-b8e0-4375-8729-8552dd0dd37d => 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: 1147/2055] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:19:51 2026] PUT /v2.0/routers/b1733e95-92a8-4e59-9de4-49496228c7e1/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:52.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-175dc55a-18c5-463b-8884-f11619697c53 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: ce8649c1-5eeb-40a3-b882-c4eec3cb4bdb 2026-06-16 02:19:52.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-175dc55a-18c5-463b-8884-f11619697c53 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: ce8649c1-5eeb-40a3-b882-c4eec3cb4bdb 2026-06-16 02:19:52.821 7 INFO neutron.services.segments.plugin [-] Segment bfd547bf-7da1-4e0e-b4e4-17e6878d9162 resource provider aggregate not found 2026-06-16 02:19:52.826 7 INFO neutron.services.segments.plugin [-] Segment bfd547bf-7da1-4e0e-b4e4-17e6878d9162 resource provider aggregate not found 2026-06-16 02:19:52.848 7 INFO neutron.services.segments.plugin [-] Segment bfd547bf-7da1-4e0e-b4e4-17e6878d9162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfd547bf-7da1-4e0e-b4e4-17e6878d9162 found for delete ", "request_id": "req-9ec20730-2a32-4c05-83ea-d80cf7c002e9"}]} 2026-06-16 02:19:52.850 7 INFO neutron.services.segments.plugin [-] Segment bfd547bf-7da1-4e0e-b4e4-17e6878d9162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfd547bf-7da1-4e0e-b4e4-17e6878d9162 found for delete ", "request_id": "req-d379d0cd-805d-41fc-b695-03925897f2e3"}]} 2026-06-16 02:19:53.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-175dc55a-18c5-463b-8884-f11619697c53 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 75a9793d-82aa-407d-84c1-60f50d6348ef 2026-06-16 02:19:53.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-175dc55a-18c5-463b-8884-f11619697c53 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 75a9793d-82aa-407d-84c1-60f50d6348ef 2026-06-16 02:19:53.430 7 INFO neutron.db.l3_hamode_db [None req-175dc55a-18c5-463b-8884-f11619697c53 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network cbd5bc70-0dc3-445e-bd7a-719703720809 was deleted as no HA routers are present in tenant 4e1d7301ccad4f1ebaa6becfa925793a. [pid: 7|app: 0|req: 909/2056] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:52 2026] DELETE /v2.0/routers/b1733e95-92a8-4e59-9de4-49496228c7e1 => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2057] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:19:53 2026] DELETE /v2.0/subnets/dc7fbef3-6370-4cbf-a3d5-336417dcd80b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:19:53.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-92373597-0de8-4fef-a92d-6783c291525f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 654b8571-43ac-47ea-8b2e-892975db9ea1 2026-06-16 02:19:53.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92373597-0de8-4fef-a92d-6783c291525f 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 654b8571-43ac-47ea-8b2e-892975db9ea1 [pid: 7|app: 0|req: 910/2058] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:19:53 2026] DELETE /v2.0/networks/8e5df2b9-0428-43ea-ab91-5ce1a0436de2 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2059] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:54 2026] GET /v2.0/security-groups?tenant_id=4e1d7301ccad4f1ebaa6becfa925793a&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: 911/2060] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:54 2026] DELETE /v2.0/security-groups/76e8acb4-88ea-4542-8fb2-e116bfc11608 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:54.870 7 INFO neutron.services.segments.plugin [-] Segment 00b53004-8643-4e5a-b140-e1fb9e12a196 resource provider aggregate not found 2026-06-16 02:19:54.875 7 INFO neutron.services.segments.plugin [-] Segment 00b53004-8643-4e5a-b140-e1fb9e12a196 resource provider aggregate not found 2026-06-16 02:19:54.899 7 INFO neutron.services.segments.plugin [-] Segment 00b53004-8643-4e5a-b140-e1fb9e12a196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b53004-8643-4e5a-b140-e1fb9e12a196 found for delete ", "request_id": "req-13de62de-8069-4291-8d54-2f2d2985baa9"}]} 2026-06-16 02:19:54.904 7 INFO neutron.services.segments.plugin [-] Segment 00b53004-8643-4e5a-b140-e1fb9e12a196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00b53004-8643-4e5a-b140-e1fb9e12a196 found for delete ", "request_id": "req-e3ba4994-293b-4469-aaf2-01e394fdfaa8"}]} 2026-06-16 02:19:54.922 7 INFO neutron.services.segments.plugin [-] Segment 067abbe7-d705-4a11-9e12-9c14efc3a2be resource provider aggregate not found 2026-06-16 02:19:54.926 7 INFO neutron.services.segments.plugin [-] Segment 067abbe7-d705-4a11-9e12-9c14efc3a2be resource provider aggregate not found 2026-06-16 02:19:54.958 7 INFO neutron.services.segments.plugin [-] Segment 067abbe7-d705-4a11-9e12-9c14efc3a2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 067abbe7-d705-4a11-9e12-9c14efc3a2be found for delete ", "request_id": "req-8b6184e3-9743-45d5-85b7-f9580a4f412e"}]} 2026-06-16 02:19:54.959 7 INFO neutron.services.segments.plugin [-] Segment 067abbe7-d705-4a11-9e12-9c14efc3a2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 067abbe7-d705-4a11-9e12-9c14efc3a2be found for delete ", "request_id": "req-35e75fd0-01df-4a9f-ba07-dd165171bd48"}]} [pid: 8|app: 0|req: 1150/2061] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:55 2026] GET /v2.0/security-groups?tenant_id=e16d0dfc58f64ec08c9f5d8f781c6087&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:19:56.247 7 INFO neutron.db.segments_db [None req-d01a2e46-391c-406e-a564-71670d703133 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment d253ca12-0253-4622-830a-ae426793831a of type vxlan for network 4ed33475-6158-4e5f-a7d3-314ef897d70e [pid: 8|app: 0|req: 1151/2062] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:56 2026] DELETE /v2.0/security-groups/e2553ae8-33b7-4bed-b9af-c72cc43449fa => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2063] 10.0.0.14 () {34 vars in 670 bytes} [Tue Jun 16 02:19:56 2026] POST /v2.0/networks => generated 727 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/2064] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:19:56 2026] GET /v2.0/security-groups?tenant_id=2df3a79c8f5e40aeaf434fc68080b3af&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2065] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:19:56 2026] POST /v2.0/subnets => generated 693 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:19:56.574 8 INFO neutron.db.segments_db [None req-33ded2f0-3a64-4291-9828-66967b6587d0 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Added segment 3aa419f2-b1df-4544-be5f-347dda8e7c63 of type vxlan for network 89297fad-dd0e-49ec-aada-86a26162b281 [pid: 7|app: 0|req: 914/2066] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:19:56 2026] DELETE /v2.0/security-groups/91af22fc-2a54-4346-8a70-a9ccc4b2d6bd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:19:56.819 8 INFO neutron.db.l3_hamode_db [None req-33ded2f0-3a64-4291-9828-66967b6587d0 03409e4da1334319b713b70f25b9cdaf 7b6d75acf1b940c68cdf6e685bec370a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:19:57.601 8 INFO neutron.db.l3_hamode_db [None req-33ded2f0-3a64-4291-9828-66967b6587d0 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1153/2067] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:19:56 2026] POST /v2.0/routers => generated 733 bytes in 1872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2068] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:19:59 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 1155/2069] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:19:59 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&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: 915/2070] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:19:58 2026] PUT /v2.0/routers/73e63874-4f83-4340-b757-5ca9fd5da8b3/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2071] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/networks?id=4ed33475-6158-4e5f-a7d3-314ef897d70e => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2072] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/quotas/7b6d75acf1b940c68cdf6e685bec370a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2073] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/ports?tenant_id=7b6d75acf1b940c68cdf6e685bec370a&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2074] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/networks/4ed33475-6158-4e5f-a7d3-314ef897d70e?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: 1158/2075] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/networks/4ed33475-6158-4e5f-a7d3-314ef897d70e?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: 918/2076] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:00 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1160/2079] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:02 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 920/2080] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:03 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1161/2081] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:04 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 921/2082] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:05 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1162/2083] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:20:05 2026] GET /v2.0/networks?id=4ed33475-6158-4e5f-a7d3-314ef897d70e => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2084] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:20:05 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2085] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:20:05 2026] PUT /v2.0/ports/63c32685-ce66-42a6-a37a-0eb8138c7731 => generated 1235 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:20:06.349 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d03e2ce0-457b-4531-90b7-4b641323f246'] response: {'name': 'network-changed', 'server_uuid': '8a9c7a4c-bf40-4564-a8e5-32283e06e1dc', 'tag': '63c32685-ce66-42a6-a37a-0eb8138c7731', '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: 923/2086] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1164/2087] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2088] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/ports?tenant_id=7b6d75acf1b940c68cdf6e685bec370a&device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1165/2089] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/networks?tenant_id=7b6d75acf1b940c68cdf6e685bec370a&shared=False => generated 774 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2090] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2091] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:07 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2092] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:07 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2093] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/ports?tenant_id=7b6d75acf1b940c68cdf6e685bec370a&device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2094] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=63c32685-ce66-42a6-a37a-0eb8138c7731 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2095] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/subnets?id=d6278b0e-d279-4b39-b1d9-c260e1e129d6 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2096] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/ports?network_id=4ed33475-6158-4e5f-a7d3-314ef897d70e&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: 1169/2097] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/networks/4ed33475-6158-4e5f-a7d3-314ef897d70e?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: 929/2098] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/networks/4ed33475-6158-4e5f-a7d3-314ef897d70e?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: 1170/2099] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2100] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&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: 1171/2101] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:09 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2102] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:09 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2103] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 932/2104] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2105] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 933/2106] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2107] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:11 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 934/2108] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:11 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2109] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:12 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2110] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:12 2026] GET /v2.0/security-groups?id=6fc74813-9a56-40d6-aab1-b3bfc3cbdd96&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: 1176/2111] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:20:12 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:12.310 7 INFO neutron_taas.services.taas.taas_plugin [req-b5973aaf-c625-4e6d-a670-cd49d84fe079 req-05577578-b1c8-41bd-8e69-bf630c6a61ef e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 95255904-ee81-4cea-a20f-5a2d66b738ca 2026-06-16 02:20:12.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b5973aaf-c625-4e6d-a670-cd49d84fe079 req-05577578-b1c8-41bd-8e69-bf630c6a61ef e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 95255904-ee81-4cea-a20f-5a2d66b738ca [pid: 8|app: 0|req: 1177/2112] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:12 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:12.446 7 INFO neutron.db.l3_db [req-b5973aaf-c625-4e6d-a670-cd49d84fe079 req-05577578-b1c8-41bd-8e69-bf630c6a61ef e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Floating IP 23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 disassociated. External IP: 10.96.250.215, port: 95255904-ee81-4cea-a20f-5a2d66b738ca. [pid: 8|app: 0|req: 1178/2113] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:12 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2114] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:20:12 2026] DELETE /v2.0/ports/95255904-ee81-4cea-a20f-5a2d66b738ca => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:12.859 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-342ec332-cde3-4f76-9435-229d0dc5440c'] response: {'server_uuid': 'ace243ec-f545-4a94-bd02-48f3424fe4a4', 'name': 'network-vif-deleted', 'tag': '95255904-ee81-4cea-a20f-5a2d66b738ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1179/2115] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:13 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 937/2116] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:13 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2117] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:13 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2118] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:14 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 1181/2119] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:14 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2120] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:14 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&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: 1182/2121] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:15 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2122] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:15 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2123] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:15 2026] GET /v2.0/ports?device_id=ace243ec-f545-4a94-bd02-48f3424fe4a4 => 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: 941/2124] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:16 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1184/2125] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:16 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2126] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:16 2026] DELETE /v2.0/security-groups/6fc74813-9a56-40d6-aab1-b3bfc3cbdd96 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:16.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b66a9ed-9e57-4943-893a-ef0ea701004d e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 875b4935-ef0f-4b97-9be0-58f4e627a541 2026-06-16 02:20:16.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b66a9ed-9e57-4943-893a-ef0ea701004d e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 875b4935-ef0f-4b97-9be0-58f4e627a541 [pid: 8|app: 0|req: 1185/2129] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:16 2026] DELETE /v2.0/floatingips/23b7eec4-ac05-4c3e-990c-b1f3e9cd5ee7 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2130] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:17 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2131] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:17 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&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: 7|app: 0|req: 946/2132] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:17 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2133] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:17 2026] GET /v2.0/security-groups?id=72dd7546-558c-4c95-8a6d-3715b6910161&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: 947/2134] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:20:17 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:17.751 8 INFO neutron_taas.services.taas.taas_plugin [req-b14909d7-a992-4b77-a63b-0e242021f5a9 req-b740df1b-471d-4fe8-955a-91f9f0ee59dd 2934f78055d44b52bd90376ea5230393 7b6d75acf1b940c68cdf6e685bec370a - - default default] TaaS: Handle Delete Port: 63c32685-ce66-42a6-a37a-0eb8138c7731 2026-06-16 02:20:17.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b14909d7-a992-4b77-a63b-0e242021f5a9 req-b740df1b-471d-4fe8-955a-91f9f0ee59dd 2934f78055d44b52bd90376ea5230393 7b6d75acf1b940c68cdf6e685bec370a - - default default] Tap Mirror: Handle Delete Port: 63c32685-ce66-42a6-a37a-0eb8138c7731 [pid: 8|app: 0|req: 1188/2135] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:20:17 2026] DELETE /v2.0/ports/63c32685-ce66-42a6-a37a-0eb8138c7731 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:17.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcc4c8ee-0d3a-4624-96c0-147127c8c68c'] response: {'server_uuid': '8a9c7a4c-bf40-4564-a8e5-32283e06e1dc', 'name': 'network-vif-deleted', 'tag': '63c32685-ce66-42a6-a37a-0eb8138c7731', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 948/2136] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:18 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2137] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:18 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2138] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:18 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 1190/2139] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:19 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2140] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:20:19 2026] GET /v2.0/security-groups?id=59d97917-1771-4b79-a40f-422f260086f3&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2141] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:19 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 951/2142] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:20:19 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:19.949 8 INFO neutron_taas.services.taas.taas_plugin [req-556e7701-0b35-4e0f-9cf4-b427a24c4cfa req-bd253509-16ea-4707-adf4-13fd8b0f3a73 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 042e7f5b-744e-42d6-a0af-bbc2b8d3de3e 2026-06-16 02:20:19.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-556e7701-0b35-4e0f-9cf4-b427a24c4cfa req-bd253509-16ea-4707-adf4-13fd8b0f3a73 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 042e7f5b-744e-42d6-a0af-bbc2b8d3de3e [pid: 8|app: 0|req: 1192/2143] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:20:19 2026] DELETE /v2.0/ports/042e7f5b-744e-42d6-a0af-bbc2b8d3de3e => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:20.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-551d50c5-98a6-4f2d-babc-abc7613c9c5e'] response: {'server_uuid': 'b7558ba2-e9a0-4bfa-984a-7019e8e1532a', 'name': 'network-vif-deleted', 'tag': '042e7f5b-744e-42d6-a0af-bbc2b8d3de3e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 952/2144] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:20 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => 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: 1193/2145] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:20 2026] GET /v2.0/ports?device_id=8a9c7a4c-bf40-4564-a8e5-32283e06e1dc => 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: 953/2146] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:21 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:22.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c79c6ca-555b-49dd-be20-8f5b01876bcf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: cf59bac7-dbcf-4ac5-8700-d513ed68fe14 2026-06-16 02:20:22.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c79c6ca-555b-49dd-be20-8f5b01876bcf 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: cf59bac7-dbcf-4ac5-8700-d513ed68fe14 [pid: 8|app: 0|req: 1194/2147] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:20:21 2026] PUT /v2.0/routers/73e63874-4f83-4340-b757-5ca9fd5da8b3/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2148] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:20:22 2026] GET /v2.0/ports?device_id=b7558ba2-e9a0-4bfa-984a-7019e8e1532a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:23.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab438c32-0e7f-452d-a591-7db2c4b81708 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 11478f13-897d-4cc7-8797-133c2d429aee 2026-06-16 02:20:23.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab438c32-0e7f-452d-a591-7db2c4b81708 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 11478f13-897d-4cc7-8797-133c2d429aee 2026-06-16 02:20:23.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab438c32-0e7f-452d-a591-7db2c4b81708 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: a769ff8b-4891-4dd1-ade3-25c18bbc32d8 2026-06-16 02:20:23.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab438c32-0e7f-452d-a591-7db2c4b81708 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: a769ff8b-4891-4dd1-ade3-25c18bbc32d8 2026-06-16 02:20:23.499 7 INFO neutron.services.segments.plugin [-] Segment 3aa419f2-b1df-4544-be5f-347dda8e7c63 resource provider aggregate not found 2026-06-16 02:20:23.504 7 INFO neutron.services.segments.plugin [-] Segment 3aa419f2-b1df-4544-be5f-347dda8e7c63 resource provider aggregate not found 2026-06-16 02:20:23.538 7 INFO neutron.services.segments.plugin [-] Segment 3aa419f2-b1df-4544-be5f-347dda8e7c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa419f2-b1df-4544-be5f-347dda8e7c63 found for delete ", "request_id": "req-d9ce1c9a-ed11-46f5-8c85-b6d080f64781"}]} 2026-06-16 02:20:23.539 7 INFO neutron.services.segments.plugin [-] Segment 3aa419f2-b1df-4544-be5f-347dda8e7c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa419f2-b1df-4544-be5f-347dda8e7c63 found for delete ", "request_id": "req-d541b8eb-4ea1-4c86-9c77-5eee7c9a4c8a"}]} 2026-06-16 02:20:23.543 7 INFO neutron.db.l3_hamode_db [None req-ab438c32-0e7f-452d-a591-7db2c4b81708 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] HA network 89297fad-dd0e-49ec-aada-86a26162b281 was deleted as no HA routers are present in tenant 7b6d75acf1b940c68cdf6e685bec370a. [pid: 7|app: 0|req: 954/2149] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:22 2026] DELETE /v2.0/routers/73e63874-4f83-4340-b757-5ca9fd5da8b3 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2150] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:23 2026] DELETE /v2.0/subnets/d6278b0e-d279-4b39-b1d9-c260e1e129d6 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:23.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-846479dd-a164-4e39-9f64-2edabdab2e2d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 2886fad5-9f51-4b3d-aff0-7bfcc0136ada 2026-06-16 02:20:23.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846479dd-a164-4e39-9f64-2edabdab2e2d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 2886fad5-9f51-4b3d-aff0-7bfcc0136ada [pid: 7|app: 0|req: 955/2151] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:23 2026] DELETE /v2.0/networks/4ed33475-6158-4e5f-a7d3-314ef897d70e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2152] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:24 2026] DELETE /v2.0/security-groups/59d97917-1771-4b79-a40f-422f260086f3 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2153] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:24 2026] GET /v2.0/security-groups?tenant_id=7b6d75acf1b940c68cdf6e685bec370a&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2154] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:24 2026] DELETE /v2.0/security-groups/72dd7546-558c-4c95-8a6d-3715b6910161 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:24.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2715f8e-20f1-4d39-86fd-eeaabcf6ecdd e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: d2e8eafd-2af3-457a-840f-5987cc82afc0 2026-06-16 02:20:24.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2715f8e-20f1-4d39-86fd-eeaabcf6ecdd e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: d2e8eafd-2af3-457a-840f-5987cc82afc0 [pid: 7|app: 0|req: 957/2155] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:20:24 2026] PUT /v2.0/routers/42e8abfe-f74a-47e5-9ce2-425c759970d6/remove_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2156] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:25 2026] DELETE /v2.0/subnets/1088a21a-eefd-4206-9d8e-f2ddead866da => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:25.565 7 INFO neutron.services.segments.plugin [-] Segment d253ca12-0253-4622-830a-ae426793831a resource provider aggregate not found 2026-06-16 02:20:25.568 7 INFO neutron.services.segments.plugin [-] Segment d253ca12-0253-4622-830a-ae426793831a resource provider aggregate not found 2026-06-16 02:20:25.586 7 INFO neutron.services.segments.plugin [-] Segment d253ca12-0253-4622-830a-ae426793831a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d253ca12-0253-4622-830a-ae426793831a found for delete ", "request_id": "req-cecff6ee-92e6-4114-b07e-07df7fa1ee8a"}]} 2026-06-16 02:20:25.589 7 INFO neutron.services.segments.plugin [-] Segment d253ca12-0253-4622-830a-ae426793831a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d253ca12-0253-4622-830a-ae426793831a found for delete ", "request_id": "req-e5dea279-6a2d-43f9-b361-435912c34420"}]} 2026-06-16 02:20:25.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2b1883c-d410-4ab7-bed8-655544d16515 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 9305d585-2e10-4570-86be-6c752836f1a6 2026-06-16 02:20:25.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b1883c-d410-4ab7-bed8-655544d16515 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 9305d585-2e10-4570-86be-6c752836f1a6 2026-06-16 02:20:25.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2b1883c-d410-4ab7-bed8-655544d16515 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 47ea7db1-7e85-4909-a51a-931017b4a0e8 2026-06-16 02:20:25.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b1883c-d410-4ab7-bed8-655544d16515 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 47ea7db1-7e85-4909-a51a-931017b4a0e8 2026-06-16 02:20:26.279 7 INFO neutron.db.l3_hamode_db [None req-e2b1883c-d410-4ab7-bed8-655544d16515 e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] HA network 995fa38d-3ec2-4a94-9151-07a6aaa7a66f was deleted as no HA routers are present in tenant fa18eb3c91ce447ca6e0744a4a2edbcf. [pid: 7|app: 0|req: 958/2157] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:25 2026] DELETE /v2.0/routers/42e8abfe-f74a-47e5-9ce2-425c759970d6 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:26.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-1647788d-36e2-4e41-a21b-f88d3a9799eb e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] TaaS: Handle Delete Port: 3b2b1169-e099-41c1-a0dc-9d2c89cd88dd 2026-06-16 02:20:26.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1647788d-36e2-4e41-a21b-f88d3a9799eb e23e1b0456154b25b388f6510e65cd36 fa18eb3c91ce447ca6e0744a4a2edbcf - - default default] Tap Mirror: Handle Delete Port: 3b2b1169-e099-41c1-a0dc-9d2c89cd88dd 2026-06-16 02:20:26.626 8 INFO neutron.services.segments.plugin [-] Segment a61a2489-8b0a-48fd-9683-bfccae7d6250 resource provider aggregate not found 2026-06-16 02:20:26.629 8 INFO neutron.services.segments.plugin [-] Segment a61a2489-8b0a-48fd-9683-bfccae7d6250 resource provider aggregate not found 2026-06-16 02:20:26.651 8 INFO neutron.services.segments.plugin [-] Segment a61a2489-8b0a-48fd-9683-bfccae7d6250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61a2489-8b0a-48fd-9683-bfccae7d6250 found for delete ", "request_id": "req-e15499c0-0d0d-465c-b4ff-c9f8a356f428"}]} 2026-06-16 02:20:26.653 8 INFO neutron.services.segments.plugin [-] Segment a61a2489-8b0a-48fd-9683-bfccae7d6250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61a2489-8b0a-48fd-9683-bfccae7d6250 found for delete ", "request_id": "req-98d497a3-cdaa-4f82-a658-fd8833f023c2"}]} [pid: 8|app: 0|req: 1200/2158] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:26 2026] DELETE /v2.0/networks/d99a9bf2-4363-482b-a88b-7e4819796df6 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2159] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:26 2026] GET /v2.0/security-groups?tenant_id=5ce07752d7094e81ae5487fd6f78d5e5&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2160] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:27 2026] GET /v2.0/security-groups?tenant_id=fa18eb3c91ce447ca6e0744a4a2edbcf&name=default => generated 2925 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2161] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:27 2026] DELETE /v2.0/security-groups/0d6e61c7-49c5-4deb-b02f-c5fc3625d9b6 => 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: 1202/2162] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:27 2026] DELETE /v2.0/security-groups/7a49aae2-466d-4013-afe5-1dc8418c4b2e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:27.608 7 INFO neutron.services.segments.plugin [-] Segment 322a7540-df16-44c0-9569-dda83bf099cf resource provider aggregate not found 2026-06-16 02:20:27.619 7 INFO neutron.services.segments.plugin [-] Segment 322a7540-df16-44c0-9569-dda83bf099cf resource provider aggregate not found 2026-06-16 02:20:27.633 7 INFO neutron.services.segments.plugin [-] Segment 322a7540-df16-44c0-9569-dda83bf099cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 322a7540-df16-44c0-9569-dda83bf099cf found for delete ", "request_id": "req-dc4c7040-b283-4615-b8d4-f040c801e812"}]} 2026-06-16 02:20:27.639 7 INFO neutron.services.segments.plugin [-] Segment 322a7540-df16-44c0-9569-dda83bf099cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 322a7540-df16-44c0-9569-dda83bf099cf found for delete ", "request_id": "req-354dff30-f5ab-4d94-ad15-ef3faf33af3f"}]} [pid: 7|app: 0|req: 961/2163] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:27 2026] GET /v2.0/security-groups?tenant_id=26f6748402c8405d9c8918ae20dc064a&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2164] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:27 2026] DELETE /v2.0/security-groups/2783a16d-6cd9-4a19-8552-a370faa5079a => 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: 1205/2167] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2168] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2169] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2170] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2171] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2172] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:32 2026] PUT /v2.0/subnetpools/6ef0a48a-127c-457e-b4dc-3477e9c4a286/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: 1208/2173] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:32 2026] PUT /v2.0/subnetpools/5a70cbf0-9bbf-4408-8074-e5f067b850ea/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: 1209/2174] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:32 2026] PUT /v2.0/subnetpools/24affe52-63dd-4498-b33a-b257b9f3ef31/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2175] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:32 2026] PUT /v2.0/subnetpools/bcfdb1d4-8595-42d9-8f12-7ac8fa334763/tags => 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: 1211/2176] 10.0.0.14 () {32 vars in 671 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2177] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2178] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2179] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2180] 10.0.0.14 () {32 vars in 679 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2181] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2182] 10.0.0.14 () {32 vars in 689 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2183] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/security-groups?tenant_id=dea221b35b7c4274a6a7e2746e0ef768&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2184] 10.0.0.14 () {32 vars in 701 bytes} [Tue Jun 16 02:20:32 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2185] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:32 2026] DELETE /v2.0/subnetpools/6ef0a48a-127c-457e-b4dc-3477e9c4a286 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2186] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:32 2026] DELETE /v2.0/security-groups/a4d282ca-edbd-49af-945c-166133349f34 => 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: 1220/2187] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:33 2026] DELETE /v2.0/subnetpools/5a70cbf0-9bbf-4408-8074-e5f067b850ea => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2188] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:33 2026] DELETE /v2.0/subnetpools/24affe52-63dd-4498-b33a-b257b9f3ef31 => 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: 1221/2189] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:33 2026] DELETE /v2.0/subnetpools/bcfdb1d4-8595-42d9-8f12-7ac8fa334763 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2190] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:33 2026] DELETE /v2.0/subnetpools/ffd9e3cf-30aa-420c-801b-17b037199dbd => 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: 969/2191] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:33 2026] GET /v2.0/security-groups?tenant_id=ca925ba1b18b42a3a48c20824dab5119&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: 1223/2192] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:33 2026] DELETE /v2.0/security-groups/0407c1cf-0d30-4b78-ab98-1dcda5e6273c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2193] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:34 2026] GET /v2.0/security-groups?tenant_id=e5a6460d63d641cbad37030df0174f44&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2194] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:34 2026] DELETE /v2.0/security-groups/5c784fe1-60dd-4f35-9a84-e1f8ca414ea1 => 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: 971/2195] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:34 2026] GET /v2.0/security-groups?tenant_id=8c7c90d5ffd145d99770ebc72f733562&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2196] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:34 2026] DELETE /v2.0/security-groups/baa4d0e3-a9bb-4ebc-bb9c-4ab9b4f39bdb => 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: 972/2197] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:34 2026] GET /v2.0/security-groups?tenant_id=becb966020ad4f71a8549ca9f90f3e02&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2198] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:35 2026] DELETE /v2.0/security-groups/269171fa-e6db-4a6f-90b7-1d00290c8684 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:35.566 7 INFO neutron.db.segments_db [None req-80c19eb9-d98d-4ae0-92f0-878b57a218bc 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] Added segment 1016a901-bba2-4517-9afd-fd298e05c159 of type vxlan for network 21026ed5-0017-4c6b-8d02-49ef3ebd7819 [pid: 7|app: 0|req: 973/2199] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:35 2026] POST /v2.0/networks => generated 629 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2200] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:36 2026] POST /v2.0/subnets => generated 673 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:20:36.461 7 INFO neutron.db.segments_db [None req-4b5fdf82-fcf8-4e51-a1ad-9331a210fcb7 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] Added segment 7804de8b-f0f4-491b-9ef4-34548556cecf of type vxlan for network 53885128-43d2-43ad-8fcd-8b1c2621c653 [pid: 7|app: 0|req: 974/2201] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:36 2026] POST /v2.0/networks => generated 628 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2202] 10.0.0.14 () {34 vars in 742 bytes} [Tue Jun 16 02:20:36 2026] PUT /v2.0/networks/53885128-43d2-43ad-8fcd-8b1c2621c653 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2203] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:36 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2204] 10.0.0.14 () {34 vars in 740 bytes} [Tue Jun 16 02:20:36 2026] PUT /v2.0/subnets/f016713b-c106-40fd-afb4-433ae7e7c5d7 => generated 656 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:37.350 7 INFO neutron.services.segments.plugin [-] Segment 7804de8b-f0f4-491b-9ef4-34548556cecf resource provider aggregate not found 2026-06-16 02:20:37.353 7 INFO neutron.services.segments.plugin [-] Segment 7804de8b-f0f4-491b-9ef4-34548556cecf resource provider aggregate not found 2026-06-16 02:20:37.371 7 INFO neutron.services.segments.plugin [-] Segment 7804de8b-f0f4-491b-9ef4-34548556cecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7804de8b-f0f4-491b-9ef4-34548556cecf found for delete ", "request_id": "req-9c0239a8-36f0-4e9c-82c4-84b32f567042"}]} 2026-06-16 02:20:37.373 7 INFO neutron.services.segments.plugin [-] Segment 7804de8b-f0f4-491b-9ef4-34548556cecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7804de8b-f0f4-491b-9ef4-34548556cecf found for delete ", "request_id": "req-fd4174d2-bfb0-441b-baae-3bb997f6a6d1"}]} [pid: 7|app: 0|req: 976/2205] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/networks/53885128-43d2-43ad-8fcd-8b1c2621c653 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:37.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d8968c4-5e3c-416b-8cd2-02cf3fdc02ac 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2206] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/networks/53885128-43d2-43ad-8fcd-8b1c2621c653 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2207] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2208] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/subnets?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2209] 10.0.0.14 () {32 vars in 652 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2210] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/networks => generated 1313 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2211] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2212] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/networks/21026ed5-0017-4c6b-8d02-49ef3ebd7819 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2213] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:20:37 2026] GET /v2.0/subnets/ded0c538-69a2-4fb2-b9dd-852fc2185ccc => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:37.814 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7660adb5-3c5a-4302-aa82-f4144c721374 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1234/2214] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/subnets/f016713b-c106-40fd-afb4-433ae7e7c5d7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:20:37.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95c64513-ee6f-4d68-ac60-8a9cca08d08e 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/2215] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/networks/53885128-43d2-43ad-8fcd-8b1c2621c653 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2216] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/subnets/ded0c538-69a2-4fb2-b9dd-852fc2185ccc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:38.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-79880509-811d-4663-893b-f09fa6873c7f 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] TaaS: Handle Delete Port: 8ad888cc-ef5a-4d2a-835a-8c06940dfd83 2026-06-16 02:20:38.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79880509-811d-4663-893b-f09fa6873c7f 7b148776db654de3aeb7ee9e677fa49c a06e1c55909a45eda1c6e5e16c6e4ac9 - - default default] Tap Mirror: Handle Delete Port: 8ad888cc-ef5a-4d2a-835a-8c06940dfd83 [pid: 7|app: 0|req: 982/2217] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:37 2026] DELETE /v2.0/networks/21026ed5-0017-4c6b-8d02-49ef3ebd7819 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2218] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:38 2026] GET /v2.0/security-groups?tenant_id=a06e1c55909a45eda1c6e5e16c6e4ac9&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2219] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:38 2026] DELETE /v2.0/security-groups/61335e2c-14a8-44d3-841c-f7179727b2f3 => 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: 1236/2220] 10.0.0.14 () {34 vars in 675 bytes} [Tue Jun 16 02:20:38 2026] POST /v2.0/floatingips => generated 552 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2221] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:39 2026] PUT /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:39.390 7 INFO neutron.services.segments.plugin [-] Segment 1016a901-bba2-4517-9afd-fd298e05c159 resource provider aggregate not found 2026-06-16 02:20:39.402 7 INFO neutron.services.segments.plugin [-] Segment 1016a901-bba2-4517-9afd-fd298e05c159 resource provider aggregate not found 2026-06-16 02:20:39.410 7 INFO neutron.services.segments.plugin [-] Segment 1016a901-bba2-4517-9afd-fd298e05c159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1016a901-bba2-4517-9afd-fd298e05c159 found for delete ", "request_id": "req-517e9faa-1a7b-423f-9aff-3610bd8fa8f7"}]} 2026-06-16 02:20:39.425 7 INFO neutron.services.segments.plugin [-] Segment 1016a901-bba2-4517-9afd-fd298e05c159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1016a901-bba2-4517-9afd-fd298e05c159 found for delete ", "request_id": "req-41791fad-2430-4485-be0e-ecb1180fe996"}]} [pid: 8|app: 0|req: 1237/2222] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2223] 10.0.0.14 () {34 vars in 769 bytes} [Tue Jun 16 02:20:39 2026] PUT /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2224] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2225] 10.0.0.14 () {34 vars in 765 bytes} [Tue Jun 16 02:20:39 2026] PUT /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2226] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2227] 10.0.0.14 () {34 vars in 787 bytes} [Tue Jun 16 02:20:39 2026] PUT /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2228] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2229] 10.0.0.14 () {34 vars in 758 bytes} [Tue Jun 16 02:20:39 2026] PUT /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2230] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2231] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:40.018 8 INFO neutron.api.v2.resource [None req-4ea75005-6c0e-4b78-a631-627300d11ce5 5c03f667e6a34bd08a23041ee351b877 cbab279cb24340809a9eb371ce833ed1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2232] 10.0.0.14 () {32 vars in 750 bytes} [Tue Jun 16 02:20:39 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2233] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:20:40 2026] DELETE /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2234] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:40 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:40.163 7 INFO neutron.api.v2.resource [None req-ebc09707-acc0-4196-8e37-d091d0b7b3a1 5c03f667e6a34bd08a23041ee351b877 cbab279cb24340809a9eb371ce833ed1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/2235] 10.0.0.14 () {32 vars in 753 bytes} [Tue Jun 16 02:20:40 2026] DELETE /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2236] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:20:40 2026] DELETE /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2237] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:40 2026] GET /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:40.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d388ade-b8de-4c9e-96ce-09a329c7bfc3 5c03f667e6a34bd08a23041ee351b877 cbab279cb24340809a9eb371ce833ed1 - - default default] TaaS: Handle Delete Port: 477161b2-d9ae-4213-9f43-d342f3f22ed0 2026-06-16 02:20:40.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d388ade-b8de-4c9e-96ce-09a329c7bfc3 5c03f667e6a34bd08a23041ee351b877 cbab279cb24340809a9eb371ce833ed1 - - default default] Tap Mirror: Handle Delete Port: 477161b2-d9ae-4213-9f43-d342f3f22ed0 [pid: 8|app: 0|req: 1245/2238] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:40 2026] DELETE /v2.0/floatingips/8417bc26-2da6-448e-a4ac-d066010668e0 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:41.204 7 INFO neutron.db.segments_db [None req-8bacc5e1-90d4-479b-9179-fd07a5fb3bb0 dfacc9abbc6d4f518d5a1b6c84c021fc c21f3825ca7944ec8a9d3b726b819699 - - default default] Added segment 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 of type vxlan for network 36ff38e6-1e9d-47ab-b883-daed10249fad [pid: 7|app: 0|req: 994/2239] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:40 2026] POST /v2.0/networks => generated 625 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2240] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:41 2026] GET /v2.0/security-groups?tenant_id=cbab279cb24340809a9eb371ce833ed1&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: 995/2241] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:41 2026] POST /v2.0/subnets => generated 641 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2242] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:41 2026] DELETE /v2.0/security-groups/587dac90-9f33-4916-8136-a9e6b2142d97 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:41.640 7 INFO neutron.db.segments_db [None req-70558b38-ac0a-4dba-9493-efe9848997e6 dfacc9abbc6d4f518d5a1b6c84c021fc c21f3825ca7944ec8a9d3b726b819699 - - default default] Added segment a701e0d3-bb23-45e8-bbfa-d5640f37998b of type vxlan for network 84162c49-c396-4983-81bc-afe48007b384 [pid: 7|app: 0|req: 996/2243] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:41 2026] POST /v2.0/networks => generated 624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2244] 10.0.0.14 () {34 vars in 742 bytes} [Tue Jun 16 02:20:41 2026] PUT /v2.0/networks/84162c49-c396-4983-81bc-afe48007b384 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2245] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:41 2026] GET /v2.0/security-groups?tenant_id=658a10ab77a141ecbe0eb68e546c52c0&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2246] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:41 2026] DELETE /v2.0/security-groups/a587e548-d2c7-4697-979a-7ab89cb98d35 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2247] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:41 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: 8|app: 0|req: 1250/2248] 10.0.0.14 () {34 vars in 740 bytes} [Tue Jun 16 02:20:42 2026] PUT /v2.0/subnets/0431f5cf-887b-4293-8fe2-7d87fe595920 => generated 636 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:42.392 7 INFO neutron.services.segments.plugin [-] Segment a701e0d3-bb23-45e8-bbfa-d5640f37998b resource provider aggregate not found 2026-06-16 02:20:42.393 7 INFO neutron.services.segments.plugin [-] Segment a701e0d3-bb23-45e8-bbfa-d5640f37998b resource provider aggregate not found 2026-06-16 02:20:42.414 7 INFO neutron.services.segments.plugin [-] Segment a701e0d3-bb23-45e8-bbfa-d5640f37998b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a701e0d3-bb23-45e8-bbfa-d5640f37998b found for delete ", "request_id": "req-2cfbce69-4e29-410f-a9b6-ca4035eb6802"}]} 2026-06-16 02:20:42.416 7 INFO neutron.services.segments.plugin [-] Segment a701e0d3-bb23-45e8-bbfa-d5640f37998b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a701e0d3-bb23-45e8-bbfa-d5640f37998b found for delete ", "request_id": "req-957dc05d-286c-4c42-befe-a93d9c2ed318"}]} [pid: 7|app: 0|req: 999/2249] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/networks/84162c49-c396-4983-81bc-afe48007b384 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:42.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7857007b-c412-458c-befa-c486a05f03fa dfacc9abbc6d4f518d5a1b6c84c021fc c21f3825ca7944ec8a9d3b726b819699 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2250] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/networks/84162c49-c396-4983-81bc-afe48007b384 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2251] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2252] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/subnets?network_id=10a51dac-9eb2-4808-a4f7-cb01c127f52d => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2253] 10.0.0.14 () {32 vars in 652 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2254] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2255] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2256] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/networks/36ff38e6-1e9d-47ab-b883-daed10249fad => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2257] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:20:42 2026] GET /v2.0/subnets/0c0d887a-5393-4787-98db-e8dea9d8aedf => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:42.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9264aed-166d-44a6-82f5-36621f8aa748 dfacc9abbc6d4f518d5a1b6c84c021fc c21f3825ca7944ec8a9d3b726b819699 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2258] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/subnets/0431f5cf-887b-4293-8fe2-7d87fe595920 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:20:42.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-939ad81a-dd1d-4edc-aaf4-cfcdddbf4f29 dfacc9abbc6d4f518d5a1b6c84c021fc c21f3825ca7944ec8a9d3b726b819699 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/2259] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/networks/84162c49-c396-4983-81bc-afe48007b384 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2260] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/subnets/0c0d887a-5393-4787-98db-e8dea9d8aedf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2261] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:42 2026] DELETE /v2.0/networks/36ff38e6-1e9d-47ab-b883-daed10249fad => 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: 1257/2262] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:43 2026] GET /v2.0/security-groups?tenant_id=c21f3825ca7944ec8a9d3b726b819699&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2263] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:43 2026] DELETE /v2.0/security-groups/02856905-b766-4be9-a753-d813e457f07f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:44.440 7 INFO neutron.services.segments.plugin [-] Segment 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 resource provider aggregate not found 2026-06-16 02:20:44.445 7 INFO neutron.services.segments.plugin [-] Segment 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 resource provider aggregate not found 2026-06-16 02:20:44.462 7 INFO neutron.services.segments.plugin [-] Segment 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 found for delete ", "request_id": "req-15fbf750-f8d8-44eb-8782-fb1236317f14"}]} 2026-06-16 02:20:44.467 7 INFO neutron.services.segments.plugin [-] Segment 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20ebe92f-3cf7-423e-88b5-bee87e1d3d96 found for delete ", "request_id": "req-c9144050-d7e1-4bef-bf7d-141189d71a43"}]} 2026-06-16 02:20:45.761 8 INFO neutron.db.segments_db [None req-a0ff83db-5134-4dfb-aa3b-af94f7bd58e4 d7efbd8c5df94d03bafd5a4340ab7be1 14b9a430ae0742a8beb18a86a86dbdf5 - - default default] Added segment b5a7d4f7-d31b-4581-a7f4-750381704b21 of type vxlan for network 76ebaf6b-b970-43f5-99df-8e585e498d38 2026-06-16 02:20:45.798 7 INFO neutron.db.segments_db [None req-b962e271-c98b-423a-a6a1-05d5d2a239c5 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Added segment 6a050ef3-0042-4527-b2d0-554de1c007ed of type vxlan for network 6678b3ff-7ae5-488f-9fae-a72573cc6dae [pid: 8|app: 0|req: 1258/2264] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:45 2026] POST /v2.0/networks => generated 612 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2265] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:45 2026] POST /v2.0/networks => generated 629 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2266] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:45 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2267] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:20:46 2026] PUT /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2268] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:20:45 2026] POST /v2.0/ports => generated 779 bytes in 341 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: 1261/2269] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:46 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:46.306 7 INFO neutron.db.segments_db [None req-a5938748-8f04-4cc4-a56b-82c491860d75 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Added segment ca28db4c-30ea-4491-8f2d-0d7a1ae06040 of type vxlan for network 8e2356ea-7c47-4a56-aee9-2af33d6c111c [pid: 7|app: 0|req: 1009/2270] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:46 2026] POST /v2.0/networks => generated 617 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2271] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:46 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2272] 10.0.0.14 () {34 vars in 761 bytes} [Tue Jun 16 02:20:46 2026] PUT /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/green => generated 4 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2275] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:46 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/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: 1266/2276] 10.0.0.14 () {34 vars in 757 bytes} [Tue Jun 16 02:20:46 2026] PUT /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2277] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:20:46 2026] POST /v2.0/ports => generated 965 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2278] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 34 bytes in 39 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: 1268/2279] 10.0.0.14 () {34 vars in 779 bytes} [Tue Jun 16 02:20:47 2026] PUT /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:20:47.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2adb53b-d481-4225-8f75-739956b45528 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] TaaS: Handle Delete Port: 17f922c4-1c27-4a0c-9327-e9486ccfb14b 2026-06-16 02:20:47.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2adb53b-d481-4225-8f75-739956b45528 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Tap Mirror: Handle Delete Port: 17f922c4-1c27-4a0c-9327-e9486ccfb14b [pid: 8|app: 0|req: 1269/2280] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2281] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:20:47 2026] PUT /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2282] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/ports/17f922c4-1c27-4a0c-9327-e9486ccfb14b => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:47.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3254849-33ac-4fda-ad73-b14abb3728f2 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/2283] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/ports/17f922c4-1c27-4a0c-9327-e9486ccfb14b => 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: 1271/2284] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:47.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9138812-1944-4fd5-98cc-50b3dfb825fc 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/2285] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/ports/17f922c4-1c27-4a0c-9327-e9486ccfb14b => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2286] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:47.391 8 INFO neutron.api.v2.resource [None req-0ccd9341-4ca0-465e-b4d0-f2173acd45f0 d7efbd8c5df94d03bafd5a4340ab7be1 14b9a430ae0742a8beb18a86a86dbdf5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2287] 10.0.0.14 () {32 vars in 742 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2288] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2289] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/subnets/a65f0f1d-7775-49d0-b5d4-482b9c23f2bd => 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: 1275/2290] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:47.584 8 INFO neutron.api.v2.resource [None req-f9ca66b2-abea-4e4f-bdea-128f2382d567 d7efbd8c5df94d03bafd5a4340ab7be1 14b9a430ae0742a8beb18a86a86dbdf5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1276/2291] 10.0.0.14 () {32 vars in 745 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:20:47.589 7 INFO neutron.services.segments.plugin [-] Segment ca28db4c-30ea-4491-8f2d-0d7a1ae06040 resource provider aggregate not found 2026-06-16 02:20:47.595 7 INFO neutron.services.segments.plugin [-] Segment ca28db4c-30ea-4491-8f2d-0d7a1ae06040 resource provider aggregate not found 2026-06-16 02:20:47.611 7 INFO neutron.services.segments.plugin [-] Segment ca28db4c-30ea-4491-8f2d-0d7a1ae06040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca28db4c-30ea-4491-8f2d-0d7a1ae06040 found for delete ", "request_id": "req-89590ca4-ab90-4f53-8a40-6896cf2e2784"}]} 2026-06-16 02:20:47.616 7 INFO neutron.services.segments.plugin [-] Segment ca28db4c-30ea-4491-8f2d-0d7a1ae06040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca28db4c-30ea-4491-8f2d-0d7a1ae06040 found for delete ", "request_id": "req-ddec722b-5e9f-4e45-9819-eba446669550"}]} [pid: 7|app: 0|req: 1016/2292] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/networks/8e2356ea-7c47-4a56-aee9-2af33d6c111c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2293] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:47.675 7 INFO neutron.db.segments_db [None req-dcfe637d-0457-4a8e-a640-dbc7e87e3123 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Added segment 58a75751-44f4-49bb-a539-3660dd0053ad of type vxlan for network 200dd155-b370-4e35-9185-de75ac2171cb [pid: 8|app: 0|req: 1278/2294] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:20:47 2026] GET /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2295] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:47 2026] POST /v2.0/networks => generated 617 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2296] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/subnets/2c46a5c2-0b16-4127-8f32-f4095b35314e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:48.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ad7e432-a8bd-408d-9407-eca659ec3c8f d7efbd8c5df94d03bafd5a4340ab7be1 14b9a430ae0742a8beb18a86a86dbdf5 - - default default] TaaS: Handle Delete Port: 053c1b8a-de79-4c3b-b33d-afa07163f1d9 2026-06-16 02:20:48.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ad7e432-a8bd-408d-9407-eca659ec3c8f d7efbd8c5df94d03bafd5a4340ab7be1 14b9a430ae0742a8beb18a86a86dbdf5 - - default default] Tap Mirror: Handle Delete Port: 053c1b8a-de79-4c3b-b33d-afa07163f1d9 [pid: 7|app: 0|req: 1018/2297] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:20:47 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:20:48.167 8 INFO neutron.services.segments.plugin [-] Segment b5a7d4f7-d31b-4581-a7f4-750381704b21 resource provider aggregate not found 2026-06-16 02:20:48.172 8 INFO neutron.services.segments.plugin [-] Segment b5a7d4f7-d31b-4581-a7f4-750381704b21 resource provider aggregate not found 2026-06-16 02:20:48.186 8 INFO neutron.services.segments.plugin [-] Segment b5a7d4f7-d31b-4581-a7f4-750381704b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a7d4f7-d31b-4581-a7f4-750381704b21 found for delete ", "request_id": "req-be5dc3f8-b1cd-4b90-bbc3-16c745ad1165"}]} 2026-06-16 02:20:48.191 8 INFO neutron.services.segments.plugin [-] Segment b5a7d4f7-d31b-4581-a7f4-750381704b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a7d4f7-d31b-4581-a7f4-750381704b21 found for delete ", "request_id": "req-52e79321-c9b2-4729-a90f-6299c54468cd"}]} [pid: 8|app: 0|req: 1280/2298] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:47 2026] DELETE /v2.0/networks/76ebaf6b-b970-43f5-99df-8e585e498d38 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2299] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:20:48 2026] POST /v2.0/ports => generated 923 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:20:48.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ffc473f-1140-4cbc-b104-6715c9ff6c98 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] TaaS: Handle Delete Port: dcf6971a-09d4-4d51-9fa2-87b577c85634 2026-06-16 02:20:48.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ffc473f-1140-4cbc-b104-6715c9ff6c98 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Tap Mirror: Handle Delete Port: dcf6971a-09d4-4d51-9fa2-87b577c85634 [pid: 8|app: 0|req: 1281/2300] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:48 2026] DELETE /v2.0/ports/dcf6971a-09d4-4d51-9fa2-87b577c85634 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:48.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fa65e23-1306-4eef-beec-66f7e781ea78 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/2301] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:20:48 2026] GET /v2.0/ports/dcf6971a-09d4-4d51-9fa2-87b577c85634 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2302] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:48 2026] DELETE /v2.0/subnets/fe74bf13-34c7-4437-8bb0-13df9c13159c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2303] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:48 2026] DELETE /v2.0/networks/200dd155-b370-4e35-9185-de75ac2171cb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2304] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:48 2026] GET /v2.0/security-groups?tenant_id=29a876de1cb14636bb547cf743e4e240&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2305] 10.0.0.14 () {34 vars in 664 bytes} [Tue Jun 16 02:20:48 2026] POST /v2.0/ports => generated 779 bytes in 237 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: 1284/2306] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/security-groups/924e6963-c438-405a-b20f-df5abe7d1322 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2307] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:49 2026] GET /v2.0/security-groups?tenant_id=14b9a430ae0742a8beb18a86a86dbdf5&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2308] 10.0.0.14 () {34 vars in 736 bytes} [Tue Jun 16 02:20:49 2026] PUT /v2.0/ports/b7871b26-6e52-4dc9-8fb3-8ab7470d10e8 => generated 752 bytes in 200 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: 1286/2309] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/security-groups/e7663339-9749-4641-aeec-7e6d0222840e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:49.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d98a7fc-db27-4bf3-a75e-9a7bf83acc5c 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] TaaS: Handle Delete Port: b7871b26-6e52-4dc9-8fb3-8ab7470d10e8 2026-06-16 02:20:49.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d98a7fc-db27-4bf3-a75e-9a7bf83acc5c 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Tap Mirror: Handle Delete Port: b7871b26-6e52-4dc9-8fb3-8ab7470d10e8 2026-06-16 02:20:49.640 7 INFO neutron.services.segments.plugin [-] Segment 58a75751-44f4-49bb-a539-3660dd0053ad resource provider aggregate not found 2026-06-16 02:20:49.645 7 INFO neutron.services.segments.plugin [-] Segment 58a75751-44f4-49bb-a539-3660dd0053ad resource provider aggregate not found 2026-06-16 02:20:49.659 7 INFO neutron.services.segments.plugin [-] Segment 58a75751-44f4-49bb-a539-3660dd0053ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a75751-44f4-49bb-a539-3660dd0053ad found for delete ", "request_id": "req-688e06df-a4e5-4ed5-aa83-0110000081be"}]} 2026-06-16 02:20:49.667 7 INFO neutron.services.segments.plugin [-] Segment 58a75751-44f4-49bb-a539-3660dd0053ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a75751-44f4-49bb-a539-3660dd0053ad found for delete ", "request_id": "req-edc48165-b211-49d6-9eaa-4964f6861cdc"}]} [pid: 7|app: 0|req: 1024/2310] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/ports/b7871b26-6e52-4dc9-8fb3-8ab7470d10e8 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2311] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:20:49 2026] GET /v2.0/ports => generated 782 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:49.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1123360-19c8-49d8-8d10-a67c5c33f8cc 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2312] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:20:49 2026] GET /v2.0/ports/b7871b26-6e52-4dc9-8fb3-8ab7470d10e8 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2313] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:20:49 2026] GET /v2.0/ports => generated 782 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2314] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:20:49 2026] GET /v2.0/ports/ab48389e-cf30-4ee2-b410-a066063c9183 => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:49.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9583256b-7a3d-4e6f-b52e-050c76e71c87 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1289/2315] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/ports/dcf6971a-09d4-4d51-9fa2-87b577c85634 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:20:49.918 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cea77eaf-5133-4a19-a3e1-fe7fa95c5ce9 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1027/2316] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/subnets/fe74bf13-34c7-4437-8bb0-13df9c13159c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:20:49.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13a89cb8-ae48-44a3-972a-d6fe6fe48299 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2317] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/subnets/a65f0f1d-7775-49d0-b5d4-482b9c23f2bd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:20:50.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-50b97d94-9b1d-4b60-a75e-63752136891c 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] TaaS: Handle Delete Port: ab48389e-cf30-4ee2-b410-a066063c9183 2026-06-16 02:20:50.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50b97d94-9b1d-4b60-a75e-63752136891c 4b28712987644c1a9ff28a5b0b57a622 265714082b824c6db220be0996200142 - - default default] Tap Mirror: Handle Delete Port: ab48389e-cf30-4ee2-b410-a066063c9183 [pid: 7|app: 0|req: 1028/2318] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:49 2026] DELETE /v2.0/ports/ab48389e-cf30-4ee2-b410-a066063c9183 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:50.241 8 INFO neutron.services.segments.plugin [-] Segment 6a050ef3-0042-4527-b2d0-554de1c007ed resource provider aggregate not found 2026-06-16 02:20:50.245 8 INFO neutron.services.segments.plugin [-] Segment 6a050ef3-0042-4527-b2d0-554de1c007ed resource provider aggregate not found 2026-06-16 02:20:50.262 8 INFO neutron.services.segments.plugin [-] Segment 6a050ef3-0042-4527-b2d0-554de1c007ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a050ef3-0042-4527-b2d0-554de1c007ed found for delete ", "request_id": "req-c83b6f28-41bc-45dc-bb00-414348158a5f"}]} [pid: 8|app: 0|req: 1291/2319] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:50 2026] DELETE /v2.0/networks/6678b3ff-7ae5-488f-9fae-a72573cc6dae => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:20:50.272 8 INFO neutron.services.segments.plugin [-] Segment 6a050ef3-0042-4527-b2d0-554de1c007ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a050ef3-0042-4527-b2d0-554de1c007ed found for delete ", "request_id": "req-0336228f-2866-4492-b597-35e150466605"}]} [pid: 7|app: 0|req: 1029/2320] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:50 2026] GET /v2.0/security-groups?tenant_id=265714082b824c6db220be0996200142&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2321] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:50 2026] DELETE /v2.0/security-groups/93538de6-057f-4caf-afbf-3c2e6786c131 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:53.151 7 INFO neutron.db.segments_db [None req-b3598316-6cc8-41cf-a835-4ad46281ce7d bf8fa588c6df40889334f86c81b32b14 32c18de0d27d4e61943ab8afddff2208 - - default default] Added segment ef8c5659-fa84-471a-8f77-8c51aad79126 of type vxlan for network 10813c9b-18d6-4eda-aa66-80195abbdd35 [pid: 7|app: 0|req: 1030/2322] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:20:52 2026] POST /v2.0/networks => generated 613 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2323] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:20:53 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2324] 10.0.0.14 () {34 vars in 665 bytes} [Tue Jun 16 02:20:53 2026] POST /v2.0/trunks => generated 407 bytes in 167 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: 1294/2325] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:20:53 2026] PUT /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2326] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:53 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2327] 10.0.0.14 () {34 vars in 759 bytes} [Tue Jun 16 02:20:53 2026] PUT /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2328] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:53 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2329] 10.0.0.14 () {34 vars in 755 bytes} [Tue Jun 16 02:20:53 2026] PUT /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2330] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:53 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2331] 10.0.0.14 () {34 vars in 777 bytes} [Tue Jun 16 02:20:53 2026] PUT /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2332] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/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: 1298/2333] 10.0.0.14 () {34 vars in 748 bytes} [Tue Jun 16 02:20:54 2026] PUT /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/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: 1036/2334] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2335] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:54.159 7 INFO neutron.api.v2.resource [None req-fda2678f-093e-467c-8c32-f77565a4b424 bf8fa588c6df40889334f86c81b32b14 32c18de0d27d4e61943ab8afddff2208 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1037/2336] 10.0.0.14 () {32 vars in 740 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2337] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2338] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:20:54.248 8 INFO neutron.api.v2.resource [None req-b189c5dc-2d31-4690-b32c-7561bd6f04e8 bf8fa588c6df40889334f86c81b32b14 32c18de0d27d4e61943ab8afddff2208 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2339] 10.0.0.14 () {32 vars in 743 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2340] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2341] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2342] 10.0.0.14 () {32 vars in 718 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a => 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: 1303/2343] 10.0.0.14 () {32 vars in 716 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/ports/e6a9db00-f046-4fd4-8168-af592950c40b => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2344] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/trunks/12842728-2fa6-40ed-bf88-8ea408b3754a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:54.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd63e825-30c0-43da-82c4-d9126808a21a bf8fa588c6df40889334f86c81b32b14 32c18de0d27d4e61943ab8afddff2208 - - default default] TaaS: Handle Delete Port: e6a9db00-f046-4fd4-8168-af592950c40b 2026-06-16 02:20:54.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd63e825-30c0-43da-82c4-d9126808a21a bf8fa588c6df40889334f86c81b32b14 32c18de0d27d4e61943ab8afddff2208 - - default default] Tap Mirror: Handle Delete Port: e6a9db00-f046-4fd4-8168-af592950c40b [pid: 7|app: 0|req: 1041/2345] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:54 2026] GET /v2.0/security-groups?tenant_id=0aa8c01bd6434215ba55b82a3991dd44&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2346] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/ports/e6a9db00-f046-4fd4-8168-af592950c40b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2347] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/security-groups/172f4559-6e4b-4af2-bf5a-a76b102f4107 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:20:54.769 8 INFO neutron.services.segments.plugin [-] Segment ef8c5659-fa84-471a-8f77-8c51aad79126 resource provider aggregate not found 2026-06-16 02:20:54.775 8 INFO neutron.services.segments.plugin [-] Segment ef8c5659-fa84-471a-8f77-8c51aad79126 resource provider aggregate not found 2026-06-16 02:20:54.784 8 INFO neutron.services.segments.plugin [-] Segment ef8c5659-fa84-471a-8f77-8c51aad79126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8c5659-fa84-471a-8f77-8c51aad79126 found for delete ", "request_id": "req-068fcbeb-0ec6-46a1-ac7d-e8bd2677424c"}]} 2026-06-16 02:20:54.791 8 INFO neutron.services.segments.plugin [-] Segment ef8c5659-fa84-471a-8f77-8c51aad79126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8c5659-fa84-471a-8f77-8c51aad79126 found for delete ", "request_id": "req-5d0c64e4-74d2-4ec9-a41c-ce7068a7c0b3"}]} [pid: 8|app: 0|req: 1306/2348] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:20:54 2026] DELETE /v2.0/networks/10813c9b-18d6-4eda-aa66-80195abbdd35 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2349] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:55 2026] GET /v2.0/security-groups?tenant_id=b940f4301e8a47bda431426c4adbfd3c&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2350] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:55 2026] DELETE /v2.0/security-groups/53101123-35eb-4ab9-a181-25cdb9854446 => 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: 1044/2351] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:20:55 2026] GET /v2.0/security-groups?tenant_id=32c18de0d27d4e61943ab8afddff2208&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: 1308/2352] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:20:55 2026] DELETE /v2.0/security-groups/6e8d538b-0f0e-47b6-9233-ddcc2af7acbb => 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: 1046/2355] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:04 2026] GET /v2.0/security-groups?tenant_id=cf47ddaac4bb4f0382b659609cb1a650&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2356] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:04 2026] DELETE /v2.0/security-groups/6ceadd39-4292-4269-b042-ab158e4c5d12 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:21:05.453 7 INFO neutron.db.segments_db [None req-dd2526dd-3b03-468f-9603-8eefb1f922ff 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Added segment 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf of type vxlan for network cb4fed37-96bd-4521-b95d-83ef628ae414 [pid: 7|app: 0|req: 1047/2357] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:05 2026] POST /v2.0/networks => generated 621 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2358] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:05 2026] POST /v2.0/subnets => generated 657 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2359] 10.0.0.14 () {32 vars in 721 bytes} [Tue Jun 16 02:21:05 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2360] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:05 2026] POST /v2.0/subnets => generated 732 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:06.268 7 INFO neutron.db.segments_db [None req-fa07ce71-98b7-4d05-8f76-060faa7415d2 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Added segment 90e825be-c0a9-47d5-ba50-126eaac5caaf of type vxlan for network 18bf6460-86fa-41d9-9f0c-f987363d0c0c [pid: 7|app: 0|req: 1049/2361] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:06 2026] POST /v2.0/networks => generated 619 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2362] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:06 2026] POST /v2.0/subnets => generated 656 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2363] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:06 2026] POST /v2.0/subnets => generated 726 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:07.025 8 INFO neutron.db.segments_db [None req-e4ac9fd2-53f9-47b8-9f31-72b67e481aff 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Added segment 2b328601-8d0f-459d-b7bc-681d4ad39569 of type vxlan for network 09d7c823-a628-4d56-9846-ae0fa63a6dd3 [pid: 8|app: 0|req: 1314/2364] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:06 2026] POST /v2.0/networks => generated 618 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2365] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:07 2026] POST /v2.0/subnets => generated 656 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2366] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:07 2026] POST /v2.0/subnets => generated 730 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:07.709 7 INFO neutron.db.segments_db [None req-c005f599-2812-48f1-8998-551955cf1553 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Added segment da3f581e-9699-418d-9d80-f2283512bb2c of type vxlan for network e5974b1a-18b3-4a6c-aae2-378caa3b0d61 2026-06-16 02:21:07.948 7 INFO neutron.db.l3_hamode_db [None req-c005f599-2812-48f1-8998-551955cf1553 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:08.726 7 INFO neutron.db.l3_hamode_db [None req-c005f599-2812-48f1-8998-551955cf1553 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:09.672 8 INFO neutron.db.segments_db [None req-1918d593-5d7b-4d00-bf6e-82f3117c67cc 22ab3ffdbeae4ca3b36d98e36b9c65f9 9bcc075335d44a5eb79ee240ef7505d7 - - default default] Added segment b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f of type vxlan for network 8619a9b8-2ab4-40cf-9066-43307599253a [pid: 7|app: 0|req: 1052/2367] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:07 2026] POST /v2.0/routers => generated 684 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2368] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:09 2026] POST /v2.0/networks => generated 613 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:09.852 8 INFO neutron.db.segments_db [None req-13673e94-0fb3-4936-ad51-d453e1834bf5 22ab3ffdbeae4ca3b36d98e36b9c65f9 9bcc075335d44a5eb79ee240ef7505d7 - - default default] Added segment 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 of type vxlan for network 3f518c4e-047c-4c0a-ab6d-06495f677a03 [pid: 8|app: 0|req: 1317/2369] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:09 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:10.032 8 INFO neutron.db.segments_db [None req-b0391c80-51a1-4d5d-96ed-5d0b5b67dd01 22ab3ffdbeae4ca3b36d98e36b9c65f9 9bcc075335d44a5eb79ee240ef7505d7 - - default default] Added segment 5cdfa273-f6d5-448a-ad78-02288eaa1a1c of type vxlan for network 630d9aa8-0b49-4acd-bc20-7d56317eec03 [pid: 8|app: 0|req: 1318/2370] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:09 2026] POST /v2.0/networks => generated 612 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:10.206 8 INFO neutron.db.segments_db [None req-88a67b7e-5423-4173-9418-b2e2fcdaadca 22ab3ffdbeae4ca3b36d98e36b9c65f9 9bcc075335d44a5eb79ee240ef7505d7 - - default default] Added segment d23106ea-3236-4421-b9ca-cdf0924542bb of type vxlan for network 7b2a12c0-0f05-474d-a8c3-dfade359276d [pid: 8|app: 0|req: 1319/2371] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:10 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:10.354 8 INFO neutron.db.segments_db [None req-542b3401-0216-4c11-bf42-db1f94e359ac 22ab3ffdbeae4ca3b36d98e36b9c65f9 9bcc075335d44a5eb79ee240ef7505d7 - - default default] Added segment 016b9ca1-0750-4994-8d46-d0cc0663fb9c of type vxlan for network 43582a89-5a43-4fe1-8ae2-288a6ae81674 [pid: 8|app: 0|req: 1320/2372] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:10 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2373] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:10 2026] PUT /v2.0/networks/8619a9b8-2ab4-40cf-9066-43307599253a/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2374] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:10 2026] PUT /v2.0/networks/3f518c4e-047c-4c0a-ab6d-06495f677a03/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2375] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:10 2026] PUT /v2.0/networks/630d9aa8-0b49-4acd-bc20-7d56317eec03/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2376] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:10 2026] PUT /v2.0/networks/7b2a12c0-0f05-474d-a8c3-dfade359276d/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2377] 10.0.0.14 () {32 vars in 665 bytes} [Tue Jun 16 02:21:10 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2378] 10.0.0.14 () {32 vars in 679 bytes} [Tue Jun 16 02:21:10 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2379] 10.0.0.14 () {32 vars in 675 bytes} [Tue Jun 16 02:21:10 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2380] 10.0.0.14 () {32 vars in 687 bytes} [Tue Jun 16 02:21:10 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2381] 10.0.0.14 () {32 vars in 673 bytes} [Tue Jun 16 02:21:10 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2382] 10.0.0.14 () {32 vars in 687 bytes} [Tue Jun 16 02:21:11 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2383] 10.0.0.14 () {32 vars in 683 bytes} [Tue Jun 16 02:21:11 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2384] 10.0.0.14 () {32 vars in 695 bytes} [Tue Jun 16 02:21:11 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:21:11.302 8 INFO neutron.services.segments.plugin [-] Segment b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f resource provider aggregate not found 2026-06-16 02:21:11.306 8 INFO neutron.services.segments.plugin [-] Segment b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f resource provider aggregate not found [pid: 8|app: 0|req: 1333/2385] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:11 2026] DELETE /v2.0/networks/8619a9b8-2ab4-40cf-9066-43307599253a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:21:11.328 8 INFO neutron.services.segments.plugin [-] Segment b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f found for delete ", "request_id": "req-3199ca81-f8ed-47b5-aee9-11469ba3b830"}]} 2026-06-16 02:21:11.332 8 INFO neutron.services.segments.plugin [-] Segment b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ebeda3-3d4a-4d95-91e5-0e977bdaf17f found for delete ", "request_id": "req-776858f6-7235-4b3c-8339-63f9174edcea"}]} [pid: 8|app: 0|req: 1334/2386] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:11 2026] DELETE /v2.0/networks/3f518c4e-047c-4c0a-ab6d-06495f677a03 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2387] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:11 2026] DELETE /v2.0/networks/630d9aa8-0b49-4acd-bc20-7d56317eec03 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2388] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:21:09 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/add_router_interface => generated 309 bytes in 1946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2389] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:11 2026] DELETE /v2.0/networks/7b2a12c0-0f05-474d-a8c3-dfade359276d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2390] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:11 2026] DELETE /v2.0/networks/43582a89-5a43-4fe1-8ae2-288a6ae81674 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2391] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:21:11 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2392] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:12 2026] GET /v2.0/security-groups?tenant_id=0d581c26fbd24a809aae4960b80330ad&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2393] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:12 2026] DELETE /v2.0/security-groups/73ca1d82-8b34-4703-ae03-28a79af8fd23 => 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: 1340/2394] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:13 2026] GET /v2.0/security-groups?tenant_id=9bcc075335d44a5eb79ee240ef7505d7&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2395] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:13 2026] DELETE /v2.0/security-groups/327bc46b-980f-41be-821e-4b2b3b2b5cc5 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:21:13.354 8 INFO neutron.services.segments.plugin [-] Segment 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 resource provider aggregate not found 2026-06-16 02:21:13.360 8 INFO neutron.services.segments.plugin [-] Segment 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 resource provider aggregate not found 2026-06-16 02:21:13.380 8 INFO neutron.services.segments.plugin [-] Segment 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 found for delete ", "request_id": "req-b50a4862-41f9-4e04-a44b-2d50c64ae610"}]} 2026-06-16 02:21:13.389 8 INFO neutron.services.segments.plugin [-] Segment 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 270b6fd3-730d-49f0-a8bd-4cd1951dc2c2 found for delete ", "request_id": "req-6c1501bd-9844-40d0-bb26-4052f233cc0c"}]} 2026-06-16 02:21:13.401 8 INFO neutron.services.segments.plugin [-] Segment 5cdfa273-f6d5-448a-ad78-02288eaa1a1c resource provider aggregate not found 2026-06-16 02:21:13.419 8 INFO neutron.services.segments.plugin [-] Segment 5cdfa273-f6d5-448a-ad78-02288eaa1a1c resource provider aggregate not found 2026-06-16 02:21:13.419 8 INFO neutron.services.segments.plugin [-] Segment 5cdfa273-f6d5-448a-ad78-02288eaa1a1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdfa273-f6d5-448a-ad78-02288eaa1a1c found for delete ", "request_id": "req-aeec3b75-1415-4a98-9238-24da32fe39b9"}]} 2026-06-16 02:21:13.440 8 INFO neutron.services.segments.plugin [-] Segment d23106ea-3236-4421-b9ca-cdf0924542bb resource provider aggregate not found 2026-06-16 02:21:13.446 8 INFO neutron.services.segments.plugin [-] Segment 5cdfa273-f6d5-448a-ad78-02288eaa1a1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdfa273-f6d5-448a-ad78-02288eaa1a1c found for delete ", "request_id": "req-ad067444-b575-498d-a375-a58a9bd8ac4b"}]} 2026-06-16 02:21:13.462 8 INFO neutron.services.segments.plugin [-] Segment d23106ea-3236-4421-b9ca-cdf0924542bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23106ea-3236-4421-b9ca-cdf0924542bb found for delete ", "request_id": "req-6bb44459-4cdb-45db-a941-b1515a4f9663"}]} 2026-06-16 02:21:13.467 8 INFO neutron.services.segments.plugin [-] Segment d23106ea-3236-4421-b9ca-cdf0924542bb resource provider aggregate not found 2026-06-16 02:21:13.479 8 INFO neutron.services.segments.plugin [-] Segment 016b9ca1-0750-4994-8d46-d0cc0663fb9c resource provider aggregate not found 2026-06-16 02:21:13.494 8 INFO neutron.services.segments.plugin [-] Segment d23106ea-3236-4421-b9ca-cdf0924542bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d23106ea-3236-4421-b9ca-cdf0924542bb found for delete ", "request_id": "req-37b166e9-e598-4761-82c9-0fd4194b3a02"}]} 2026-06-16 02:21:13.498 8 INFO neutron.services.segments.plugin [-] Segment 016b9ca1-0750-4994-8d46-d0cc0663fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016b9ca1-0750-4994-8d46-d0cc0663fb9c found for delete ", "request_id": "req-23857dfe-3a66-4e34-9989-3f3e7a35cc51"}]} 2026-06-16 02:21:13.509 8 INFO neutron.services.segments.plugin [-] Segment 016b9ca1-0750-4994-8d46-d0cc0663fb9c resource provider aggregate not found 2026-06-16 02:21:13.531 8 INFO neutron.services.segments.plugin [-] Segment 016b9ca1-0750-4994-8d46-d0cc0663fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016b9ca1-0750-4994-8d46-d0cc0663fb9c found for delete ", "request_id": "req-82f40fcb-3343-4015-b9fa-b9b38a2a8475"}]} [pid: 8|app: 0|req: 1342/2396] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:13 2026] GET /v2.0/security-groups?tenant_id=804906d0b5b042e596d9c45506dcc203&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2397] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:13 2026] DELETE /v2.0/security-groups/032b8a25-60b0-4b27-912c-3177599fc2ff => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2398] 10.0.0.14 () {34 vars in 782 bytes} [Tue Jun 16 02:21:12 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2399] 10.0.0.14 () {34 vars in 683 bytes} [Tue Jun 16 02:21:14 2026] POST /v2.0/security-groups => generated 1629 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2400] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2401] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2402] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2403] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:14 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: 7|app: 0|req: 1058/2404] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2405] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2406] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2407] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2408] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2409] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2410] 10.0.0.14 () {34 vars in 694 bytes} [Tue Jun 16 02:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2411] 10.0.0.15 () {34 vars in 1093 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-556530144&fields=id&tenant_id=8c0d96855dfb466286051f48cad37284 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2412] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2413] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/quotas/8c0d96855dfb466286051f48cad37284 => 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: 1063/2414] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&fields=id => generated 241 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2415] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1354/2418] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1065/2419] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:16 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:18.269 8 INFO neutron.db.segments_db [None req-cf62ae9b-1e18-4f74-abd0-60ce43e54f8b e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Added segment 0d74ca22-2eed-4d59-a327-177d696d5d5d of type vxlan for network 1087f9b2-bb63-4704-a42e-188ee8ef2a1b 2026-06-16 02:21:18.444 8 INFO neutron.db.l3_hamode_db [None req-cf62ae9b-1e18-4f74-abd0-60ce43e54f8b e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:18.618 8 INFO neutron.db.l3_hamode_db [None req-cf62ae9b-1e18-4f74-abd0-60ce43e54f8b e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1355/2420] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:18 2026] POST /v2.0/routers => generated 474 bytes in 1158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:19.319 7 INFO neutron.db.l3_hamode_db [None req-609a0419-4abf-48ca-a450-4d78c666138b e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:19.430 7 INFO neutron.db.l3_hamode_db [None req-609a0419-4abf-48ca-a450-4d78c666138b e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1066/2421] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:19 2026] POST /v2.0/routers => generated 474 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:20.108 8 INFO neutron.db.l3_hamode_db [None req-adf08ca6-8a47-44dc-b463-40f2a11a1938 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:20.205 8 INFO neutron.db.l3_hamode_db [None req-adf08ca6-8a47-44dc-b463-40f2a11a1938 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1356/2422] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:20 2026] POST /v2.0/routers => generated 474 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:20.786 7 INFO neutron.db.l3_hamode_db [None req-7f8c34d2-855c-4b3e-8259-6122bd1c292d e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:20.899 7 INFO neutron.db.l3_hamode_db [None req-7f8c34d2-855c-4b3e-8259-6122bd1c292d e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1357/2423] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:21:21 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2424] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:21:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c0d96855dfb466286051f48cad37284 => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2425] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:20 2026] POST /v2.0/routers => generated 474 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:21.500 7 INFO neutron.db.l3_hamode_db [None req-1233cbe9-b31e-4185-95b5-4d02c9c4f597 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:21.643 7 INFO neutron.db.l3_hamode_db [None req-1233cbe9-b31e-4185-95b5-4d02c9c4f597 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1359/2426] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:21:21 2026] POST /v2.0/ports => generated 1179 bytes in 490 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: 1068/2427] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:21 2026] POST /v2.0/routers => generated 474 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2428] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1194 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2429] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:21:21 2026] PUT /v2.0/ports/43276b46-b82a-44eb-82db-bce842652adf => generated 1460 bytes in 418 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: 1361/2430] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:22.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7deab743-1c20-4012-8f85-1707b84f6e94'] response: {'name': 'network-changed', 'server_uuid': '2b0a0e46-d9a5-43b1-ad93-19aad4de4495', 'tag': '43276b46-b82a-44eb-82db-bce842652adf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1070/2431] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:22 2026] PUT /v2.0/routers/1b20c1ad-45fd-4c78-b516-db75d968de42/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2432] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:22 2026] PUT /v2.0/routers/8cc4bf24-e6c9-4cd8-ad41-1f287549abcf/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2433] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:22 2026] PUT /v2.0/routers/93908f9c-2dc0-4f78-9f1c-855974fc3ef3/tags => generated 34 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2434] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:22 2026] PUT /v2.0/routers/1715ffb3-6c19-4222-bc1f-5812986d0a40/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2435] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1463 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2436] 10.0.0.14 () {32 vars in 663 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2437] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/networks?tenant_id=8c0d96855dfb466286051f48cad37284&shared=False => generated 2376 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2438] 10.0.0.14 () {32 vars in 677 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2439] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:21:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2440] 10.0.0.14 () {32 vars in 673 bytes} [Tue Jun 16 02:21:22 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: 8|app: 0|req: 1367/2441] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2442] 10.0.0.14 () {32 vars in 671 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2443] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2444] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2445] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2446] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:21:23 2026] GET /v2.0/routers/1b20c1ad-45fd-4c78-b516-db75d968de42 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2447] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2448] 199.204.45.148 () {34 vars in 1056 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=43276b46-b82a-44eb-82db-bce842652adf => 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: 1370/2449] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:21:23 2026] PUT /v2.0/routers/1b20c1ad-45fd-4c78-b516-db75d968de42 => generated 485 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2450] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=43276b46-b82a-44eb-82db-bce842652adf => 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: 1371/2451] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/ports?device_id=1b20c1ad-45fd-4c78-b516-db75d968de42 => 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: 1081/2452] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2453] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2454] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2455] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:24.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-016b6a4b-fd89-429e-b1d6-82919f585b36 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] TaaS: Handle Delete Port: f3970861-52f7-4d95-9c8f-1eb1225faf67 2026-06-16 02:21:24.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-016b6a4b-fd89-429e-b1d6-82919f585b36 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Tap Mirror: Handle Delete Port: f3970861-52f7-4d95-9c8f-1eb1225faf67 [pid: 7|app: 0|req: 1085/2456] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2457] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:24 2026] DELETE /v2.0/routers/1b20c1ad-45fd-4c78-b516-db75d968de42 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2458] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:21:24 2026] GET /v2.0/routers/8cc4bf24-e6c9-4cd8-ad41-1f287549abcf => generated 493 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2459] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:21:24 2026] PUT /v2.0/routers/8cc4bf24-e6c9-4cd8-ad41-1f287549abcf => generated 493 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2460] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:25 2026] GET /v2.0/ports?device_id=8cc4bf24-e6c9-4cd8-ad41-1f287549abcf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:25.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-277d8849-7841-4efc-8109-139a3b9875aa e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] TaaS: Handle Delete Port: 7f9a01bf-c3a8-494c-96cf-ca6aced2e975 2026-06-16 02:21:25.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-277d8849-7841-4efc-8109-139a3b9875aa e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Tap Mirror: Handle Delete Port: 7f9a01bf-c3a8-494c-96cf-ca6aced2e975 [pid: 8|app: 0|req: 1374/2461] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:25 2026] DELETE /v2.0/routers/8cc4bf24-e6c9-4cd8-ad41-1f287549abcf => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2462] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:21:25 2026] GET /v2.0/routers/93908f9c-2dc0-4f78-9f1c-855974fc3ef3 => generated 502 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2463] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:21:25 2026] PUT /v2.0/routers/93908f9c-2dc0-4f78-9f1c-855974fc3ef3 => generated 502 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2464] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:26 2026] GET /v2.0/ports?device_id=93908f9c-2dc0-4f78-9f1c-855974fc3ef3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:26.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a9e07de-87a9-423f-b97d-b4a09063b41a e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] TaaS: Handle Delete Port: 3cd7a631-9de9-41c5-9768-a197f8fa50c5 2026-06-16 02:21:26.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a9e07de-87a9-423f-b97d-b4a09063b41a e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Tap Mirror: Handle Delete Port: 3cd7a631-9de9-41c5-9768-a197f8fa50c5 [pid: 8|app: 0|req: 1376/2465] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:26 2026] DELETE /v2.0/routers/93908f9c-2dc0-4f78-9f1c-855974fc3ef3 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2466] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:21:26 2026] GET /v2.0/routers/1715ffb3-6c19-4222-bc1f-5812986d0a40 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2467] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:21:26 2026] PUT /v2.0/routers/1715ffb3-6c19-4222-bc1f-5812986d0a40 => generated 487 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2468] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:27 2026] GET /v2.0/ports?device_id=1715ffb3-6c19-4222-bc1f-5812986d0a40 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:27.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-c08156c1-3382-448a-8aa3-302057151ff2 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] TaaS: Handle Delete Port: bf23c987-27c4-4017-959b-ea82e6b7f1fc 2026-06-16 02:21:27.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c08156c1-3382-448a-8aa3-302057151ff2 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Tap Mirror: Handle Delete Port: bf23c987-27c4-4017-959b-ea82e6b7f1fc [pid: 7|app: 0|req: 1092/2469] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:27 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1194 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2470] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:27 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2471] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:27 2026] DELETE /v2.0/routers/1715ffb3-6c19-4222-bc1f-5812986d0a40 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2472] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:21:27 2026] GET /v2.0/routers/660e3c7e-6f93-488f-b7b5-af6ae6ed5c1d => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2473] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:21:27 2026] PUT /v2.0/routers/660e3c7e-6f93-488f-b7b5-af6ae6ed5c1d => generated 480 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2474] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:28 2026] GET /v2.0/ports?device_id=660e3c7e-6f93-488f-b7b5-af6ae6ed5c1d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:28.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-c75d26cc-dfa1-4ff1-b65f-1ab71a748496 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] TaaS: Handle Delete Port: cdefb75a-4be6-4ea0-a07c-f5c8c9ee6628 2026-06-16 02:21:28.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c75d26cc-dfa1-4ff1-b65f-1ab71a748496 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] Tap Mirror: Handle Delete Port: cdefb75a-4be6-4ea0-a07c-f5c8c9ee6628 2026-06-16 02:21:28.644 8 INFO neutron.services.segments.plugin [-] Segment 0d74ca22-2eed-4d59-a327-177d696d5d5d resource provider aggregate not found 2026-06-16 02:21:28.654 8 INFO neutron.services.segments.plugin [-] Segment 0d74ca22-2eed-4d59-a327-177d696d5d5d resource provider aggregate not found 2026-06-16 02:21:28.670 8 INFO neutron.services.segments.plugin [-] Segment 0d74ca22-2eed-4d59-a327-177d696d5d5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d74ca22-2eed-4d59-a327-177d696d5d5d found for delete ", "request_id": "req-d268ccf6-f87b-41b1-9b52-4fd3787974cd"}]} 2026-06-16 02:21:28.676 8 INFO neutron.db.l3_hamode_db [None req-c75d26cc-dfa1-4ff1-b65f-1ab71a748496 e408e66826df43e2adeb692b48cd492f 7f24b6b619ff433585e62597961e3411 - - default default] HA network 1087f9b2-bb63-4704-a42e-188ee8ef2a1b was deleted as no HA routers are present in tenant 7f24b6b619ff433585e62597961e3411. 2026-06-16 02:21:28.678 8 INFO neutron.services.segments.plugin [-] Segment 0d74ca22-2eed-4d59-a327-177d696d5d5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d74ca22-2eed-4d59-a327-177d696d5d5d found for delete ", "request_id": "req-a391f459-439e-46f9-9541-39be91aae0b5"}]} [pid: 8|app: 0|req: 1380/2475] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:28 2026] DELETE /v2.0/routers/660e3c7e-6f93-488f-b7b5-af6ae6ed5c1d => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2476] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:29 2026] GET /v2.0/security-groups?tenant_id=7f24b6b619ff433585e62597961e3411&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2477] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:29 2026] DELETE /v2.0/security-groups/ab90f02f-3fe6-4f6e-ba3d-4726101a8c23 => 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: 1097/2478] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:30 2026] GET /v2.0/security-groups?tenant_id=0c50d456a90e4aa3b36d9c171aa2ed90&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2479] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:30 2026] DELETE /v2.0/security-groups/c0f7d3d9-bd7a-4972-aa98-c6a4ec1f4015 => 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: 1098/2480] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:30 2026] GET /v2.0/security-groups?tenant_id=12ceb351e648462e92b5e04255dbd4fb&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2481] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:30 2026] DELETE /v2.0/security-groups/6895dbf9-0862-4058-bf5a-6c72153ed5b7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2484] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:32 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2485] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:32 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2486] 10.0.0.14 () {32 vars in 817 bytes} [Tue Jun 16 02:21:32 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&mac_address=fa%3A16%3A3e%3A7d%3A19%3A04 => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:21:33.658 7 INFO neutron.db.l3_db [None req-edb0d47b-089b-4e92-ac20-120c3995f474 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP 004b2ad5-5339-4d49-9eec-4e92d7859cc3 associated. External IP: 10.96.250.218, port: 43276b46-b82a-44eb-82db-bce842652adf. [pid: 7|app: 0|req: 1101/2487] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:21:32 2026] POST /v2.0/floatingips => generated 854 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:34.075 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33c92056-262f-4eab-bcc1-fb315a25936f'] response: {'name': 'network-changed', 'server_uuid': '2b0a0e46-d9a5-43b1-ad93-19aad4de4495', 'tag': '43276b46-b82a-44eb-82db-bce842652adf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1387/2488] 10.0.0.15 () {34 vars in 1093 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-556530144&fields=id&tenant_id=8c0d96855dfb466286051f48cad37284 => 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: 1102/2489] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2490] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/quotas/8c0d96855dfb466286051f48cad37284 => 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: 1103/2491] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&fields=id => generated 333 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2492] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2493] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2494] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2495] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2496] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => 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: 1391/2497] 199.204.45.148 () {34 vars in 1056 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=43276b46-b82a-44eb-82db-bce842652adf => generated 857 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2498] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=43276b46-b82a-44eb-82db-bce842652adf => 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: 1392/2499] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2500] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&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: 1393/2501] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2502] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2503] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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) 2026-06-16 02:21:35.249 8 INFO neutron.db.segments_db [None req-a3ad0662-d16b-4159-8415-f663e1fce290 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Added segment 5d4463ac-9b37-492d-a878-7d74e3c21087 of type vxlan for network 0ba88f1c-f4b4-4cde-993f-3caa53eaa4b5 [pid: 8|app: 0|req: 1394/2504] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:34 2026] POST /v2.0/networks => generated 612 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2505] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:35 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:35.649 8 INFO neutron.db.segments_db [None req-d72e612f-b579-45cf-a1f1-7e2145112bde 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Added segment 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 of type vxlan for network b6842d55-e606-4073-a805-50f3519a681c [pid: 8|app: 0|req: 1395/2506] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:35 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2507] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:35 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:36.077 8 INFO neutron.db.segments_db [None req-fb69dbf0-7d13-4acd-a938-f35f8410505b 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Added segment 67a28003-3532-44d0-9534-25a6aafac5d9 of type vxlan for network 609dc96f-ca67-4623-a352-faafeb8285aa [pid: 8|app: 0|req: 1396/2508] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:36 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2509] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:36 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:36.463 8 INFO neutron.db.segments_db [None req-14ebaba1-00e0-46f0-98a6-47dbab3b3ac8 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Added segment 81109abe-fa4d-4ffc-a4af-bb02c170eb73 of type vxlan for network 7ff3e718-943a-4fea-940f-bde76656fb5a [pid: 8|app: 0|req: 1397/2510] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:36 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2511] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:36 2026] POST /v2.0/subnets => generated 629 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:36.918 8 INFO neutron.db.segments_db [None req-1636f3f5-742a-4f52-bd42-dd70037cf82d 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Added segment a1a483ee-aa3e-4287-82be-65056e740fba of type vxlan for network 5abb65d4-0795-4af5-9f03-6d27a8bd1f43 [pid: 8|app: 0|req: 1398/2512] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:36 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2513] 10.0.0.14 () {34 vars in 668 bytes} [Tue Jun 16 02:21:37 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2514] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:37 2026] PUT /v2.0/subnets/21c55be7-eddd-447a-b338-8da8e492fac9/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2515] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:37 2026] PUT /v2.0/subnets/c9773de2-b058-4347-bf3b-4c14dddfe9aa/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2516] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:37 2026] PUT /v2.0/subnets/d1b773b7-2dfb-414b-a5d6-f5ebf072b3c2/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2517] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:37 2026] PUT /v2.0/subnets/70356312-11f0-41c6-b911-d32229e45edc/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2518] 10.0.0.14 () {32 vars in 663 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2519] 10.0.0.14 () {32 vars in 677 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2520] 10.0.0.14 () {32 vars in 673 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2521] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?tags-any=red%2Cblue => 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: 1403/2522] 10.0.0.14 () {32 vars in 671 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2523] 10.0.0.14 () {32 vars in 685 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2524] 10.0.0.14 () {32 vars in 681 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2525] 10.0.0.14 () {32 vars in 693 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2526] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/subnets/21c55be7-eddd-447a-b338-8da8e492fac9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2527] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/subnets/c9773de2-b058-4347-bf3b-4c14dddfe9aa => 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: 1406/2528] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/subnets/d1b773b7-2dfb-414b-a5d6-f5ebf072b3c2 => 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: 1123/2529] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/subnets/70356312-11f0-41c6-b911-d32229e45edc => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2530] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/subnets/a6991e8a-161c-4824-96db-3c48c20dcf9d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:21:38.888 7 INFO neutron.services.segments.plugin [-] Segment 5d4463ac-9b37-492d-a878-7d74e3c21087 resource provider aggregate not found 2026-06-16 02:21:38.896 7 INFO neutron.services.segments.plugin [-] Segment 5d4463ac-9b37-492d-a878-7d74e3c21087 resource provider aggregate not found 2026-06-16 02:21:38.909 7 INFO neutron.services.segments.plugin [-] Segment 5d4463ac-9b37-492d-a878-7d74e3c21087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d4463ac-9b37-492d-a878-7d74e3c21087 found for delete ", "request_id": "req-8d09de03-d578-4558-83d3-617f7b4017a0"}]} 2026-06-16 02:21:38.914 7 INFO neutron.services.segments.plugin [-] Segment 5d4463ac-9b37-492d-a878-7d74e3c21087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d4463ac-9b37-492d-a878-7d74e3c21087 found for delete ", "request_id": "req-33e0698e-59af-43d7-af90-ce4c6665b48f"}]} [pid: 7|app: 0|req: 1124/2531] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/networks/0ba88f1c-f4b4-4cde-993f-3caa53eaa4b5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:21:39.035 8 INFO neutron.services.segments.plugin [-] Segment 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 resource provider aggregate not found 2026-06-16 02:21:39.043 8 INFO neutron.services.segments.plugin [-] Segment 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 resource provider aggregate not found [pid: 7|app: 0|req: 1125/2532] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:21:38 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:39.066 8 INFO neutron.services.segments.plugin [-] Segment 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 found for delete ", "request_id": "req-f27c846e-ea75-4447-9470-29a3a61e6b8e"}]} 2026-06-16 02:21:39.066 8 INFO neutron.services.segments.plugin [-] Segment 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2edc645c-f3da-4cfd-8a3d-97f2130d13a8 found for delete ", "request_id": "req-e3ae022d-0c87-4f42-86b9-1d2b996dfdcf"}]} [pid: 8|app: 0|req: 1408/2533] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:38 2026] DELETE /v2.0/networks/b6842d55-e606-4073-a805-50f3519a681c => 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: 1126/2534] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:21:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c0d96855dfb466286051f48cad37284 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:39.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-863887ba-0a74-4644-a580-e309068d17d2 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] TaaS: Handle Delete Port: 27403cd3-30e8-4599-ae74-dba6c626ba4d 2026-06-16 02:21:39.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863887ba-0a74-4644-a580-e309068d17d2 836ad041b26941cc9fc77d2d6dccd826 671147019d79466db4784bc4723939da - - default default] Tap Mirror: Handle Delete Port: 27403cd3-30e8-4599-ae74-dba6c626ba4d [pid: 8|app: 0|req: 1409/2535] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:39 2026] DELETE /v2.0/networks/609dc96f-ca67-4623-a352-faafeb8285aa => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2536] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:21:39 2026] POST /v2.0/ports => generated 1187 bytes in 351 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: 1410/2537] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:39 2026] DELETE /v2.0/networks/7ff3e718-943a-4fea-940f-bde76656fb5a => 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: 1411/2538] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:39 2026] DELETE /v2.0/networks/5abb65d4-0795-4af5-9f03-6d27a8bd1f43 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2539] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:21:39 2026] PUT /v2.0/ports/20cbffd8-640e-4cc1-8d14-785b9b889609 => generated 1468 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2540] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:39 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1202 bytes in 225 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: 1129/2541] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:40.332 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6ea8dca-00dd-4e2b-9539-5638b7f32866'] response: {'name': 'network-changed', 'server_uuid': 'ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a', 'tag': '20cbffd8-640e-4cc1-8d14-785b9b889609', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1413/2542] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/security-groups?tenant_id=94c908fdf7454937bb36857965a85f15&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2543] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:40 2026] DELETE /v2.0/security-groups/fdfb84b7-0150-49c1-a625-d56ab8c3d6c6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2544] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2545] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/networks?tenant_id=8c0d96855dfb466286051f48cad37284&shared=False => generated 2376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2546] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2547] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2548] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:40 2026] GET /v2.0/security-groups?tenant_id=6c3d7c6f6b3549ceb3043ab30e27d721&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2549] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:41 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2550] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:41 2026] DELETE /v2.0/security-groups/0079bae6-9069-4e78-a457-18dd130efd19 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:21:41.247 8 INFO neutron.services.segments.plugin [-] Segment 67a28003-3532-44d0-9534-25a6aafac5d9 resource provider aggregate not found 2026-06-16 02:21:41.259 8 INFO neutron.services.segments.plugin [-] Segment 67a28003-3532-44d0-9534-25a6aafac5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a28003-3532-44d0-9534-25a6aafac5d9 found for delete ", "request_id": "req-888c5597-4ca4-4f57-9e95-9e091f236a2e"}]} 2026-06-16 02:21:41.262 8 INFO neutron.services.segments.plugin [-] Segment 67a28003-3532-44d0-9534-25a6aafac5d9 resource provider aggregate not found 2026-06-16 02:21:41.273 8 INFO neutron.services.segments.plugin [-] Segment 81109abe-fa4d-4ffc-a4af-bb02c170eb73 resource provider aggregate not found 2026-06-16 02:21:41.280 8 INFO neutron.services.segments.plugin [-] Segment 67a28003-3532-44d0-9534-25a6aafac5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a28003-3532-44d0-9534-25a6aafac5d9 found for delete ", "request_id": "req-baac888b-a8cc-42fe-99a0-2f8dd409e5e3"}]} 2026-06-16 02:21:41.287 8 INFO neutron.services.segments.plugin [-] Segment 81109abe-fa4d-4ffc-a4af-bb02c170eb73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81109abe-fa4d-4ffc-a4af-bb02c170eb73 found for delete ", "request_id": "req-c8fbb175-482a-43b6-baf2-28d645e4a013"}]} 2026-06-16 02:21:41.294 8 INFO neutron.services.segments.plugin [-] Segment 81109abe-fa4d-4ffc-a4af-bb02c170eb73 resource provider aggregate not found [pid: 7|app: 0|req: 1135/2551] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:41 2026] GET /v2.0/security-groups?tenant_id=671147019d79466db4784bc4723939da&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:21:41.302 8 INFO neutron.services.segments.plugin [-] Segment a1a483ee-aa3e-4287-82be-65056e740fba resource provider aggregate not found 2026-06-16 02:21:41.308 8 INFO neutron.services.segments.plugin [-] Segment 81109abe-fa4d-4ffc-a4af-bb02c170eb73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81109abe-fa4d-4ffc-a4af-bb02c170eb73 found for delete ", "request_id": "req-3498b2e9-f99b-46d0-9e2d-ad1f1f5f93b2"}]} 2026-06-16 02:21:41.320 8 INFO neutron.services.segments.plugin [-] Segment a1a483ee-aa3e-4287-82be-65056e740fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a483ee-aa3e-4287-82be-65056e740fba found for delete ", "request_id": "req-8599a8f9-cc5f-498a-99ab-07869415431c"}]} 2026-06-16 02:21:41.327 8 INFO neutron.services.segments.plugin [-] Segment a1a483ee-aa3e-4287-82be-65056e740fba resource provider aggregate not found 2026-06-16 02:21:41.343 8 INFO neutron.services.segments.plugin [-] Segment a1a483ee-aa3e-4287-82be-65056e740fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1a483ee-aa3e-4287-82be-65056e740fba found for delete ", "request_id": "req-5ed29099-df08-44a8-a69d-9e8c888346be"}]} [pid: 8|app: 0|req: 1417/2552] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:41 2026] DELETE /v2.0/security-groups/d251676c-6aec-47dc-a19c-c4c6e7423cba => 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: 1136/2553] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2554] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.116&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => 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: 1137/2555] 199.204.45.148 () {34 vars in 1106 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => 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: 1419/2556] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/subnets?id=fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0&id=29707308-497c-4533-8ba5-5cc5f5edec2c => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2557] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2558] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&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: 1139/2559] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2560] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:21:42 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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) 2026-06-16 02:21:44.889 7 INFO neutron.db.segments_db [None req-bc5e059d-028a-4120-bce7-fd20b752b6ea 166bdea4c9544fc08579589279da145f 27ead0af9cdc475aa8a9647644cb26e0 - - default default] Added segment b99b3fa2-17a5-49aa-8824-ff2750bd336d of type vxlan for network f1f21e15-f620-42be-93e4-74bd7170911f [pid: 7|app: 0|req: 1140/2561] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:44 2026] POST /v2.0/networks => generated 613 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2562] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:44 2026] PUT /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2563] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2564] 10.0.0.14 () {34 vars in 763 bytes} [Tue Jun 16 02:21:45 2026] PUT /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2565] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1202 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2566] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/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: 1143/2567] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2568] 10.0.0.14 () {34 vars in 759 bytes} [Tue Jun 16 02:21:45 2026] PUT /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2569] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/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: 1426/2570] 10.0.0.14 () {34 vars in 781 bytes} [Tue Jun 16 02:21:45 2026] PUT /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2571] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2572] 10.0.0.14 () {34 vars in 752 bytes} [Tue Jun 16 02:21:45 2026] PUT /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2573] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2574] 10.0.0.14 () {32 vars in 740 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:21:45.814 7 INFO neutron.api.v2.resource [None req-3ad935ca-0f1c-4b64-b4e4-07624269b5e3 166bdea4c9544fc08579589279da145f 27ead0af9cdc475aa8a9647644cb26e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2575] 10.0.0.14 () {32 vars in 744 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2576] 10.0.0.14 () {32 vars in 743 bytes} [Tue Jun 16 02:21:45 2026] DELETE /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2577] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:45 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:21:46.007 8 INFO neutron.api.v2.resource [None req-37ab3b3f-062e-4c20-add1-d5c2c3fd8a5a 166bdea4c9544fc08579589279da145f 27ead0af9cdc475aa8a9647644cb26e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/2578] 10.0.0.14 () {32 vars in 747 bytes} [Tue Jun 16 02:21:45 2026] DELETE /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2579] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:21:46 2026] DELETE /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => 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: 1431/2580] 10.0.0.14 () {32 vars in 732 bytes} [Tue Jun 16 02:21:46 2026] GET /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2581] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:46 2026] DELETE /v2.0/networks/f1f21e15-f620-42be-93e4-74bd7170911f => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:21:46.474 7 INFO neutron.services.segments.plugin [-] Segment b99b3fa2-17a5-49aa-8824-ff2750bd336d resource provider aggregate not found 2026-06-16 02:21:46.495 7 INFO neutron.services.segments.plugin [-] Segment b99b3fa2-17a5-49aa-8824-ff2750bd336d resource provider aggregate not found 2026-06-16 02:21:46.499 7 INFO neutron.services.segments.plugin [-] Segment b99b3fa2-17a5-49aa-8824-ff2750bd336d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99b3fa2-17a5-49aa-8824-ff2750bd336d found for delete ", "request_id": "req-7ef61e2e-55e4-4410-8432-a9ceb44011c4"}]} 2026-06-16 02:21:46.513 7 INFO neutron.services.segments.plugin [-] Segment b99b3fa2-17a5-49aa-8824-ff2750bd336d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99b3fa2-17a5-49aa-8824-ff2750bd336d found for delete ", "request_id": "req-83b65e7e-c9f4-413b-878c-352031dba003"}]} [pid: 8|app: 0|req: 1433/2584] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:47 2026] GET /v2.0/security-groups?tenant_id=27ead0af9cdc475aa8a9647644cb26e0&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2585] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:47 2026] DELETE /v2.0/security-groups/b454ccec-e2d0-470c-b5e2-3139346c3448 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2586] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:47 2026] GET /v2.0/security-groups?tenant_id=399b3dbdfb184c24a4a0b14d8847a748&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2587] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:47 2026] DELETE /v2.0/security-groups/56dbf504-1177-4ee3-9410-39737693c4f1 => 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: 1435/2588] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:21:50 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1204 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2589] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:50 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2590] 10.0.0.14 () {32 vars in 817 bytes} [Tue Jun 16 02:21:50 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&mac_address=fa%3A16%3A3e%3Acd%3Ab8%3Afb => generated 1204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:21:51.087 8 INFO neutron.db.segments_db [None req-ebe20bca-a4cd-4da9-96e4-70cbb6f41730 dab58236959248a38e2594e58dd45599 a339f266b3eb4ba6bd67f882ce02f102 - - default default] Added segment fd6c4d05-c182-4fe9-9c13-1e757a693569 of type vxlan for network 6ddb042c-1699-41ec-9e33-d1e0343f49d3 [pid: 8|app: 0|req: 1437/2591] 10.0.0.14 () {34 vars in 669 bytes} [Tue Jun 16 02:21:50 2026] POST /v2.0/networks => generated 613 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:21:51.448 7 INFO neutron.db.l3_db [None req-ca7e9ed8-93ef-446f-bffb-64d4fb5d2176 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP 15038b77-a96c-4f2d-a0cc-da9c62231ab7 associated. External IP: 10.96.250.220, port: 20cbffd8-640e-4cc1-8d14-785b9b889609. [pid: 8|app: 0|req: 1438/2592] 10.0.0.14 () {34 vars in 663 bytes} [Tue Jun 16 02:21:51 2026] POST /v2.0/ports => generated 743 bytes in 292 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: 1439/2593] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:21:51 2026] PUT /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 25 bytes in 87 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: 1440/2594] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:51 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1441/2595] 10.0.0.14 () {34 vars in 757 bytes} [Tue Jun 16 02:21:51 2026] PUT /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/green => generated 4 bytes in 81 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: 1442/2596] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:51 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 34 bytes in 39 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: 1155/2597] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:21:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2598] 10.0.0.14 () {34 vars in 753 bytes} [Tue Jun 16 02:21:51 2026] PUT /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:21:51.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c7266ce-ba4f-4b4d-a510-05a772776e12'] response: {'name': 'network-changed', 'server_uuid': 'ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a', 'tag': '20cbffd8-640e-4cc1-8d14-785b9b889609', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1156/2599] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:51 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1444/2600] 10.0.0.14 () {34 vars in 775 bytes} [Tue Jun 16 02:21:51 2026] PUT /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/black.or.white => generated 4 bytes in 93 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: 1157/2601] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 52 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2602] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1473 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2603] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2604] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.116&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => 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: 1161/2605] 199.204.45.148 () {34 vars in 1106 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => 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: 1162/2606] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/subnets?id=fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0&id=29707308-497c-4533-8ba5-5cc5f5edec2c => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2607] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&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: 1164/2608] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2609] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2610] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:21:52 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2611] 10.0.0.14 () {34 vars in 746 bytes} [Tue Jun 16 02:21:52 2026] PUT /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 37 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2612] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:53 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1446/2613] 10.0.0.14 () {32 vars in 734 bytes} [Tue Jun 16 02:21:53 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:21:53.216 7 INFO neutron.api.v2.resource [None req-c5c14509-b1a2-4621-94df-c251ffdeae64 dab58236959248a38e2594e58dd45599 a339f266b3eb4ba6bd67f882ce02f102 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2614] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:21:53 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1447/2615] 10.0.0.14 () {32 vars in 737 bytes} [Tue Jun 16 02:21:53 2026] DELETE /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/red => generated 0 bytes in 67 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: 1169/2616] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:53 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:21:53.407 8 INFO neutron.api.v2.resource [None req-937e0bd9-07e7-4d03-9fc5-0d90530259e0 dab58236959248a38e2594e58dd45599 a339f266b3eb4ba6bd67f882ce02f102 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1448/2617] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:21:53 2026] DELETE /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1170/2618] 10.0.0.14 () {32 vars in 729 bytes} [Tue Jun 16 02:21:53 2026] DELETE /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 0 bytes in 83 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: 1449/2619] 10.0.0.14 () {32 vars in 726 bytes} [Tue Jun 16 02:21:53 2026] GET /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:21:53.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-37c99ad0-0a13-40e8-95e9-cb2afd8b77bb dab58236959248a38e2594e58dd45599 a339f266b3eb4ba6bd67f882ce02f102 - - default default] TaaS: Handle Delete Port: 33094fb2-bd6c-466e-9c3c-7e7cc182ddfa 2026-06-16 02:21:53.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c99ad0-0a13-40e8-95e9-cb2afd8b77bb dab58236959248a38e2594e58dd45599 a339f266b3eb4ba6bd67f882ce02f102 - - default default] Tap Mirror: Handle Delete Port: 33094fb2-bd6c-466e-9c3c-7e7cc182ddfa [pid: 7|app: 0|req: 1171/2620] 10.0.0.14 () {32 vars in 719 bytes} [Tue Jun 16 02:21:53 2026] DELETE /v2.0/ports/33094fb2-bd6c-466e-9c3c-7e7cc182ddfa => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:21:53.941 8 INFO neutron.services.segments.plugin [-] Segment fd6c4d05-c182-4fe9-9c13-1e757a693569 resource provider aggregate not found 2026-06-16 02:21:53.947 8 INFO neutron.services.segments.plugin [-] Segment fd6c4d05-c182-4fe9-9c13-1e757a693569 resource provider aggregate not found 2026-06-16 02:21:53.955 8 INFO neutron.services.segments.plugin [-] Segment fd6c4d05-c182-4fe9-9c13-1e757a693569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6c4d05-c182-4fe9-9c13-1e757a693569 found for delete ", "request_id": "req-2aa5e9d6-7f81-4563-b9c8-20deb8ef0aea"}]} 2026-06-16 02:21:53.968 8 INFO neutron.services.segments.plugin [-] Segment fd6c4d05-c182-4fe9-9c13-1e757a693569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6c4d05-c182-4fe9-9c13-1e757a693569 found for delete ", "request_id": "req-4553bee2-dc9f-41e3-b841-9d9b6b3773da"}]} [pid: 8|app: 0|req: 1450/2621] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:21:53 2026] DELETE /v2.0/networks/6ddb042c-1699-41ec-9e33-d1e0343f49d3 => 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: 1172/2622] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:54 2026] GET /v2.0/security-groups?tenant_id=a339f266b3eb4ba6bd67f882ce02f102&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2623] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:54 2026] DELETE /v2.0/security-groups/7019587b-0491-424b-a669-caa3dc6d2595 => 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: 1173/2624] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:21:54 2026] GET /v2.0/security-groups?tenant_id=9c532ebeaca8477b8954fe433c1389d4&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2625] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:21:55 2026] DELETE /v2.0/security-groups/e3973d7a-8840-4144-9179-bf4710a41b95 => 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: 1174/2626] 10.0.0.50 () {34 vars in 989 bytes} [Tue Jun 16 02:21:56 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1473 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2627] 10.0.0.50 () {34 vars in 1039 bytes} [Tue Jun 16 02:21:56 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:58.668 7 INFO neutron.db.segments_db [None req-c27488c8-8e4c-4830-b021-76e9b07cf749 a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] Added segment cde74f9b-a440-4841-8445-93364a2e5528 of type vxlan for network 2e59c54d-9630-4bd6-89b5-77d62c54d8fb 2026-06-16 02:21:58.926 7 INFO neutron.db.l3_hamode_db [None req-c27488c8-8e4c-4830-b021-76e9b07cf749 a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:21:59.025 7 INFO neutron.db.l3_hamode_db [None req-c27488c8-8e4c-4830-b021-76e9b07cf749 a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1175/2628] 10.0.0.14 () {34 vars in 667 bytes} [Tue Jun 16 02:21:58 2026] POST /v2.0/routers => generated 474 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2629] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:21:59 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2630] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:21:59 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2631] 10.0.0.14 () {34 vars in 761 bytes} [Tue Jun 16 02:21:59 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2632] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2633] 10.0.0.14 () {34 vars in 757 bytes} [Tue Jun 16 02:22:00 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/red => generated 4 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2634] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2635] 10.0.0.14 () {34 vars in 779 bytes} [Tue Jun 16 02:22:00 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/black.or.white => generated 4 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2636] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2637] 10.0.0.14 () {34 vars in 750 bytes} [Tue Jun 16 02:22:00 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2638] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2639] 10.0.0.14 () {32 vars in 738 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:22:01.083 7 INFO neutron.api.v2.resource [None req-67907e9d-7210-42a5-8084-b6c079b9593e a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1181/2640] 10.0.0.14 () {32 vars in 742 bytes} [Tue Jun 16 02:22:00 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2641] 10.0.0.14 () {32 vars in 741 bytes} [Tue Jun 16 02:22:01 2026] DELETE /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/red => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2642] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:01 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:22:01.416 8 INFO neutron.api.v2.resource [None req-c202287d-e5e3-41f5-8dc4-062a09fc6211 a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/2643] 10.0.0.14 () {32 vars in 745 bytes} [Tue Jun 16 02:22:01 2026] DELETE /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags/green => generated 99 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2646] 10.0.0.14 () {32 vars in 733 bytes} [Tue Jun 16 02:22:01 2026] DELETE /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 0 bytes in 729 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2647] 10.0.0.14 () {32 vars in 730 bytes} [Tue Jun 16 02:22:02 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2648] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:22:02 2026] GET /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2649] 10.0.0.14 () {34 vars in 741 bytes} [Tue Jun 16 02:22:02 2026] PUT /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0 => generated 480 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2650] 10.0.0.14 () {32 vars in 735 bytes} [Tue Jun 16 02:22:02 2026] GET /v2.0/ports?device_id=66ecba7d-29cc-48d0-9956-be4508eb08c0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:22:03.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-5807a670-e026-4951-9d6d-5c13a9eda9ed a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] TaaS: Handle Delete Port: 73b96b04-f7f0-406c-96de-9753e727f05f 2026-06-16 02:22:03.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5807a670-e026-4951-9d6d-5c13a9eda9ed a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] Tap Mirror: Handle Delete Port: 73b96b04-f7f0-406c-96de-9753e727f05f 2026-06-16 02:22:03.422 8 INFO neutron.services.segments.plugin [-] Segment cde74f9b-a440-4841-8445-93364a2e5528 resource provider aggregate not found 2026-06-16 02:22:03.428 8 INFO neutron.services.segments.plugin [-] Segment cde74f9b-a440-4841-8445-93364a2e5528 resource provider aggregate not found 2026-06-16 02:22:03.444 8 INFO neutron.db.l3_hamode_db [None req-5807a670-e026-4951-9d6d-5c13a9eda9ed a4c525868bb24c94b29c30bac6eaa133 18cba75502ad4cd3b3167e44de8541cf - - default default] HA network 2e59c54d-9630-4bd6-89b5-77d62c54d8fb was deleted as no HA routers are present in tenant 18cba75502ad4cd3b3167e44de8541cf. 2026-06-16 02:22:03.454 8 INFO neutron.services.segments.plugin [-] Segment cde74f9b-a440-4841-8445-93364a2e5528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde74f9b-a440-4841-8445-93364a2e5528 found for delete ", "request_id": "req-e8d3d280-e719-44b3-9930-0343908b4253"}]} [pid: 8|app: 0|req: 1466/2651] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:22:02 2026] DELETE /v2.0/routers/66ecba7d-29cc-48d0-9956-be4508eb08c0 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:22:03.454 8 INFO neutron.services.segments.plugin [-] Segment cde74f9b-a440-4841-8445-93364a2e5528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde74f9b-a440-4841-8445-93364a2e5528 found for delete ", "request_id": "req-1f984c41-d682-447d-8d4f-7bd151911617"}]} [pid: 7|app: 0|req: 1186/2652] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:22:04 2026] GET /v2.0/security-groups?tenant_id=b74207d3508b449ca1d7b82281bf9299&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2653] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:22:04 2026] DELETE /v2.0/security-groups/c7a6689c-2742-4802-a37b-55e194110b19 => 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: 1187/2654] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:22:04 2026] GET /v2.0/security-groups?tenant_id=18cba75502ad4cd3b3167e44de8541cf&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2655] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:22:04 2026] DELETE /v2.0/security-groups/e8643d05-0bad-4400-81bb-69edbf3a8dfd => 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: 1188/2656] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:22:07 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1469/2657] 10.0.0.60 () {30 vars in 689 bytes} [Tue Jun 16 02:22:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2658] 10.0.0.60 () {30 vars in 691 bytes} [Tue Jun 16 02:22:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2659] 10.0.0.60 () {30 vars in 667 bytes} [Tue Jun 16 02:22:08 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: 1190/2660] 10.0.0.60 () {30 vars in 703 bytes} [Tue Jun 16 02:22:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2661] 10.0.0.60 () {28 vars in 438 bytes} [Tue Jun 16 02:22: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: 1191/2662] 10.0.0.60 () {30 vars in 727 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 657 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2663] 10.0.0.60 () {30 vars in 689 bytes} [Tue Jun 16 02:22:09 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: 1192/2664] 10.0.0.60 () {30 vars in 691 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2665] 10.0.0.60 () {30 vars in 667 bytes} [Tue Jun 16 02:22:09 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: 1193/2666] 10.0.0.60 () {30 vars in 703 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2667] 10.0.0.60 () {30 vars in 727 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1194/2668] 10.0.0.60 () {30 vars in 689 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2669] 10.0.0.60 () {30 vars in 691 bytes} [Tue Jun 16 02:22:09 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: 1195/2670] 10.0.0.60 () {30 vars in 667 bytes} [Tue Jun 16 02:22:09 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: 1476/2671] 10.0.0.60 () {30 vars in 703 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2672] 10.0.0.60 () {30 vars in 729 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => 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: 1477/2673] 10.0.0.60 () {30 vars in 681 bytes} [Tue Jun 16 02:22:09 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2674] 10.0.0.60 () {34 vars in 703 bytes} [Tue Jun 16 02:22:09 2026] POST /v2.0/ports => generated 1128 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2675] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 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: 1198/2676] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:22:12 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: 1479/2677] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:22:12 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: 1199/2678] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:22:12 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: 1480/2679] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2680] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2681] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2682] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:22:12 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: 1482/2683] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:22:12.950 7 INFO neutron.api.v2.resource [None req-538f1294-a46e-4878-b303-8b161f479418 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2684] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2685] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:22:12 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2686] 199.204.45.148 () {34 vars in 736 bytes} [Tue Jun 16 02:22:12 2026] POST /v2.0/security-groups => generated 1638 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2687] 199.204.45.148 () {30 vars in 815 bytes} [Tue Jun 16 02:22:13 2026] GET /v2.0/security-group-rules?security_group_id=f5ea076d-c93c-4442-8bb1-23baebaf1afe => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2688] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:22:13 2026] PUT /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2689] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:22:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1205/2690] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:22:13 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: 1486/2691] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:22:13 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: 1206/2692] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:22:13 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: 1487/2693] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:22:13 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1208/2696] 10.0.0.15 () {34 vars in 1015 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&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: 1489/2697] 10.0.0.15 () {34 vars in 981 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/networks?id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2698] 10.0.0.15 () {34 vars in 964 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/quotas/8e4c3f1a6dae418f8f7fdde697593d6d => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2699] 10.0.0.15 () {34 vars in 1001 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2700] 10.0.0.15 () {34 vars in 1007 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?fields=segments => generated 14 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2701] 10.0.0.15 () {34 vars in 1107 bytes} [Tue Jun 16 02:22:21 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1211/2702] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:22 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1492/2703] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:22 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1212/2704] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:24 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2705] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:24 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1213/2706] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:22:26 2026] GET /v2.0/networks?id=68559749-4597-4ebc-b63d-acbb0f45dffb => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2707] 199.204.45.148 () {34 vars in 1050 bytes} [Tue Jun 16 02:22:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2708] 199.204.45.148 () {38 vars in 955 bytes} [Tue Jun 16 02:22:26 2026] POST /v2.0/ports => generated 1082 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2709] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:22:26 2026] PUT /v2.0/ports/e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => generated 1243 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:22:27.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b3b0875-e0ac-44ce-b31e-2d335c5cd1bc'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': 'e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15', '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: 1215/2710] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:22:27 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 38 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: 1496/2711] 199.204.45.148 () {34 vars in 1018 bytes} [Tue Jun 16 02:22:27 2026] GET /v2.0/networks?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&shared=False => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2712] 199.204.45.148 () {34 vars in 930 bytes} [Tue Jun 16 02:22:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2713] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2714] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2715] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2716] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2717] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => 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: 1219/2718] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2719] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2720] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1501/2721] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:22:28 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 7|app: 0|req: 1221/2722] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:30 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2723] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:22:30 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2724] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:31 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2727] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:22:33 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2728] 199.204.45.148 () {34 vars in 1044 bytes} [Tue Jun 16 02:22:33 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&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: 1505/2729] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:34 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1225/2730] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:22:34 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&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: 1506/2731] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:34 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1226/2732] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:36 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2733] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:22:36 2026] GET /v2.0/security-groups?id=082a8e0a-f829-44b3-8694-43198c66055a&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2734] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:22:37 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2739] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23:12 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: 1510/2740] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23:12 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: 1231/2741] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23:12 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: 1511/2742] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2743] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:12 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2744] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:23:12 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2745] 199.204.45.148 () {34 vars in 717 bytes} [Tue Jun 16 02:23:12 2026] POST /v2.0/ports => generated 1059 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2746] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:23:12 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2747] 10.0.0.15 () {34 vars in 906 bytes} [Tue Jun 16 02:23:12 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: 1514/2748] 199.204.45.148 () {34 vars in 1262 bytes} [Tue Jun 16 02:23:13 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2749] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:14 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2750] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:14 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2751] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:23:14 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1059 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2752] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:14 2026] GET /v2.0/networks?id=cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2753] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:23:14 2026] PUT /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1249 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:15.234 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4bc5f59-be90-4a6c-a00c-87152a0126c0'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': 'e235afbb-91fc-446f-9048-8b2bc412cf54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1517/2754] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2755] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/networks?id=cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2756] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1239/2757] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2758] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2759] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:15 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1520/2760] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:16 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2763] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2764] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2765] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2766] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&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: 1244/2767] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1524/2768] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1245/2769] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1525/2770] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2771] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2772] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2773] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:17 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2774] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1251 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2775] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:23:21 2026] PUT /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1275 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:21.872 8 INFO neutron.api.v2.resource [None req-ec7f7714-4ccb-47fc-aa34-3e9ac0ccfac0 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/2776] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:23:21.885 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-012e738a-35eb-42c1-a101-a3c4dba378ee'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': 'e235afbb-91fc-446f-9048-8b2bc412cf54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1249/2777] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => 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: 1529/2778] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:23:21 2026] PUT /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1313 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:22.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0814ba6-25a9-4a33-849e-7481c13fff4b'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': 'e235afbb-91fc-446f-9048-8b2bc412cf54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1250/2779] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1530/2780] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23:22 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: 1531/2781] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2782] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2783] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1533/2784] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2785] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/networks?id=cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2786] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2787] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1535/2788] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2789] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2790] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1255/2791] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&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: 1537/2792] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => 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: 1256/2793] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1538/2794] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2795] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2796] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:22 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2797] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2798] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/networks?id=cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2799] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1259/2800] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2801] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2802] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1543/2803] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:23 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:31.319 7 INFO neutron.db.l3_db [None req-62b84960-dfcc-4d16-9ca9-ebaeef83c945 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP ac62655e-b301-4e3a-99e1-186787e11e64 associated. External IP: 10.96.250.209, port: 9de2a930-825d-45c4-875e-b04a43a1c313. [pid: 7|app: 0|req: 1261/2804] 10.0.0.14 () {34 vars in 676 bytes} [Tue Jun 16 02:23:30 2026] POST /v2.0/floatingips => generated 898 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2807] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23:34 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: 1263/2808] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23:34 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: 1546/2809] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23:34 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: 1264/2810] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:34.588 8 INFO neutron.api.v2.resource [None req-1b49dca5-ed90-440f-abc6-91d9349b16f5 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/2811] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:23:34 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2812] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:23:34 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2813] 199.204.45.148 () {30 vars in 815 bytes} [Tue Jun 16 02:23:34 2026] GET /v2.0/security-group-rules?security_group_id=f5ea076d-c93c-4442-8bb1-23baebaf1afe => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2814] 199.204.45.148 () {34 vars in 747 bytes} [Tue Jun 16 02:23:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2815] 199.204.45.148 () {34 vars in 747 bytes} [Tue Jun 16 02:23:34 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: 7|app: 0|req: 1267/2816] 10.0.0.60 () {30 vars in 689 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2817] 10.0.0.60 () {30 vars in 691 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2818] 10.0.0.60 () {30 vars in 667 bytes} [Tue Jun 16 02:23:43 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: 1551/2819] 10.0.0.60 () {30 vars in 703 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2820] 10.0.0.60 () {28 vars in 438 bytes} [Tue Jun 16 02:23:44 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2821] 10.0.0.60 () {30 vars in 727 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2822] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2823] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2824] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23: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: 1554/2825] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2826] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2827] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1273/2828] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2829] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23: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: 7|app: 0|req: 1274/2830] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2831] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2832] 199.204.45.148 () {34 vars in 717 bytes} [Tue Jun 16 02:23:45 2026] POST /v2.0/ports => generated 1328 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2833] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:23:46 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1276/2834] 10.0.0.15 () {34 vars in 906 bytes} [Tue Jun 16 02:23:46 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: 1560/2837] 199.204.45.148 () {34 vars in 1262 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2838] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2839] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2840] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2841] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2842] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:23:48 2026] PUT /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1518 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:48.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e3c78d7-54e1-49d4-aea7-8311d507b272'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '999590c7-c871-4e80-8f26-fb40c142658a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/2843] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4099 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1281/2844] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2845] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1282/2846] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A324&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1565/2847] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2848] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&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: 1566/2849] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2850] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1567/2851] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1285/2852] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4099 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2853] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => 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: 1286/2854] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2855] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2856] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1570/2857] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1288/2858] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1571/2859] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2860] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2861] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1290/2862] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1573/2863] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1291/2864] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A324&port_id=999590c7-c871-4e80-8f26-fb40c142658a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2865] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2866] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2867] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2868] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1576/2869] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2870] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1520 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2871] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 798 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2872] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2873] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/subnets/24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2874] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2875] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2876] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2877] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:23:55 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: 1298/2878] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1581/2879] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => 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: 1299/2880] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1582/2881] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2882] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2883] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => 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: 1301/2884] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1303/2887] 10.0.0.60 () {30 vars in 689 bytes} [Tue Jun 16 02:24:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2888] 10.0.0.60 () {30 vars in 691 bytes} [Tue Jun 16 02:24: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: 1304/2889] 10.0.0.60 () {30 vars in 667 bytes} [Tue Jun 16 02:24:04 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: 1586/2890] 10.0.0.60 () {30 vars in 703 bytes} [Tue Jun 16 02:24: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: 1305/2891] 10.0.0.60 () {28 vars in 438 bytes} [Tue Jun 16 02:24:05 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2892] 10.0.0.60 () {30 vars in 727 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2893] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/2894] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2895] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2896] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:08 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: 1308/2897] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2898] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2899] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4101 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2900] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:08 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: 1310/2901] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2902] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:08 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: 1311/2903] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2904] 199.204.45.148 () {34 vars in 717 bytes} [Tue Jun 16 02:24:08 2026] POST /v2.0/ports => generated 1328 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2905] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:24:09 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1594/2906] 199.204.45.148 () {34 vars in 1262 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2907] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/2908] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2909] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:24:11 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1328 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/2910] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:11 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2911] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:24:11 2026] PUT /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1518 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:11.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3a7dd71-60cb-4c05-adba-5cc7600f8c0c'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '12f1d4b0-58e7-4b35-acfe-bc32dcca9e50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1597/2912] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 5611 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1316/2913] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2914] 199.204.45.148 () {34 vars in 1056 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.58&port_id=12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2915] 199.204.45.148 () {34 vars in 1106 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A385&port_id=12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => 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: 1599/2916] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/subnets?id=fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0&id=29707308-497c-4533-8ba5-5cc5f5edec2c => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2917] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2918] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&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: 1319/2919] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/2920] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2921] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 5611 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/2922] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => 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: 1321/2923] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2924] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2925] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/2926] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1323/2927] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1605/2928] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2929] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&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: 1606/2930] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1325/2931] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1607/2932] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1326/2933] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A324&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1608/2934] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2935] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/2936] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2937] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1610/2938] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1329/2939] 199.204.45.148 () {34 vars in 1056 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.58&port_id=12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => 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: 1611/2940] 199.204.45.148 () {34 vars in 1106 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A385&port_id=12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => 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: 1330/2941] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/subnets?id=fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0&id=29707308-497c-4533-8ba5-5cc5f5edec2c => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/2942] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2943] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/2944] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1332/2945] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1334/2948] 10.0.0.15 () {34 vars in 970 bytes} [Tue Jun 16 02:24:18 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/2949] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2950] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/2951] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/subnets/29707308-497c-4533-8ba5-5cc5f5edec2c => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2952] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/2953] 199.204.45.148 () {34 vars in 790 bytes} [Tue Jun 16 02:24:19 2026] PUT /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1255 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:19.598 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dc751b1-7306-45df-8813-19ac922176c5'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '999590c7-c871-4e80-8f26-fb40c142658a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1337/2954] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 798 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1618/2955] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2956] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/2957] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:19 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: 1339/2958] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24: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: 1620/2959] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:19 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: 1340/2960] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1621/2961] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => 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: 1341/2962] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/2963] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2964] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/2965] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2966] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 5384 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/2967] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1344/2968] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/2969] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1345/2970] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/2971] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2972] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1627/2973] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1347/2974] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/2975] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2976] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/2977] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:30 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: 1349/2978] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/2979] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 5384 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2980] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/2981] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2982] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/2983] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:30 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: 1352/2984] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/2985] 199.204.45.148 () {34 vars in 790 bytes} [Tue Jun 16 02:24:30 2026] PUT /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1251 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:30.766 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7db91f51-99a9-47d4-801a-71aab1065223'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '12f1d4b0-58e7-4b35-acfe-bc32dcca9e50', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1353/2986] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 797 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: 1634/2987] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2988] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2989] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/2990] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:24:30 2026] PUT /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1080 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1356/2991] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/2992] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2993] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1637/2994] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2995] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1638/2996] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2999] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:32.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c404b766-029f-4fc0-8b33-0fc12ab8ef8b'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '12f1d4b0-58e7-4b35-acfe-bc32dcca9e50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1640/3000] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/3001] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3002] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1362/3003] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3004] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 4980 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/3005] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3006] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/3007] 199.204.45.148 () {34 vars in 1016 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3008] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:24:33 2026] PUT /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 917 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/3009] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3872 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:24:34.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-73033bc4-27fe-4644-82a1-f28df547be62 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 2026-06-16 02:24:34.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73033bc4-27fe-4644-82a1-f28df547be62 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 [pid: 8|app: 0|req: 1645/3010] 199.204.45.148 () {32 vars in 759 bytes} [Tue Jun 16 02:24:34 2026] DELETE /v2.0/ports/12f1d4b0-58e7-4b35-acfe-bc32dcca9e50 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/3011] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:35 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: 1646/3012] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/3013] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:35 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: 1647/3014] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:35 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: 1368/3015] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3016] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => 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: 1369/3017] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3018] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/3019] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => 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: 1650/3020] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/3021] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3022] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3872 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/3023] 199.204.45.148 () {34 vars in 1226 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/networks?id=68559749-4597-4ebc-b63d-acbb0f45dffb&id=cb4fed37-96bd-4521-b95d-83ef628ae414&id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 3097 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3024] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => 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: 1373/3025] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3026] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/3027] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1654/3028] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1375/3029] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1655/3030] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/3031] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3032] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/3033] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1657/3034] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=999590c7-c871-4e80-8f26-fb40c142658a => 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: 1378/3035] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3036] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/3037] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1659/3038] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/3039] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3040] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/3041] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3042] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/3043] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3872 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3044] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/3045] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3046] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/3047] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:40 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: 1664/3048] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/3049] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:24:40 2026] PUT /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:40.885 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a7b2588-3587-4695-9917-ab1dfdf0b5d7'] response: {'name': 'network-changed', 'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'tag': '999590c7-c871-4e80-8f26-fb40c142658a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1665/3050] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1386/3051] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3052] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/3053] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3697 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3054] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => 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: 1388/3055] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3056] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1389/3057] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3697 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3058] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/3059] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3060] 199.204.45.148 () {34 vars in 1016 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1391/3061] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 3697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3062] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:24:43 2026] PUT /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/3063] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:24:44.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-9429a451-93ba-4530-9383-c8bbfe5e938b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 999590c7-c871-4e80-8f26-fb40c142658a 2026-06-16 02:24:44.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9429a451-93ba-4530-9383-c8bbfe5e938b 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 999590c7-c871-4e80-8f26-fb40c142658a [pid: 8|app: 0|req: 1672/3064] 199.204.45.148 () {32 vars in 759 bytes} [Tue Jun 16 02:24:44 2026] DELETE /v2.0/ports/999590c7-c871-4e80-8f26-fb40c142658a => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/3065] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3066] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24: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: 7|app: 0|req: 1394/3067] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3068] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/3069] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3070] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/3071] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1349 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3072] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1397/3073] 199.204.45.148 () {30 vars in 743 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => 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: 1677/3074] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3075] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3076] 199.204.45.148 () {34 vars in 1146 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/networks?id=68559749-4597-4ebc-b63d-acbb0f45dffb&id=cb4fed37-96bd-4521-b95d-83ef628ae414&id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 2311 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3077] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3078] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => 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: 1400/3079] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3080] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/3081] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1681/3082] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1402/3083] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1682/3084] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/subnets?id=f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/3085] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/ports?network_id=cb4fed37-96bd-4521-b95d-83ef628ae414&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3086] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3087] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?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: 1685/3090] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3091] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3092] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3093] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:56.543 8 INFO neutron.api.v2.resource [None req-fc725de7-6f41-431b-bab7-b90c4fcc8437 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1687/3094] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3095] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3096] 199.204.45.148 () {30 vars in 815 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/security-group-rules?security_group_id=f5ea076d-c93c-4442-8bb1-23baebaf1afe => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3097] 199.204.45.148 () {32 vars in 789 bytes} [Tue Jun 16 02:24:56 2026] DELETE /v2.0/security-group-rules/0854c44c-37e3-4555-b23d-29ca7784a4ae => 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: 1689/3098] 199.204.45.148 () {32 vars in 789 bytes} [Tue Jun 16 02:24:56 2026] DELETE /v2.0/security-group-rules/ca07cf77-f966-42d2-a297-b85826019a62 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:00.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-72fa6b10-fc65-4d2e-a873-70d100331d55 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 917999fb-8613-4381-9c1a-54f73c84219e 2026-06-16 02:25:00.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72fa6b10-fc65-4d2e-a873-70d100331d55 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 917999fb-8613-4381-9c1a-54f73c84219e 2026-06-16 02:25:00.651 7 INFO neutron.db.l3_db [None req-72fa6b10-fc65-4d2e-a873-70d100331d55 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP ac62655e-b301-4e3a-99e1-186787e11e64 disassociated (deleted). External IP: 10.96.250.209, port: 9de2a930-825d-45c4-875e-b04a43a1c313. [pid: 7|app: 0|req: 1410/3099] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:25:00 2026] DELETE /v2.0/floatingips/ac62655e-b301-4e3a-99e1-186787e11e64 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:01.063 8 INFO neutron.api.v2.resource [None req-b3902103-121f-46f0-a6f6-9beb0e4434ca 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3100] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/floatingips/ac62655e-b301-4e3a-99e1-186787e11e64 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3103] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:25:01 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: 1693/3104] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3105] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3106] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:01.843 7 INFO neutron.api.v2.resource [None req-f9b2d0b6-65ff-4e73-93cc-8756de20a6d4 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1413/3107] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => 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: 1695/3108] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => 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: 1414/3109] 199.204.45.148 () {30 vars in 815 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/security-group-rules?security_group_id=f5ea076d-c93c-4442-8bb1-23baebaf1afe => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3110] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:25:01 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: 1415/3111] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:25:02 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: 1697/3112] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:25:02 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: 1416/3113] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3114] 199.204.45.148 () {30 vars in 741 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => 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: 1417/3115] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3116] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/3117] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3118] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:03 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3119] 199.204.45.148 () {34 vars in 975 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1349 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3120] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => 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: 1420/3121] 199.204.45.148 () {34 vars in 1060 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3122] 199.204.45.148 () {34 vars in 1016 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414?fields=dns_domain => generated 29 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3123] 199.204.45.148 () {38 vars in 1028 bytes} [Tue Jun 16 02:25:04 2026] PUT /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1150 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3124] 199.204.45.148 () {30 vars in 769 bytes} [Tue Jun 16 02:25:05 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1422/3125] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:25:05 2026] PUT /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1090 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3126] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:25:05 2026] GET /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 1090 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:25:05.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbf9e849-f085-483b-a204-bc8b07617e0e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: e235afbb-91fc-446f-9048-8b2bc412cf54 2026-06-16 02:25:05.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbf9e849-f085-483b-a204-bc8b07617e0e 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: e235afbb-91fc-446f-9048-8b2bc412cf54 [pid: 7|app: 0|req: 1423/3127] 199.204.45.148 () {32 vars in 759 bytes} [Tue Jun 16 02:25:05 2026] DELETE /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3128] 199.204.45.148 () {30 vars in 703 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3129] 199.204.45.148 () {30 vars in 705 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3130] 199.204.45.148 () {30 vars in 681 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3131] 199.204.45.148 () {30 vars in 717 bytes} [Tue Jun 16 02:25: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-06-16 02:25:06.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c205f33-b9e3-4240-a059-5454a3ff8b5d 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3132] 199.204.45.148 () {32 vars in 759 bytes} [Tue Jun 16 02:25:06 2026] DELETE /v2.0/ports/e235afbb-91fc-446f-9048-8b2bc412cf54 => 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: 1426/3133] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:06.340 7 INFO neutron.api.v2.resource [None req-e70440cf-2439-4f74-938a-2b7b43ef9b07 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1427/3134] 199.204.45.148 () {30 vars in 763 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/security-groups/lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => 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: 1708/3135] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports?tenant_id=8e4c3f1a6dae418f8f7fdde697593d6d&device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3136] 199.204.45.148 () {30 vars in 785 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/security-groups?name=lb-441ddce3-c26c-47dd-92a2-b7cc7f6c6ba8 => generated 1639 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3137] 199.204.45.148 () {30 vars in 737 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3138] 199.204.45.148 () {34 vars in 1066 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/networks?id=68559749-4597-4ebc-b63d-acbb0f45dffb&id=cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 1524 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3139] 199.204.45.148 () {34 vars in 1062 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.123&port_id=e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3140] 199.204.45.148 () {34 vars in 984 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/subnets?id=ab7a3734-fb8f-4a4e-99d6-088c93c8302a => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3141] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports?network_id=68559749-4597-4ebc-b63d-acbb0f45dffb&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3142] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1714/3143] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/networks/68559749-4597-4ebc-b63d-acbb0f45dffb?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: 1430/3144] 199.204.45.148 () {34 vars in 789 bytes} [Tue Jun 16 02:25:06 2026] PUT /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 1090 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3145] 199.204.45.148 () {32 vars in 779 bytes} [Tue Jun 16 02:25:06 2026] DELETE /v2.0/security-groups/f5ea076d-c93c-4442-8bb1-23baebaf1afe => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:07.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b8995a5-bac9-47be-b4ff-92115631043c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: 9de2a930-825d-45c4-875e-b04a43a1c313 2026-06-16 02:25:07.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b8995a5-bac9-47be-b4ff-92115631043c 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: 9de2a930-825d-45c4-875e-b04a43a1c313 [pid: 7|app: 0|req: 1431/3146] 199.204.45.148 () {32 vars in 759 bytes} [Tue Jun 16 02:25:06 2026] DELETE /v2.0/ports/9de2a930-825d-45c4-875e-b04a43a1c313 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3147] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:25:09 2026] GET /v2.0/ports?device_id=d9c40090-bbce-499b-bbfa-e53b71f408e7 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:09.994 7 INFO neutron_taas.services.taas.taas_plugin [req-a3051188-17a4-4a99-bacf-8e3d65fc9d4c req-5cee9f8d-4ad6-43c2-a967-f73d1c9fb601 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] TaaS: Handle Delete Port: e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 2026-06-16 02:25:10.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3051188-17a4-4a99-bacf-8e3d65fc9d4c req-5cee9f8d-4ad6-43c2-a967-f73d1c9fb601 03409e4da1334319b713b70f25b9cdaf 8e4c3f1a6dae418f8f7fdde697593d6d - - default default] Tap Mirror: Handle Delete Port: e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 [pid: 7|app: 0|req: 1432/3148] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:25:09 2026] DELETE /v2.0/ports/e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:10.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa97667e-b7cc-4971-8969-78ef3fae6d1d'] response: {'server_uuid': 'd9c40090-bbce-499b-bbfa-e53b71f408e7', 'name': 'network-vif-deleted', 'tag': 'e84b0751-21d9-4ad0-84f8-8f5ab0c8bc15', 'status': 'completed', 'code': 200} 2026-06-16 02:25:11.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-e64f80b8-e3b1-4b25-bd31-b179ac4af11c 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 9d231738-2961-46b2-b02a-5306fe86788a 2026-06-16 02:25:11.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64f80b8-e3b1-4b25-bd31-b179ac4af11c 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 9d231738-2961-46b2-b02a-5306fe86788a 2026-06-16 02:25:11.690 8 INFO neutron.db.l3_db [None req-e64f80b8-e3b1-4b25-bd31-b179ac4af11c 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP 15038b77-a96c-4f2d-a0cc-da9c62231ab7 disassociated (deleted). External IP: 10.96.250.220, port: 20cbffd8-640e-4cc1-8d14-785b9b889609. [pid: 8|app: 0|req: 1717/3149] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:25:11 2026] DELETE /v2.0/floatingips/15038b77-a96c-4f2d-a0cc-da9c62231ab7 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:12.022 7 INFO neutron.api.v2.resource [None req-ac4034b7-6a20-4166-9472-879fb280cf6a 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1433/3150] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/floatingips/15038b77-a96c-4f2d-a0cc-da9c62231ab7 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:12.036 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27e0a5ee-d208-4402-8600-d3c4116ae6f9'] response: {'name': 'network-changed', 'server_uuid': 'ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a', 'tag': '20cbffd8-640e-4cc1-8d14-785b9b889609', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1718/3151] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3152] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3153] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3154] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/networks?id=09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3155] 199.204.45.148 () {34 vars in 1058 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.116&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3156] 199.204.45.148 () {34 vars in 1106 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=20cbffd8-640e-4cc1-8d14-785b9b889609 => 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: 1721/3157] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/subnets?id=fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0&id=29707308-497c-4533-8ba5-5cc5f5edec2c => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3158] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&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: 1722/3159] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/ports?network_id=09d7c823-a628-4d56-9846-ae0fa63a6dd3&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: 1438/3160] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3161] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:25:12 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3?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: 1439/3162] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:25:14 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 1204 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:14.821 8 INFO neutron_taas.services.taas.taas_plugin [req-929289c4-fefb-4e80-8f6b-90182518f7f5 req-32938b39-e411-427d-86d2-6cec0176d6ce 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 20cbffd8-640e-4cc1-8d14-785b9b889609 2026-06-16 02:25:14.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-929289c4-fefb-4e80-8f6b-90182518f7f5 req-32938b39-e411-427d-86d2-6cec0176d6ce 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 20cbffd8-640e-4cc1-8d14-785b9b889609 [pid: 8|app: 0|req: 1724/3163] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:25:14 2026] DELETE /v2.0/ports/20cbffd8-640e-4cc1-8d14-785b9b889609 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:15.068 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3c56669-494c-48d2-a2b5-7d131ff6db76'] response: {'server_uuid': 'ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a', 'name': 'network-vif-deleted', 'tag': '20cbffd8-640e-4cc1-8d14-785b9b889609', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1441/3166] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:25:17 2026] GET /v2.0/ports?device_id=ab6eb9f6-193e-4fe2-860c-3cb1a8a2855a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:22.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4ac450b-289f-44c4-ab99-0d1398fd3b4d 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 77bdcc22-704b-4453-a201-87fb662e5089 2026-06-16 02:25:22.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ac450b-289f-44c4-ab99-0d1398fd3b4d 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 77bdcc22-704b-4453-a201-87fb662e5089 2026-06-16 02:25:22.805 8 INFO neutron.db.l3_db [None req-e4ac450b-289f-44c4-ab99-0d1398fd3b4d 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Floating IP 004b2ad5-5339-4d49-9eec-4e92d7859cc3 disassociated (deleted). External IP: 10.96.250.218, port: 43276b46-b82a-44eb-82db-bce842652adf. [pid: 8|app: 0|req: 1726/3167] 10.0.0.14 () {32 vars in 731 bytes} [Tue Jun 16 02:25:22 2026] DELETE /v2.0/floatingips/004b2ad5-5339-4d49-9eec-4e92d7859cc3 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:23.174 7 INFO neutron.api.v2.resource [None req-dfdf6944-1e95-44a2-8e2c-b404dd95f01d 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1442/3168] 10.0.0.14 () {32 vars in 728 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/floatingips/004b2ad5-5339-4d49-9eec-4e92d7859cc3 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:23.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b4f69a3-5734-4a7e-bcce-77567838d522'] response: {'name': 'network-changed', 'server_uuid': '2b0a0e46-d9a5-43b1-ad93-19aad4de4495', 'tag': '43276b46-b82a-44eb-82db-bce842652adf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1727/3169] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3170] 10.0.0.15 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/security-groups?id=c69eefff-9a7b-4aec-87ae-0d45d1407d65&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3171] 199.204.45.148 () {34 vars in 1080 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/ports?tenant_id=8c0d96855dfb466286051f48cad37284&device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3172] 199.204.45.148 () {34 vars in 986 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/networks?id=18bf6460-86fa-41d9-9f0c-f987363d0c0c => 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: 1729/3173] 199.204.45.148 () {34 vars in 1056 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=43276b46-b82a-44eb-82db-bce842652adf => 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: 1445/3174] 199.204.45.148 () {34 vars in 1104 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=43276b46-b82a-44eb-82db-bce842652adf => 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: 1730/3175] 199.204.45.148 () {34 vars in 1064 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/subnets?id=3264b141-86dc-44ad-8673-3f76291b10ae&id=24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3176] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3177] 199.204.45.148 () {34 vars in 1052 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/ports?network_id=18bf6460-86fa-41d9-9f0c-f987363d0c0c&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: 1447/3178] 199.204.45.148 () {34 vars in 1012 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?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: 1732/3179] 199.204.45.148 () {34 vars in 1112 bytes} [Tue Jun 16 02:25:24 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3180] 199.204.45.148 () {34 vars in 994 bytes} [Tue Jun 16 02:25:25 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:25.963 8 INFO neutron_taas.services.taas.taas_plugin [req-6584f104-200d-4fc8-9b8c-993b85b1255b req-34820564-65d5-441b-9354-578116ec8314 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 43276b46-b82a-44eb-82db-bce842652adf 2026-06-16 02:25:25.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6584f104-200d-4fc8-9b8c-993b85b1255b req-34820564-65d5-441b-9354-578116ec8314 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 43276b46-b82a-44eb-82db-bce842652adf [pid: 8|app: 0|req: 1733/3181] 199.204.45.148 () {36 vars in 997 bytes} [Tue Jun 16 02:25:25 2026] DELETE /v2.0/ports/43276b46-b82a-44eb-82db-bce842652adf => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:26.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8570eeb0-a92b-45a4-a0bb-d19990edd2f7'] response: {'server_uuid': '2b0a0e46-d9a5-43b1-ad93-19aad4de4495', 'name': 'network-vif-deleted', 'tag': '43276b46-b82a-44eb-82db-bce842652adf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1449/3182] 10.0.0.15 () {34 vars in 989 bytes} [Tue Jun 16 02:25:28 2026] GET /v2.0/ports?device_id=2b0a0e46-d9a5-43b1-ad93-19aad4de4495 => 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: 1735/3185] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/security-group-rules/ba1970f6-0fa9-4a38-8aea-df18024733ec => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:33.741 7 INFO neutron.api.v2.resource [None req-19349d4e-b1bd-4b5d-9dd7-17cb08f7ca5e 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1451/3186] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-group-rules/ba1970f6-0fa9-4a38-8aea-df18024733ec => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3187] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/security-group-rules/1023ed6c-bd54-46e2-83bb-f78fd7b5b079 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:33.839 7 INFO neutron.api.v2.resource [None req-8fc3bd01-59d8-471f-85e3-1b315c4ac464 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/3188] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-group-rules/1023ed6c-bd54-46e2-83bb-f78fd7b5b079 => 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: 1737/3189] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/security-group-rules/4a75de27-7f3f-47d4-8163-4441401d0be4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:33.908 7 INFO neutron.api.v2.resource [None req-1513e7f8-29cd-4e57-9797-6fd1dd291102 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/3190] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-group-rules/4a75de27-7f3f-47d4-8163-4441401d0be4 => 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: 1738/3191] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/security-group-rules/0b238998-2261-4efa-af68-9182ba600f0a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:33.996 7 INFO neutron.api.v2.resource [None req-8458a643-71a6-4966-a6a9-aadab24af27a 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/3192] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-group-rules/0b238998-2261-4efa-af68-9182ba600f0a => 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: 1739/3193] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/49588150-5c0b-4f07-a3ff-5363cf5c81f1 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.084 7 INFO neutron.api.v2.resource [None req-dfec117f-bb06-462a-aad3-8ae9bb59342a 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/3194] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/49588150-5c0b-4f07-a3ff-5363cf5c81f1 => 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: 1740/3195] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/cee51b96-c99c-451a-9cd1-2980663b851e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.171 7 INFO neutron.api.v2.resource [None req-1e10fba1-c80f-44eb-ba3c-fa7a6caabfb7 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3196] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/cee51b96-c99c-451a-9cd1-2980663b851e => 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: 1741/3197] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/36367be4-936c-4dff-ae3c-3840bca91035 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.261 7 INFO neutron.api.v2.resource [None req-5edd1dcc-6e96-4ee9-a542-69dc0d8f6058 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/3198] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/36367be4-936c-4dff-ae3c-3840bca91035 => 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: 1742/3199] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/a71c59ed-7001-4354-a22e-784629b539ca => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.349 7 INFO neutron.api.v2.resource [None req-c2342869-5662-42a0-a597-c4585b996aed 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/3200] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/a71c59ed-7001-4354-a22e-784629b539ca => 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: 1743/3201] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/6379492b-66d0-4036-9799-5c6ac9a986e5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.445 7 INFO neutron.api.v2.resource [None req-ada140b2-397b-475b-b404-ba19e7dd4dfb 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/3202] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/6379492b-66d0-4036-9799-5c6ac9a986e5 => 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: 1744/3203] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/8468cd9b-b968-4e0a-a23a-6a1c84c95d03 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.528 7 INFO neutron.api.v2.resource [None req-27491e27-44fd-4e01-8f4c-fb0d880c0af9 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/3204] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/8468cd9b-b968-4e0a-a23a-6a1c84c95d03 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3205] 10.0.0.14 () {32 vars in 749 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-group-rules/e2667980-dbc6-40ec-9cfa-302f3fb02562 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.621 7 INFO neutron.api.v2.resource [None req-1607cefe-7ff9-4844-9885-ab6e61d47b23 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/3206] 10.0.0.14 () {32 vars in 746 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-group-rules/e2667980-dbc6-40ec-9cfa-302f3fb02562 => 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: 1746/3207] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-groups/c69eefff-9a7b-4aec-87ae-0d45d1407d65 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.725 7 INFO neutron.api.v2.resource [None req-041e726f-69f9-4113-a906-f1d1f2600bf1 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/3208] 10.0.0.14 () {32 vars in 736 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-groups/c69eefff-9a7b-4aec-87ae-0d45d1407d65 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:35.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d0a9f9c-77f5-44ed-a3a1-35f8527c19b0 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: cfde1751-b3ba-4fd4-a7f0-438a0f694d1d 2026-06-16 02:25:35.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d0a9f9c-77f5-44ed-a3a1-35f8527c19b0 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: cfde1751-b3ba-4fd4-a7f0-438a0f694d1d [pid: 8|app: 0|req: 1747/3209] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:34 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:35.878 7 INFO neutron.api.v2.resource [None req-a1c84132-dbf5-4ac2-9b6a-ca78d06fa4a4 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/3210] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:35 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:36.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-98028645-5b51-4bd6-90e1-2bf6e7dbecc9 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: d27bc718-92df-4c73-a558-daf408b98963 2026-06-16 02:25:36.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98028645-5b51-4bd6-90e1-2bf6e7dbecc9 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: d27bc718-92df-4c73-a558-daf408b98963 [pid: 8|app: 0|req: 1748/3211] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:35 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:37.069 7 INFO neutron.api.v2.resource [None req-e3fa0c84-9720-4c05-9193-024d104adc2f 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/3212] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:36 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:37.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c9829dc-5232-4680-8a16-dc7580dfdab8 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 281891a8-12b8-40b7-9444-1f496c195d10 2026-06-16 02:25:37.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c9829dc-5232-4680-8a16-dc7580dfdab8 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 281891a8-12b8-40b7-9444-1f496c195d10 [pid: 8|app: 0|req: 1749/3213] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:37 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:38.278 7 INFO neutron.api.v2.resource [None req-6f717447-f98d-477a-8502-bb8043145cd6 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/3214] 10.0.0.14 () {34 vars in 788 bytes} [Tue Jun 16 02:25:38 2026] PUT /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:38.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbb5d520-05bb-4db1-a46b-dfdfcd34fbbd 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 39b91117-61a1-49c3-a147-ac35f2e29045 2026-06-16 02:25:38.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb5d520-05bb-4db1-a46b-dfdfcd34fbbd 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 39b91117-61a1-49c3-a147-ac35f2e29045 2026-06-16 02:25:38.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbb5d520-05bb-4db1-a46b-dfdfcd34fbbd 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 6630b6e1-6e0a-40ee-871e-48771dca9801 2026-06-16 02:25:38.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb5d520-05bb-4db1-a46b-dfdfcd34fbbd 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 6630b6e1-6e0a-40ee-871e-48771dca9801 2026-06-16 02:25:39.128 8 INFO neutron.services.segments.plugin [-] Segment da3f581e-9699-418d-9d80-f2283512bb2c resource provider aggregate not found 2026-06-16 02:25:39.139 8 INFO neutron.services.segments.plugin [-] Segment da3f581e-9699-418d-9d80-f2283512bb2c resource provider aggregate not found 2026-06-16 02:25:39.148 8 INFO neutron.services.segments.plugin [-] Segment da3f581e-9699-418d-9d80-f2283512bb2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3f581e-9699-418d-9d80-f2283512bb2c found for delete ", "request_id": "req-c77a4682-0e66-427b-8743-6daefa2833e5"}]} 2026-06-16 02:25:39.157 8 INFO neutron.services.segments.plugin [-] Segment da3f581e-9699-418d-9d80-f2283512bb2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3f581e-9699-418d-9d80-f2283512bb2c found for delete ", "request_id": "req-a4b7ee09-6f35-4e02-ad9b-42ddbe0b4727"}]} 2026-06-16 02:25:39.167 8 INFO neutron.db.l3_hamode_db [None req-dbb5d520-05bb-4db1-a46b-dfdfcd34fbbd 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] HA network e5974b1a-18b3-4a6c-aae2-378caa3b0d61 was deleted as no HA routers are present in tenant 8c0d96855dfb466286051f48cad37284. [pid: 8|app: 0|req: 1750/3215] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:38 2026] DELETE /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:39.196 7 INFO neutron.api.v2.resource [None req-dc23caca-2cdd-407f-baa2-da46132a2806 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/3216] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:39 2026] GET /v2.0/routers/66e7f2d1-375a-4a75-ac53-b22cc5ad4d19 => 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: 1751/3217] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:39 2026] DELETE /v2.0/subnets/29707308-497c-4533-8ba5-5cc5f5edec2c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:39.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa41178f-3ec9-4153-8e67-5fd417ef39ec 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/3218] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:39 2026] GET /v2.0/subnets/29707308-497c-4533-8ba5-5cc5f5edec2c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3219] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:39 2026] DELETE /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:39.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-caafb35d-2b73-45bc-9d45-4242bce18f1c 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/3220] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:39 2026] GET /v2.0/subnets/fa62a4cf-c8c3-41d0-b0a4-f8a5085c34f0 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:39.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a1d9016-e978-40ad-91f5-77867bcee6cf 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 71f3c7b5-12a2-4941-ab97-3580d33bd808 2026-06-16 02:25:39.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1d9016-e978-40ad-91f5-77867bcee6cf 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 71f3c7b5-12a2-4941-ab97-3580d33bd808 [pid: 8|app: 0|req: 1753/3221] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:25:39 2026] DELETE /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:39.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab4e5624-ad16-4ef8-ac35-e273b9c931fe 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/3222] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:25:39 2026] GET /v2.0/networks/09d7c823-a628-4d56-9846-ae0fa63a6dd3 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3223] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:39 2026] DELETE /v2.0/subnets/24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:40.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-987a855b-fb38-48ef-b160-fba9feb85971 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/3224] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/subnets/24e02c07-9c11-45f2-8a2e-e8eafda76c2e => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3225] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:40 2026] DELETE /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:40.307 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef02ce0-f1d9-4ec2-821f-89092ff5a1b8 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/3226] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/subnets/3264b141-86dc-44ad-8673-3f76291b10ae => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:40.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-81495f73-6e93-4531-8296-52c0048a7d33 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: 1d191aa0-9859-4d74-b5cc-0d2e2c42c968 2026-06-16 02:25:40.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81495f73-6e93-4531-8296-52c0048a7d33 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: 1d191aa0-9859-4d74-b5cc-0d2e2c42c968 [pid: 8|app: 0|req: 1756/3227] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:25:40 2026] DELETE /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:40.637 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9c7d05d-995e-4893-a960-4edd6c99cd8f 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3228] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/networks/18bf6460-86fa-41d9-9f0c-f987363d0c0c => 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: 1757/3229] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:40 2026] DELETE /v2.0/subnets/c8bc4c53-af10-4ea0-81c6-48ed679bac7e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:40.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2315ede-15db-497b-acfe-810c1f139663 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/3230] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/subnets/c8bc4c53-af10-4ea0-81c6-48ed679bac7e => 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: 1758/3231] 10.0.0.14 () {32 vars in 723 bytes} [Tue Jun 16 02:25:40 2026] DELETE /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:41.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-409446b4-f701-4319-ac93-d84d6f4c58ec 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3232] 10.0.0.14 () {32 vars in 720 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/subnets/f19b4047-b9d2-4c41-9c1e-14bb81018ee3 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:41.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e7aabec-edc0-4c89-bb24-5ba40026cc2a 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] TaaS: Handle Delete Port: f46036c6-a9ff-4d7b-8c48-f865f40c9e53 2026-06-16 02:25:41.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7aabec-edc0-4c89-bb24-5ba40026cc2a 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] Tap Mirror: Handle Delete Port: f46036c6-a9ff-4d7b-8c48-f865f40c9e53 2026-06-16 02:25:41.173 8 INFO neutron.services.segments.plugin [-] Segment 2b328601-8d0f-459d-b7bc-681d4ad39569 resource provider aggregate not found 2026-06-16 02:25:41.185 8 INFO neutron.services.segments.plugin [-] Segment 2b328601-8d0f-459d-b7bc-681d4ad39569 resource provider aggregate not found 2026-06-16 02:25:41.198 8 INFO neutron.services.segments.plugin [-] Segment 2b328601-8d0f-459d-b7bc-681d4ad39569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b328601-8d0f-459d-b7bc-681d4ad39569 found for delete ", "request_id": "req-6c4c870f-368a-415c-8f76-834161a15e9c"}]} 2026-06-16 02:25:41.208 8 INFO neutron.services.segments.plugin [-] Segment 2b328601-8d0f-459d-b7bc-681d4ad39569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b328601-8d0f-459d-b7bc-681d4ad39569 found for delete ", "request_id": "req-88ee9dd9-639c-4cf7-98d5-a341b9ee9659"}]} 2026-06-16 02:25:41.228 8 INFO neutron.services.segments.plugin [-] Segment 90e825be-c0a9-47d5-ba50-126eaac5caaf resource provider aggregate not found 2026-06-16 02:25:41.232 8 INFO neutron.services.segments.plugin [-] Segment 90e825be-c0a9-47d5-ba50-126eaac5caaf resource provider aggregate not found 2026-06-16 02:25:41.252 8 INFO neutron.services.segments.plugin [-] Segment 90e825be-c0a9-47d5-ba50-126eaac5caaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e825be-c0a9-47d5-ba50-126eaac5caaf found for delete ", "request_id": "req-568244e8-ac0e-4165-8562-7c57c4ebd18d"}]} 2026-06-16 02:25:41.259 8 INFO neutron.services.segments.plugin [-] Segment 90e825be-c0a9-47d5-ba50-126eaac5caaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e825be-c0a9-47d5-ba50-126eaac5caaf found for delete ", "request_id": "req-f6655990-a964-4637-83e0-a7e0b58c10bd"}]} [pid: 8|app: 0|req: 1759/3233] 10.0.0.14 () {32 vars in 725 bytes} [Tue Jun 16 02:25:41 2026] DELETE /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:41.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16a9fb96-15ce-45dc-b542-3e9292302fe2 91254877cbec4f4aa45d218fab393843 8c0d96855dfb466286051f48cad37284 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/3234] 10.0.0.14 () {32 vars in 722 bytes} [Tue Jun 16 02:25:41 2026] GET /v2.0/networks/cb4fed37-96bd-4521-b95d-83ef628ae414 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:43.277 8 INFO neutron.services.segments.plugin [-] Segment 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf resource provider aggregate not found 2026-06-16 02:25:43.283 8 INFO neutron.services.segments.plugin [-] Segment 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf resource provider aggregate not found 2026-06-16 02:25:43.301 8 INFO neutron.services.segments.plugin [-] Segment 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf found for delete ", "request_id": "req-70432696-4541-4fd7-9405-9b26fc1cbcd5"}]} 2026-06-16 02:25:43.304 8 INFO neutron.services.segments.plugin [-] Segment 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7d9f76-a86a-48c3-b0d4-0d0361de9faf found for delete ", "request_id": "req-0a101faf-92d2-42d7-9733-2abf3574e3f4"}]} [pid: 8|app: 0|req: 1760/3235] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/security-groups?tenant_id=0be5357e0fe84b02ae03abcd9bbd080a&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3236] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/security-groups/e39025ee-07fc-4ea4-8ad7-9f13e2b7ddb0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3237] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/security-groups?tenant_id=dd345bb56cab4680a71ef73b046a26cf&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3238] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/security-groups/577103cb-092e-4fc6-b832-51a03563c0f7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3239] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:44 2026] GET /v2.0/security-groups?tenant_id=e6e513c294c9413db3a480365b198363&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3240] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/security-groups/549c1bc4-6dd0-436c-952a-9b9bed79bf69 => 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: 1763/3241] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:44 2026] GET /v2.0/security-groups?tenant_id=8c0d96855dfb466286051f48cad37284&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3242] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/security-groups/0527d03c-f093-4123-bc43-970d2d4c7083 => 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: 1764/3243] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:44 2026] GET /v2.0/security-groups?tenant_id=0b5cd9e4183b433e8463b8f818cc1f89&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: 1480/3244] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/security-groups/6022ffba-fd13-4580-9587-1d3e26b823f4 => 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: 1765/3245] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:45 2026] GET /v2.0/security-groups?tenant_id=e188d1e2581043438d24f213e30b0337&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3246] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/security-groups/195e374a-10dc-423c-8dee-2319441460a8 => 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: 1766/3247] 10.0.0.14 () {32 vars in 773 bytes} [Tue Jun 16 02:25:45 2026] GET /v2.0/security-groups?tenant_id=a09ebcf7521c4c8c9aebddd9cb6e9ffb&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3248] 10.0.0.14 () {32 vars in 739 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/security-groups/8ceb4794-e396-4d11-bbd5-cc8af4524134 => 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: 1768/3251] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:25:48 2026] GET /v2.0/networks => generated 2168 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3252] 10.0.0.14 () {32 vars in 654 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3253] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3254] 10.0.0.14 () {32 vars in 642 bytes} [Tue Jun 16 02:25:50 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: 8|app: 0|req: 1770/3255] 10.0.0.14 () {32 vars in 646 bytes} [Tue Jun 16 02:25:50 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: 1486/3256] 10.0.0.14 () {32 vars in 648 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3257] 10.0.0.14 () {32 vars in 662 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3258] 10.0.0.14 () {32 vars in 654 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)